~/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.LB4qmY88OU + 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.LB4qmY88OU/standalone_cmds + SKIP_TRIPLEO_REPOS=false + CLEANUP_DIR_CMD='rm -Rf' + EDPM_COMPUTE_VCPUS=8 + EDPM_COMPUTE_RAM=20 + EDPM_COMPUTE_DISK_SIZE=70 + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + OCTAVIA_ENABLED=true + DESIGNATE_ENABLED=false + TELEMETRY_ENABLED=true + [[ ! -f /home/zuul/.ssh/id_rsa ]] + source /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/common.sh ++ OVN_NBCTL=ovn-nbctl ++ OVN_SBCTL=ovn-sbctl ++ OVN_NB_SERVICE=ovsdbserver-nb ++ OVN_SB_SERVICE=ovsdbserver-sb + [[ ! -f /home/zuul/cdn_subscription_repos.sh ]] + [[ -e /run/systemd/resolve/resolv.conf ]] + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + [[ ! -f /tmp/tmp.LB4qmY88OU/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.LB4qmY88OU + J2_VARS_FILE=/tmp/tmp.LB4qmY88OU/tmp.ieg8cP75Ng.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.LB4qmY88OU/tmp.ieg8cP75Ng.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.LB4qmY88OU/tmp.ieg8cP75Ng.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.LB4qmY88OU/tmp.ieg8cP75Ng.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.LB4qmY88OU/tmp.ieg8cP75Ng.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.LB4qmY88OU/tmp.ieg8cP75Ng.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.LB4qmY88OU/tmp.ieg8cP75Ng.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.LB4qmY88OU/tmp.ieg8cP75Ng.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.LB4qmY88OU/tmp.ieg8cP75Ng.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.LB4qmY88OU/tmp.ieg8cP75Ng.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.LB4qmY88OU/tmp.ieg8cP75Ng.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.LB4qmY88OU/tmp.ieg8cP75Ng.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.LB4qmY88OU/tmp.ieg8cP75Ng.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.LB4qmY88OU/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.LB4qmY88OU/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.LB4qmY88OU/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.LB4qmY88OU/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.LB4qmY88OU/Standalone.yaml root@192.168.122.100:/tmp/Standalone.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/../standalone/hugepages.yaml root@192.168.122.100:hugepages.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ true == \t\r\u\e ]] + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/ceph.sh root@192.168.122.100:/tmp/ceph.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/openstack.sh root@192.168.122.100:/tmp/openstack.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/post_config/ironic.sh root@192.168.122.100:/tmp/ironic_post.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + '[' -f /home/zuul/.ssh/id_ecdsa.pub ']' + ssh-keygen -t ecdsa -f /home/zuul/.ssh/id_ecdsa -q -N '' + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/.ssh/id_ecdsa.pub root@192.168.122.100:/root/.ssh/id_ecdsa.pub Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -f /home/zuul/containers-prepare-parameters.yaml ]] + [[ -z false ]] + [[ false == \f\a\l\s\e ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. Repository 'openstack-17.1-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhceph-7-tools-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'fast-datapath-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhel-9-for-x86_64-highavailability-eus-rpms' is enabled for this system. + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'rm -f /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -n '' ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/standalone-deploy.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + sudo dnf install -y podman python3-tripleoclient util-linux lvm2 cephadm Updating Subscription Management repositories. Red Hat Enterprise Linux 9 for x86_64 - High Av 8.8 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-eus-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 74 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20251015110812.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 611 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20250811150836.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 253 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20250725131333.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20250804151611.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 73 k puppet-git noarch 0.5.0-17.1.20250725114148.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20250725114653.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20251008130751.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k puppet-inifile noarch 4.2.1-17.1.20250804150825.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k puppet-ipaclient noarch 2.5.2-17.1.20250725102608.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20250725114922.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-keystone noarch 18.6.1-17.1.20251008090800.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 126 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20250725115430.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20250725114017.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-rsync noarch 1.1.4-17.1.20250804151510.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20250725115759.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20250725113328.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20250725113408.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-eus-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.6-141.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 383 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 198 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250804050821.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 569 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-eus-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): libaio-0.3.111-13.el9.x86_64.rpm 252 kB/s | 26 kB 00:00 (2/399): device-mapper-persistent-data-0.9.0-13 5.4 MB/s | 786 kB 00:00 (3/399): bash-completion-2.11-4.el9.noarch.rpm 3.0 MB/s | 459 kB 00:00 (4/399): glibc-langpack-en-2.34-60.el9.x86_64.r 7.6 MB/s | 675 kB 00:00 (5/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 1.1 MB/s | 62 kB 00:00 (6/399): krb5-workstation-1.20.1-8.el9.x86_64.r 8.8 MB/s | 542 kB 00:00 (7/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 973 kB/s | 37 kB 00:00 (8/399): libkadm5-1.20.1-8.el9.x86_64.rpm 1.2 MB/s | 81 kB 00:00 (9/399): pkgconf-pkg-config-1.7.3-10.el9.x86_64 313 kB/s | 12 kB 00:00 (10/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 158 kB/s | 16 kB 00:00 (11/399): python3-dns-2.2.1-2.el9.noarch.rpm 5.9 MB/s | 418 kB 00:00 (12/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.rp 861 kB/s | 36 kB 00:00 (13/399): pkgconf-1.7.3-10.el9.x86_64.rpm 226 kB/s | 45 kB 00:00 (14/399): python3-libipa_hbac-2.8.2-5.el9_2.5.x 653 kB/s | 30 kB 00:00 (15/399): python3-sss-murmur-2.8.2-5.el9_2.5.x8 513 kB/s | 19 kB 00:00 (16/399): device-mapper-event-libs-1.02.187-7.e 812 kB/s | 31 kB 00:00 (17/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 23 MB/s | 1.5 MB 00:00 (18/399): device-mapper-event-1.02.187-7.el9_2. 422 kB/s | 32 kB 00:00 (19/399): ansible-collection-ansible-netcommon- 4.6 MB/s | 181 kB 00:00 (20/399): python3-openvswitch3.3-3.3.6-141.el9f 7.5 MB/s | 383 kB 00:00 (21/399): ansible-collection-ansible-posix-1.2. 2.8 MB/s | 124 kB 00:00 (22/399): ansible-collection-ansible-utils-2.3. 2.1 MB/s | 91 kB 00:00 (23/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.rp 5.6 MB/s | 1.0 MB 00:00 (24/399): ansible-collection-community-general- 18 MB/s | 1.3 MB 00:00 (25/399): golang-github-vbatts-tar-split-0.11.1 12 MB/s | 1.0 MB 00:00 (26/399): heat-cfntools-1.4.2-6.1.el9ost.noarch 1.9 MB/s | 77 kB 00:00 (27/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 3.2 MB/s | 162 kB 00:00 (28/399): puppet-fdio-18.2-1.20220727113954.6fd 745 kB/s | 25 kB 00:00 (29/399): python3-ansible-runner-2.0.0a1-3.el9o 3.0 MB/s | 122 kB 00:00 (30/399): python3-bcrypt-3.1.7-7.el9ost.x86_64. 1.0 MB/s | 44 kB 00:00 (31/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.9 MB/s | 178 kB 00:00 (32/399): python3-beautifulsoup4-4.9.3-2.el9ost 5.1 MB/s | 204 kB 00:00 (33/399): python3-croniter-0.3.35-2.el9ost.noar 1.3 MB/s | 49 kB 00:00 (34/399): python3-daemon-2.3.0-1.el9ost.noarch. 1.1 MB/s | 39 kB 00:00 (35/399): python3-docutils-0.16-6.el9ost.noarch 26 MB/s | 1.5 MB 00:00 (36/399): python3-etcd3gw-0.2.6-2.el9ost.noarch 881 kB/s | 44 kB 00:00 (37/399): python3-gevent-21.1.2-2.el9ost.x86_64 22 MB/s | 1.6 MB 00:00 (38/399): python3-gitdb-4.0.5-2.el9ost.noarch.r 2.7 MB/s | 107 kB 00:00 (39/399): python3-jeepney-0.6.0-2.el9ost.noarch 6.5 MB/s | 284 kB 00:00 (40/399): python3-jmespath-0.10.0-1.el9ost.noar 1.3 MB/s | 46 kB 00:00 (41/399): python3-lockfile-0.12.2-2.el9ost.noar 929 kB/s | 31 kB 00:00 (42/399): python3-memcached-1.59-3.el9ost.noarc 1.1 MB/s | 40 kB 00:00 (43/399): python3-logutils-0.3.5-15.el9ost.noar 636 kB/s | 47 kB 00:00 (44/399): python3-migrate-0.13.0-1.el9ost.noarc 4.0 MB/s | 224 kB 00:00 (45/399): python3-mimeparse-1.6.0-16.el9ost.noa 433 kB/s | 16 kB 00:00 (46/399): python3-natsort-7.1.1-2.el9ost.noarch 1.2 MB/s | 59 kB 00:00 (47/399): python3-passlib-1.7.4-3.el9ost.noarch 11 MB/s | 712 kB 00:00 (48/399): python3-pecan-1.4.0-2.el9ost.noarch.r 4.0 MB/s | 273 kB 00:00 (49/399): python3-pyOpenSSL-20.0.1-2.el9ost.noa 2.2 MB/s | 90 kB 00:00 (50/399): python3-pynacl-1.4.0-1.el9ost.x86_64. 1.9 MB/s | 111 kB 00:00 (51/399): python3-pyperclip-1.8.0-3.el9ost.noar 578 kB/s | 25 kB 00:00 (52/399): python3-smmap-3.0.1-4.el9ost.noarch.r 1.2 MB/s | 47 kB 00:00 (53/399): python3-setproctitle-1.2.2-1.el9ost.x 307 kB/s | 23 kB 00:00 (54/399): python3-sqlalchemy13-1.3.24-3.el9ost. 29 MB/s | 1.7 MB 00:00 (55/399): python3-soupsieve-2.2-1.el9ost.noarch 680 kB/s | 67 kB 00:00 (56/399): python3-webtest-2.0.35-6.el9ost.noarc 2.0 MB/s | 82 kB 00:00 (57/399): python3-zope-event-4.2.0-20.el9ost.no 5.0 MB/s | 205 kB 00:00 (58/399): python3-zmq-22.0.3-1.el9ost.x86_64.rp 4.0 MB/s | 396 kB 00:00 (59/399): python3-zope-interface-5.4.0-1.el9ost 4.8 MB/s | 202 kB 00:00 (60/399): rubygem-concurrent-ruby-1.1.5-2.el9os 5.5 MB/s | 243 kB 00:00 (61/399): rubygem-deep_merge-1.2.1-7.el9ost.noa 270 kB/s | 14 kB 00:00 (62/399): rubygem-fast_gettext-1.2.0-9.el9ost.n 929 kB/s | 34 kB 00:00 (63/399): rubygem-hocon-1.3.1-2.el9ost.noarch.r 2.4 MB/s | 90 kB 00:00 (64/399): rubygem-multi_json-1.15.0-2.el9ost.no 446 kB/s | 22 kB 00:00 (65/399): python3-tenacity-6.3.1-1.el9ost.noarc 160 kB/s | 51 kB 00:00 (66/399): rubygem-puppet-resource_api-1.8.13-1. 639 kB/s | 34 kB 00:00 (67/399): rubygem-ruby-shadow-2.5.0-15.el9ost.x 319 kB/s | 16 kB 00:00 (68/399): rubygem-semantic_puppet-1.0.4-2.el9os 532 kB/s | 21 kB 00:00 (69/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 9.9 MB/s | 433 kB 00:00 (70/399): ansible-role-atos-hsm-1.0.1-17.1.2023 470 kB/s | 17 kB 00:00 (71/399): ansible-role-chrony-1.3.1-17.1.202306 632 kB/s | 22 kB 00:00 (72/399): ansible-role-collectd-config-0.0.3-17 1.4 MB/s | 53 kB 00:00 (73/399): ansible-role-container-registry-1.4.1 552 kB/s | 24 kB 00:00 (74/399): ansible-role-openstack-operations-0.0 873 kB/s | 30 kB 00:00 (75/399): ansible-role-qdr-config-0.0.2-17.1.20 557 kB/s | 21 kB 00:00 (76/399): ansible-role-redhat-subscription-1.3. 819 kB/s | 28 kB 00:00 (77/399): ansible-role-thales-hsm-3.0.1-17.1.20 486 kB/s | 21 kB 00:00 (78/399): ansible-role-tripleo-modify-image-1.5 774 kB/s | 27 kB 00:00 (79/399): ansible-config_template-2.0.1-17.1.20 133 kB/s | 29 kB 00:00 (80/399): ansible-tripleo-ipa-0.3.1-17.1.202306 1.0 MB/s | 36 kB 00:00 (81/399): ansible-tripleo-ipsec-11.0.1-17.1.202 1.0 MB/s | 38 kB 00:00 (82/399): dib-utils-0.0.11-17.1.20230620173328. 278 kB/s | 12 kB 00:00 (83/399): openstack-heat-agents-2.2.1-17.1.2023 240 kB/s | 9.6 kB 00:00 (84/399): os-apply-config-13.1.1-17.1.202310200 1.2 MB/s | 54 kB 00:00 (85/399): os-collect-config-13.1.1-17.1.2023102 1.3 MB/s | 50 kB 00:00 (86/399): puppet-aodh-18.4.2-17.1.2023062015121 1.6 MB/s | 62 kB 00:00 (87/399): puppet-archive-4.6.1-17.1.20230620181 1.2 MB/s | 44 kB 00:00 (88/399): os-refresh-config-13.1.1-17.1.2023102 284 kB/s | 21 kB 00:00 (89/399): puppet-auditd-2.2.1-17.1.202306201924 679 kB/s | 28 kB 00:00 (90/399): puppet-certmonger-2.7.1-17.1.20230620 718 kB/s | 26 kB 00:00 (91/399): puppet-ceilometer-18.4.3-17.1.2023092 1.3 MB/s | 70 kB 00:00 (92/399): puppet-cinder-18.5.2-17.1.20230621054 3.0 MB/s | 120 kB 00:00 (93/399): puppet-collectd-13.0.1-17.1.202306201 3.5 MB/s | 135 kB 00:00 (94/399): puppet-corosync-8.0.1-17.1.2023062110 1.8 MB/s | 68 kB 00:00 (95/399): puppet-designate-18.6.1-17.1.20230621 1.7 MB/s | 69 kB 00:00 (96/399): puppet-dns-8.2.1-17.1.20230621002045. 1.0 MB/s | 36 kB 00:00 (97/399): puppet-etcd-1.12.3-17.1.2023062019322 484 kB/s | 25 kB 00:00 (98/399): puppet-heat-18.4.1-17.1.2023062111163 1.8 MB/s | 70 kB 00:00 (99/399): puppet-gnocchi-18.4.3-17.1.2023062106 781 kB/s | 58 kB 00:00 (100/399): puppet-kmod-2.5.0-17.1.2023062019064 518 kB/s | 21 kB 00:00 (101/399): puppet-manila-18.5.2-17.1.2023110219 2.2 MB/s | 81 kB 00:00 (102/399): puppet-memcached-6.0.0-17.1.20230620 605 kB/s | 23 kB 00:00 (103/399): puppet-mysql-10.6.1-17.1.20230621022 2.6 MB/s | 99 kB 00:00 (104/399): puppet-neutron-18.6.1-17.1.202306210 4.9 MB/s | 196 kB 00:00 (105/399): puppet-nssdb-1.0.2-17.1.202306201856 345 kB/s | 12 kB 00:00 (106/399): puppet-nova-18.6.1-17.1.202306210904 3.9 MB/s | 200 kB 00:00 (107/399): puppet-octavia-18.5.1-17.1.202306210 1.5 MB/s | 76 kB 00:00 (108/399): puppet-openstacklib-18.5.2-17.1.2023 1.6 MB/s | 62 kB 00:00 (109/399): puppet-placement-5.4.3-17.1.20230621 1.1 MB/s | 41 kB 00:00 (110/399): puppet-oslo-18.5.1-17.1.202306210523 720 kB/s | 48 kB 00:00 (111/399): puppet-rabbitmq-11.0.1-17.1.20230620 5.5 MB/s | 266 kB 00:00 (112/399): puppet-qdr-7.4.1-17.1.20230620195605 311 kB/s | 31 kB 00:00 (113/399): puppet-redis-6.1.1-17.1.202306201917 1.1 MB/s | 51 kB 00:00 (114/399): puppet-rsyslog-4.0.1-17.1.2023062020 419 kB/s | 58 kB 00:00 (115/399): puppet-ssh-6.2.1-17.1.20230620190251 207 kB/s | 29 kB 00:00 (116/399): puppet-openstack_extras-18.5.1-17.1. 145 kB/s | 48 kB 00:00 (117/399): puppet-stdlib-6.3.1-17.1.20230621000 3.8 MB/s | 160 kB 00:00 (118/399): puppet-swift-18.6.1-17.1.20230621052 1.9 MB/s | 115 kB 00:00 (119/399): puppet-vswitch-14.4.3-17.1.202306210 1.2 MB/s | 41 kB 00:00 (120/399): puppet-xinetd-3.3.1-17.1.20230620185 703 kB/s | 26 kB 00:00 (121/399): python-oslo-cache-lang-2.7.1-17.1.20 542 kB/s | 19 kB 00:00 (122/399): python-oslo-log-lang-4.4.0-17.1.2023 393 kB/s | 14 kB 00:00 (123/399): python-oslo-middleware-lang-4.2.1-17 336 kB/s | 13 kB 00:00 (124/399): python-oslo-policy-lang-3.7.1-17.1.2 391 kB/s | 14 kB 00:00 (125/399): python-oslo-versionedobjects-lang-2. 358 kB/s | 14 kB 00:00 (126/399): python-pycadf-common-3.1.1-17.1.2023 325 kB/s | 15 kB 00:00 (127/399): puppet-systemd-2.12.1-17.1.202306201 189 kB/s | 42 kB 00:00 (128/399): python3-GitPython-3.1.14-2.el9ost.no 4.0 MB/s | 238 kB 00:00 (129/399): python3-barbicanclient-5.3.0-17.1.20 3.1 MB/s | 127 kB 00:00 (130/399): python3-aodhclient-2.2.0-17.1.202306 946 kB/s | 56 kB 00:00 (131/399): python3-cinderclient-7.4.1-17.1.2023 4.2 MB/s | 218 kB 00:00 (132/399): python3-cliff-3.7.0-17.1.20230620172 2.5 MB/s | 95 kB 00:00 (133/399): python3-designateclient-4.2.1-17.1.2 2.2 MB/s | 92 kB 00:00 (134/399): python3-futurist-2.3.0-17.1.20230621 1.7 MB/s | 64 kB 00:00 (135/399): python3-heat-agent-2.2.1-17.1.202306 509 kB/s | 19 kB 00:00 (136/399): python3-heat-agent-ansible-2.2.1-17. 312 kB/s | 11 kB 00:00 (137/399): python3-heat-agent-docker-cmd-2.2.1- 333 kB/s | 12 kB 00:00 (138/399): python3-heat-agent-apply-config-2.2. 208 kB/s | 9.9 kB 00:00 (139/399): python3-heat-agent-hiera-2.2.1-17.1. 307 kB/s | 10 kB 00:00 (140/399): python3-heat-agent-json-file-2.2.1-1 284 kB/s | 9.8 kB 00:00 (141/399): python3-heat-agent-puppet-2.2.1-17.1 319 kB/s | 11 kB 00:00 (142/399): python3-ironic-inspector-client-4.5. 1.6 MB/s | 67 kB 00:00 (143/399): python3-heatclient-2.3.1-17.1.202306 2.2 MB/s | 158 kB 00:00 (144/399): python3-ironicclient-4.6.4-17.1.2023 6.4 MB/s | 342 kB 00:00 (145/399): python3-keystoneclient-4.3.0-17.1.20 4.7 MB/s | 239 kB 00:00 (146/399): python3-keystonemiddleware-9.2.0-17. 1.7 MB/s | 92 kB 00:00 (147/399): python3-magnumclient-3.4.1-17.1.2023 2.2 MB/s | 121 kB 00:00 (148/399): python3-mistralclient-4.2.0-17.1.202 3.7 MB/s | 166 kB 00:00 (149/399): python3-novaclient-17.4.1-17.1.20230 4.3 MB/s | 201 kB 00:00 (150/399): python3-os-client-config-2.1.0-17.1. 1.3 MB/s | 55 kB 00:00 (151/399): python3-neutronclient-7.3.1-17.1.202 3.6 MB/s | 298 kB 00:00 (152/399): python3-os-service-types-1.7.0-17.1. 1.0 MB/s | 38 kB 00:00 (153/399): python3-os-traits-2.5.0-17.1.2023062 1.2 MB/s | 45 kB 00:00 (154/399): python3-osc-lib-2.3.1-17.1.202306202 1.7 MB/s | 78 kB 00:00 (155/399): python3-oslo-cache-2.7.1-17.1.202306 1.4 MB/s | 56 kB 00:00 (156/399): python3-oslo-context-3.2.1-17.1.2023 593 kB/s | 27 kB 00:00 (157/399): python3-oslo-middleware-4.2.1-17.1.2 1.4 MB/s | 55 kB 00:00 (158/399): python3-oslo-log-4.4.0-17.1.20230620 878 kB/s | 64 kB 00:00 (159/399): python3-oslo-policy-3.7.1-17.1.20230 1.6 MB/s | 76 kB 00:00 (160/399): python3-oslo-reports-2.2.0-17.1.2023 1.4 MB/s | 59 kB 00:00 (161/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.2 MB/s | 46 kB 00:00 (162/399): python3-oslo-serialization-4.1.1-17. 630 kB/s | 34 kB 00:00 (163/399): python3-oslo-upgradecheck-1.3.1-17.1 556 kB/s | 29 kB 00:00 (164/399): python3-oslo-versionedobjects-2.4.1- 1.3 MB/s | 79 kB 00:00 (165/399): python3-pycadf-3.1.1-17.1.2023062021 1.3 MB/s | 53 kB 00:00 (166/399): python3-osprofiler-3.4.0-17.1.202306 2.8 MB/s | 130 kB 00:00 (167/399): python3-requestsexceptions-1.4.0-17. 447 kB/s | 17 kB 00:00 (168/399): python3-saharaclient-3.3.0-17.1.2023 3.6 MB/s | 188 kB 00:00 (169/399): python3-shade-1.33.0-17.1.2023062022 9.5 MB/s | 523 kB 00:00 (170/399): python3-statsd-3.2.1-20.1.el9ost.noa 805 kB/s | 35 kB 00:00 (171/399): python3-swiftclient-3.11.1-17.1.2023 3.5 MB/s | 136 kB 00:00 (172/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 1.3 MB/s | 50 kB 00:00 (173/399): python3-troveclient-7.0.0-17.1.20230 8.1 MB/s | 344 kB 00:00 (174/399): python3-validations-libs-1.9.1-17.1. 2.9 MB/s | 137 kB 00:00 (175/399): validations-common-1.9.1-17.1.202310 2.9 MB/s | 111 kB 00:00 (176/399): python3-zaqarclient-2.4.0-17.1.20230 1.6 MB/s | 129 kB 00:00 (177/399): python3-paramiko-2.11.0-2.el9ost.noa 6.2 MB/s | 299 kB 00:00 (178/399): python3-werkzeug-2.0.1-7.el9ost.noar 9.7 MB/s | 427 kB 00:00 (179/399): ansible-pacemaker-1.0.4-17.1.2023121 536 kB/s | 21 kB 00:00 (180/399): python3-manilaclient-2.6.4-17.1.2024 11 MB/s | 528 kB 00:00 (181/399): python3-sqlparse-0.4.1-2.el9ost.noar 2.3 MB/s | 83 kB 00:00 (182/399): python3-webob-1.8.7-2.1.el9ost.noarc 5.8 MB/s | 230 kB 00:00 (183/399): ansible-role-metalsmith-deployment-1 600 kB/s | 21 kB 00:00 (184/399): openstack-selinux-0.8.37-17.1.202311 5.5 MB/s | 221 kB 00:00 (185/399): puppet-ironic-18.7.1-17.1.2024030521 3.1 MB/s | 121 kB 00:00 (186/399): python3-glanceclient-3.3.0-17.1.2024 3.7 MB/s | 143 kB 00:00 (187/399): python-oslo-db-lang-8.5.2-17.1.20240 289 kB/s | 14 kB 00:00 (188/399): python3-keystoneauth1-4.4.0-17.1.202 9.3 MB/s | 409 kB 00:00 (189/399): python3-metalsmith-1.4.4-17.1.202405 1.7 MB/s | 65 kB 00:00 (190/399): python3-neutron-lib-2.10.3-17.1.2023 6.5 MB/s | 375 kB 00:00 (191/399): python3-octaviaclient-2.3.1-17.1.202 2.1 MB/s | 91 kB 00:00 (192/399): python3-oslo-db-8.5.2-17.1.202408201 2.8 MB/s | 144 kB 00:00 (193/399): python3-oslo-service-2.5.1-17.1.2024 1.9 MB/s | 71 kB 00:00 (194/399): python3-oslo-messaging-12.7.3-17.1.2 3.3 MB/s | 216 kB 00:00 (195/399): python3-waitress-2.0.0-4.el9ost.noar 2.7 MB/s | 109 kB 00:00 (196/399): openstack-tripleo-validations-14.3.2 4.8 MB/s | 204 kB 00:00 (197/399): python3-rhosp-openvswitch-3.3-1.el9o 78 kB/s | 8.3 kB 00:00 (198/399): openstack-ansible-core-2.14.2-4.7.el 25 MB/s | 2.3 MB 00:00 (199/399): puppet-glance-18.6.1-17.1.2025022015 2.2 MB/s | 87 kB 00:00 (200/399): puppet-ovn-18.6.1-17.1.2024092509490 811 kB/s | 29 kB 00:00 (201/399): puppet-pacemaker-1.5.1-17.1.20250214 4.1 MB/s | 158 kB 00:00 (202/399): puppet-tripleo-14.2.3-17.1.202503201 4.6 MB/s | 239 kB 00:00 (203/399): ansible-collection-containers-podman 5.2 MB/s | 243 kB 00:00 (204/399): python3-os-ken-1.4.1-17.1.2024120509 20 MB/s | 2.1 MB 00:00 (205/399): ansible-collections-openstack-1.9.1- 2.9 MB/s | 146 kB 00:00 (206/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 8.3 MB/s | 351 kB 00:00 (207/399): hiera-3.6.0-6.el9ost.noarch.rpm 870 kB/s | 33 kB 00:00 (208/399): leatherman-1.12.6-5.el9ost.x86_64.rp 8.6 MB/s | 405 kB 00:00 (209/399): facter-3.14.19-3.el9ost.x86_64.rpm 6.9 MB/s | 518 kB 00:00 (210/399): puppet-7.10.0-4.el9ost.noarch.rpm 291 kB/s | 11 kB 00:00 (211/399): python3-amqp-5.0.6-5.el9ost.noarch.r 2.3 MB/s | 92 kB 00:00 (212/399): puppet-headless-7.10.0-4.el9ost.noar 19 MB/s | 1.4 MB 00:00 (213/399): python3-boto-2.45.0-8.1.el9ost.noarc 18 MB/s | 1.3 MB 00:00 (214/399): python3-cachetools-4.2.2-3.el9ost.no 751 kB/s | 33 kB 00:00 (215/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 6.9 MB/s | 284 kB 00:00 (216/399): python3-colorama-0.4.4-4.el9ost.noar 949 kB/s | 35 kB 00:00 (217/399): python3-dogpile-cache-1.1.5-5.el9ost 1.8 MB/s | 89 kB 00:00 (218/399): python3-extras-1.0.0-17.el9ost.noarc 586 kB/s | 21 kB 00:00 (219/399): python3-fixtures-3.0.0-24.el9ost.noa 2.1 MB/s | 93 kB 00:00 (220/399): python3-keyring-21.8.0-4.el9ost.noar 2.0 MB/s | 77 kB 00:00 (221/399): python3-kombu-5.0.2-3.el9ost.noarch. 6.6 MB/s | 313 kB 00:00 (222/399): python3-munch-2.5.0-6.el9ost.noarch. 659 kB/s | 25 kB 00:00 (223/399): python3-openstacksdk-0.55.1-17.1.202 15 MB/s | 735 kB 00:00 (224/399): python3-paste-3.5.0-5.el9ost.noarch. 16 MB/s | 776 kB 00:00 (225/399): python3-pystache-0.5.4-15.el9ost.noa 3.2 MB/s | 132 kB 00:00 (226/399): python3-paste-deploy-2.1.1-4.el9ost. 653 kB/s | 41 kB 00:00 (227/399): python3-routes-2.4.1-14.el9ost.noarc 4.8 MB/s | 188 kB 00:00 (228/399): python3-repoze-lru-0.7-12.el9ost.noa 475 kB/s | 32 kB 00:00 (229/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.5 MB/s | 57 kB 00:00 (230/399): python3-secretstorage-3.3.1-3.el9ost 777 kB/s | 36 kB 00:00 (231/399): python3-simplejson-3.17.5-3.el9ost.x 5.5 MB/s | 266 kB 00:00 (232/399): python3-tempita-0.5.1-27.el9ost.noar 1.0 MB/s | 36 kB 00:00 (233/399): python3-testtools-2.4.0-10.el9ost.no 7.9 MB/s | 333 kB 00:00 (234/399): python3-vine-5.0.0-5.el9ost.noarch.r 741 kB/s | 26 kB 00:00 (235/399): python3-warlock-1.3.3-7.el9ost.noarc 486 kB/s | 21 kB 00:00 (236/399): python3-msgpack-1.0.2-4.el9ost.x86_6 244 kB/s | 87 kB 00:00 (237/399): python3-yappi-1.3.1-5.el9ost.x86_64. 1.4 MB/s | 56 kB 00:00 (238/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 811 kB/s | 29 kB 00:00 (239/399): ruby-facter-3.14.19-3.el9ost.x86_64. 171 kB/s | 9.5 kB 00:00 (240/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 3.2 MB/s | 123 kB 00:00 (241/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 514 kB/s | 19 kB 00:00 (242/399): openstack-heat-api-16.1.1-17.1.20250 464 kB/s | 16 kB 00:00 (243/399): openstack-heat-common-16.1.1-17.1.20 27 MB/s | 1.6 MB 00:00 (244/399): openstack-heat-engine-16.1.1-17.1.20 309 kB/s | 15 kB 00:00 (245/399): openstack-heat-monolith-16.1.1-17.1. 427 kB/s | 16 kB 00:00 (246/399): puppet-barbican-18.4.2-17.1.20250625 1.5 MB/s | 57 kB 00:00 (247/399): python-openstackclient-lang-5.5.2-17 1.5 MB/s | 58 kB 00:00 (248/399): python3-openstackclient-5.5.2-17.1.2 20 MB/s | 1.1 MB 00:00 (249/399): python3-yaql-1.1.3-13.el9ost.noarch. 668 kB/s | 180 kB 00:00 (250/399): openstack-tripleo-common-15.4.1-17.1 950 kB/s | 48 kB 00:00 (251/399): openstack-tripleo-common-containers- 2.0 MB/s | 74 kB 00:00 (252/399): puppet-concat-6.2.1-17.1.20250725131 1.0 MB/s | 44 kB 00:00 (253/399): puppet-apache-6.5.2-17.1.20250811150 3.1 MB/s | 253 kB 00:00 (254/399): puppet-firewall-3.4.1-17.1.202508041 1.3 MB/s | 73 kB 00:00 (255/399): puppet-git-0.5.0-17.1.20250725114148 719 kB/s | 26 kB 00:00 (256/399): puppet-haproxy-4.2.2-17.1.2025072511 1.5 MB/s | 55 kB 00:00 (257/399): puppet-inifile-4.2.1-17.1.2025080415 919 kB/s | 46 kB 00:00 (258/399): puppet-keepalived-0.0.2-17.1.2025072 489 kB/s | 17 kB 00:00 (259/399): puppet-module-data-0.5.1-17.1.202507 330 kB/s | 16 kB 00:00 (260/399): puppet-ipaclient-2.5.2-17.1.20250725 243 kB/s | 21 kB 00:00 (261/399): puppet-remote-10.0.0-17.1.2025072511 489 kB/s | 19 kB 00:00 (262/399): puppet-snmp-3.9.1-17.1.2025072511575 1.0 MB/s | 38 kB 00:00 (263/399): puppet-rsync-1.1.4-17.1.202508041515 389 kB/s | 28 kB 00:00 (264/399): puppet-sysctl-0.0.13-17.1.2025072511 228 kB/s | 19 kB 00:00 (265/399): python3-tripleo-common-15.4.1-17.1.2 4.4 MB/s | 198 kB 00:00 (266/399): puppet-vcsrepo-3.1.1-17.1.2025072511 544 kB/s | 53 kB 00:00 (267/399): python3-tripleoclient-16.5.1-17.1.20 8.9 MB/s | 552 kB 00:00 (268/399): tripleo-ansible-3.3.1-17.1.202508040 11 MB/s | 569 kB 00:00 (269/399): openstack-tripleo-heat-templates-14. 13 MB/s | 611 kB 00:00 (270/399): puppet-horizon-18.6.1-17.1.202510081 1.4 MB/s | 59 kB 00:00 (271/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.3 MB/s | 68 kB 00:00 (272/399): puppet-keystone-18.6.1-17.1.20251008 1.4 MB/s | 126 kB 00:00 (273/399): cephadm-18.2.1-361.el9cp.noarch.rpm 5.3 MB/s | 354 kB 00:00 (274/399): perl-IO-Socket-SSL-2.073-1.el9.noarc 4.7 MB/s | 223 kB 00:00 (275/399): boost-system-1.75.0-8.el9.x86_64.rpm 408 kB/s | 15 kB 00:00 (276/399): python3-urllib-gssapi-1.0.2-4.el9.no 597 kB/s | 24 kB 00:00 (277/399): perl-Storable-3.21-460.el9.x86_64.rp 1.8 MB/s | 98 kB 00:00 (278/399): boost-locale-1.75.0-8.el9.x86_64.rpm 3.2 MB/s | 216 kB 00:00 (279/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 231 kB/s | 17 kB 00:00 (280/399): perl-Data-Dumper-2.174-462.el9.x86_6 1.5 MB/s | 59 kB 00:00 (281/399): boost-thread-1.75.0-8.el9.x86_64.rpm 1.0 MB/s | 57 kB 00:00 (282/399): perl-Exporter-5.74-461.el9.noarch.rp 879 kB/s | 34 kB 00:00 (283/399): perl-Getopt-Long-2.52-4.el9.noarch.r 254 kB/s | 64 kB 00:00 (284/399): perl-File-Temp-0.231.100-4.el9.noarc 192 kB/s | 63 kB 00:00 (285/399): perl-Text-Tabs+Wrap-2013.0523-460.el 85 kB/s | 25 kB 00:00 (286/399): perl-parent-0.238-460.el9.noarch.rpm 57 kB/s | 16 kB 00:00 (287/399): python3-pyasn1-modules-0.4.8-6.el9.n 6.8 MB/s | 283 kB 00:00 (288/399): libisofs-1.5.4-4.el9.x86_64.rpm 4.2 MB/s | 224 kB 00:00 (289/399): xorriso-1.5.4-4.el9.x86_64.rpm 5.4 MB/s | 321 kB 00:00 (290/399): perl-IO-Socket-IP-0.41-5.el9.noarch. 1.3 MB/s | 45 kB 00:00 (291/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rp 8.8 MB/s | 392 kB 00:00 (292/399): perl-PathTools-3.78-461.el9.x86_64.r 2.1 MB/s | 92 kB 00:00 (293/399): perl-Pod-Simple-3.42-4.el9.noarch.rp 5.6 MB/s | 229 kB 00:00 (294/399): perl-Term-ANSIColor-5.01-461.el9.noa 1.3 MB/s | 51 kB 00:00 (295/399): perl-Text-ParseWords-3.30-460.el9.no 521 kB/s | 18 kB 00:00 (296/399): perl-URI-5.09-3.el9.noarch.rpm 2.8 MB/s | 125 kB 00:00 (297/399): perl-libnet-3.13-4.el9.noarch.rpm 2.9 MB/s | 134 kB 00:00 (298/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 738 kB/s | 26 kB 00:00 (299/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 16 MB/s | 1.2 MB 00:00 (300/399): perl-Carp-1.50-460.el9.noarch.rpm 805 kB/s | 31 kB 00:00 (301/399): iptables-nft-services-1.8.8-6.el9_1. 419 kB/s | 28 kB 00:00 (302/399): perl-Pod-Escapes-1.07-460.el9.noarch 620 kB/s | 22 kB 00:00 (303/399): perl-Encode-3.08-462.el9.x86_64.rpm 26 MB/s | 1.7 MB 00:00 (304/399): python3-psutil-5.8.0-12.el9.x86_64.r 5.1 MB/s | 218 kB 00:00 (305/399): libburn-1.5.4-4.el9.x86_64.rpm 4.3 MB/s | 175 kB 00:00 (306/399): perl-Mozilla-CA-20200520-6.el9.noarc 383 kB/s | 14 kB 00:00 (307/399): perl-Term-Cap-1.17-460.el9.noarch.rp 519 kB/s | 24 kB 00:00 (308/399): perl-Time-Local-1.300-7.el9.noarch.r 1.0 MB/s | 37 kB 00:00 (309/399): python3-jwcrypto-0.8-4.el9.noarch.rp 1.8 MB/s | 76 kB 00:00 (310/399): python3-yubico-1.3.3-7.el9.noarch.rp 1.9 MB/s | 73 kB 00:00 (311/399): sshpass-1.09-4.el9.x86_64.rpm 661 kB/s | 30 kB 00:00 (312/399): boost-filesystem-1.75.0-8.el9.x86_64 1.5 MB/s | 59 kB 00:00 (313/399): boost-log-1.75.0-8.el9.x86_64.rpm 9.5 MB/s | 410 kB 00:00 (314/399): boost-program-options-1.75.0-8.el9.x 2.1 MB/s | 108 kB 00:00 (315/399): perl-Digest-MD5-2.58-4.el9.x86_64.rp 970 kB/s | 39 kB 00:00 (316/399): libisoburn-1.5.4-4.el9.x86_64.rpm 9.5 MB/s | 419 kB 00:00 (317/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 358 kB/s | 19 kB 00:00 (318/399): perl-File-Path-2.18-4.el9.noarch.rpm 1.0 MB/s | 38 kB 00:00 (319/399): perl-Digest-1.19-4.el9.noarch.rpm 676 kB/s | 29 kB 00:00 (320/399): perl-Pod-Perldoc-3.28.01-461.el9.noa 1.2 MB/s | 92 kB 00:00 (321/399): perl-MIME-Base64-3.16-4.el9.x86_64.r 184 kB/s | 34 kB 00:00 (322/399): perl-Scalar-List-Utils-1.56-461.el9. 2.0 MB/s | 77 kB 00:00 (323/399): perl-constant-1.33-461.el9.noarch.rp 669 kB/s | 25 kB 00:00 (324/399): perl-podlators-4.14-460.el9.noarch.r 2.9 MB/s | 118 kB 00:00 (325/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 201 kB/s | 43 kB 00:00 (326/399): python3-PyMySQL-0.10.1-6.el9.noarch. 2.8 MB/s | 112 kB 00:00 (327/399): python3-pyasn1-0.4.8-6.el9.noarch.rp 4.1 MB/s | 163 kB 00:00 (328/399): perl-Socket-2.031-4.el9.x86_64.rpm 276 kB/s | 58 kB 00:00 (329/399): python3-pyusb-1.0.2-13.el9.noarch.rp 2.0 MB/s | 96 kB 00:00 (330/399): python3-qrcode-core-6.1-12.el9.noarc 1.6 MB/s | 61 kB 00:00 (331/399): boost-regex-1.75.0-8.el9.x86_64.rpm 6.8 MB/s | 279 kB 00:00 (332/399): python3-wcwidth-0.2.5-8.el9.noarch.r 708 kB/s | 48 kB 00:00 (333/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 5.3 MB/s | 221 kB 00:00 (334/399): python3-appdirs-1.4.4-4.el9.noarch.r 128 kB/s | 27 kB 00:00 (335/399): python3-alembic-1.7.5-3.el9.noarch.r 18 MB/s | 900 kB 00:00 (336/399): python3-gssapi-1.6.9-5.el9.x86_64.rp 12 MB/s | 489 kB 00:00 (337/399): openssl-perl-3.0.7-6.el9_2.x86_64.rp 841 kB/s | 42 kB 00:00 (338/399): perl-AutoLoader-5.74-480.el9.noarch. 462 kB/s | 23 kB 00:00 (339/399): perl-B-1.80-480.el9.x86_64.rpm 4.2 MB/s | 185 kB 00:00 (340/399): perl-Class-Struct-0.66-480.el9.noarc 611 kB/s | 24 kB 00:00 (341/399): perl-Errno-1.30-480.el9.x86_64.rpm 354 kB/s | 17 kB 00:00 (342/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 544 kB/s | 23 kB 00:00 (343/399): perl-File-stat-1.09-480.el9.noarch.r 485 kB/s | 19 kB 00:00 (344/399): perl-File-Basename-2.85-480.el9.noar 275 kB/s | 19 kB 00:00 (345/399): python3-augeas-0.5.0-25.el9.noarch.r 114 kB/s | 31 kB 00:00 (346/399): perl-Getopt-Std-1.12-480.el9.noarch. 487 kB/s | 17 kB 00:00 (347/399): perl-FileHandle-2.03-480.el9.noarch. 244 kB/s | 17 kB 00:00 (348/399): perl-IPC-Open3-1.21-480.el9.noarch.r 681 kB/s | 25 kB 00:00 (349/399): perl-NDBM_File-1.15-480.el9.x86_64.r 543 kB/s | 25 kB 00:00 (350/399): perl-POSIX-1.94-480.el9.x86_64.rpm 2.1 MB/s | 99 kB 00:00 (351/399): perl-IO-1.43-480.el9.x86_64.rpm 828 kB/s | 94 kB 00:00 (352/399): perl-SelectSaver-1.02-480.el9.noarch 323 kB/s | 13 kB 00:00 (353/399): perl-Symbol-1.08-480.el9.noarch.rpm 447 kB/s | 16 kB 00:00 (354/399): perl-base-2.27-480.el9.noarch.rpm 513 kB/s | 18 kB 00:00 (355/399): perl-if-0.60.800-480.el9.noarch.rpm 305 kB/s | 16 kB 00:00 (356/399): perl-mro-1.23-480.el9.x86_64.rpm 820 kB/s | 31 kB 00:00 (357/399): perl-libs-5.32.1-480.el9.x86_64.rpm 26 MB/s | 2.2 MB 00:00 (358/399): perl-overload-1.31-480.el9.noarch.rp 1.1 MB/s | 47 kB 00:00 (359/399): perl-subs-1.03-480.el9.noarch.rpm 379 kB/s | 13 kB 00:00 (360/399): perl-vars-1.05-480.el9.noarch.rpm 403 kB/s | 15 kB 00:00 (361/399): perl-interpreter-5.32.1-480.el9.x86_ 344 kB/s | 75 kB 00:00 (362/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 5.8 MB/s | 259 kB 00:00 (363/399): python3-mako-1.1.4-6.el9.noarch.rpm 3.2 MB/s | 176 kB 00:00 (364/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 10 MB/s | 459 kB 00:00 (365/399): perl-overloading-0.02-480.el9.noarch 75 kB/s | 15 kB 00:00 (366/399): jq-1.6-14.el9.x86_64.rpm 4.8 MB/s | 190 kB 00:00 (367/399): ansible-freeipa-1.9.2-3.el9_2.noarch 7.8 MB/s | 452 kB 00:00 (368/399): rhel-system-roles-1.21.2-1.el9_2.noa 22 MB/s | 2.4 MB 00:00 (369/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 179 kB/s | 40 kB 00:00 (370/399): ipa-client-common-4.10.1-12.el9_2.2. 1.0 MB/s | 44 kB 00:00 (371/399): python3-ipaclient-4.10.1-12.el9_2.2. 14 MB/s | 648 kB 00:00 (372/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 216 kB/s | 59 kB 00:00 (373/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 1.4 MB/s | 57 kB 00:00 (374/399): python3-ipalib-4.10.1-12.el9_2.2.noa 7.0 MB/s | 663 kB 00:00 (375/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 815 kB/s | 41 kB 00:00 (376/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 49 MB/s | 7.9 MB 00:00 (377/399): ruby-default-gems-3.0.4-161.el9_2.2. 692 kB/s | 46 kB 00:00 (378/399): ipa-common-4.10.1-12.el9_2.2.noarch. 2.0 MB/s | 656 kB 00:00 (379/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 1.5 MB/s | 55 kB 00:00 (380/399): rubygem-io-console-0.5.7-161.el9_2.2 726 kB/s | 26 kB 00:00 (381/399): rubygem-bundler-2.2.33-161.el9_2.2.n 8.9 MB/s | 456 kB 00:00 (382/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 29 MB/s | 3.3 MB 00:00 (383/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 1.4 MB/s | 59 kB 00:00 (384/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 991 kB/s | 60 kB 00:00 (385/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 2.5 MB/s | 110 kB 00:00 (386/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 7.7 MB/s | 441 kB 00:00 (387/399): rubygems-3.2.33-161.el9_2.2.noarch.r 3.5 MB/s | 306 kB 00:00 (388/399): buildah-1.29.5-1.el9_2.x86_64.rpm 51 MB/s | 8.6 MB 00:00 (389/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 1.4 MB/s | 245 kB 00:00 (390/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 18 MB/s | 2.2 MB 00:00 (391/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 2.6 MB/s | 109 kB 00:00 (392/399): libmount-2.37.4-11.el9_2.x86_64.rpm 3.2 MB/s | 136 kB 00:00 (393/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 2.2 MB/s | 156 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 558 kB/s | 30 kB 00:00 (396/399): util-linux-core-2.37.4-11.el9_2.x86_ 9.6 MB/s | 464 kB 00:00 (397/399): util-linux-2.37.4-11.el9_2.x86_64.rp 25 MB/s | 2.3 MB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 2.9 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 3.7 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 12 MB/s | 97 MB 00:08 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 16/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 17/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 18/408 Installing : boost-regex-1.75.0-8.el9.x86_64 19/408 Installing : boost-system-1.75.0-8.el9.x86_64 20/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 21/408 Installing : libaio-0.3.111-13.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : 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-gssapi-1.6.9-5.el9.x86_64 89/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 90/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 91/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 92/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 93/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 94/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 95/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 96/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 97/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 98/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 99/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 100/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 101/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 102/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 103/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 104/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 105/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 106/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 107/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 108/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 109/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 110/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 111/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 112/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 113/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 114/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 115/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 116/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 117/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 118/408 Installing : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 119/408 Installing : python3-dns-2.2.1-2.el9.noarch 120/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 121/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 122/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 123/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 124/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 125/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 126/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 127/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 128/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 129/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 130/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 131/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 132/408 Installing : python3-yubico-1.3.3-7.el9.noarch 133/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.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 : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-augeas-0.5.0-25.el9.noarch 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 150/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 161/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 162/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 163/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 164/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 165/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 168/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 169/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 170/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 170/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 170/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 171/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 172/408 Installing : jq-1.6-14.el9.x86_64 173/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 174/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 175/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 176/408 Installing : boost-log-1.75.0-8.el9.x86_64 177/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 178/408 Installing : sshpass-1.09-4.el9.x86_64 179/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 180/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 181/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 182/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 183/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 184/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 185/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 186/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 187/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 188/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 189/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 190/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 191/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 192/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 193/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 194/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 195/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 196/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 197/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 198/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 199/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 200/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 201/408 Installing : libburn-1.5.4-4.el9.x86_64 202/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 203/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 203/408 Installing : libisofs-1.5.4-4.el9.x86_64 204/408 Installing : libisoburn-1.5.4-4.el9.x86_64 205/408 Installing : xorriso-1.5.4-4.el9.x86_64 206/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 206/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 207/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 208/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 209/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 210/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 211/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 212/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 213/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 214/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 215/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 216/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 217/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 217/408 Installing : puppet-7.10.0-4.el9ost.noarch 218/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 218/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 219/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 220/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 221/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 222/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 223/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 224/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 225/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 226/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 227/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 228/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 229/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 230/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 231/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 232/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 233/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 234/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 235/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 236/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 237/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 238/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 239/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 240/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 241/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 242/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 243/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 244/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 245/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 246/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 247/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 248/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 249/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 250/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 251/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 252/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 253/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 254/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 255/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 256/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 257/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 258/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 259/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 260/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 261/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 262/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 263/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 264/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 265/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 266/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 267/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 268/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 269/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 270/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 271/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 272/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 273/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 274/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 275/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 276/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 277/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 278/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 279/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 280/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 281/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 282/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 283/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 284/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 285/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 286/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 287/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 287/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 288/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 289/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 290/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 291/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 292/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 293/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 294/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 295/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 296/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 297/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 298/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 299/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 300/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 301/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 302/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 303/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 304/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 305/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 306/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 307/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 308/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 309/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 310/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 311/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 312/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 313/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 314/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 315/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 316/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 317/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 318/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 319/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 320/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 321/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 322/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 323/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 324/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 325/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 326/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 326/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 327/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 328/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 329/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 330/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 331/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 332/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 333/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 334/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 335/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 336/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 337/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 338/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 339/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 340/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 341/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 342/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 343/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 344/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 345/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 346/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 347/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 348/408 Installing : python3-memcached-1.59-3.el9ost.noarch 349/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 350/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 351/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 352/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 353/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 354/408 Installing : python3-docutils-0.16-6.el9ost.noarch 355/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 356/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 357/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 358/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 359/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 360/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 361/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 362/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 363/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 364/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 365/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 366/408 warning: group neutron does not exist - using root Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 367/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 368/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 369/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 370/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 371/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 372/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 373/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 374/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 375/408 Installing : pkgconf-1.7.3-10.el9.x86_64 376/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 377/408 Installing : bash-completion-1:2.11-4.el9.noarch 378/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 379/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 379/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 380/408 Installing : python3-tripleo-common-15.4.1-17.1.2025090814082 381/408 Installing : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 382/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 383/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 384/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 385/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Installing : libkadm5-1.20.1-8.el9.x86_64 390/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 391/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 392/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 393/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250908140 394/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 395/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250728123209 398/408 Running scriptlet: cephadm-2:18.2.1-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : bash-completion-1:2.11-4.el9.noarch 1/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 2/408 Verifying : libaio-0.3.111-13.el9.x86_64 3/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 4/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 5/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 6/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 7/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 8/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 9/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 10/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 11/408 Verifying : python3-dns-2.2.1-2.el9.noarch 12/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 13/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 14/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 15/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 16/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 17/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 18/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 19/408 Verifying : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 20/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 21/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 22/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 23/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 24/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 25/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 26/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 27/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 28/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 29/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 30/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 31/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 32/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 33/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 34/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 35/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 36/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 37/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 38/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 39/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 40/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 41/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 42/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 43/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 44/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 45/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 46/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 47/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 48/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 49/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 50/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 51/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 52/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 53/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 54/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 55/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 56/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 57/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 58/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 59/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 60/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 61/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 62/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 63/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 64/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 65/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 66/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 67/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 68/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 69/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 70/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 71/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 72/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 73/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 74/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 75/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 76/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 77/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 78/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 79/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 80/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 81/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 82/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 83/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 84/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 85/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 86/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 87/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 88/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 89/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 90/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 91/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 92/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 93/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 94/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 95/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 96/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 97/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 98/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 99/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 100/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 101/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 102/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 103/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 104/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 105/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 106/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 107/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 108/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 109/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 110/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 111/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 112/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 113/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 114/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 115/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 116/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 117/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 118/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 119/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 120/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 121/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 122/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 123/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 124/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 125/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 126/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 127/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 128/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 129/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 130/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 131/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 132/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 133/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 134/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 135/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 136/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 137/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 138/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 139/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 140/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 141/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 142/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 143/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 144/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 145/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 146/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 147/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 148/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 149/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 150/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 151/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 152/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 153/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 154/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 155/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 156/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 157/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 158/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 159/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 160/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 161/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 162/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 163/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 164/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 165/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 166/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 167/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 168/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 169/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 170/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 171/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 172/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 173/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 174/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 175/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 176/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 177/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 178/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 179/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 180/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 181/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 182/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 183/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 184/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 185/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 186/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 187/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 188/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 189/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 190/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 191/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 192/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 193/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 194/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 195/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 196/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 197/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 198/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 199/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 200/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 201/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 202/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 203/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 204/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 205/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 206/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 207/408 Verifying : hiera-3.6.0-6.el9ost.noarch 208/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 209/408 Verifying : puppet-7.10.0-4.el9ost.noarch 210/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 211/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 212/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 213/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 214/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 215/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 216/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 217/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 218/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 219/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 220/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 221/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 222/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 223/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 224/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 225/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 226/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 227/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 228/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 229/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 230/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 231/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 232/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 233/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 234/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 235/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 236/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 237/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 238/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 239/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 240/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 241/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 242/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 243/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 244/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 245/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 246/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 247/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 248/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 249/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250908140 250/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 251/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 252/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 253/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 254/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 255/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 256/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 257/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 258/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 259/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 260/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 261/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 262/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 263/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 264/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 265/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025090814082 266/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 267/408 Verifying : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 268/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 269/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 270/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 271/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 272/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 273/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 274/408 Verifying : boost-system-1.75.0-8.el9.x86_64 275/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 276/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 277/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 278/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 279/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 280/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 281/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 282/408 Verifying : perl-Exporter-5.74-461.el9.noarch 283/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 284/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 285/408 Verifying : perl-parent-1:0.238-460.el9.noarch 286/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 287/408 Verifying : xorriso-1.5.4-4.el9.x86_64 288/408 Verifying : libisofs-1.5.4-4.el9.x86_64 289/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 290/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 291/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 292/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 293/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 294/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 295/408 Verifying : perl-URI-5.09-3.el9.noarch 296/408 Verifying : perl-libnet-3.13-4.el9.noarch 297/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 298/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 299/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 300/408 Verifying : perl-Carp-1.50-460.el9.noarch 301/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 302/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 303/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 304/408 Verifying : libburn-1.5.4-4.el9.x86_64 305/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 306/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 307/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 308/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 309/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 310/408 Verifying : sshpass-1.09-4.el9.x86_64 311/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 312/408 Verifying : boost-log-1.75.0-8.el9.x86_64 313/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 314/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 315/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 316/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 317/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 318/408 Verifying : perl-Digest-1.19-4.el9.noarch 319/408 Verifying : perl-File-Path-2.18-4.el9.noarch 320/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 321/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 322/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 323/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 324/408 Verifying : perl-constant-1.33-461.el9.noarch 325/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 326/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 327/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 328/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 329/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 330/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 331/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 332/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 333/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 334/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 335/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 336/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 337/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 338/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 339/408 Verifying : perl-B-1.80-480.el9.x86_64 340/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 341/408 Verifying : perl-Errno-1.30-480.el9.x86_64 342/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 343/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 344/408 Verifying : perl-File-stat-1.09-480.el9.noarch 345/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 346/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 347/408 Verifying : perl-IO-1.43-480.el9.x86_64 348/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 349/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 350/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 351/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 352/408 Verifying : perl-Symbol-1.08-480.el9.noarch 353/408 Verifying : perl-base-2.27-480.el9.noarch 354/408 Verifying : perl-if-0.60.800-480.el9.noarch 355/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 356/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 357/408 Verifying : perl-mro-1.23-480.el9.x86_64 358/408 Verifying : perl-overload-1.31-480.el9.noarch 359/408 Verifying : perl-overloading-0.02-480.el9.noarch 360/408 Verifying : perl-subs-1.03-480.el9.noarch 361/408 Verifying : perl-vars-1.05-480.el9.noarch 362/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 363/408 Verifying : python3-mako-1.1.4-6.el9.noarch 364/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 365/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 366/408 Verifying : jq-1.6-14.el9.x86_64 367/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 368/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 369/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 370/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 371/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 372/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 373/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 374/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 375/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 376/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 377/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 378/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 379/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 380/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 381/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 382/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 383/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 384/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 385/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 386/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 387/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 388/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 389/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.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-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251015110812.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20250811150836.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20250725131333.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20250804151611.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20251008130751.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20250804150825.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20250725102608.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20250725114922.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20251008090800.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20250725115430.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20250725114017.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250728123209.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250804050821.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.localdomain + sudo hostnamectl set-hostname standalone.localdomain --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1500 + INTERFACE_MTU=1500 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_ENABLED=true + export EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_CEPH_NOVA=true + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \f\a\l\s\e ]] + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=true + BARBICAN_ENABLED=true + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=false + TLSE_ENABLED=false + export CLOUD_DOMAIN=localdomain + CLOUD_DOMAIN=localdomain + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export DESIGNATE_ENABLED=false + DESIGNATE_ENABLED=false + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2025-12-01T10:31:13.635446 # # openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # parameter_defaults: ContainerImagePrepare: - set: ceph_alertmanager_image: ose-prometheus-alertmanager ceph_alertmanager_namespace: registry.redhat.io/openshift4 ceph_alertmanager_tag: v4.12 ceph_grafana_image: rhceph-6-dashboard-rhel9 ceph_grafana_namespace: registry.redhat.io/rhceph ceph_grafana_tag: latest ceph_image: rhceph-6-rhel9 ceph_namespace: registry.redhat.io/rhceph ceph_node_exporter_image: ose-prometheus-node-exporter ceph_node_exporter_namespace: registry.redhat.io/openshift4 ceph_node_exporter_tag: v4.12 ceph_prometheus_image: ose-prometheus ceph_prometheus_namespace: registry.redhat.io/openshift4 ceph_prometheus_tag: v4.12 ceph_tag: latest name_prefix: openstack- name_suffix: '' namespace: registry.redhat.io/rhosp-rhel9 neutron_driver: ovn rhel_containers: false tag: '17.1' tag_from_label: '{version}-{release}' + sed -i 's|quay.io/tripleowallaby$|quay.io/tripleowallabycentos9|' /root/containers-prepare-parameters.yaml + sed -i 's|rhceph-6-rhel9|rhceph-7-rhel9|' /root/containers-prepare-parameters.yaml + sudo mkdir -p /etc/os-net-config + cat + sudo tee /etc/cloud/cloud.cfg.d/99-edpm-disable-network-config.cfg network: config: disabled + sudo systemctl enable network network.service is not a native service, redirecting to systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable network + sudo cp /tmp/net_config.yaml /etc/os-net-config/config.yaml + sudo os-net-config -c /etc/os-net-config/config.yaml + sudo cp /tmp/net_config.yaml /root/standalone_net_config.j2 + sudo cp /tmp/network_data.yaml /root/network_data.yaml + sudo cp /tmp/deployed_network.yaml /root/deployed_network.yaml + sudo cp /tmp/Standalone.yaml /root/Standalone.yaml + [[ true == \t\r\u\e ]] + /tmp/ceph.sh + export CEPH_IP=172.18.0.100 + CEPH_IP=172.18.0.100 + sudo dd if=/dev/zero of=/var/lib/ceph-osd.img bs=1 count=0 seek=7G 0+0 records in 0+0 records out 0 bytes copied, 4.9711e-05 s, 0.0 kB/s + sudo losetup /dev/loop3 /var/lib/ceph-osd.img + sudo pvcreate /dev/loop3 Physical volume "/dev/loop3" successfully created. Creating devices file /etc/lvm/devices/system.devices + sudo vgcreate vg2 /dev/loop3 Volume group "vg2" successfully created + sudo lvcreate -n data-lv2 -l +100%FREE vg2 Logical volume "data-lv2" created. + cat + sudo openstack overcloud ceph spec --standalone --mon-ip 172.18.0.100 --osd-spec /root/osd_spec.yaml --output /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec for Standalone Deployment] ****************************** 2025-12-01 10:31:17.542843 | fa163ee6-8f4d-eb5f-9f38-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-12-01 10:31:17.579975 | fa163ee6-8f4d-eb5f-9f38-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-12-01 10:31:17.580627 | fa163ee6-8f4d-eb5f-9f38-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.052214 | 0.04s 2025-12-01 10:31:17.584036 | fa163ee6-8f4d-eb5f-9f38-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-12-01 10:31:17.621453 | fa163ee6-8f4d-eb5f-9f38-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-12-01 10:31:17.621986 | fa163ee6-8f4d-eb5f-9f38-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.093577 | 0.04s 2025-12-01 10:31:17.624855 | fa163ee6-8f4d-eb5f-9f38-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-12-01 10:31:17.712738 | fa163ee6-8f4d-eb5f-9f38-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-12-01 10:31:17.713809 | fa163ee6-8f4d-eb5f-9f38-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.185391 | 0.09s 2025-12-01 10:31:17.719930 | fa163ee6-8f4d-eb5f-9f38-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-12-01 10:31:18.103223 | fa163ee6-8f4d-eb5f-9f38-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-12-01 10:31:18.104594 | fa163ee6-8f4d-eb5f-9f38-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.576175 | 0.38s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-12-01 10:31:18.127648 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-01 10:31:18.128104 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-01 10:31:18.128573 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.600163 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-01 10:31:18.129015 | UUID | Info | Host | Task Name | Run Time 2025-12-01 10:31:18.129448 | fa163ee6-8f4d-eb5f-9f38-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.38s 2025-12-01 10:31:18.129916 | fa163ee6-8f4d-eb5f-9f38-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.09s 2025-12-01 10:31:18.130596 | fa163ee6-8f4d-eb5f-9f38-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2025-12-01 10:31:18.131114 | fa163ee6-8f4d-eb5f-9f38-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.04s 2025-12-01 10:31:18.131618 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + sudo openstack overcloud ceph user enable --standalone /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [undercloud] ************************************************************** 2025-12-01 10:31:20.531824 | fa163ee6-8f4d-5e21-bfe5-000000000005 | TASK | set ssh key path facts 2025-12-01 10:31:20.570177 | fa163ee6-8f4d-5e21-bfe5-000000000005 | OK | set ssh key path facts | undercloud 2025-12-01 10:31:20.570734 | fa163ee6-8f4d-5e21-bfe5-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.052888 | 0.04s 2025-12-01 10:31:20.574046 | fa163ee6-8f4d-5e21-bfe5-000000000006 | TASK | stat private key 2025-12-01 10:31:20.912798 | fa163ee6-8f4d-5e21-bfe5-000000000006 | OK | stat private key | undercloud 2025-12-01 10:31:20.914083 | fa163ee6-8f4d-5e21-bfe5-000000000006 | TIMING | stat private key | undercloud | 0:00:00.396224 | 0.34s 2025-12-01 10:31:20.921052 | fa163ee6-8f4d-5e21-bfe5-000000000007 | TASK | stat public key 2025-12-01 10:31:21.131257 | fa163ee6-8f4d-5e21-bfe5-000000000007 | OK | stat public key | undercloud 2025-12-01 10:31:21.132683 | fa163ee6-8f4d-5e21-bfe5-000000000007 | TIMING | stat public key | undercloud | 0:00:00.614824 | 0.21s 2025-12-01 10:31:21.139704 | fa163ee6-8f4d-5e21-bfe5-000000000008 | TASK | create private key if it does not exist 2025-12-01 10:31:22.829933 | fa163ee6-8f4d-5e21-bfe5-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-12-01 10:31:22.831245 | fa163ee6-8f4d-5e21-bfe5-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:02.313387 | 1.69s 2025-12-01 10:31:22.838265 | fa163ee6-8f4d-5e21-bfe5-000000000009 | TASK | create public key if it does not exist 2025-12-01 10:31:23.407454 | fa163ee6-8f4d-5e21-bfe5-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-12-01 10:31:23.408744 | fa163ee6-8f4d-5e21-bfe5-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:02.890888 | 0.57s PLAY [allovercloud] ************************************************************ 2025-12-01 10:31:23.460487 | fa163ee6-8f4d-5e21-bfe5-000000000023 | TASK | Get local private key 2025-12-01 10:31:23.792626 | fa163ee6-8f4d-5e21-bfe5-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163ee6-8f4d-5e21-bfe5-000000000023') missing from stats 2025-12-01 10:31:23.804364 | fa163ee6-8f4d-5e21-bfe5-000000000024 | TASK | Get local public key 2025-12-01 10:31:24.005145 | fa163ee6-8f4d-5e21-bfe5-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163ee6-8f4d-5e21-bfe5-000000000024') missing from stats 2025-12-01 10:31:24.027434 | fa163ee6-8f4d-5e21-bfe5-000000000012 | TASK | create user ceph-admin 2025-12-01 10:31:24.543692 | fa163ee6-8f4d-5e21-bfe5-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-12-01 10:31:24.545067 | fa163ee6-8f4d-5e21-bfe5-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:04.027208 | 0.52s 2025-12-01 10:31:24.554418 | fa163ee6-8f4d-5e21-bfe5-000000000013 | TASK | grant admin rights to user ceph-admin 2025-12-01 10:31:25.152244 | fa163ee6-8f4d-5e21-bfe5-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-12-01 10:31:25.153520 | fa163ee6-8f4d-5e21-bfe5-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:04.635661 | 0.60s 2025-12-01 10:31:25.162669 | fa163ee6-8f4d-5e21-bfe5-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-12-01 10:31:25.516717 | fa163ee6-8f4d-5e21-bfe5-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-12-01 10:31:25.517931 | fa163ee6-8f4d-5e21-bfe5-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:05.000073 | 0.35s 2025-12-01 10:31:25.527244 | fa163ee6-8f4d-5e21-bfe5-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-12-01 10:31:25.748263 | fa163ee6-8f4d-5e21-bfe5-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-12-01 10:31:25.749482 | fa163ee6-8f4d-5e21-bfe5-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:05.231626 | 0.22s 2025-12-01 10:31:25.758600 | fa163ee6-8f4d-5e21-bfe5-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-12-01 10:31:25.979990 | fa163ee6-8f4d-5e21-bfe5-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-12-01 10:31:25.981265 | fa163ee6-8f4d-5e21-bfe5-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:05.463406 | 0.22s 2025-12-01 10:31:25.990308 | fa163ee6-8f4d-5e21-bfe5-000000000017 | TASK | get remote ceph-admin public key 2025-12-01 10:31:26.050400 | fa163ee6-8f4d-5e21-bfe5-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-12-01 10:31:26.051434 | fa163ee6-8f4d-5e21-bfe5-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:05.533578 | 0.06s 2025-12-01 10:31:26.060094 | fa163ee6-8f4d-5e21-bfe5-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-12-01 10:31:26.116806 | fa163ee6-8f4d-5e21-bfe5-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-12-01 10:31:26.117872 | fa163ee6-8f4d-5e21-bfe5-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:05.600015 | 0.06s 2025-12-01 10:31:26.126590 | fa163ee6-8f4d-5e21-bfe5-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-12-01 10:31:26.489441 | fa163ee6-8f4d-5e21-bfe5-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-12-01 10:31:26.490791 | fa163ee6-8f4d-5e21-bfe5-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:05.972931 | 0.36s 2025-12-01 10:31:26.499433 | fa163ee6-8f4d-5e21-bfe5-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-12-01 10:31:26.926882 | fa163ee6-8f4d-5e21-bfe5-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-12-01 10:31:26.928131 | fa163ee6-8f4d-5e21-bfe5-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:06.410273 | 0.43s 2025-12-01 10:31:26.936656 | fa163ee6-8f4d-5e21-bfe5-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-12-01 10:31:27.433913 | fa163ee6-8f4d-5e21-bfe5-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-12-01 10:31:27.435249 | fa163ee6-8f4d-5e21-bfe5-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:06.917392 | 0.50s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-12-01 10:31:27.462735 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-01 10:31:27.463271 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-01 10:31:27.463827 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:06.945981 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-01 10:31:27.464291 | UUID | Info | Host | Task Name | Run Time 2025-12-01 10:31:27.464824 | fa163ee6-8f4d-5e21-bfe5-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 1.69s 2025-12-01 10:31:27.465317 | fa163ee6-8f4d-5e21-bfe5-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.60s 2025-12-01 10:31:27.465892 | fa163ee6-8f4d-5e21-bfe5-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.57s 2025-12-01 10:31:27.466364 | fa163ee6-8f4d-5e21-bfe5-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.52s 2025-12-01 10:31:27.466881 | fa163ee6-8f4d-5e21-bfe5-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.50s 2025-12-01 10:31:27.467344 | fa163ee6-8f4d-5e21-bfe5-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.43s 2025-12-01 10:31:27.467897 | fa163ee6-8f4d-5e21-bfe5-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.36s 2025-12-01 10:31:27.468389 | fa163ee6-8f4d-5e21-bfe5-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.35s 2025-12-01 10:31:27.468966 | fa163ee6-8f4d-5e21-bfe5-000000000006 | SUMMARY | undercloud | stat private key | 0.34s 2025-12-01 10:31:27.469444 | fa163ee6-8f4d-5e21-bfe5-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.22s 2025-12-01 10:31:27.470026 | fa163ee6-8f4d-5e21-bfe5-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.22s 2025-12-01 10:31:27.470510 | fa163ee6-8f4d-5e21-bfe5-000000000007 | SUMMARY | undercloud | stat public key | 0.21s 2025-12-01 10:31:27.471039 | fa163ee6-8f4d-5e21-bfe5-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.06s 2025-12-01 10:31:27.471585 | fa163ee6-8f4d-5e21-bfe5-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.06s 2025-12-01 10:31:27.472187 | fa163ee6-8f4d-5e21-bfe5-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.04s 2025-12-01 10:31:27.472829 | fa163ee6-8f4d-5e21-bfe5-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-12-01 10:31:27.473385 | fa163ee6-8f4d-5e21-bfe5-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-12-01 10:31:27.473966 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + cat + sudo sed -i /--yes-i-know/d /usr/share/ansible/roles/tripleo_cephadm/tasks/bootstrap.yaml + sudo openstack overcloud ceph deploy --mon-ip 172.18.0.100 --ceph-spec /root/ceph_spec.yaml --config /root/initial_ceph.conf --container-image-prepare /root/containers-prepare-parameters.yaml --standalone --single-host-defaults --skip-hosts-config --skip-container-registry-config --skip-user-create --network-data /tmp/network_data.yaml --ntp-server pool.ntp.org --output /root/deployed_ceph.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Configure chrony service] ************************************************ 2025-12-01 10:31:29.960838 | fa163ee6-8f4d-9429-44f8-000000000039 | TASK | Gathering Facts 2025-12-01 10:31:30.513022 | fa163ee6-8f4d-9429-44f8-000000000039 | OK | Gathering Facts | undercloud 2025-12-01 10:31:30.517029 | fa163ee6-8f4d-9429-44f8-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.569691 | 0.55s 2025-12-01 10:31:30.519897 | fa163ee6-8f4d-9429-44f8-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-12-01 10:31:30.521043 | fa163ee6-8f4d-9429-44f8-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.573720 | 0.56s 2025-12-01 10:31:30.550752 | fa163ee6-8f4d-9429-44f8-00000000000a | TASK | Load distro-specific variables 2025-12-01 10:31:30.633124 | fa163ee6-8f4d-9429-44f8-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.685771 | 0.08s 2025-12-01 10:31:30.646110 | fa163ee6-8f4d-9429-44f8-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.698782 | 0.08s 2025-12-01 10:31:30.666831 | c326f667-e009-43b8-af75-e85b438419e2 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-12-01 10:31:30.667616 | c326f667-e009-43b8-af75-e85b438419e2 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-12-01 10:31:30.692094 | fa163ee6-8f4d-9429-44f8-000000000052 | TASK | Load distro-specific variables 2025-12-01 10:31:30.800320 | fa163ee6-8f4d-9429-44f8-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-01 10:31:30.802063 | fa163ee6-8f4d-9429-44f8-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.854725 | 0.11s 2025-12-01 10:31:30.811704 | fa163ee6-8f4d-9429-44f8-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.864370 | 0.12s 2025-12-01 10:31:30.831094 | fa163ee6-8f4d-9429-44f8-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-01 10:31:30.831879 | fa163ee6-8f4d-9429-44f8-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.884555 | 0.13s 2025-12-01 10:31:30.836948 | fa163ee6-8f4d-9429-44f8-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.889621 | 0.13s 2025-12-01 10:31:30.845136 | fa163ee6-8f4d-9429-44f8-00000000000b | TASK | Install chronyd 2025-12-01 10:31:30.926837 | fa163ee6-8f4d-9429-44f8-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.979481 | 0.08s 2025-12-01 10:31:30.938299 | fa163ee6-8f4d-9429-44f8-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.990974 | 0.08s 2025-12-01 10:31:30.961045 | 394f4813-b12c-4ade-a886-6388da46eeec | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-12-01 10:31:30.961798 | 394f4813-b12c-4ade-a886-6388da46eeec | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-12-01 10:31:30.988919 | fa163ee6-8f4d-9429-44f8-0000000000a2 | TASK | Load distro-specific variables 2025-12-01 10:31:31.067881 | fa163ee6-8f4d-9429-44f8-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.120526 | 0.08s 2025-12-01 10:31:31.079350 | fa163ee6-8f4d-9429-44f8-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.132024 | 0.08s 2025-12-01 10:31:31.094747 | 963a4eef-ca7e-4c4f-a1d5-120f344d8501 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-12-01 10:31:31.095455 | 963a4eef-ca7e-4c4f-a1d5-120f344d8501 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-12-01 10:31:31.115754 | fa163ee6-8f4d-9429-44f8-000000000102 | TASK | Load distro-specific variables 2025-12-01 10:31:31.224527 | fa163ee6-8f4d-9429-44f8-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-01 10:31:31.226140 | fa163ee6-8f4d-9429-44f8-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.278798 | 0.11s 2025-12-01 10:31:31.235010 | fa163ee6-8f4d-9429-44f8-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-01 10:31:31.236184 | fa163ee6-8f4d-9429-44f8-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.288862 | 0.11s 2025-12-01 10:31:31.241303 | fa163ee6-8f4d-9429-44f8-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.293969 | 0.12s 2025-12-01 10:31:31.242514 | fa163ee6-8f4d-9429-44f8-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.295192 | 0.12s 2025-12-01 10:31:31.252018 | fa163ee6-8f4d-9429-44f8-0000000000a3 | TASK | Check for NTP service 2025-12-01 10:31:31.647053 | fa163ee6-8f4d-9429-44f8-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-12-01 10:31:31.648434 | fa163ee6-8f4d-9429-44f8-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.701100 | 0.39s 2025-12-01 10:31:31.649476 | fa163ee6-8f4d-9429-44f8-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-12-01 10:31:31.650207 | fa163ee6-8f4d-9429-44f8-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.702884 | 0.39s 2025-12-01 10:31:31.659312 | fa163ee6-8f4d-9429-44f8-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-12-01 10:31:31.748952 | fa163ee6-8f4d-9429-44f8-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-12-01 10:31:31.750409 | fa163ee6-8f4d-9429-44f8-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.803068 | 0.09s 2025-12-01 10:31:31.761374 | fa163ee6-8f4d-9429-44f8-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-12-01 10:31:31.762062 | fa163ee6-8f4d-9429-44f8-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.814740 | 0.09s 2025-12-01 10:31:31.772858 | fa163ee6-8f4d-9429-44f8-0000000000a5 | TASK | Install chronyd package 2025-12-01 10:31:34.776105 | fa163ee6-8f4d-9429-44f8-0000000000a5 | OK | Install chronyd package | undercloud 2025-12-01 10:31:34.777476 | fa163ee6-8f4d-9429-44f8-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:04.830138 | 2.99s 2025-12-01 10:31:36.287809 | fa163ee6-8f4d-9429-44f8-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-12-01 10:31:36.288904 | fa163ee6-8f4d-9429-44f8-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:06.341578 | 4.51s 2025-12-01 10:31:36.297222 | fa163ee6-8f4d-9429-44f8-00000000000c | TASK | Upgrade chronyd 2025-12-01 10:31:36.378072 | fa163ee6-8f4d-9429-44f8-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-12-01 10:31:36.379431 | fa163ee6-8f4d-9429-44f8-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.432094 | 0.08s 2025-12-01 10:31:36.390385 | fa163ee6-8f4d-9429-44f8-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-12-01 10:31:36.391077 | fa163ee6-8f4d-9429-44f8-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.443754 | 0.08s 2025-12-01 10:31:36.399371 | fa163ee6-8f4d-9429-44f8-00000000000d | TASK | Configure chronyd 2025-12-01 10:31:36.470737 | fa163ee6-8f4d-9429-44f8-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.523384 | 0.07s 2025-12-01 10:31:36.482797 | fa163ee6-8f4d-9429-44f8-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.535472 | 0.07s 2025-12-01 10:31:36.500170 | 078173ac-10c8-4121-858c-2ae0cb3b3675 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-12-01 10:31:36.500906 | 078173ac-10c8-4121-858c-2ae0cb3b3675 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-12-01 10:31:36.534307 | fa163ee6-8f4d-9429-44f8-000000000162 | TASK | Load distro-specific variables 2025-12-01 10:31:36.607814 | fa163ee6-8f4d-9429-44f8-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.660464 | 0.07s 2025-12-01 10:31:36.619770 | fa163ee6-8f4d-9429-44f8-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.672445 | 0.08s 2025-12-01 10:31:36.636007 | fd6a1592-604c-4e24-9360-17c6391708e8 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-12-01 10:31:36.636871 | fd6a1592-604c-4e24-9360-17c6391708e8 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-12-01 10:31:36.653799 | fa163ee6-8f4d-9429-44f8-0000000001fa | TASK | Load distro-specific variables 2025-12-01 10:31:36.761394 | fa163ee6-8f4d-9429-44f8-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-01 10:31:36.762950 | fa163ee6-8f4d-9429-44f8-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.815615 | 0.11s 2025-12-01 10:31:36.771702 | fa163ee6-8f4d-9429-44f8-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-01 10:31:36.772647 | fa163ee6-8f4d-9429-44f8-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.825324 | 0.11s 2025-12-01 10:31:36.773547 | fa163ee6-8f4d-9429-44f8-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.826208 | 0.12s 2025-12-01 10:31:36.778377 | fa163ee6-8f4d-9429-44f8-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.831061 | 0.11s 2025-12-01 10:31:36.782715 | fa163ee6-8f4d-9429-44f8-000000000163 | TASK | Install chrony configuration file 2025-12-01 10:31:37.587768 | fa163ee6-8f4d-9429-44f8-000000000163 | CHANGED | Install chrony configuration file | standalone.localdomain 2025-12-01 10:31:37.588633 | fa163ee6-8f4d-9429-44f8-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:07.641306 | 0.81s 2025-12-01 10:31:37.589360 | fa163ee6-8f4d-9429-44f8-000000000163 | OK | Install chrony configuration file | undercloud 2025-12-01 10:31:37.589769 | fa163ee6-8f4d-9429-44f8-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:07.642454 | 0.80s 2025-12-01 10:31:37.594061 | fa163ee6-8f4d-9429-44f8-00000000000e | TASK | Run chronyd 2025-12-01 10:31:37.678387 | fa163ee6-8f4d-9429-44f8-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:07.731035 | 0.08s 2025-12-01 10:31:37.692996 | fa163ee6-8f4d-9429-44f8-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:07.745672 | 0.10s 2025-12-01 10:31:37.716400 | 4fb1140b-9442-4a7b-a4f9-aceb7dbc2b95 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-12-01 10:31:37.717317 | 4fb1140b-9442-4a7b-a4f9-aceb7dbc2b95 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-12-01 10:31:37.752673 | fa163ee6-8f4d-9429-44f8-000000000233 | TASK | Load distro-specific variables 2025-12-01 10:31:37.837342 | fa163ee6-8f4d-9429-44f8-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.889993 | 0.08s 2025-12-01 10:31:37.860838 | fa163ee6-8f4d-9429-44f8-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.913506 | 0.10s 2025-12-01 10:31:37.875587 | ba99d2ad-43cc-4aa2-a70e-38b9022555d3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-12-01 10:31:37.876307 | ba99d2ad-43cc-4aa2-a70e-38b9022555d3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-12-01 10:31:37.894234 | fa163ee6-8f4d-9429-44f8-0000000002ee | TASK | Load distro-specific variables 2025-12-01 10:31:38.017880 | fa163ee6-8f4d-9429-44f8-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-01 10:31:38.019252 | fa163ee6-8f4d-9429-44f8-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.071920 | 0.12s 2025-12-01 10:31:38.029887 | fa163ee6-8f4d-9429-44f8-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-01 10:31:38.031160 | fa163ee6-8f4d-9429-44f8-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.083831 | 0.12s 2025-12-01 10:31:38.037561 | fa163ee6-8f4d-9429-44f8-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.090205 | 0.14s 2025-12-01 10:31:38.039337 | fa163ee6-8f4d-9429-44f8-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.092014 | 0.13s 2025-12-01 10:31:38.047475 | fa163ee6-8f4d-9429-44f8-000000000234 | TASK | Ensure chronyd is running 2025-12-01 10:31:38.652695 | fa163ee6-8f4d-9429-44f8-000000000234 | OK | Ensure chronyd is running | undercloud 2025-12-01 10:31:38.655188 | fa163ee6-8f4d-9429-44f8-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:08.707842 | 0.59s 2025-12-01 10:31:38.672176 | fa163ee6-8f4d-9429-44f8-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-12-01 10:31:38.673660 | fa163ee6-8f4d-9429-44f8-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:08.726334 | 0.62s 2025-12-01 10:31:38.683043 | fa163ee6-8f4d-9429-44f8-000000000235 | TASK | Force chronyd restart 2025-12-01 10:31:38.784122 | fa163ee6-8f4d-9429-44f8-000000000235 | SKIPPED | Force chronyd restart | undercloud 2025-12-01 10:31:38.786721 | fa163ee6-8f4d-9429-44f8-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:08.839374 | 0.09s 2025-12-01 10:31:39.161786 | fa163ee6-8f4d-9429-44f8-000000000235 | CHANGED | Force chronyd restart | standalone.localdomain 2025-12-01 10:31:39.163699 | fa163ee6-8f4d-9429-44f8-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:09.216377 | 0.48s 2025-12-01 10:31:39.170288 | fa163ee6-8f4d-9429-44f8-00000000000f | TASK | Enable online service 2025-12-01 10:31:39.238787 | fa163ee6-8f4d-9429-44f8-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:09.291449 | 0.07s 2025-12-01 10:31:39.260131 | fa163ee6-8f4d-9429-44f8-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:09.312815 | 0.08s 2025-12-01 10:31:39.268673 | c6cca637-0c5e-464e-92e9-df6edecac285 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-12-01 10:31:39.269024 | c6cca637-0c5e-464e-92e9-df6edecac285 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-12-01 10:31:39.291941 | fa163ee6-8f4d-9429-44f8-000000000338 | TASK | Create chrony-online.service unit file 2025-12-01 10:31:39.753889 | fa163ee6-8f4d-9429-44f8-000000000338 | CHANGED | Create chrony-online.service unit file | undercloud 2025-12-01 10:31:39.755311 | fa163ee6-8f4d-9429-44f8-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:09.807973 | 0.46s 2025-12-01 10:31:39.798344 | fa163ee6-8f4d-9429-44f8-000000000338 | OK | Create chrony-online.service unit file | standalone.localdomain 2025-12-01 10:31:39.799166 | fa163ee6-8f4d-9429-44f8-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:09.851842 | 0.51s 2025-12-01 10:31:39.807558 | fa163ee6-8f4d-9429-44f8-000000000339 | TASK | Enable chrony-online.service 2025-12-01 10:31:41.024205 | fa163ee6-8f4d-9429-44f8-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-12-01 10:31:41.029870 | fa163ee6-8f4d-9429-44f8-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:11.082547 | 1.22s 2025-12-01 10:31:41.031038 | fa163ee6-8f4d-9429-44f8-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-12-01 10:31:41.031598 | fa163ee6-8f4d-9429-44f8-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:11.084283 | 1.21s 2025-12-01 10:31:41.036296 | fa163ee6-8f4d-9429-44f8-000000000010 | TASK | Sync chronyc 2025-12-01 10:31:41.117672 | fa163ee6-8f4d-9429-44f8-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:11.170332 | 0.07s 2025-12-01 10:31:41.118700 | fa163ee6-8f4d-9429-44f8-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:11.171378 | 0.08s 2025-12-01 10:31:41.135727 | 10af992a-9880-4ef6-8726-d823c3698262 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-12-01 10:31:41.136413 | 10af992a-9880-4ef6-8726-d823c3698262 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-12-01 10:31:41.178519 | fa163ee6-8f4d-9429-44f8-00000000042a | TASK | Force NTP sync 2025-12-01 10:31:41.417453 | fa163ee6-8f4d-9429-44f8-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-12-01 10:31:41.420308 | fa163ee6-8f4d-9429-44f8-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:11.472966 | 0.24s 2025-12-01 10:31:41.452778 | fa163ee6-8f4d-9429-44f8-00000000042a | CHANGED | Force NTP sync | undercloud 2025-12-01 10:31:41.454494 | fa163ee6-8f4d-9429-44f8-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:11.507169 | 0.27s 2025-12-01 10:31:41.463601 | fa163ee6-8f4d-9429-44f8-00000000042b | TASK | Ensure system is NTP time synced 2025-12-01 10:31:51.724376 | fa163ee6-8f4d-9429-44f8-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-12-01 10:31:51.725885 | fa163ee6-8f4d-9429-44f8-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:21.778547 | 10.26s 2025-12-01 10:31:51.747235 | fa163ee6-8f4d-9429-44f8-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-12-01 10:31:51.748055 | fa163ee6-8f4d-9429-44f8-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:21.800732 | 10.27s 2025-12-01 10:31:51.768320 | fa163ee6-8f4d-9429-44f8-00000000002c | TASK | Set timezone 2025-12-01 10:31:52.253943 | fa163ee6-8f4d-9429-44f8-00000000002c | OK | Set timezone | undercloud 2025-12-01 10:31:52.254710 | fa163ee6-8f4d-9429-44f8-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:22.307387 | 0.47s 2025-12-01 10:31:52.255091 | fa163ee6-8f4d-9429-44f8-00000000002c | OK | Set timezone | standalone.localdomain 2025-12-01 10:31:52.255426 | fa163ee6-8f4d-9429-44f8-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:22.308112 | 0.49s 2025-12-01 10:31:52.259192 | fa163ee6-8f4d-9429-44f8-00000000002d | TASK | Restart time services 2025-12-01 10:31:52.296300 | fa163ee6-8f4d-9429-44f8-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-12-01 10:31:52.303835 | fa163ee6-8f4d-9429-44f8-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-12-01 10:31:52.313508 | fa163ee6-8f4d-9429-44f8-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-12-01 10:31:52.314991 | fa163ee6-8f4d-9429-44f8-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:22.367656 | 0.06s 2025-12-01 10:31:52.320238 | fa163ee6-8f4d-9429-44f8-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-12-01 10:31:52.330599 | fa163ee6-8f4d-9429-44f8-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:22.383274 | 0.06s 2025-12-01 10:31:52.369902 | fa163ee6-8f4d-9429-44f8-000000000012 | HANDLER | Restart chronyd 2025-12-01 10:31:52.814381 | fa163ee6-8f4d-9429-44f8-000000000012 | CHANGED | Restart chronyd | standalone.localdomain 2025-12-01 10:31:52.816050 | fa163ee6-8f4d-9429-44f8-000000000012 | TIMING | chrony : Restart chronyd | standalone.localdomain | 0:00:22.868719 | 0.45s PLAY RECAP ********************************************************************* standalone.localdomain : ok=25 changed=7 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 undercloud : ok=23 changed=5 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 2025-12-01 10:31:52.833120 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-01 10:31:52.833683 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-01 10:31:52.834198 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:22.886878 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-01 10:31:52.834764 | UUID | Info | Host | Task Name | Run Time 2025-12-01 10:31:52.835297 | fa163ee6-8f4d-9429-44f8-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.27s 2025-12-01 10:31:52.835870 | fa163ee6-8f4d-9429-44f8-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.26s 2025-12-01 10:31:52.836391 | fa163ee6-8f4d-9429-44f8-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 4.51s 2025-12-01 10:31:52.836975 | fa163ee6-8f4d-9429-44f8-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 2.99s 2025-12-01 10:31:52.837492 | fa163ee6-8f4d-9429-44f8-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.22s 2025-12-01 10:31:52.838031 | fa163ee6-8f4d-9429-44f8-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.21s 2025-12-01 10:31:52.838573 | fa163ee6-8f4d-9429-44f8-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.81s 2025-12-01 10:31:52.839077 | fa163ee6-8f4d-9429-44f8-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.80s 2025-12-01 10:31:52.839626 | fa163ee6-8f4d-9429-44f8-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.62s 2025-12-01 10:31:52.840148 | fa163ee6-8f4d-9429-44f8-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.59s 2025-12-01 10:31:52.840918 | fa163ee6-8f4d-9429-44f8-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.56s 2025-12-01 10:31:52.841441 | fa163ee6-8f4d-9429-44f8-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.55s 2025-12-01 10:31:52.842171 | fa163ee6-8f4d-9429-44f8-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.51s 2025-12-01 10:31:52.842773 | fa163ee6-8f4d-9429-44f8-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.49s 2025-12-01 10:31:52.843340 | fa163ee6-8f4d-9429-44f8-000000000235 | SUMMARY | standalone.localdomain | chrony : Force chronyd restart | 0.48s 2025-12-01 10:31:52.843920 | fa163ee6-8f4d-9429-44f8-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.47s 2025-12-01 10:31:52.844422 | fa163ee6-8f4d-9429-44f8-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.46s 2025-12-01 10:31:52.845038 | fa163ee6-8f4d-9429-44f8-000000000012 | SUMMARY | standalone.localdomain | chrony : Restart chronyd | 0.45s 2025-12-01 10:31:52.845595 | fa163ee6-8f4d-9429-44f8-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.39s 2025-12-01 10:31:52.846120 | fa163ee6-8f4d-9429-44f8-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.39s 2025-12-01 10:31:52.846723 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec] ******************************************************** 2025-12-01 10:31:53.737299 | fa163ee6-8f4d-0008-3d21-000000000005 | SKIPPED | fail | undercloud 2025-12-01 10:31:53.738114 | fa163ee6-8f4d-0008-3d21-000000000005 | TIMING | fail | undercloud | 0:00:00.065959 | 0.05s 2025-12-01 10:31:53.790000 | fa163ee6-8f4d-0008-3d21-000000000006 | SKIPPED | fail | undercloud 2025-12-01 10:31:53.791093 | fa163ee6-8f4d-0008-3d21-000000000006 | TIMING | fail | undercloud | 0:00:00.118935 | 0.05s 2025-12-01 10:31:53.798393 | fa163ee6-8f4d-0008-3d21-000000000008 | TASK | Ensure working_dir is provided 2025-12-01 10:31:53.835303 | fa163ee6-8f4d-0008-3d21-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-12-01 10:31:53.836837 | fa163ee6-8f4d-0008-3d21-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.164673 | 0.04s 2025-12-01 10:31:53.857478 | fa163ee6-8f4d-0008-3d21-00000000000a | TASK | ensure ceph_spec_path is defined 2025-12-01 10:31:53.893934 | fa163ee6-8f4d-0008-3d21-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-12-01 10:31:53.895034 | fa163ee6-8f4d-0008-3d21-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.222874 | 0.04s 2025-12-01 10:31:53.902929 | fa163ee6-8f4d-0008-3d21-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-12-01 10:31:53.930844 | fa163ee6-8f4d-0008-3d21-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-12-01 10:31:53.931912 | fa163ee6-8f4d-0008-3d21-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.259754 | 0.03s 2025-12-01 10:31:53.939242 | fa163ee6-8f4d-0008-3d21-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-12-01 10:31:53.977708 | fa163ee6-8f4d-0008-3d21-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-12-01 10:31:53.978813 | fa163ee6-8f4d-0008-3d21-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.306655 | 0.04s 2025-12-01 10:31:53.986842 | fa163ee6-8f4d-0008-3d21-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-12-01 10:31:54.044247 | fa163ee6-8f4d-0008-3d21-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-12-01 10:31:54.045359 | fa163ee6-8f4d-0008-3d21-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.373199 | 0.06s 2025-12-01 10:31:54.052789 | fa163ee6-8f4d-0008-3d21-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-12-01 10:31:54.161571 | fa163ee6-8f4d-0008-3d21-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mgr', 'mon', '_admin', 'osd'], 'service_type': 'host'} 2025-12-01 10:31:54.163174 | fa163ee6-8f4d-0008-3d21-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.491007 | 0.11s 2025-12-01 10:31:54.177233 | fa163ee6-8f4d-0008-3d21-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2025-12-01 10:31:54.192431 | fa163ee6-8f4d-0008-3d21-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2025-12-01 10:31:54.208074 | fa163ee6-8f4d-0008-3d21-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2025-12-01 10:31:54.219619 | fa163ee6-8f4d-0008-3d21-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.547457 | 0.17s 2025-12-01 10:31:54.228158 | fa163ee6-8f4d-0008-3d21-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-12-01 10:31:54.317331 | fa163ee6-8f4d-0008-3d21-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mgr', 'mon', '_admin', 'osd'], 'service_type': 'host'} 2025-12-01 10:31:54.332115 | fa163ee6-8f4d-0008-3d21-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2025-12-01 10:31:54.349694 | fa163ee6-8f4d-0008-3d21-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2025-12-01 10:31:54.360860 | fa163ee6-8f4d-0008-3d21-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2025-12-01 10:31:54.366941 | fa163ee6-8f4d-0008-3d21-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.694772 | 0.14s 2025-12-01 10:31:54.375151 | fa163ee6-8f4d-0008-3d21-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-12-01 10:31:54.421307 | fa163ee6-8f4d-0008-3d21-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-12-01 10:31:54.422379 | fa163ee6-8f4d-0008-3d21-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.750222 | 0.05s 2025-12-01 10:31:54.430466 | fa163ee6-8f4d-0008-3d21-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-12-01 10:31:54.467624 | fa163ee6-8f4d-0008-3d21-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-12-01 10:31:54.468722 | fa163ee6-8f4d-0008-3d21-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.796565 | 0.04s 2025-12-01 10:31:54.469692 | fa163ee6-8f4d-0008-3d21-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.797543 | 0.04s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-12-01 10:31:54.534143 | fa163ee6-8f4d-0008-3d21-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-12-01 10:31:54.569841 | fa163ee6-8f4d-0008-3d21-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-12-01 10:31:54.570882 | fa163ee6-8f4d-0008-3d21-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.898722 | 0.04s 2025-12-01 10:31:54.579001 | fa163ee6-8f4d-0008-3d21-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-12-01 10:31:54.737906 | fa163ee6-8f4d-0008-3d21-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-12-01 10:31:54.739133 | fa163ee6-8f4d-0008-3d21-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.066972 | 0.16s 2025-12-01 10:31:54.747081 | fa163ee6-8f4d-0008-3d21-000000000019 | TASK | Set IP address of first monitor 2025-12-01 10:31:54.783679 | fa163ee6-8f4d-0008-3d21-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-12-01 10:31:54.784805 | fa163ee6-8f4d-0008-3d21-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.112646 | 0.04s 2025-12-01 10:31:54.806497 | fa163ee6-8f4d-0008-3d21-000000000020 | TASK | Gather distribution facts if they don't exist 2025-12-01 10:31:54.852718 | fa163ee6-8f4d-0008-3d21-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-12-01 10:31:54.853826 | fa163ee6-8f4d-0008-3d21-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.181666 | 0.05s 2025-12-01 10:31:54.864653 | fa163ee6-8f4d-0008-3d21-000000000021 | TASK | Install cephadm package 2025-12-01 10:31:57.947244 | fa163ee6-8f4d-0008-3d21-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-12-01 10:31:57.948601 | fa163ee6-8f4d-0008-3d21-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.276438 | 3.08s 2025-12-01 10:31:57.958149 | fa163ee6-8f4d-0008-3d21-000000000022 | TASK | Stat cephadm file 2025-12-01 10:31:58.304096 | fa163ee6-8f4d-0008-3d21-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-12-01 10:31:58.305658 | fa163ee6-8f4d-0008-3d21-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.633497 | 0.35s 2025-12-01 10:31:58.315608 | fa163ee6-8f4d-0008-3d21-000000000023 | TASK | Fail if cephadm is not available 2025-12-01 10:31:58.343336 | fa163ee6-8f4d-0008-3d21-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-12-01 10:31:58.344675 | fa163ee6-8f4d-0008-3d21-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.672514 | 0.03s 2025-12-01 10:31:58.354483 | fa163ee6-8f4d-0008-3d21-000000000024 | TASK | List Ceph daemon instances on this host 2025-12-01 10:31:59.193122 | fa163ee6-8f4d-0008-3d21-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-12-01 10:31:59.193940 | fa163ee6-8f4d-0008-3d21-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.521789 | 0.84s 2025-12-01 10:31:59.198265 | fa163ee6-8f4d-0008-3d21-000000000026 | TASK | Set list of found FSIDs 2025-12-01 10:31:59.303374 | fa163ee6-8f4d-0008-3d21-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-12-01 10:31:59.303979 | fa163ee6-8f4d-0008-3d21-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.631833 | 0.11s 2025-12-01 10:31:59.307961 | fa163ee6-8f4d-0008-3d21-000000000027 | TASK | Fail if >1 FSID was discovered 2025-12-01 10:31:59.414798 | fa163ee6-8f4d-0008-3d21-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-12-01 10:31:59.415975 | fa163ee6-8f4d-0008-3d21-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.743816 | 0.11s 2025-12-01 10:31:59.424705 | fa163ee6-8f4d-0008-3d21-000000000028 | TASK | Set FSID to the discovered value 2025-12-01 10:31:59.532507 | fa163ee6-8f4d-0008-3d21-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-12-01 10:31:59.533582 | fa163ee6-8f4d-0008-3d21-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.861426 | 0.11s 2025-12-01 10:31:59.542091 | fa163ee6-8f4d-0008-3d21-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-12-01 10:31:59.639405 | fa163ee6-8f4d-0008-3d21-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-12-01 10:31:59.640668 | fa163ee6-8f4d-0008-3d21-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.968508 | 0.10s 2025-12-01 10:31:59.649711 | fa163ee6-8f4d-0008-3d21-00000000002b | TASK | Set first monitor IP if it was not passed 2025-12-01 10:31:59.718818 | fa163ee6-8f4d-0008-3d21-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-12-01 10:31:59.719971 | fa163ee6-8f4d-0008-3d21-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:06.047812 | 0.07s 2025-12-01 10:31:59.729169 | fa163ee6-8f4d-0008-3d21-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-12-01 10:32:00.052675 | fa163ee6-8f4d-0008-3d21-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-12-01 10:32:00.054065 | fa163ee6-8f4d-0008-3d21-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.381906 | 0.32s 2025-12-01 10:32:00.063600 | fa163ee6-8f4d-0008-3d21-00000000002d | TASK | Ensure specs directory exists 2025-12-01 10:32:00.274470 | fa163ee6-8f4d-0008-3d21-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-12-01 10:32:00.275902 | fa163ee6-8f4d-0008-3d21-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.603717 | 0.21s 2025-12-01 10:32:00.289831 | fa163ee6-8f4d-0008-3d21-00000000002e | TASK | Stat spec file on ansible host 2025-12-01 10:32:00.510448 | fa163ee6-8f4d-0008-3d21-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ee6-8f4d-0008-3d21-00000000002e') missing from stats 2025-12-01 10:32:00.522249 | fa163ee6-8f4d-0008-3d21-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-12-01 10:32:01.110668 | fa163ee6-8f4d-0008-3d21-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-12-01 10:32:01.112037 | fa163ee6-8f4d-0008-3d21-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.439876 | 0.59s 2025-12-01 10:32:01.126474 | fa163ee6-8f4d-0008-3d21-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-12-01 10:32:01.408083 | fa163ee6-8f4d-0008-3d21-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ee6-8f4d-0008-3d21-000000000031') missing from stats 2025-12-01 10:32:01.420163 | fa163ee6-8f4d-0008-3d21-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-12-01 10:32:01.920929 | fa163ee6-8f4d-0008-3d21-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-12-01 10:32:01.922365 | fa163ee6-8f4d-0008-3d21-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.250205 | 0.50s 2025-12-01 10:32:01.946153 | fa163ee6-8f4d-0008-3d21-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-12-01 10:32:02.034427 | fa163ee6-8f4d-0008-3d21-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-12-01 10:32:02.035733 | fa163ee6-8f4d-0008-3d21-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.363574 | 0.09s 2025-12-01 10:32:02.051673 | fa163ee6-8f4d-0008-3d21-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-12-01 10:32:02.110517 | fa163ee6-8f4d-0008-3d21-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-12-01 10:32:02.111664 | fa163ee6-8f4d-0008-3d21-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.439506 | 0.06s 2025-12-01 10:32:02.120310 | fa163ee6-8f4d-0008-3d21-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-12-01 10:32:02.346368 | fa163ee6-8f4d-0008-3d21-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-12-01 10:32:02.347815 | fa163ee6-8f4d-0008-3d21-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.675651 | 0.23s 2025-12-01 10:32:02.527318 | fa163ee6-8f4d-0008-3d21-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-12-01 10:32:02.528626 | fa163ee6-8f4d-0008-3d21-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.856472 | 0.41s 2025-12-01 10:32:02.538869 | fa163ee6-8f4d-0008-3d21-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.866718 | 0.42s 2025-12-01 10:32:02.575668 | fa163ee6-8f4d-0008-3d21-000000000065 | TASK | Fail if necessary files are missing 2025-12-01 10:32:02.659873 | fa163ee6-8f4d-0008-3d21-000000000065 | SKIPPED | Fail if necessary files are missing | standalone.localdomain | item={'changed': False, 'stat': {'exists': True, 'path': '/home/ceph-admin/.ssh/id_rsa', 'mode': '0600', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 1002, 'gid': 1002, 'size': 2622, 'inode': 201327292, 'dev': 64516, 'nlink': 1, 'atime': 1764585086.895414, 'mtime': 1764585086.7594106, 'ctime': 1764585086.8984144, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': False, 'xgrp': False, 'woth': False, 'roth': False, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'ceph-admin', 'gr_name': 'ceph-admin', 'checksum': '3eaa5201c8d57e7fafd43b02ec9609dd463202bf', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '2703355278', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa', 'ansible_loop_var': 'item'} 2025-12-01 10:32:02.666715 | fa163ee6-8f4d-0008-3d21-000000000065 | SKIPPED | Fail if necessary files are missing | standalone.localdomain | item={'changed': False, 'stat': {'exists': True, 'path': '/home/ceph-admin/.ssh/id_rsa.pub', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 1002, 'gid': 1002, 'size': 581, 'inode': 226496671, 'dev': 64516, 'nlink': 1, 'atime': 1764585087.4024277, 'mtime': 1764585087.221423, 'ctime': 1764585087.4054277, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'ceph-admin', 'gr_name': 'ceph-admin', 'checksum': 'fba5ab8a3ed25d2d2b64e32cbc94a1d6eeb52bef', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '459808952', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa.pub', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa.pub', 'ansible_loop_var': 'item'} 2025-12-01 10:32:02.678769 | fa163ee6-8f4d-0008-3d21-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:09.006611 | 0.10s 2025-12-01 10:32:02.689145 | fa163ee6-8f4d-0008-3d21-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-12-01 10:32:02.929358 | fa163ee6-8f4d-0008-3d21-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-12-01 10:32:02.930686 | fa163ee6-8f4d-0008-3d21-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.258527 | 0.24s 2025-12-01 10:32:02.939861 | fa163ee6-8f4d-0008-3d21-000000000068 | TASK | Run cephadm bootstrap 2025-12-01 10:33:10.075374 | fa163ee6-8f4d-0008-3d21-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-12-01 10:33:10.077263 | fa163ee6-8f4d-0008-3d21-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:16.405095 | 67.14s 2025-12-01 10:33:10.088941 | fa163ee6-8f4d-0008-3d21-000000000069 | TASK | Show results of bootstrap 2025-12-01 10:33:10.148673 | fa163ee6-8f4d-0008-3d21-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-12-01 10:33:10.150373 | fa163ee6-8f4d-0008-3d21-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:16.478200 | 0.06s 2025-12-01 10:33:10.161093 | fa163ee6-8f4d-0008-3d21-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-12-01 10:33:10.208904 | fa163ee6-8f4d-0008-3d21-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:16.536735 | 0.05s 2025-12-01 10:33:10.222305 | a7af9f1c-d4df-4546-8daf-8bda69683988 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-12-01 10:33:10.237723 | fa163ee6-8f4d-0008-3d21-00000000020b | TASK | Set ceph CLI 2025-12-01 10:33:10.422918 | fa163ee6-8f4d-0008-3d21-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-12-01 10:33:10.424686 | fa163ee6-8f4d-0008-3d21-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:16.752514 | 0.19s 2025-12-01 10:33:10.440307 | fa163ee6-8f4d-0008-3d21-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-12-01 10:33:11.388421 | fa163ee6-8f4d-0008-3d21-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-12-01 10:33:11.390289 | fa163ee6-8f4d-0008-3d21-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:17.718116 | 0.95s 2025-12-01 10:33:11.403097 | fa163ee6-8f4d-0008-3d21-00000000006c | TASK | Set the default container image in ceph configuration 2025-12-01 10:33:12.418153 | fa163ee6-8f4d-0008-3d21-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-12-01 10:33:12.419602 | fa163ee6-8f4d-0008-3d21-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:18.747411 | 1.01s 2025-12-01 10:33:12.429261 | fa163ee6-8f4d-0008-3d21-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-12-01 10:33:12.477126 | fa163ee6-8f4d-0008-3d21-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-12-01 10:33:12.478190 | fa163ee6-8f4d-0008-3d21-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:18.806032 | 0.05s 2025-12-01 10:33:12.494975 | fa163ee6-8f4d-0008-3d21-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-12-01 10:33:12.542068 | fa163ee6-8f4d-0008-3d21-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-12-01 10:33:12.543154 | fa163ee6-8f4d-0008-3d21-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:18.870997 | 0.05s 2025-12-01 10:33:12.556392 | fa163ee6-8f4d-0008-3d21-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-12-01 10:33:12.596045 | fa163ee6-8f4d-0008-3d21-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-12-01 10:33:12.597318 | fa163ee6-8f4d-0008-3d21-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:18.925151 | 0.04s 2025-12-01 10:33:12.607768 | fa163ee6-8f4d-0008-3d21-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-12-01 10:33:12.683267 | fa163ee6-8f4d-0008-3d21-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-12-01 10:33:12.685228 | fa163ee6-8f4d-0008-3d21-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:19.013058 | 0.08s 2025-12-01 10:33:12.692958 | fa163ee6-8f4d-0008-3d21-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-12-01 10:33:12.693346 | fa163ee6-8f4d-0008-3d21-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:19.021203 | 0.08s 2025-12-01 10:33:12.700999 | fa163ee6-8f4d-0008-3d21-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-12-01 10:33:12.701448 | fa163ee6-8f4d-0008-3d21-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:19.029303 | 0.09s 2025-12-01 10:33:12.704255 | fa163ee6-8f4d-0008-3d21-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-12-01 10:33:12.704707 | fa163ee6-8f4d-0008-3d21-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:19.032562 | 0.10s 2025-12-01 10:33:12.708436 | fa163ee6-8f4d-0008-3d21-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:19.036265 | 0.10s 2025-12-01 10:33:12.730047 | fa163ee6-8f4d-0008-3d21-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-12-01 10:33:12.871399 | fa163ee6-8f4d-0008-3d21-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-12-01 10:33:12.928683 | fa163ee6-8f4d-0008-3d21-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-12-01 10:33:13.036414 | fa163ee6-8f4d-0008-3d21-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-12-01 10:33:13.093205 | fa163ee6-8f4d-0008-3d21-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-12-01 10:33:13.152343 | fa163ee6-8f4d-0008-3d21-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-12-01 10:33:13.221260 | fa163ee6-8f4d-0008-3d21-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-12-01 10:33:13.277352 | fa163ee6-8f4d-0008-3d21-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-12-01 10:33:13.335510 | fa163ee6-8f4d-0008-3d21-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-12-01 10:33:13.341919 | fa163ee6-8f4d-0008-3d21-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:19.669747 | 0.61s 2025-12-01 10:33:13.353672 | fa163ee6-8f4d-0008-3d21-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-12-01 10:33:14.491642 | fa163ee6-8f4d-0008-3d21-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'public_network', 'value': '172.18.0.0/24'} 2025-12-01 10:33:14.493748 | fa163ee6-8f4d-0008-3d21-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.821578 | 1.14s 2025-12-01 10:33:15.389670 | fa163ee6-8f4d-0008-3d21-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'cluster_network', 'value': '172.20.0.0/24'} 2025-12-01 10:33:15.390983 | fa163ee6-8f4d-0008-3d21-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:21.718829 | 2.04s 2025-12-01 10:33:16.313390 | fa163ee6-8f4d-0008-3d21-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv4', 'value': 'True'} 2025-12-01 10:33:16.314690 | fa163ee6-8f4d-0008-3d21-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:22.642535 | 2.96s 2025-12-01 10:33:17.269391 | fa163ee6-8f4d-0008-3d21-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv6', 'value': 'False'} 2025-12-01 10:33:17.270489 | fa163ee6-8f4d-0008-3d21-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:23.598335 | 3.91s 2025-12-01 10:33:17.277275 | fa163ee6-8f4d-0008-3d21-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:23.605122 | 3.92s 2025-12-01 10:33:17.296183 | fa163ee6-8f4d-0008-3d21-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-12-01 10:33:17.546529 | fa163ee6-8f4d-0008-3d21-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-12-01 10:33:17.549172 | fa163ee6-8f4d-0008-3d21-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:23.877000 | 0.25s 2025-12-01 10:33:17.560483 | fa163ee6-8f4d-0008-3d21-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:23.888320 | 0.26s 2025-12-01 10:33:17.570782 | fa163ee6-8f4d-0008-3d21-0000000000a7 | TASK | Fail if spec file is missing 2025-12-01 10:33:17.632756 | fa163ee6-8f4d-0008-3d21-0000000000a7 | SKIPPED | Fail if spec file is missing | standalone.localdomain | item={'changed': False, 'stat': {'exists': True, 'path': '/home/ceph-admin/specs/ceph_spec.yaml', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 1002, 'gid': 1002, 'size': 500, 'inode': 838863544, 'dev': 64516, 'nlink': 1, 'atime': 1764585121.0739443, 'mtime': 1764585120.7578866, 'ctime': 1764585121.0759447, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'ceph-admin', 'gr_name': 'ceph-admin', 'checksum': '6ff552aaff9f807d630cbf2c3e4abc4bf2c16a1a', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '4154576051', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/specs/ceph_spec.yaml', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/specs/ceph_spec.yaml', 'ansible_loop_var': 'item'} 2025-12-01 10:33:17.645003 | fa163ee6-8f4d-0008-3d21-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:23.972833 | 0.07s 2025-12-01 10:33:17.656256 | fa163ee6-8f4d-0008-3d21-0000000000a8 | TASK | Get ceph_cli 2025-12-01 10:33:17.673078 | fa163ee6-8f4d-0008-3d21-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:24.000911 | 0.02s 2025-12-01 10:33:17.685248 | 10a9207b-00fb-4a18-ab82-81badd07d98f | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-12-01 10:33:17.704124 | fa163ee6-8f4d-0008-3d21-000000000270 | TASK | Set ceph CLI 2025-12-01 10:33:17.864754 | fa163ee6-8f4d-0008-3d21-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-12-01 10:33:17.865991 | fa163ee6-8f4d-0008-3d21-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:24.193830 | 0.16s 2025-12-01 10:33:17.875356 | fa163ee6-8f4d-0008-3d21-0000000000a9 | TASK | Get the ceph orchestrator status 2025-12-01 10:33:19.028586 | fa163ee6-8f4d-0008-3d21-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-12-01 10:33:19.029947 | fa163ee6-8f4d-0008-3d21-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:25.357788 | 1.15s 2025-12-01 10:33:19.039471 | fa163ee6-8f4d-0008-3d21-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-12-01 10:33:19.096443 | fa163ee6-8f4d-0008-3d21-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-12-01 10:33:19.097688 | fa163ee6-8f4d-0008-3d21-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:25.425528 | 0.06s 2025-12-01 10:33:19.106922 | fa163ee6-8f4d-0008-3d21-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-12-01 10:33:19.138295 | fa163ee6-8f4d-0008-3d21-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:25.466133 | 0.03s 2025-12-01 10:33:19.164587 | 719ce11e-f109-4543-9cfa-692c7785411f | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-12-01 10:33:19.185268 | fa163ee6-8f4d-0008-3d21-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-12-01 10:33:19.230826 | fa163ee6-8f4d-0008-3d21-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-12-01 10:33:19.232160 | fa163ee6-8f4d-0008-3d21-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:25.559997 | 0.05s 2025-12-01 10:33:19.242120 | fa163ee6-8f4d-0008-3d21-0000000002a8 | TASK | set cephadm debug level 2025-12-01 10:33:19.299512 | fa163ee6-8f4d-0008-3d21-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-12-01 10:33:19.300802 | fa163ee6-8f4d-0008-3d21-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:25.628640 | 0.06s 2025-12-01 10:33:19.310235 | fa163ee6-8f4d-0008-3d21-0000000002a9 | TASK | enforce minimum ceph clients version 2025-12-01 10:33:19.392901 | fa163ee6-8f4d-0008-3d21-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-12-01 10:33:19.394231 | fa163ee6-8f4d-0008-3d21-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:25.722070 | 0.08s 2025-12-01 10:33:19.403998 | fa163ee6-8f4d-0008-3d21-0000000002aa | TASK | set container image base in ceph configuration 2025-12-01 10:33:20.399076 | fa163ee6-8f4d-0008-3d21-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-12-01 10:33:20.400470 | fa163ee6-8f4d-0008-3d21-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:26.728307 | 1.00s 2025-12-01 10:33:20.411114 | fa163ee6-8f4d-0008-3d21-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-12-01 10:33:20.458433 | fa163ee6-8f4d-0008-3d21-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-12-01 10:33:20.459905 | fa163ee6-8f4d-0008-3d21-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:26.787742 | 0.05s 2025-12-01 10:33:20.470008 | fa163ee6-8f4d-0008-3d21-0000000002ad | TASK | set grafana container image in ceph configuration 2025-12-01 10:33:20.541132 | fa163ee6-8f4d-0008-3d21-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-12-01 10:33:20.542036 | fa163ee6-8f4d-0008-3d21-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:26.869883 | 0.07s 2025-12-01 10:33:20.549606 | fa163ee6-8f4d-0008-3d21-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-12-01 10:33:20.616113 | fa163ee6-8f4d-0008-3d21-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-12-01 10:33:20.617155 | fa163ee6-8f4d-0008-3d21-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:26.945001 | 0.07s 2025-12-01 10:33:20.623275 | fa163ee6-8f4d-0008-3d21-0000000002af | TASK | set prometheus container image in ceph configuration 2025-12-01 10:33:20.678633 | fa163ee6-8f4d-0008-3d21-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-12-01 10:33:20.679583 | fa163ee6-8f4d-0008-3d21-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:27.007430 | 0.06s 2025-12-01 10:33:20.685348 | fa163ee6-8f4d-0008-3d21-0000000000ac | TASK | Apply spec 2025-12-01 10:33:22.188755 | fa163ee6-8f4d-0008-3d21-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-12-01 10:33:22.190774 | fa163ee6-8f4d-0008-3d21-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:28.518606 | 1.50s 2025-12-01 10:33:22.205523 | fa163ee6-8f4d-0008-3d21-0000000000ad | TASK | Show results of spec apply 2025-12-01 10:33:22.275008 | fa163ee6-8f4d-0008-3d21-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-12-01 10:33:22.276368 | fa163ee6-8f4d-0008-3d21-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:28.604201 | 0.07s 2025-12-01 10:33:22.287020 | fa163ee6-8f4d-0008-3d21-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-12-01 10:33:22.350362 | fa163ee6-8f4d-0008-3d21-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:28.678188 | 0.06s 2025-12-01 10:33:22.363415 | 1fe6ed0c-91a9-49f8-80ef-a3b0db4c52fe | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-12-01 10:33:22.397623 | fa163ee6-8f4d-0008-3d21-000000000307 | TASK | Wait for expected number of osds to be running 2025-12-01 10:33:23.536960 | fa163ee6-8f4d-0008-3d21-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-12-01 10:33:54.527652 | fa163ee6-8f4d-0008-3d21-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-12-01 10:33:54.528837 | fa163ee6-8f4d-0008-3d21-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:02:00.856679 | 32.13s 2025-12-01 10:33:54.545890 | fa163ee6-8f4d-0008-3d21-0000000000c9 | TASK | Get ceph_cli 2025-12-01 10:33:54.585388 | fa163ee6-8f4d-0008-3d21-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-12-01 10:33:54.586724 | fa163ee6-8f4d-0008-3d21-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:00.914566 | 0.04s 2025-12-01 10:33:54.595594 | fa163ee6-8f4d-0008-3d21-0000000000ca | TASK | Collect ceph config dump 2025-12-01 10:33:54.636353 | fa163ee6-8f4d-0008-3d21-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-12-01 10:33:54.637512 | fa163ee6-8f4d-0008-3d21-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:02:00.965353 | 0.04s 2025-12-01 10:33:54.646966 | fa163ee6-8f4d-0008-3d21-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-12-01 10:33:54.713979 | fa163ee6-8f4d-0008-3d21-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-12-01 10:33:54.715149 | fa163ee6-8f4d-0008-3d21-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:02:01.042991 | 0.07s 2025-12-01 10:33:54.724109 | fa163ee6-8f4d-0008-3d21-0000000000cc | TASK | Create pool 2025-12-01 10:33:54.761184 | fa163ee6-8f4d-0008-3d21-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:02:01.089018 | 0.04s 2025-12-01 10:33:54.770320 | fa163ee6-8f4d-0008-3d21-0000000000cd | TASK | Enable application on Ceph pools 2025-12-01 10:33:54.838004 | fa163ee6-8f4d-0008-3d21-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:02:01.165838 | 0.07s 2025-12-01 10:33:54.847346 | fa163ee6-8f4d-0008-3d21-0000000000cf | TASK | Get the RBD ceph_cli 2025-12-01 10:33:54.887217 | fa163ee6-8f4d-0008-3d21-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-12-01 10:33:54.888435 | fa163ee6-8f4d-0008-3d21-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:02:01.216277 | 0.04s 2025-12-01 10:33:54.898071 | fa163ee6-8f4d-0008-3d21-0000000000d0 | TASK | Set trash interval 2025-12-01 10:33:54.976586 | fa163ee6-8f4d-0008-3d21-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-12-01 10:33:54.987572 | fa163ee6-8f4d-0008-3d21-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:02:01.315387 | 0.09s 2025-12-01 10:33:55.004490 | fa163ee6-8f4d-0008-3d21-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-12-01 10:33:55.071710 | fa163ee6-8f4d-0008-3d21-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:02:01.399547 | 0.07s 2025-12-01 10:33:55.080504 | fa163ee6-8f4d-0008-3d21-0000000000e9 | TASK | Get ceph_cli 2025-12-01 10:33:55.119185 | fa163ee6-8f4d-0008-3d21-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-12-01 10:33:55.120199 | fa163ee6-8f4d-0008-3d21-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:01.448042 | 0.04s 2025-12-01 10:33:55.128862 | fa163ee6-8f4d-0008-3d21-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-12-01 10:33:55.185142 | fa163ee6-8f4d-0008-3d21-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:02:01.512980 | 0.06s 2025-12-01 10:33:55.203296 | fa163ee6-8f4d-0008-3d21-0000000000f9 | TASK | Get ceph_cli 2025-12-01 10:33:55.244617 | fa163ee6-8f4d-0008-3d21-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-12-01 10:33:55.245692 | fa163ee6-8f4d-0008-3d21-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:01.573534 | 0.04s 2025-12-01 10:33:55.255742 | fa163ee6-8f4d-0008-3d21-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-12-01 10:33:55.295733 | fa163ee6-8f4d-0008-3d21-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-12-01 10:33:55.296777 | fa163ee6-8f4d-0008-3d21-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:02:01.624619 | 0.04s 2025-12-01 10:33:55.306750 | fa163ee6-8f4d-0008-3d21-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-12-01 10:33:55.353955 | fa163ee6-8f4d-0008-3d21-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-12-01 10:33:55.354946 | fa163ee6-8f4d-0008-3d21-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:02:01.682790 | 0.05s 2025-12-01 10:33:55.363429 | fa163ee6-8f4d-0008-3d21-0000000000fc | TASK | Extract mons_json 2025-12-01 10:33:55.404225 | fa163ee6-8f4d-0008-3d21-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-12-01 10:33:55.405329 | fa163ee6-8f4d-0008-3d21-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:02:01.733172 | 0.04s 2025-12-01 10:33:55.414323 | fa163ee6-8f4d-0008-3d21-0000000000fd | TASK | Build mons_list 2025-12-01 10:33:55.460887 | fa163ee6-8f4d-0008-3d21-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-12-01 10:33:55.461960 | fa163ee6-8f4d-0008-3d21-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:02:01.789802 | 0.05s 2025-12-01 10:33:55.473068 | fa163ee6-8f4d-0008-3d21-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-12-01 10:33:55.512391 | fa163ee6-8f4d-0008-3d21-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-12-01 10:33:55.513483 | fa163ee6-8f4d-0008-3d21-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:02:01.841325 | 0.04s 2025-12-01 10:33:55.522472 | fa163ee6-8f4d-0008-3d21-0000000000ff | TASK | Verify the keyring 2025-12-01 10:33:55.590068 | fa163ee6-8f4d-0008-3d21-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:02:01.917904 | 0.07s 2025-12-01 10:33:55.603452 | fa163ee6-8f4d-0008-3d21-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-12-01 10:33:55.651826 | fa163ee6-8f4d-0008-3d21-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-12-01 10:33:55.652926 | fa163ee6-8f4d-0008-3d21-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:02:01.980768 | 0.05s 2025-12-01 10:33:55.666434 | fa163ee6-8f4d-0008-3d21-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-12-01 10:33:55.706976 | fa163ee6-8f4d-0008-3d21-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-12-01 10:33:55.708007 | fa163ee6-8f4d-0008-3d21-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:02:02.035850 | 0.04s 2025-12-01 10:33:55.724694 | fa163ee6-8f4d-0008-3d21-00000000011c | TASK | Get ceph_cli 2025-12-01 10:33:55.750793 | fa163ee6-8f4d-0008-3d21-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:02.078634 | 0.02s 2025-12-01 10:33:55.761769 | fc52f9c4-c231-4d40-a66b-f37decf302f9 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-12-01 10:33:55.774360 | fa163ee6-8f4d-0008-3d21-0000000003c0 | TASK | Set ceph CLI 2025-12-01 10:33:55.937283 | fa163ee6-8f4d-0008-3d21-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-12-01 10:33:55.938359 | fa163ee6-8f4d-0008-3d21-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:02:02.266200 | 0.16s 2025-12-01 10:33:55.946990 | fa163ee6-8f4d-0008-3d21-00000000011d | TASK | Get the ceph orchestrator status 2025-12-01 10:33:56.846818 | fa163ee6-8f4d-0008-3d21-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-12-01 10:33:56.848133 | fa163ee6-8f4d-0008-3d21-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:02:03.175972 | 0.90s 2025-12-01 10:33:56.857497 | fa163ee6-8f4d-0008-3d21-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-12-01 10:33:56.924367 | fa163ee6-8f4d-0008-3d21-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-12-01 10:33:56.925408 | fa163ee6-8f4d-0008-3d21-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:02:03.253251 | 0.07s 2025-12-01 10:33:56.934060 | fa163ee6-8f4d-0008-3d21-000000000120 | TASK | Show the deployed daemons 2025-12-01 10:33:57.870407 | fa163ee6-8f4d-0008-3d21-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-12-01 10:33:57.871714 | fa163ee6-8f4d-0008-3d21-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:04.199554 | 0.94s 2025-12-01 10:33:57.881369 | fa163ee6-8f4d-0008-3d21-000000000121 | TASK | Deployed daemons 2025-12-01 10:33:57.939242 | fa163ee6-8f4d-0008-3d21-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-12-01 10:33:57.940256 | fa163ee6-8f4d-0008-3d21-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:04.268098 | 0.06s 2025-12-01 10:33:57.948905 | fa163ee6-8f4d-0008-3d21-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-12-01 10:33:58.873753 | fa163ee6-8f4d-0008-3d21-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-12-01 10:33:58.875081 | fa163ee6-8f4d-0008-3d21-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:05.202920 | 0.92s 2025-12-01 10:33:58.884221 | fa163ee6-8f4d-0008-3d21-000000000123 | TASK | Ceph cluster status 2025-12-01 10:33:58.921137 | fa163ee6-8f4d-0008-3d21-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: f4aae63d-9e2d-5aa5-86ee-b5d005ea2d3a", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 81s)", " mgr: standalone.kwlfff(active, since 65s)", " osd: 1 osds: 1 up (since 14s), 1 in (since 30s)", " ", " data:", " pools: 1 pools, 1 pgs", " objects: 2 objects, 449 KiB", " usage: 27 MiB used, 7.0 GiB / 7.0 GiB avail", " pgs: 1 active+clean", " " ] } 2025-12-01 10:33:58.922230 | fa163ee6-8f4d-0008-3d21-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:05.250072 | 0.04s 2025-12-01 10:33:58.942921 | fa163ee6-8f4d-0008-3d21-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-12-01 10:33:59.581532 | fa163ee6-8f4d-0008-3d21-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ee6-8f4d-0008-3d21-00000000013b') missing from stats PLAY RECAP ********************************************************************* standalone.localdomain : ok=36 changed=13 unreachable=0 failed=0 skipped=47 rescued=0 ignored=0 undercloud : ok=2 changed=1 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0 2025-12-01 10:33:59.623656 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-01 10:33:59.624259 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-01 10:33:59.624993 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:05.952835 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-01 10:33:59.625602 | UUID | Info | Host | Task Name | Run Time 2025-12-01 10:33:59.626241 | fa163ee6-8f4d-0008-3d21-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 67.14s 2025-12-01 10:33:59.626849 | fa163ee6-8f4d-0008-3d21-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 32.13s 2025-12-01 10:33:59.627421 | fa163ee6-8f4d-0008-3d21-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.92s 2025-12-01 10:33:59.628032 | fa163ee6-8f4d-0008-3d21-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 3.08s 2025-12-01 10:33:59.628625 | fa163ee6-8f4d-0008-3d21-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.50s 2025-12-01 10:33:59.629220 | fa163ee6-8f4d-0008-3d21-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 1.15s 2025-12-01 10:33:59.629820 | fa163ee6-8f4d-0008-3d21-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 1.01s 2025-12-01 10:33:59.630396 | fa163ee6-8f4d-0008-3d21-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 1.00s 2025-12-01 10:33:59.631014 | fa163ee6-8f4d-0008-3d21-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.95s 2025-12-01 10:33:59.631596 | fa163ee6-8f4d-0008-3d21-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.94s 2025-12-01 10:33:59.632140 | fa163ee6-8f4d-0008-3d21-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.92s 2025-12-01 10:33:59.632732 | fa163ee6-8f4d-0008-3d21-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.90s 2025-12-01 10:33:59.633309 | fa163ee6-8f4d-0008-3d21-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.84s 2025-12-01 10:33:59.633951 | fa163ee6-8f4d-0008-3d21-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.61s 2025-12-01 10:33:59.634704 | fa163ee6-8f4d-0008-3d21-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.59s 2025-12-01 10:33:59.635282 | fa163ee6-8f4d-0008-3d21-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.50s 2025-12-01 10:33:59.635911 | fa163ee6-8f4d-0008-3d21-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.42s 2025-12-01 10:33:59.636482 | fa163ee6-8f4d-0008-3d21-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.35s 2025-12-01 10:33:59.637122 | fa163ee6-8f4d-0008-3d21-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.32s 2025-12-01 10:33:59.637724 | fa163ee6-8f4d-0008-3d21-0000000000a6 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat spec file on bootstrap node | 0.26s 2025-12-01 10:33:59.638301 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1500 + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + TELEMETRY_ENABLED=true + OCTAVIA_ENABLED=true + DESIGNATE_ENABLED=false + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-43 + export NEUTRON_INTERFACE=eth0 + NEUTRON_INTERFACE=eth0 + export CTLPLANE_IP=192.168.122.100 + CTLPLANE_IP=192.168.122.100 + export CTLPLANE_VIP=192.168.122.99 + CTLPLANE_VIP=192.168.122.99 + export DESIGNATE_BIND_IP=192.168.122.155 + DESIGNATE_BIND_IP=192.168.122.155 + export CIDR=24 + CIDR=24 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export BRIDGE=br-ctlplane + BRIDGE=br-ctlplane + '[' libvirt = ironic ']' + BRIDGE_MAPPINGS=datacentre:br-ctlplane + NEUTRON_FLAT_NETWORKS=datacentre + cat + CMD='openstack tripleo deploy' + CMD_ARGS+=' --templates /usr/share/openstack-tripleo-heat-templates' + CMD_ARGS+=' --local-ip=192.168.122.100/24' + CMD_ARGS+=' --control-virtual-ip=192.168.122.99' + CMD_ARGS+=' --output-dir /root' + CMD_ARGS+=' --standalone-role Standalone' + CMD_ARGS+=' -r /root/Standalone.yaml' + CMD_ARGS+=' -n /root/network_data.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml' + '[' libvirt = ironic ']' + '[' true = true ']' + cat + ENV_ARGS+=' -e /root/enable_heat.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml' + '[' false = true ']' + ENV_ARGS+=' -e /root/standalone_parameters.yaml' + '[' true = true ']' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \t\r\u\e ]] + CEPH_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/containers-prepare-parameters.yaml' + ENV_ARGS+=' -e /root/deployed_network.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml' + ENV_ARGS+=' -e /root/sriov_template.yaml' + '[' false = true ']' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /root/dhcp_agent_template.yaml' + sudo openstack tripleo deploy --templates /usr/share/openstack-tripleo-heat-templates --local-ip=192.168.122.100/24 --control-virtual-ip=192.168.122.99 --output-dir /root --standalone-role Standalone -r /root/Standalone.yaml -n /root/network_data.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml -e /root/enable_heat.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml -e /root/standalone_parameters.yaml -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml -e /root/containers-prepare-parameters.yaml -e /root/deployed_network.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml -e /root/sriov_template.yaml -e /root/dhcp_agent_template.yaml [WARNING] Deployment user is set to 'root'. This may cause some deployment files to be located in /root. Please use --deployment-user to specify the user you are deploying with. The heat stack standalone action is CREATE 2025-12-01 10:34:02.716 40708 INFO migrate.versioning.api [-] 72 -> 73...  2025-12-01 10:34:02.741 40708 INFO migrate.versioning.api [-] done 2025-12-01 10:34:02.742 40708 INFO migrate.versioning.api [-] 73 -> 74...  2025-12-01 10:34:02.743 40708 INFO migrate.versioning.api [-] done 2025-12-01 10:34:02.744 40708 INFO migrate.versioning.api [-] 74 -> 75...  2025-12-01 10:34:02.745 40708 INFO migrate.versioning.api [-] done 2025-12-01 10:34:02.745 40708 INFO migrate.versioning.api [-] 75 -> 76...  2025-12-01 10:34:02.747 40708 INFO migrate.versioning.api [-] done 2025-12-01 10:34:02.747 40708 INFO migrate.versioning.api [-] 76 -> 77...  2025-12-01 10:34:02.749 40708 INFO migrate.versioning.api [-] done 2025-12-01 10:34:02.749 40708 INFO migrate.versioning.api [-] 77 -> 78...  2025-12-01 10:34:02.751 40708 INFO migrate.versioning.api [-] done 2025-12-01 10:34:02.751 40708 INFO migrate.versioning.api [-] 78 -> 79...  2025-12-01 10:34:02.777 40708 INFO migrate.versioning.api [-] done 2025-12-01 10:34:02.777 40708 INFO migrate.versioning.api [-] 79 -> 80...  2025-12-01 10:34:02.795 40708 INFO migrate.versioning.api [-] done 2025-12-01 10:34:02.795 40708 INFO migrate.versioning.api [-] 80 -> 81...  2025-12-01 10:34:02.797 40708 INFO migrate.versioning.api [-] done 2025-12-01 10:34:02.797 40708 INFO migrate.versioning.api [-] 81 -> 82...  2025-12-01 10:34:02.799 40708 INFO migrate.versioning.api [-] done 2025-12-01 10:34:02.799 40708 INFO migrate.versioning.api [-] 82 -> 83...  2025-12-01 10:34:02.801 40708 INFO migrate.versioning.api [-] done 2025-12-01 10:34:02.801 40708 INFO migrate.versioning.api [-] 83 -> 84...  2025-12-01 10:34:02.803 40708 INFO migrate.versioning.api [-] done 2025-12-01 10:34:02.803 40708 INFO migrate.versioning.api [-] 84 -> 85...  2025-12-01 10:34:02.804 40708 INFO migrate.versioning.api [-] done 2025-12-01 10:34:02.804 40708 INFO migrate.versioning.api [-] 85 -> 86...  2025-12-01 10:34:02.828 40708 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-12-01 10:34:11Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:34:11Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:11Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:34:11Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:12Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-12-01 10:34:12Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:12Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-12-01 10:34:12Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:34:12Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:12Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-12-01 10:34:12Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-12-01 10:34:13Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:13Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:34:14Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:14Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-12-01 10:34:14Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:34:14Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:15Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:34:15Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-12-01 10:34:15Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:15Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:15Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:15Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2025-12-01 10:34:15Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-12-01 10:34:15Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:16Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:34:16Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:16Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-12-01 10:34:16Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:34:16Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:16Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-12-01 10:34:16Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:16Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-12-01 10:34:16Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:16Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-12-01 10:34:16Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:34:16Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:34:16Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:16Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-12-01 10:34:16Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:16Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-12-01 10:34:17Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-12-01 10:34:17Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-12-01 10:34:17Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:17Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-12-01 10:34:17Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:17Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:34:18Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:18Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-12-01 10:34:18Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:34:18Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:18Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-12-01 10:34:19Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-12-01 10:34:19Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:19Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-12-01 10:34:19Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:19Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-12-01 10:34:19Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:34:20Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-12-01 10:34:20Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:20Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-12-01 10:34:20Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:20Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:20Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:20Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:20Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-12-01 10:34:20Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:20Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-12-01 10:34:21Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:22Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-12-01 10:34:22Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-12-01 10:34:22Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-12-01 10:34:22Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-12-01 10:34:22Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:22Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:34:22Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:22Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-12-01 10:34:22Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:34:23Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-12-01 10:34:23Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:23Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:23Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-12-01 10:34:24Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-12-01 10:34:24Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:24Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-12-01 10:34:24Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:25Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:34:25Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:26Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:34:28Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:28Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:34:28Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:29Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:29Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:34:30Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:30Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:34:31Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:31Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:34:31Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-12-01 10:34:32Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:32Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:34:32Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:32Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-01 10:34:32Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:34:33Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-01 10:34:33Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:34:34Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-12-01 10:34:34Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:34Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:34:34Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:34Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:34:35Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:36Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:36Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:34:37Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:37Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:34:38Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-12-01 10:34:38Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:34:39Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-12-01 10:34:40Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:40Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:34:40Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:41Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:41Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:34:41Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-12-01 10:34:42Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:43Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:43Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:34:44Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:34:44Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:34:45Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-12-01 10:34:45Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:45Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:34:46Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:47Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:47Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:34:48Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:48Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:34:49Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:49Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:34:49Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-12-01 10:34:49Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:34:49Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-12-01 10:34:50Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:50Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:34:50Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:50Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:34:50Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:34:51Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-12-01 10:34:52Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:52Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:34:52Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:52Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:34:52Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:52Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-01 10:34:52Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:34:53Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:53Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-01 10:34:54Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:54Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2025-12-01 10:34:55Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:55Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:34:56Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:56Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:34:56Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:34:56Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:56Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:34:56Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:34:57Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:57Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:34:57Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-12-01 10:34:57Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:34:58Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-12-01 10:34:58Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-12-01 10:34:59Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-12-01 10:35:00Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:01Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-12-01 10:35:01Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:01Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:35:01Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:02Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:02Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-12-01 10:35:03Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:03Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:35:04Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:35:04Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:35:04Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-12-01 10:35:05Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:05Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:35:05Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:05Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:35:06Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:07Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:07Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-12-01 10:35:08Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:35:08Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:35:09Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-12-01 10:35:09Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:09Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:35:09Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:09Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:35:10Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:10Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-12-01 10:35:10Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:10Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-12-01 10:35:11Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:11Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-12-01 10:35:11Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:35:11Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2025-12-01 10:35:11Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:35:12Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-12-01 10:35:13Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:14Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-12-01 10:35:14Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:14Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:35:14Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:14Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-12-01 10:35:15Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:15Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:35:16Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:16Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-12-01 10:35:16Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:16Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-12-01 10:35:17Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:17Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-12-01 10:35:17Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:35:17Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2025-12-01 10:35:18Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:35:18Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-12-01 10:35:19Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:19Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:35:19Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:19Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:35:19Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:19Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-12-01 10:35:19Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:19Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-12-01 10:35:20Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:20Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-12-01 10:35:20Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:35:21Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2025-12-01 10:35:21Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:35:22Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-12-01 10:35:22Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:22Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:35:22Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:22Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:35:23Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:23Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-12-01 10:35:23Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:23Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-12-01 10:35:24Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:24Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-12-01 10:35:24Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:35:25Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2025-12-01 10:35:25Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:35:25Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-12-01 10:35:26Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:26Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:35:26Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:26Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:35:27Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:28Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:28Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:35:29Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:29Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:35:29Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2025-12-01 10:35:29Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:30Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:30Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:30Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-01 10:35:31Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:31Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:35:31Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:31Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-01 10:35:31Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:35:31Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:35:31Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:35:31Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:35:32Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-01 10:35:32Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2025-12-01 10:35:32Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:35:33Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-12-01 10:35:34Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:34Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:35:34Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:35Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:35Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:35:35Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:35:36Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:36Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:35:36Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:37Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:37Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:35:37Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:37Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:37Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-01 10:35:38Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:38Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:38Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:35:38Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:35:38Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:35:39Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:35:39Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2025-12-01 10:35:39Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:39Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:35:39Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-12-01 10:35:39Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:40Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:40Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:40Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-01 10:35:41Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:41Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:35:41Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:35:41Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:35:41Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:35:42Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-12-01 10:35:42Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:35:43Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2025-12-01 10:35:43Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:35:44Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-12-01 10:35:45Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:45Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:35:45Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:46Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:46Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:35:46Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:35:47Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:48Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:48Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:35:49Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:49Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:35:49Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2025-12-01 10:35:49Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:50Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:50Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:35:51Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-01 10:35:51Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:35:52Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2025-12-01 10:35:52Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:35:53Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-12-01 10:35:54Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:54Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:35:54Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:54Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:35:54Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:55Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:55Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:55Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-01 10:35:56Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:56Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:35:56Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:35:56Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:35:56Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:35:56Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:57Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:57Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:35:57Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2025-12-01 10:35:57Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:57Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:35:58Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:58Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:58Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:35:58Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-12-01 10:35:58Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:59Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:35:59Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:59Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-01 10:35:59Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:36:00Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:00Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:36:00Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:36:00Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-01 10:36:00Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:36:01Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-12-01 10:36:01Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:36:02Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2025-12-01 10:36:02Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:36:03Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-12-01 10:36:04Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:04Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:36:04Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:05Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:05Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:36:05Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:36:05Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:06Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:06Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:36:06Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:06Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-12-01 10:36:07Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:07Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:36:07Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:36:07Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:36:08Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-12-01 10:36:08Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:36:09Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-12-01 10:36:10Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:10Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:36:10Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:11Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:11Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-12-01 10:36:12Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:12Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:36:12Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:36:12Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:36:13Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-12-01 10:36:13Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:14Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-12-01 10:36:15Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:15Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:36:15Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:16Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:16Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:36:16Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:36:16Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:36:17Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-12-01 10:36:17Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:18Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-12-01 10:36:19Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:19Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:36:19Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:19Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:36:20Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:20Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:36:20Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:20Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:36:20Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:36:21Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:21Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2025-12-01 10:36:22Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:22Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:36:23Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:23Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-01 10:36:24Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:24Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-01 10:36:24Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:36:24Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:36:25Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-12-01 10:36:25Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:25Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:36:25Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:26Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:26Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:36:27Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:36:27Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:27Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:36:27Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:36:27Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:28Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:36:28Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2025-12-01 10:36:28Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:28Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-01 10:36:28Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:28Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:36:29Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:29Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:36:30Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:30Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:36:30Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:30Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:36:30Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:36:31Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:31Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-12-01 10:36:32Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:32Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-01 10:36:33Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:33Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:36:34Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:36:34Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:36:35Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2025-12-01 10:36:35Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:36:35Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-12-01 10:36:36Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:36Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:36:36Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:37Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:37Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:36:37Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:36:37Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:37Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-01 10:36:37Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:36:38Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:38Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:36:38Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-01 10:36:39Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:40Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:40Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-12-01 10:36:41Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:36:41Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:36:42Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-12-01 10:36:43Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:43Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:36:43Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:43Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:36:44Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:45Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:45Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:36:46Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:46Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-12-01 10:36:47Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:36:47Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:36:48Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-12-01 10:36:48Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:48Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:36:49Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:50Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:50Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-12-01 10:36:51Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:51Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:36:52Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:52Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:36:52Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:36:52Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:36:52Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-12-01 10:36:53Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:53Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:36:53Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:53Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:36:53Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:53Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:36:54Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:54Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:54Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-12-01 10:36:55Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:55Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:36:55Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:56Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:56Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-12-01 10:36:56Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-12-01 10:36:56Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:56Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-12-01 10:36:57Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:57Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:36:57Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:36:58Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-12-01 10:36:58Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:36:58Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:36:59Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2025-12-01 10:36:59Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:37:00Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-12-01 10:37:01Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:01Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:37:01Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:02Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:02Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2025-12-01 10:37:03Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:03Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2025-12-01 10:37:04Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:04Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:37:04Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:37:05Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:05Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:37:05Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:05Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-01 10:37:05Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:37:06Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-01 10:37:06Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:37:07Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-12-01 10:37:08Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:08Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:37:08Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:09Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:09Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:37:09Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-12-01 10:37:09Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:09Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-01 10:37:09Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:37:10Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:10Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-01 10:37:11Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:11Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:37:11Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2025-12-01 10:37:12Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:13Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:37:13Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:37:14Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-12-01 10:37:14Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:14Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:37:14Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:14Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:37:15Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:16Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:16Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:37:16Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2025-12-01 10:37:17Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:17Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:37:17Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:37:17Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:17Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-12-01 10:37:18Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:18Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:37:19Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:37:19Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:37:20Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-12-01 10:37:21Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:21Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:37:21Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:21Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:37:22Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:23Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:37:23Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:37:24Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-12-01 10:37:24Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:24Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:37:24Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:25Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:25Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:37:26Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:37:26Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:37:26Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-12-01 10:37:27Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:27Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:37:27Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:27Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:37:27Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:37:28Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-12-01 10:37:28Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:28Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:37:28Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:29Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:29Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:37:30Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:37:30Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:30Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-01 10:37:30Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:37:30Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:30Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:37:31Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-01 10:37:31Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:32Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:33Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:37:33Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:37:33Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:33Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:37:33Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:37:34Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2025-12-01 10:37:34Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:37:34Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-12-01 10:37:35Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:35Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:37:35Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:36Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:36Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2025-12-01 10:37:36Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:37:37Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:37Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-01 10:37:37Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:37:37Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:37Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-01 10:37:38Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:38Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:37:38Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:37:39Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:40Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:37:40Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:37:41Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-12-01 10:37:42Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:43Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-12-01 10:37:43Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:43Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:37:44Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:44Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:37:45Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:46Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:46Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2025-12-01 10:37:47Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:47Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:37:48Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:37:48Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:37:48Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-12-01 10:37:49Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:49Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:37:49Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:50Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:50Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:37:50Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:37:51Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:52Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:52Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:37:52Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:37:52Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:53Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:53Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:37:53Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:53Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:53Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:37:53Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:37:53Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:54Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:37:54Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:37:54Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:55Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:37:55Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:37:55Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2025-12-01 10:37:55Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:55Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:37:55Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:37:55Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-12-01 10:37:56Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:37:57Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-12-01 10:37:57Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:37:58Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-12-01 10:37:58Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:37:59Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-12-01 10:38:00Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:00Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:38:00Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:01Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:01Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:38:01Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:38:01Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:38:02Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-12-01 10:38:02Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:02Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:38:03Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:04Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:04Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:38:04Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:38:05Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:06Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2025-12-01 10:38:06Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:38:06Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-12-01 10:38:07Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:08Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-12-01 10:38:08Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:08Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:38:09Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:09Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:38:10Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:11Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:11Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:38:11Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:38:11Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:11Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:38:11Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:38:12Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:12Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-01 10:38:12Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-01 10:38:13Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:14Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:14Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:38:15Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2025-12-01 10:38:15Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:38:15Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-12-01 10:38:16Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:16Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:38:16Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:16Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:38:16Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:16Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:38:17Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:17Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:17Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:38:18Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-12-01 10:38:18Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:38:18Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-12-01 10:38:18Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:38:19Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2025-12-01 10:38:19Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:38:20Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-12-01 10:38:21Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:21Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:38:21Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:21Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:38:22Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:23Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:23Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-01 10:38:24Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:24Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2025-12-01 10:38:25Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:38:25Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:38:26Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-12-01 10:38:26Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:26Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:38:27Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:28Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:28Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:38:28Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2025-12-01 10:38:29Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:30Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:30Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:38:31Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-01 10:38:31Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:38:32Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-12-01 10:38:32Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:32Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:38:32Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:32Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:38:32Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:32Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-01 10:38:32Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:38:33Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:33Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:38:33Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-01 10:38:33Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:33Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:38:33Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:38:34Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:34Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2025-12-01 10:38:35Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:35Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:38:35Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-01 10:38:36Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:37Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:37Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-01 10:38:38Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:38Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:38:38Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:38Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:38:38Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:38:38Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:38:39Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:39Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2025-12-01 10:38:40Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:38:40Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:38:41Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-12-01 10:38:42Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:42Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:38:42Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:43Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:43Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:38:44Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:44Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-01 10:38:45Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:45Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:38:45Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:38:45Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:45Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:38:45Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:38:46Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:46Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:38:46Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:46Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-12-01 10:38:46Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:38:46Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:46Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:38:47Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:47Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:47Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-01 10:38:47Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:38:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-01 10:38:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-12-01 10:38:48Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:38:49Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-12-01 10:38:50Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:50Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:38:50Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:50Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:38:51Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:51Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:38:51Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:51Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:38:51Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:38:52Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:52Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-12-01 10:38:53Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:53Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-01 10:38:54Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:54Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-01 10:38:55Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:55Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:38:55Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:38:55Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:55Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:38:55Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:38:56Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:56Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2025-12-01 10:38:57Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:57Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:38:57Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:38:57Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:38:57Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-01 10:38:57Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:38:58Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-01 10:38:58Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:38:59Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-12-01 10:39:00Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:00Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:39:00Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:01Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:01Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:39:02Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:02Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-01 10:39:03Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:03Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:39:03Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:39:03Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:03Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:39:03Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:39:04Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:04Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:39:04Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2025-12-01 10:39:04Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:04Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:39:04Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:04Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:39:05Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:05Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:05Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-01 10:39:05Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:39:06Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-01 10:39:06Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2025-12-01 10:39:06Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:39:07Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-12-01 10:39:07Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:08Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:39:08Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:08Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:39:08Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:08Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:39:08Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:08Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:39:09Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:09Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:09Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-01 10:39:09Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:39:10Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:10Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-01 10:39:10Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2025-12-01 10:39:11Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:11Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-12-01 10:39:12Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:12Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:39:12Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:39:12Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:12Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:39:12Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:39:13Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2025-12-01 10:39:13Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:39:14Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-12-01 10:39:15Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:15Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:39:15Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:16Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:16Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:39:17Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:17Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:39:17Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-12-01 10:39:17Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:17Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:39:17Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:39:18Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:18Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:39:18Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2025-12-01 10:39:19Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:19Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:39:19Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:19Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:39:19Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:39:20Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-12-01 10:39:20Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:39:21Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-12-01 10:39:21Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:21Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:39:21Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:22Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:22Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2025-12-01 10:39:23Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:23Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:39:23Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:39:23Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:39:24Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-12-01 10:39:25Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:25Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:39:25Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:26Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:26Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:39:26Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:39:26Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:26Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:39:26Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:39:27Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:27Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2025-12-01 10:39:28Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:28Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:39:29Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:29Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:39:29Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:29Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:39:29Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-01 10:39:29Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:29Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-01 10:39:30Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:30Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:39:30Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:39:31Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2025-12-01 10:39:31Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:39:32Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-12-01 10:39:32Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:33Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:39:33Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:34Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:34Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:39:34Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:39:35Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:35Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-12-01 10:39:35Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:39:36Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-12-01 10:39:36Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:36Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:39:36Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:36Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:39:37Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:38Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:39:38Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:39:39Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-12-01 10:39:39Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:40Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:39:40Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:41Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:41Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2025-12-01 10:39:42Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:42Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:39:42Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:39:43Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:44Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-01 10:39:44Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:39:45Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-12-01 10:39:45Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:45Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:39:45Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:46Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:46Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:39:46Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:39:47Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:48Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:48Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:39:49Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:49Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-12-01 10:39:50Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:50Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-01 10:39:50Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:39:50Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:51Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:52Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-01 10:39:52Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:52Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:39:53Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:39:53Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:55Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:39:55Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:39:55Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2025-12-01 10:39:55Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:39:56Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-12-01 10:39:57Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:57Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:39:57Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:57Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2025-12-01 10:39:57Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:39:58Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-12-01 10:39:58Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-12-01 10:39:58Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:39:59Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:00Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:00Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:40:00Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:40:01Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:02Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:02Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:40:03Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-01 10:40:03Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:40:04Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-12-01 10:40:04Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:04Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:40:04Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:05Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:05Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:40:06Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:06Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:40:07Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:07Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:40:07Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-01 10:40:07Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:40:08Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-12-01 10:40:09Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:09Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:40:09Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:10Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:10Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:40:10Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:40:11Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:12Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:12Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:40:13Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-01 10:40:13Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:40:14Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-12-01 10:40:15Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:16Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-12-01 10:40:16Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:16Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:40:16Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:17Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:40:17Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:40:18Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-12-01 10:40:18Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:18Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:40:19Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:20Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:20Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:40:20Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:40:21Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:21Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:40:21Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:22Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:22Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:40:22Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:40:22Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:23Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:23Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:40:23Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:23Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:40:23Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:40:23Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:40:24Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-12-01 10:40:24Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:40:25Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2025-12-01 10:40:25Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:40:25Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-12-01 10:40:26Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:27Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-12-01 10:40:28Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:28Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:40:28Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:29Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:29Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:40:29Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2025-12-01 10:40:29Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:29Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:40:29Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:40:30Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:30Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2025-12-01 10:40:31Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:31Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:40:31Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:40:31Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:31Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-01 10:40:31Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:40:32Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:32Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:40:32Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-01 10:40:32Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:40:33Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-12-01 10:40:33Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:34Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-12-01 10:40:35Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:35Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:40:35Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:35Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:40:35Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:36Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:36Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:40:36Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:36Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:40:36Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-12-01 10:40:37Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:37Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:38Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:40:38Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:40:38Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:40:39Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2025-12-01 10:40:39Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:40:40Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-12-01 10:40:40Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:41Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-12-01 10:40:42Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:43Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-12-01 10:40:43Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:44Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-12-01 10:40:45Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:45Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:40:45Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:45Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-01 10:40:46Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:47Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:47Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:40:47Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:40:48Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:49Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2025-12-01 10:40:49Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:40:50Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-12-01 10:40:50Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:50Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:40:50Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:50Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:40:50Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:40:51Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-12-01 10:40:52Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:52Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:40:52Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:53Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:53Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2025-12-01 10:40:54Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:54Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:40:54Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-01 10:40:54Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:40:55Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-12-01 10:40:55Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:56Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2025-12-01 10:40:57Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:58Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2025-12-01 10:40:58Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2025-12-01 10:40:59Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2025-12-01 10:41:00Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:00Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:41:00Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:00Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:41:00Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:41:01Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2025-12-01 10:41:01Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:01Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:41:01Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:01Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:41:02Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:03Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2025-12-01 10:41:03Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:41:04Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2025-12-01 10:41:04Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:05Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:41:05Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:05Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-01 10:41:05Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:41:06Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2025-12-01 10:41:06Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:41:06Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-12-01 10:41:08Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:09Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:09Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:09Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-12-01 10:41:09Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:09Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-12-01 10:41:09Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:10Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-12-01 10:41:10Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:10Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-12-01 10:41:10Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:10Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-12-01 10:41:11Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:11Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-12-01 10:41:11Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:11Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-12-01 10:41:11Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:11Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-12-01 10:41:12Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:12Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-12-01 10:41:12Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:12Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-12-01 10:41:12Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:12Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-12-01 10:41:12Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:12Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-12-01 10:41:13Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:13Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-12-01 10:41:13Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:13Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-12-01 10:41:13Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:13Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-12-01 10:41:14Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:14Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-12-01 10:41:14Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:14Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-12-01 10:41:14Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:15Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-12-01 10:41:15Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:15Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-12-01 10:41:15Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:16Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-12-01 10:41:16Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:16Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-12-01 10:41:16Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:16Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-12-01 10:41:16Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:16Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:16Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-12-01 10:41:17Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-12-01 10:41:17Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:17Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:17Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-12-01 10:41:17Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-12-01 10:41:17Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:18Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-12-01 10:41:18Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:18Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-12-01 10:41:18Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:18Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-12-01 10:41:18Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:18Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-12-01 10:41:18Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-12-01 10:41:18Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-12-01 10:41:18Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:41:19Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-12-01 10:41:19Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:19Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-12-01 10:41:20Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:20Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-12-01 10:41:20Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:20Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:20Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-12-01 10:41:20Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:20Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-12-01 10:41:20Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:20Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:41:20Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:20Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-12-01 10:41:20Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-12-01 10:41:21Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:41:21Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:21Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-12-01 10:41:22Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-12-01 10:41:22Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:22Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:41:22Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:22Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-12-01 10:41:23Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:23Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:41:23Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:23Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-12-01 10:41:24Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:25Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-12-01 10:41:25Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:41:26Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-12-01 10:41:26Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:26Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:26Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:26Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:26Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:27Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:27Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-12-01 10:41:27Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:27Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:27Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-12-01 10:41:27Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:41:27Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:41:27Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:41:27Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:27Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:41:27Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:27Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-12-01 10:41:27Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:41:27Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-12-01 10:41:27Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:27Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:27Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:27Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-12-01 10:41:27Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-12-01 10:41:27Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-12-01 10:41:27Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:27Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:27Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:41:27Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:41:27Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:41:27Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-12-01 10:41:27Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-12-01 10:41:27Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:41:27Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:41:28Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-12-01 10:41:28Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-12-01 10:41:28Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-12-01 10:41:28Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-12-01 10:41:28Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-12-01 10:41:28Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-12-01 10:41:28Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:28Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:28Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:41:28Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:28Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-12-01 10:41:28Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:41:29Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-12-01 10:41:29Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-12-01 10:41:29Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:41:30Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-12-01 10:41:30Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-12-01 10:41:31Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-12-01 10:41:31Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:31Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:31Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-12-01 10:41:31Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-12-01 10:41:31Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:31Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:31Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:31Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:31Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:31Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:31Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-12-01 10:41:31Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-12-01 10:41:31Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-12-01 10:41:31Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-12-01 10:41:31Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-12-01 10:41:31Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-12-01 10:41:32Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:32Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:32Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:41:32Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-01 10:41:32Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:32Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-12-01 10:41:32Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:32Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-12-01 10:41:33Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:33Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-12-01 10:41:33Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:33Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:41:33Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-12-01 10:41:34Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-12-01 10:41:34Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:34Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-12-01 10:41:35Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:36Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:36Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-12-01 10:41:36Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-12-01 10:41:36Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:36Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-12-01 10:41:37Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:37Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-12-01 10:41:38Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:38Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-12-01 10:41:39Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-01 10:41:39Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-12-01 10:41:39Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-01 10:41:40Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-12-01 10:41:40Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/a3d05bf7-3c9a-4f9d-9c11-9cdef718480a 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-12-01 10:42:03.860111 | fa163ee6-8f4d-1548-de56-000000000006 | TASK | External deployment step 0 2025-12-01 10:42:03.885111 | fa163ee6-8f4d-1548-de56-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', 'fa163ee6-8f4d-1548-de56-000000000006') missing from stats 2025-12-01 10:42:03.928858 | fa163ee6-8f4d-1548-de56-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.120740 | 0.03s 2025-12-01 10:42:03.942246 | 0c757c1f-2eb0-4e9a-bdc1-2d528c4fea58 | INCLUDED | /root/standalone-ansible-95hluu53/external_deploy_steps_tasks_step0.yaml | undercloud 2025-12-01 10:42:03.962742 | fa163ee6-8f4d-1548-de56-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-12-01 10:42:04.852413 | fa163ee6-8f4d-1548-de56-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-12-01 10:42:04.853895 | fa163ee6-8f4d-1548-de56-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.045782 | 0.89s 2025-12-01 10:42:04.873103 | fa163ee6-8f4d-1548-de56-000000000129 | TASK | create redis virtual ip 2025-12-01 10:42:05.756843 | fa163ee6-8f4d-1548-de56-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-12-01 10:42:05.758401 | fa163ee6-8f4d-1548-de56-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.950283 | 0.88s PLAY [Check if required variables are defined] ********************************* 2025-12-01 10:42:05.840904 | fa163ee6-8f4d-1548-de56-000000000138 | TASK | Gathering Facts 2025-12-01 10:42:06.423153 | fa163ee6-8f4d-1548-de56-000000000138 | OK | Gathering Facts | localhost 2025-12-01 10:42:06.424797 | fa163ee6-8f4d-1548-de56-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.616681 | 0.58s 2025-12-01 10:42:06.487915 | fa163ee6-8f4d-1548-de56-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-12-01 10:42:06.488979 | fa163ee6-8f4d-1548-de56-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.680867 | 0.05s 2025-12-01 10:42:06.536096 | fa163ee6-8f4d-1548-de56-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-12-01 10:42:06.537594 | fa163ee6-8f4d-1548-de56-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.729477 | 0.04s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-12-01 10:42:06.654397 | fa163ee6-8f4d-1548-de56-000000000160 | TASK | Gathering Facts 2025-12-01 10:42:06.664131 | fa163ee6-8f4d-1548-de56-000000000160 | TASK | Gathering Facts 2025-12-01 10:42:06.979637 | fa163ee6-8f4d-1548-de56-000000000160 | OK | Gathering Facts | standalone 2025-12-01 10:42:06.980395 | fa163ee6-8f4d-1548-de56-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.172290 | 0.32s 2025-12-01 10:42:06.981689 | fa163ee6-8f4d-1548-de56-000000000160 | OK | Gathering Facts | undercloud 2025-12-01 10:42:06.982152 | fa163ee6-8f4d-1548-de56-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.174051 | 0.33s 2025-12-01 10:42:07.040687 | fa163ee6-8f4d-1548-de56-000000000012 | TASK | Set legacy facts 2025-12-01 10:42:07.054313 | fa163ee6-8f4d-1548-de56-000000000012 | TASK | Set legacy facts 2025-12-01 10:42:07.082404 | fa163ee6-8f4d-1548-de56-000000000012 | OK | Set legacy facts | undercloud 2025-12-01 10:42:07.083599 | fa163ee6-8f4d-1548-de56-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.275481 | 0.04s 2025-12-01 10:42:07.084290 | fa163ee6-8f4d-1548-de56-000000000012 | OK | Set legacy facts | standalone 2025-12-01 10:42:07.085004 | fa163ee6-8f4d-1548-de56-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.276895 | 0.03s PLAY [Load global variables] *************************************************** 2025-12-01 10:42:07.271587 | fa163ee6-8f4d-1548-de56-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-12-01 10:42:07.272508 | fa163ee6-8f4d-1548-de56-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.464398 | 0.05s 2025-12-01 10:42:07.273064 | fa163ee6-8f4d-1548-de56-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-12-01 10:42:07.273601 | fa163ee6-8f4d-1548-de56-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.465495 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-12-01 10:42:07.346146 | fa163ee6-8f4d-1548-de56-000000000018 | TASK | Include Service VIP vars 2025-12-01 10:42:07.377873 | fa163ee6-8f4d-1548-de56-000000000018 | OK | Include Service VIP vars | undercloud 2025-12-01 10:42:07.440659 | fa163ee6-8f4d-1548-de56-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.632547 | 0.09s 2025-12-01 10:42:07.441089 | fa163ee6-8f4d-1548-de56-000000000018 | OK | Include Service VIP vars | standalone 2025-12-01 10:42:07.441519 | fa163ee6-8f4d-1548-de56-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.633417 | 0.08s 2025-12-01 10:42:07.445013 | fa163ee6-8f4d-1548-de56-000000000019 | TASK | Include OVN bridge MAC address variables 2025-12-01 10:42:07.469615 | fa163ee6-8f4d-1548-de56-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-12-01 10:42:07.470722 | fa163ee6-8f4d-1548-de56-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.662608 | 0.03s 2025-12-01 10:42:07.482235 | fa163ee6-8f4d-1548-de56-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-12-01 10:42:07.482767 | fa163ee6-8f4d-1548-de56-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.674662 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-12-01 10:42:07.578199 | fa163ee6-8f4d-1548-de56-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-12-01 10:42:08.451651 | fa163ee6-8f4d-1548-de56-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ee6-8f4d-1548-de56-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-12-01 10:42:08.529109 | fa163ee6-8f4d-1548-de56-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-12-01 10:42:08.564177 | fa163ee6-8f4d-1548-de56-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-12-01 10:42:08.564818 | fa163ee6-8f4d-1548-de56-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.756710 | 0.04s PLAY [Manage SELinux] ********************************************************** 2025-12-01 10:42:08.627559 | fa163ee6-8f4d-1548-de56-000000000023 | TASK | Set selinux state 2025-12-01 10:42:09.193849 | fa163ee6-8f4d-1548-de56-000000000023 | OK | Set selinux state | standalone 2025-12-01 10:42:09.195287 | fa163ee6-8f4d-1548-de56-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.387149 | 0.57s PLAY [Generate /etc/hosts] ***************************************************** 2025-12-01 10:42:09.338051 | fa163ee6-8f4d-1548-de56-000000000026 | TASK | Configure Hosts Entries 2025-12-01 10:42:09.373520 | fa163ee6-8f4d-1548-de56-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.565402 | 0.03s 2025-12-01 10:42:09.374341 | fa163ee6-8f4d-1548-de56-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.566237 | 0.02s 2025-12-01 10:42:09.419046 | fa163ee6-8f4d-1548-de56-0000000001f1 | TASK | Create temporary file for hosts 2025-12-01 10:42:09.776766 | fa163ee6-8f4d-1548-de56-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-12-01 10:42:09.778508 | fa163ee6-8f4d-1548-de56-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.970379 | 0.34s 2025-12-01 10:42:09.834163 | fa163ee6-8f4d-1548-de56-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-12-01 10:42:09.835223 | fa163ee6-8f4d-1548-de56-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:06.027110 | 0.41s 2025-12-01 10:42:09.855357 | fa163ee6-8f4d-1548-de56-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-12-01 10:42:10.256568 | fa163ee6-8f4d-1548-de56-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-12-01 10:42:10.257554 | fa163ee6-8f4d-1548-de56-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.449433 | 0.40s 2025-12-01 10:42:10.268204 | fa163ee6-8f4d-1548-de56-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-12-01 10:42:10.268633 | fa163ee6-8f4d-1548-de56-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.460530 | 0.39s 2025-12-01 10:42:10.282499 | fa163ee6-8f4d-1548-de56-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-12-01 10:42:10.621631 | fa163ee6-8f4d-1548-de56-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-12-01 10:42:10.622525 | fa163ee6-8f4d-1548-de56-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.814413 | 0.33s 2025-12-01 10:42:10.633475 | fa163ee6-8f4d-1548-de56-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-12-01 10:42:10.633999 | fa163ee6-8f4d-1548-de56-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.825893 | 0.35s 2025-12-01 10:42:10.648381 | fa163ee6-8f4d-1548-de56-0000000001f4 | TASK | Render out the hosts entries 2025-12-01 10:42:10.748870 | fa163ee6-8f4d-1548-de56-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-12-01 10:42:10.749502 | fa163ee6-8f4d-1548-de56-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.941396 | 0.10s 2025-12-01 10:42:10.763003 | fa163ee6-8f4d-1548-de56-0000000001f5 | TASK | Prepare new /etc/hosts 2025-12-01 10:42:11.040416 | fa163ee6-8f4d-1548-de56-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-12-01 10:42:11.041898 | fa163ee6-8f4d-1548-de56-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.233780 | 0.27s 2025-12-01 10:42:11.053125 | fa163ee6-8f4d-1548-de56-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-12-01 10:42:11.053500 | fa163ee6-8f4d-1548-de56-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.245398 | 0.29s 2025-12-01 10:42:11.067607 | fa163ee6-8f4d-1548-de56-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-12-01 10:42:11.427426 | fa163ee6-8f4d-1548-de56-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-12-01 10:42:11.428808 | fa163ee6-8f4d-1548-de56-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.620686 | 0.35s 2025-12-01 10:42:11.429735 | fa163ee6-8f4d-1548-de56-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-12-01 10:42:11.430453 | fa163ee6-8f4d-1548-de56-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.622344 | 0.36s 2025-12-01 10:42:11.449723 | fa163ee6-8f4d-1548-de56-0000000001f7 | TASK | Clean up temporary hosts file 2025-12-01 10:42:11.784189 | fa163ee6-8f4d-1548-de56-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-12-01 10:42:11.785582 | fa163ee6-8f4d-1548-de56-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.977463 | 0.31s 2025-12-01 10:42:11.808768 | fa163ee6-8f4d-1548-de56-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-12-01 10:42:11.809847 | fa163ee6-8f4d-1548-de56-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:08.001733 | 0.36s PLAY [Common roles for TripleO servers] **************************************** 2025-12-01 10:42:11.929811 | fa163ee6-8f4d-1548-de56-00000000002a | TASK | Common roles for TripleO servers 2025-12-01 10:42:11.955781 | fa163ee6-8f4d-1548-de56-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', 'fa163ee6-8f4d-1548-de56-00000000002a') missing from stats 2025-12-01 10:42:12.045835 | fa163ee6-8f4d-1548-de56-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.237710 | 0.03s 2025-12-01 10:42:12.116597 | fa163ee6-8f4d-1548-de56-000000000254 | TASK | Gather variables for each operating system 2025-12-01 10:42:12.229834 | fa163ee6-8f4d-1548-de56-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-12-01 10:42:12.231227 | fa163ee6-8f4d-1548-de56-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.423108 | 0.11s 2025-12-01 10:42:12.236832 | fa163ee6-8f4d-1548-de56-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.428722 | 0.12s 2025-12-01 10:42:12.262320 | fa163ee6-8f4d-1548-de56-000000000256 | TASK | Check release version package is installed 2025-12-01 10:42:12.606375 | fa163ee6-8f4d-1548-de56-000000000256 | CHANGED | Check release version package is installed | standalone 2025-12-01 10:42:12.607710 | fa163ee6-8f4d-1548-de56-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.799591 | 0.34s 2025-12-01 10:42:12.636877 | fa163ee6-8f4d-1548-de56-000000000257 | TASK | Deploy release version package 2025-12-01 10:42:16.813202 | fa163ee6-8f4d-1548-de56-000000000257 | CHANGED | Deploy release version package | standalone 2025-12-01 10:42:16.814203 | fa163ee6-8f4d-1548-de56-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.006093 | 4.18s 2025-12-01 10:42:16.835830 | fa163ee6-8f4d-1548-de56-000000000259 | TASK | Include packages tasks 2025-12-01 10:42:16.861710 | fa163ee6-8f4d-1548-de56-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.053589 | 0.02s 2025-12-01 10:42:16.879646 | 902ac1bc-f025-4b09-b16c-31e4796b3b1f | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-12-01 10:42:16.904434 | fa163ee6-8f4d-1548-de56-0000000002ad | TASK | Gather facts if they don't exist 2025-12-01 10:42:16.950607 | fa163ee6-8f4d-1548-de56-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-12-01 10:42:16.952030 | fa163ee6-8f4d-1548-de56-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.143908 | 0.05s 2025-12-01 10:42:16.977514 | fa163ee6-8f4d-1548-de56-0000000002ae | TASK | Gather variables for each operating system 2025-12-01 10:42:17.101815 | fa163ee6-8f4d-1548-de56-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-12-01 10:42:17.113180 | fa163ee6-8f4d-1548-de56-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.305054 | 0.13s 2025-12-01 10:42:17.138505 | fa163ee6-8f4d-1548-de56-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-12-01 10:42:17.433116 | fa163ee6-8f4d-1548-de56-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-12-01 10:42:17.434481 | fa163ee6-8f4d-1548-de56-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.626364 | 0.29s 2025-12-01 10:42:17.462973 | fa163ee6-8f4d-1548-de56-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-12-01 10:42:23.313998 | fa163ee6-8f4d-1548-de56-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-12-01 10:42:23.315268 | fa163ee6-8f4d-1548-de56-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.507153 | 5.85s 2025-12-01 10:42:23.342027 | fa163ee6-8f4d-1548-de56-0000000002b2 | TASK | Ensure packages are actually well installed 2025-12-01 10:42:25.929255 | fa163ee6-8f4d-1548-de56-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-12-01 10:42:25.930703 | fa163ee6-8f4d-1548-de56-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:22.122581 | 2.59s 2025-12-01 10:42:25.956513 | fa163ee6-8f4d-1548-de56-00000000025a | TASK | Enable openvswitch service if installed 2025-12-01 10:42:27.976202 | fa163ee6-8f4d-1548-de56-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-12-01 10:42:27.978304 | fa163ee6-8f4d-1548-de56-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:24.170187 | 2.02s 2025-12-01 10:42:28.005154 | fa163ee6-8f4d-1548-de56-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-12-01 10:42:28.237906 | fa163ee6-8f4d-1548-de56-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-12-01 10:42:28.239253 | fa163ee6-8f4d-1548-de56-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:24.431137 | 0.23s 2025-12-01 10:42:28.264335 | fa163ee6-8f4d-1548-de56-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-12-01 10:42:28.547667 | fa163ee6-8f4d-1548-de56-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-12-01 10:42:28.548990 | fa163ee6-8f4d-1548-de56-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:24.740872 | 0.28s 2025-12-01 10:42:28.575896 | fa163ee6-8f4d-1548-de56-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-12-01 10:42:28.636928 | fa163ee6-8f4d-1548-de56-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-12-01 10:42:28.638088 | fa163ee6-8f4d-1548-de56-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:24.829971 | 0.06s 2025-12-01 10:42:28.663988 | fa163ee6-8f4d-1548-de56-00000000025f | TASK | Ensure network service is enabled 2025-12-01 10:42:29.076911 | fa163ee6-8f4d-1548-de56-00000000025f | OK | Ensure network service is enabled | standalone 2025-12-01 10:42:29.078944 | fa163ee6-8f4d-1548-de56-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:25.270828 | 0.41s 2025-12-01 10:42:29.105327 | fa163ee6-8f4d-1548-de56-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-12-01 10:42:29.450933 | fa163ee6-8f4d-1548-de56-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-12-01 10:42:29.452380 | fa163ee6-8f4d-1548-de56-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:25.644264 | 0.35s 2025-12-01 10:42:29.478352 | fa163ee6-8f4d-1548-de56-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-12-01 10:42:29.701365 | fa163ee6-8f4d-1548-de56-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-12-01 10:42:29.702952 | fa163ee6-8f4d-1548-de56-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:25.894836 | 0.22s 2025-12-01 10:42:29.728194 | fa163ee6-8f4d-1548-de56-000000000263 | TASK | Reload NetworkManager 2025-12-01 10:42:30.134964 | fa163ee6-8f4d-1548-de56-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-12-01 10:42:30.136921 | fa163ee6-8f4d-1548-de56-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:26.328802 | 0.41s 2025-12-01 10:42:30.163458 | fa163ee6-8f4d-1548-de56-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-12-01 10:42:30.365412 | fa163ee6-8f4d-1548-de56-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-12-01 10:42:30.366353 | fa163ee6-8f4d-1548-de56-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:26.558243 | 0.20s 2025-12-01 10:42:30.387279 | fa163ee6-8f4d-1548-de56-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-12-01 10:42:30.712489 | fa163ee6-8f4d-1548-de56-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-12-01 10:42:30.713932 | fa163ee6-8f4d-1548-de56-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:26.905813 | 0.33s 2025-12-01 10:42:30.739631 | fa163ee6-8f4d-1548-de56-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-12-01 10:42:30.961923 | fa163ee6-8f4d-1548-de56-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-12-01 10:42:30.963212 | fa163ee6-8f4d-1548-de56-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:27.155095 | 0.22s 2025-12-01 10:42:30.990807 | fa163ee6-8f4d-1548-de56-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-12-01 10:42:31.224175 | fa163ee6-8f4d-1548-de56-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-12-01 10:42:31.225633 | fa163ee6-8f4d-1548-de56-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:27.417517 | 0.23s 2025-12-01 10:42:31.309507 | fa163ee6-8f4d-1548-de56-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:27.501371 | 0.03s 2025-12-01 10:42:31.398267 | fa163ee6-8f4d-1548-de56-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-12-01 10:42:31.615200 | fa163ee6-8f4d-1548-de56-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-12-01 10:42:31.616578 | fa163ee6-8f4d-1548-de56-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:27.808434 | 0.22s 2025-12-01 10:42:31.642679 | fa163ee6-8f4d-1548-de56-000000000362 | TASK | Check for ssh_known_hosts file 2025-12-01 10:42:31.834763 | fa163ee6-8f4d-1548-de56-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-12-01 10:42:31.836150 | fa163ee6-8f4d-1548-de56-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:28.028025 | 0.19s 2025-12-01 10:42:31.861638 | fa163ee6-8f4d-1548-de56-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-12-01 10:42:31.891596 | fa163ee6-8f4d-1548-de56-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-12-01 10:42:31.892724 | fa163ee6-8f4d-1548-de56-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:28.084607 | 0.03s 2025-12-01 10:42:31.918264 | fa163ee6-8f4d-1548-de56-000000000364 | TASK | Write temporary file 2025-12-01 10:42:31.945979 | fa163ee6-8f4d-1548-de56-000000000364 | SKIPPED | Write temporary file | standalone 2025-12-01 10:42:31.947215 | fa163ee6-8f4d-1548-de56-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:28.139095 | 0.03s 2025-12-01 10:42:31.972873 | fa163ee6-8f4d-1548-de56-000000000365 | TASK | Set ssh_known_hosts fact 2025-12-01 10:42:32.031357 | fa163ee6-8f4d-1548-de56-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-12-01 10:42:32.033227 | fa163ee6-8f4d-1548-de56-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:28.225102 | 0.06s 2025-12-01 10:42:32.061062 | fa163ee6-8f4d-1548-de56-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-12-01 10:42:32.282337 | fa163ee6-8f4d-1548-de56-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-12-01 10:42:32.283330 | fa163ee6-8f4d-1548-de56-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:28.475220 | 0.22s 2025-12-01 10:42:32.303448 | fa163ee6-8f4d-1548-de56-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-12-01 10:42:32.503427 | fa163ee6-8f4d-1548-de56-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-12-01 10:42:32.505011 | fa163ee6-8f4d-1548-de56-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:28.696894 | 0.20s 2025-12-01 10:42:32.530333 | fa163ee6-8f4d-1548-de56-000000000368 | TASK | Remove temp file 2025-12-01 10:42:32.763033 | fa163ee6-8f4d-1548-de56-000000000368 | CHANGED | Remove temp file | standalone 2025-12-01 10:42:32.764410 | fa163ee6-8f4d-1548-de56-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:28.956294 | 0.23s PLAY [Deploy step tasks for step 0] ******************************************** 2025-12-01 10:42:32.967494 | fa163ee6-8f4d-1548-de56-000000000034 | TASK | Deploy step tasks for step 0 2025-12-01 10:42:33.035763 | fa163ee6-8f4d-1548-de56-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', 'fa163ee6-8f4d-1548-de56-000000000034') missing from stats 2025-12-01 10:42:33.057302 | fa163ee6-8f4d-1548-de56-000000000035 | TASK | Ensure /var/log/journal exists 2025-12-01 10:42:33.307354 | fa163ee6-8f4d-1548-de56-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-12-01 10:42:33.308721 | fa163ee6-8f4d-1548-de56-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:29.500607 | 0.25s 2025-12-01 10:42:33.337274 | fa163ee6-8f4d-1548-de56-000000000036 | TASK | Check cloud-init status 2025-12-01 10:42:34.581877 | fa163ee6-8f4d-1548-de56-000000000036 | CHANGED | Check cloud-init status | standalone 2025-12-01 10:42:34.582733 | fa163ee6-8f4d-1548-de56-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:30.774628 | 1.24s 2025-12-01 10:42:34.600429 | fa163ee6-8f4d-1548-de56-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-12-01 10:42:34.852530 | fa163ee6-8f4d-1548-de56-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-12-01 10:42:34.853869 | fa163ee6-8f4d-1548-de56-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:31.045757 | 0.25s 2025-12-01 10:42:34.885235 | fa163ee6-8f4d-1548-de56-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-12-01 10:42:35.288317 | fa163ee6-8f4d-1548-de56-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-12-01 10:42:35.289704 | fa163ee6-8f4d-1548-de56-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:31.481590 | 0.40s 2025-12-01 10:42:35.316456 | fa163ee6-8f4d-1548-de56-000000000039 | TASK | Create /var/lib/container-puppet 2025-12-01 10:42:35.584000 | fa163ee6-8f4d-1548-de56-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-12-01 10:42:35.584750 | fa163ee6-8f4d-1548-de56-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:31.776645 | 0.27s 2025-12-01 10:42:35.601742 | fa163ee6-8f4d-1548-de56-00000000003a | TASK | Write container-puppet.sh 2025-12-01 10:42:36.087392 | fa163ee6-8f4d-1548-de56-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-12-01 10:42:36.088954 | fa163ee6-8f4d-1548-de56-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:32.280836 | 0.49s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-01 10:42:36.160883 | fa163ee6-8f4d-1548-de56-00000000003b | TIMING | include_tasks | standalone | 0:00:32.352763 | 0.04s 2025-12-01 10:42:36.184065 | 52669f9a-7600-46df-a9e7-aba2730f5a67 | INCLUDED | /root/standalone-ansible-95hluu53/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-12-01 10:42:36.223348 | fa163ee6-8f4d-1548-de56-000000000416 | TASK | Configure tuned before reboot 2025-12-01 10:42:36.274920 | fa163ee6-8f4d-1548-de56-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:32.466802 | 0.05s 2025-12-01 10:42:36.319671 | fa163ee6-8f4d-1548-de56-000000000455 | TASK | Gather variables for each operating system 2025-12-01 10:42:36.438529 | fa163ee6-8f4d-1548-de56-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-12-01 10:42:36.439967 | fa163ee6-8f4d-1548-de56-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:32.631843 | 0.12s 2025-12-01 10:42:36.446007 | fa163ee6-8f4d-1548-de56-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:32.637895 | 0.13s 2025-12-01 10:42:36.521848 | fa163ee6-8f4d-1548-de56-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:32.713735 | 0.05s 2025-12-01 10:42:36.538214 | b29babc4-f986-43e7-b169-cf45e54a6389 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-12-01 10:42:36.566883 | fa163ee6-8f4d-1548-de56-00000000047f | TASK | Check tuned package is installed 2025-12-01 10:42:36.818083 | fa163ee6-8f4d-1548-de56-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-12-01 10:42:36.819471 | fa163ee6-8f4d-1548-de56-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:33.011358 | 0.25s 2025-12-01 10:42:36.845690 | fa163ee6-8f4d-1548-de56-000000000480 | TASK | Install tuned 2025-12-01 10:42:43.562120 | fa163ee6-8f4d-1548-de56-000000000480 | CHANGED | Install tuned | standalone 2025-12-01 10:42:43.562839 | fa163ee6-8f4d-1548-de56-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:39.754733 | 6.72s 2025-12-01 10:42:43.580701 | fa163ee6-8f4d-1548-de56-000000000481 | TASK | Restart tuned 2025-12-01 10:42:46.422904 | fa163ee6-8f4d-1548-de56-000000000481 | CHANGED | Restart tuned | standalone 2025-12-01 10:42:46.423945 | fa163ee6-8f4d-1548-de56-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:42.615839 | 2.84s 2025-12-01 10:42:46.441965 | fa163ee6-8f4d-1548-de56-000000000457 | TASK | Check for tuned-adm 2025-12-01 10:42:46.666004 | fa163ee6-8f4d-1548-de56-000000000457 | OK | Check for tuned-adm | standalone 2025-12-01 10:42:46.667382 | fa163ee6-8f4d-1548-de56-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:42.859269 | 0.22s 2025-12-01 10:42:46.734584 | fa163ee6-8f4d-1548-de56-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:42.926422 | 0.04s 2025-12-01 10:42:46.768693 | 45bedbaa-1e7f-44c4-9443-06a72f850977 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-12-01 10:42:46.804012 | fa163ee6-8f4d-1548-de56-0000000004b6 | TASK | Ensure profile directory exists 2025-12-01 10:42:46.872420 | fa163ee6-8f4d-1548-de56-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-12-01 10:42:46.873459 | fa163ee6-8f4d-1548-de56-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:43.065343 | 0.07s 2025-12-01 10:42:46.899317 | fa163ee6-8f4d-1548-de56-0000000004b7 | TASK | Create custom tuned profile 2025-12-01 10:42:46.962973 | fa163ee6-8f4d-1548-de56-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-12-01 10:42:46.964021 | fa163ee6-8f4d-1548-de56-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:43.155906 | 0.06s 2025-12-01 10:42:46.989505 | fa163ee6-8f4d-1548-de56-0000000004b8 | TASK | Check tuned active profile 2025-12-01 10:42:47.341924 | fa163ee6-8f4d-1548-de56-0000000004b8 | OK | Check tuned active profile | standalone 2025-12-01 10:42:47.342792 | fa163ee6-8f4d-1548-de56-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:43.534685 | 0.35s 2025-12-01 10:42:47.362654 | fa163ee6-8f4d-1548-de56-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-12-01 10:42:47.549799 | fa163ee6-8f4d-1548-de56-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-12-01 10:42:47.551044 | fa163ee6-8f4d-1548-de56-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:43.742931 | 0.19s 2025-12-01 10:42:47.572591 | fa163ee6-8f4d-1548-de56-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-12-01 10:42:47.634763 | fa163ee6-8f4d-1548-de56-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-12-01 10:42:47.636020 | fa163ee6-8f4d-1548-de56-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:43.827875 | 0.06s 2025-12-01 10:42:47.664438 | fa163ee6-8f4d-1548-de56-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-12-01 10:42:47.724522 | fa163ee6-8f4d-1548-de56-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-12-01 10:42:47.725691 | fa163ee6-8f4d-1548-de56-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:43.917574 | 0.06s 2025-12-01 10:42:47.751909 | fa163ee6-8f4d-1548-de56-0000000004bc | TASK | Enable tuned profile 2025-12-01 10:42:49.160041 | fa163ee6-8f4d-1548-de56-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-12-01 10:42:49.161474 | fa163ee6-8f4d-1548-de56-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:45.353359 | 1.41s 2025-12-01 10:42:49.216309 | fa163ee6-8f4d-1548-de56-000000000417 | TASK | Configure kernel args and reboot 2025-12-01 10:42:49.268364 | fa163ee6-8f4d-1548-de56-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:45.460240 | 0.05s 2025-12-01 10:42:49.410845 | fa163ee6-8f4d-1548-de56-000000000569 | TASK | Get the command line args of the node 2025-12-01 10:42:49.638669 | fa163ee6-8f4d-1548-de56-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-12-01 10:42:49.639913 | fa163ee6-8f4d-1548-de56-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:45.831800 | 0.23s 2025-12-01 10:42:49.666311 | fa163ee6-8f4d-1548-de56-00000000056b | TASK | Check if node has a nova.conf 2025-12-01 10:42:49.895905 | fa163ee6-8f4d-1548-de56-00000000056b | OK | Check if node has a nova.conf | standalone 2025-12-01 10:42:49.897154 | fa163ee6-8f4d-1548-de56-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:46.089038 | 0.23s 2025-12-01 10:42:49.923896 | fa163ee6-8f4d-1548-de56-00000000056d | TASK | Warn operator about workload protection 2025-12-01 10:42:49.963612 | fa163ee6-8f4d-1548-de56-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-12-01 10:42:49.964785 | fa163ee6-8f4d-1548-de56-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:46.156668 | 0.04s 2025-12-01 10:42:49.991811 | fa163ee6-8f4d-1548-de56-00000000056e | TASK | Setting defer reboot fact 2025-12-01 10:42:50.034724 | fa163ee6-8f4d-1548-de56-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-12-01 10:42:50.035918 | fa163ee6-8f4d-1548-de56-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:46.227803 | 0.04s 2025-12-01 10:42:50.061698 | fa163ee6-8f4d-1548-de56-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-12-01 10:42:50.088742 | fa163ee6-8f4d-1548-de56-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:46.280617 | 0.03s 2025-12-01 10:42:50.116426 | fa163ee6-8f4d-1548-de56-000000000575 | TASK | Find hugepages in cmdline 2025-12-01 10:42:50.155612 | fa163ee6-8f4d-1548-de56-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-12-01 10:42:50.156937 | fa163ee6-8f4d-1548-de56-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:46.348820 | 0.04s 2025-12-01 10:42:50.183316 | fa163ee6-8f4d-1548-de56-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-12-01 10:42:50.222472 | fa163ee6-8f4d-1548-de56-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-12-01 10:42:50.223615 | fa163ee6-8f4d-1548-de56-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:46.415501 | 0.04s 2025-12-01 10:42:50.249494 | fa163ee6-8f4d-1548-de56-00000000057a | TASK | Find desired default hugepage size 2025-12-01 10:42:50.298687 | fa163ee6-8f4d-1548-de56-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-12-01 10:42:50.300028 | fa163ee6-8f4d-1548-de56-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:46.491910 | 0.05s 2025-12-01 10:42:50.326936 | fa163ee6-8f4d-1548-de56-00000000057c | TASK | Storing non-configured hugepages 2025-12-01 10:42:50.357643 | fa163ee6-8f4d-1548-de56-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:46.549523 | 0.03s 2025-12-01 10:42:50.384527 | fa163ee6-8f4d-1548-de56-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-12-01 10:42:50.427270 | fa163ee6-8f4d-1548-de56-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-12-01 10:42:50.428435 | fa163ee6-8f4d-1548-de56-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:46.620320 | 0.04s 2025-12-01 10:42:50.454649 | fa163ee6-8f4d-1548-de56-00000000057f | TASK | Determining the default hugepagesz 2025-12-01 10:42:50.496910 | fa163ee6-8f4d-1548-de56-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-12-01 10:42:50.498202 | fa163ee6-8f4d-1548-de56-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:46.690085 | 0.04s 2025-12-01 10:42:50.525619 | fa163ee6-8f4d-1548-de56-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-12-01 10:42:50.575350 | fa163ee6-8f4d-1548-de56-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-12-01 10:42:50.576738 | fa163ee6-8f4d-1548-de56-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:46.768613 | 0.05s 2025-12-01 10:42:50.606396 | fa163ee6-8f4d-1548-de56-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-12-01 10:42:50.657337 | fa163ee6-8f4d-1548-de56-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-12-01 10:42:50.658705 | fa163ee6-8f4d-1548-de56-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:46.850587 | 0.05s 2025-12-01 10:42:50.689257 | fa163ee6-8f4d-1548-de56-000000000583 | TASK | Warn about possible modifications 2025-12-01 10:42:50.732564 | fa163ee6-8f4d-1548-de56-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-12-01 10:42:50.733939 | fa163ee6-8f4d-1548-de56-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:46.925821 | 0.04s 2025-12-01 10:42:50.767031 | fa163ee6-8f4d-1548-de56-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-12-01 10:42:50.820902 | fa163ee6-8f4d-1548-de56-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-12-01 10:42:50.822118 | fa163ee6-8f4d-1548-de56-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:47.014001 | 0.05s 2025-12-01 10:42:50.849383 | fa163ee6-8f4d-1548-de56-000000000585 | TASK | Cleaning up whitespaces 2025-12-01 10:42:50.892895 | fa163ee6-8f4d-1548-de56-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-12-01 10:42:50.894278 | fa163ee6-8f4d-1548-de56-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:47.086158 | 0.04s 2025-12-01 10:42:50.922944 | fa163ee6-8f4d-1548-de56-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-12-01 10:42:51.264698 | fa163ee6-8f4d-1548-de56-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-12-01 10:42:51.265915 | fa163ee6-8f4d-1548-de56-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:47.457800 | 0.34s 2025-12-01 10:42:51.292307 | fa163ee6-8f4d-1548-de56-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-12-01 10:42:51.355331 | fa163ee6-8f4d-1548-de56-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-12-01 10:42:51.356397 | fa163ee6-8f4d-1548-de56-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:47.548280 | 0.06s 2025-12-01 10:42:51.383967 | fa163ee6-8f4d-1548-de56-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-12-01 10:42:51.443425 | fa163ee6-8f4d-1548-de56-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-12-01 10:42:51.444459 | fa163ee6-8f4d-1548-de56-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:47.636343 | 0.06s 2025-12-01 10:42:51.471440 | fa163ee6-8f4d-1548-de56-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-12-01 10:42:51.531276 | fa163ee6-8f4d-1548-de56-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-12-01 10:42:51.532352 | fa163ee6-8f4d-1548-de56-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:47.724236 | 0.06s 2025-12-01 10:42:51.558015 | fa163ee6-8f4d-1548-de56-00000000058c | TASK | Generate grub config 2025-12-01 10:42:51.599706 | fa163ee6-8f4d-1548-de56-00000000058c | SKIPPED | Generate grub config | standalone 2025-12-01 10:42:51.600736 | fa163ee6-8f4d-1548-de56-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:47.792620 | 0.04s 2025-12-01 10:42:51.627000 | fa163ee6-8f4d-1548-de56-000000000590 | TASK | Get the block device that /boot is on 2025-12-01 10:42:51.677042 | fa163ee6-8f4d-1548-de56-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-12-01 10:42:51.678078 | fa163ee6-8f4d-1548-de56-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:47.869962 | 0.05s 2025-12-01 10:42:51.704224 | fa163ee6-8f4d-1548-de56-000000000591 | TASK | Get the mount point that /boot is in 2025-12-01 10:42:51.747441 | fa163ee6-8f4d-1548-de56-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-12-01 10:42:51.748511 | fa163ee6-8f4d-1548-de56-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:47.940395 | 0.04s 2025-12-01 10:42:51.774760 | fa163ee6-8f4d-1548-de56-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-12-01 10:42:51.828301 | fa163ee6-8f4d-1548-de56-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-12-01 10:42:51.829395 | fa163ee6-8f4d-1548-de56-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:48.021280 | 0.05s 2025-12-01 10:42:51.856045 | fa163ee6-8f4d-1548-de56-000000000593 | TASK | Executed script to fix grub-menu 2025-12-01 10:42:51.918007 | fa163ee6-8f4d-1548-de56-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-12-01 10:42:51.919065 | fa163ee6-8f4d-1548-de56-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:48.110949 | 0.06s 2025-12-01 10:42:51.945225 | fa163ee6-8f4d-1548-de56-000000000594 | TASK | Check grub config paths 2025-12-01 10:42:52.011240 | fa163ee6-8f4d-1548-de56-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-12-01 10:42:52.027506 | fa163ee6-8f4d-1548-de56-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-12-01 10:42:52.039344 | fa163ee6-8f4d-1548-de56-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:48.231222 | 0.09s 2025-12-01 10:42:52.066698 | fa163ee6-8f4d-1548-de56-000000000595 | TASK | Write EFI grub.cfg 2025-12-01 10:42:52.121573 | fa163ee6-8f4d-1548-de56-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-12-01 10:42:52.138374 | fa163ee6-8f4d-1548-de56-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-12-01 10:42:52.144428 | fa163ee6-8f4d-1548-de56-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:48.336311 | 0.08s 2025-12-01 10:42:52.170531 | fa163ee6-8f4d-1548-de56-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-12-01 10:42:52.212993 | fa163ee6-8f4d-1548-de56-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-12-01 10:42:52.214038 | fa163ee6-8f4d-1548-de56-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:48.405923 | 0.04s 2025-12-01 10:42:52.240669 | fa163ee6-8f4d-1548-de56-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-12-01 10:42:52.290043 | fa163ee6-8f4d-1548-de56-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-12-01 10:42:52.292134 | fa163ee6-8f4d-1548-de56-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:48.484019 | 0.05s 2025-12-01 10:42:52.317846 | fa163ee6-8f4d-1548-de56-000000000598 | TASK | Execute grub2-mkconfig 2025-12-01 10:42:52.368882 | fa163ee6-8f4d-1548-de56-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-12-01 10:42:52.370028 | fa163ee6-8f4d-1548-de56-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:48.561913 | 0.05s 2025-12-01 10:42:52.397166 | fa163ee6-8f4d-1548-de56-000000000599 | TASK | Check for active tuned profile 2025-12-01 10:42:52.468692 | fa163ee6-8f4d-1548-de56-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-12-01 10:42:52.469891 | fa163ee6-8f4d-1548-de56-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:48.661774 | 0.07s 2025-12-01 10:42:52.496559 | fa163ee6-8f4d-1548-de56-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-12-01 10:42:52.537307 | fa163ee6-8f4d-1548-de56-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-12-01 10:42:52.538369 | fa163ee6-8f4d-1548-de56-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:48.730252 | 0.04s 2025-12-01 10:42:52.564789 | fa163ee6-8f4d-1548-de56-00000000059b | TASK | Set reboot required fact 2025-12-01 10:42:52.626049 | fa163ee6-8f4d-1548-de56-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-12-01 10:42:52.627429 | fa163ee6-8f4d-1548-de56-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:48.819311 | 0.06s 2025-12-01 10:42:52.654557 | fa163ee6-8f4d-1548-de56-00000000059d | TASK | Apply DPDK workarounds 2025-12-01 10:42:52.706526 | fa163ee6-8f4d-1548-de56-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-12-01 10:42:52.707869 | fa163ee6-8f4d-1548-de56-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:48.899753 | 0.05s 2025-12-01 10:42:52.735217 | fa163ee6-8f4d-1548-de56-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-12-01 10:42:52.777073 | fa163ee6-8f4d-1548-de56-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-12-01 10:42:52.778438 | fa163ee6-8f4d-1548-de56-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:48.970314 | 0.04s 2025-12-01 10:42:52.805807 | fa163ee6-8f4d-1548-de56-0000000005a0 | TASK | Load modules 2025-12-01 10:42:52.856515 | fa163ee6-8f4d-1548-de56-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-12-01 10:42:52.868388 | fa163ee6-8f4d-1548-de56-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:49.060271 | 0.06s 2025-12-01 10:42:52.897962 | fa163ee6-8f4d-1548-de56-0000000005a2 | TASK | Persist modules via modules-load.d 2025-12-01 10:42:52.949693 | fa163ee6-8f4d-1548-de56-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-12-01 10:42:52.955663 | fa163ee6-8f4d-1548-de56-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:49.147534 | 0.06s 2025-12-01 10:42:52.985112 | fa163ee6-8f4d-1548-de56-0000000005a4 | TASK | Drop module persistence 2025-12-01 10:42:53.032416 | fa163ee6-8f4d-1548-de56-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-12-01 10:42:53.037290 | fa163ee6-8f4d-1548-de56-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:49.229166 | 0.05s 2025-12-01 10:42:53.065685 | fa163ee6-8f4d-1548-de56-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-12-01 10:42:53.114255 | fa163ee6-8f4d-1548-de56-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-12-01 10:42:53.121790 | fa163ee6-8f4d-1548-de56-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:49.313665 | 0.05s 2025-12-01 10:42:53.150305 | fa163ee6-8f4d-1548-de56-0000000005a8 | TASK | Modules reload 2025-12-01 10:42:53.190969 | fa163ee6-8f4d-1548-de56-0000000005a8 | SKIPPED | Modules reload | standalone 2025-12-01 10:42:53.192335 | fa163ee6-8f4d-1548-de56-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:49.384217 | 0.04s 2025-12-01 10:42:53.221031 | fa163ee6-8f4d-1548-de56-0000000005aa | TASK | Reboot tasks 2025-12-01 10:42:53.272498 | fa163ee6-8f4d-1548-de56-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-12-01 10:42:53.273805 | fa163ee6-8f4d-1548-de56-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:49.465689 | 0.05s 2025-12-01 10:42:53.300896 | fa163ee6-8f4d-1548-de56-0000000005ab | TASK | Skipping reboot for deployed node 2025-12-01 10:42:53.354574 | fa163ee6-8f4d-1548-de56-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-12-01 10:42:53.356033 | fa163ee6-8f4d-1548-de56-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:49.547915 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-12-01 10:42:53.549304 | fa163ee6-8f4d-1548-de56-00000000003f | TASK | Server pre-network deployments 2025-12-01 10:42:53.575123 | fa163ee6-8f4d-1548-de56-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', 'fa163ee6-8f4d-1548-de56-00000000003f') missing from stats 2025-12-01 10:42:53.596826 | fa163ee6-8f4d-1548-de56-000000000043 | TASK | Hiera config 2025-12-01 10:42:53.622697 | fa163ee6-8f4d-1548-de56-000000000043 | TIMING | Hiera config | standalone | 0:00:49.814579 | 0.02s 2025-12-01 10:42:53.668901 | fa163ee6-8f4d-1548-de56-000000000721 | TASK | Create /etc/puppet/hieradata 2025-12-01 10:42:53.875326 | fa163ee6-8f4d-1548-de56-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-12-01 10:42:53.876784 | fa163ee6-8f4d-1548-de56-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:50.068669 | 0.21s 2025-12-01 10:42:53.904507 | fa163ee6-8f4d-1548-de56-000000000722 | TASK | Write hiera config 2025-12-01 10:42:54.388005 | fa163ee6-8f4d-1548-de56-000000000722 | CHANGED | Write hiera config | standalone 2025-12-01 10:42:54.389020 | fa163ee6-8f4d-1548-de56-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:50.580912 | 0.48s 2025-12-01 10:42:54.425514 | fa163ee6-8f4d-1548-de56-000000000044 | TASK | Hiera symlink 2025-12-01 10:42:54.682797 | fa163ee6-8f4d-1548-de56-000000000044 | CHANGED | Hiera symlink | standalone 2025-12-01 10:42:54.684079 | fa163ee6-8f4d-1548-de56-000000000044 | TIMING | Hiera symlink | standalone | 0:00:50.875967 | 0.26s 2025-12-01 10:42:54.709765 | fa163ee6-8f4d-1548-de56-000000000045 | TASK | Hieradata from vars 2025-12-01 10:42:54.737839 | fa163ee6-8f4d-1548-de56-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:50.929714 | 0.03s 2025-12-01 10:42:54.801171 | fa163ee6-8f4d-1548-de56-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-12-01 10:42:55.289446 | fa163ee6-8f4d-1548-de56-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-12-01 10:42:55.290916 | fa163ee6-8f4d-1548-de56-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:51.482796 | 0.49s 2025-12-01 10:42:55.311829 | fa163ee6-8f4d-1548-de56-00000000077d | TASK | Render hieradata from template 2025-12-01 10:42:55.765195 | fa163ee6-8f4d-1548-de56-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-12-01 10:42:55.766854 | fa163ee6-8f4d-1548-de56-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.958738 | 0.45s 2025-12-01 10:42:56.205622 | fa163ee6-8f4d-1548-de56-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-12-01 10:42:56.206733 | fa163ee6-8f4d-1548-de56-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.398618 | 0.89s 2025-12-01 10:42:56.763345 | fa163ee6-8f4d-1548-de56-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-12-01 10:42:56.764386 | fa163ee6-8f4d-1548-de56-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.956273 | 1.45s 2025-12-01 10:42:57.211309 | fa163ee6-8f4d-1548-de56-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-12-01 10:42:57.213322 | fa163ee6-8f4d-1548-de56-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.405208 | 1.90s 2025-12-01 10:42:57.657701 | fa163ee6-8f4d-1548-de56-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-12-01 10:42:57.658496 | fa163ee6-8f4d-1548-de56-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.850390 | 2.35s 2025-12-01 10:42:58.122849 | fa163ee6-8f4d-1548-de56-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-12-01 10:42:58.124930 | fa163ee6-8f4d-1548-de56-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:54.316817 | 2.81s 2025-12-01 10:42:58.548682 | fa163ee6-8f4d-1548-de56-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-12-01 10:42:58.549713 | fa163ee6-8f4d-1548-de56-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:54.741600 | 3.24s 2025-12-01 10:42:59.038678 | fa163ee6-8f4d-1548-de56-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-12-01 10:42:59.039661 | fa163ee6-8f4d-1548-de56-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:55.231550 | 3.73s 2025-12-01 10:42:59.838583 | fa163ee6-8f4d-1548-de56-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-12-01 10:42:59.840458 | fa163ee6-8f4d-1548-de56-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:56.032345 | 4.53s 2025-12-01 10:43:00.323634 | fa163ee6-8f4d-1548-de56-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-12-01 10:43:00.325444 | fa163ee6-8f4d-1548-de56-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:56.517333 | 5.01s 2025-12-01 10:43:00.337948 | fa163ee6-8f4d-1548-de56-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:56.529836 | 5.03s 2025-12-01 10:43:00.390629 | fa163ee6-8f4d-1548-de56-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-12-01 10:43:00.419371 | fa163ee6-8f4d-1548-de56-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:56.611248 | 0.03s 2025-12-01 10:43:00.489648 | fa163ee6-8f4d-1548-de56-000000000821 | TASK | Check for hieradata file 2025-12-01 10:43:00.707215 | fa163ee6-8f4d-1548-de56-000000000821 | OK | Check for hieradata file | standalone 2025-12-01 10:43:00.708586 | fa163ee6-8f4d-1548-de56-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:56.900430 | 0.22s 2025-12-01 10:43:00.735150 | fa163ee6-8f4d-1548-de56-000000000823 | TASK | Get existing data 2025-12-01 10:43:00.784425 | fa163ee6-8f4d-1548-de56-000000000823 | SKIPPED | Get existing data | standalone 2025-12-01 10:43:00.785473 | fa163ee6-8f4d-1548-de56-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:56.977358 | 0.05s 2025-12-01 10:43:00.812111 | fa163ee6-8f4d-1548-de56-000000000824 | TASK | Set data fact 2025-12-01 10:43:00.861483 | fa163ee6-8f4d-1548-de56-000000000824 | SKIPPED | Set data fact | standalone 2025-12-01 10:43:00.862606 | fa163ee6-8f4d-1548-de56-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:57.054492 | 0.05s 2025-12-01 10:43:00.888445 | fa163ee6-8f4d-1548-de56-000000000826 | TASK | Write ansible hieradata file 2025-12-01 10:43:01.353005 | fa163ee6-8f4d-1548-de56-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-12-01 10:43:01.354264 | fa163ee6-8f4d-1548-de56-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:57.546149 | 0.46s 2025-12-01 10:43:01.453605 | fa163ee6-8f4d-1548-de56-000000000047 | TIMING | include_tasks | standalone | 0:00:57.645479 | 0.05s PLAY [Server network deployments] ********************************************** 2025-12-01 10:43:01.599386 | fa163ee6-8f4d-1548-de56-00000000004b | TASK | Network Configuration 2025-12-01 10:43:01.625668 | fa163ee6-8f4d-1548-de56-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163ee6-8f4d-1548-de56-00000000004b') missing from stats 2025-12-01 10:43:01.648263 | fa163ee6-8f4d-1548-de56-00000000004c | TASK | Check NetworkConfig script existence 2025-12-01 10:43:01.673649 | fa163ee6-8f4d-1548-de56-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-12-01 10:43:01.674319 | fa163ee6-8f4d-1548-de56-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:57.866209 | 0.03s 2025-12-01 10:43:01.694003 | fa163ee6-8f4d-1548-de56-000000000052 | TASK | Gather SELinux fact if needed 2025-12-01 10:43:01.731244 | fa163ee6-8f4d-1548-de56-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-12-01 10:43:01.732251 | fa163ee6-8f4d-1548-de56-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:57.924137 | 0.04s 2025-12-01 10:43:01.757436 | fa163ee6-8f4d-1548-de56-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-12-01 10:43:02.417047 | fa163ee6-8f4d-1548-de56-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-12-01 10:43:02.417800 | fa163ee6-8f4d-1548-de56-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:58.609694 | 0.66s 2025-12-01 10:43:02.435110 | fa163ee6-8f4d-1548-de56-000000000054 | TASK | Ensure requirements are satisfied 2025-12-01 10:43:02.462403 | fa163ee6-8f4d-1548-de56-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:58.654296 | 0.03s 2025-12-01 10:43:02.497566 | fa163ee6-8f4d-1548-de56-0000000008bf | TASK | Gather facts if they don't exist 2025-12-01 10:43:02.524239 | fa163ee6-8f4d-1548-de56-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-12-01 10:43:02.524811 | fa163ee6-8f4d-1548-de56-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:58.716705 | 0.03s 2025-12-01 10:43:02.541848 | fa163ee6-8f4d-1548-de56-0000000008c0 | TASK | Gather variables for each operating system 2025-12-01 10:43:02.660412 | fa163ee6-8f4d-1548-de56-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-12-01 10:43:02.666378 | fa163ee6-8f4d-1548-de56-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:58.858254 | 0.12s 2025-12-01 10:43:02.692356 | fa163ee6-8f4d-1548-de56-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-12-01 10:43:02.970477 | fa163ee6-8f4d-1548-de56-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-12-01 10:43:02.971892 | fa163ee6-8f4d-1548-de56-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:59.163777 | 0.28s 2025-12-01 10:43:02.997896 | fa163ee6-8f4d-1548-de56-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-12-01 10:43:03.030520 | fa163ee6-8f4d-1548-de56-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-12-01 10:43:03.031829 | fa163ee6-8f4d-1548-de56-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:59.223712 | 0.03s 2025-12-01 10:43:03.057850 | fa163ee6-8f4d-1548-de56-0000000008c4 | TASK | Ensure packages are actually well installed 2025-12-01 10:43:04.103921 | fa163ee6-8f4d-1548-de56-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-12-01 10:43:04.105461 | fa163ee6-8f4d-1548-de56-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:01:00.297344 | 1.05s 2025-12-01 10:43:04.160834 | fa163ee6-8f4d-1548-de56-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-12-01 10:43:04.402816 | fa163ee6-8f4d-1548-de56-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-12-01 10:43:04.404352 | fa163ee6-8f4d-1548-de56-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:01:00.596230 | 0.24s 2025-12-01 10:43:04.432167 | fa163ee6-8f4d-1548-de56-000000000057 | TASK | Reload NetworkManager 2025-12-01 10:43:04.839646 | fa163ee6-8f4d-1548-de56-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-12-01 10:43:04.841621 | fa163ee6-8f4d-1548-de56-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:01:01.033504 | 0.41s 2025-12-01 10:43:04.873147 | fa163ee6-8f4d-1548-de56-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-12-01 10:43:05.074067 | fa163ee6-8f4d-1548-de56-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-12-01 10:43:05.075630 | fa163ee6-8f4d-1548-de56-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:01:01.267516 | 0.20s 2025-12-01 10:43:05.102206 | fa163ee6-8f4d-1548-de56-00000000005a | TASK | Check for previous run of NetworkConfig 2025-12-01 10:43:05.333506 | fa163ee6-8f4d-1548-de56-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-12-01 10:43:05.334851 | fa163ee6-8f4d-1548-de56-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:01:01.526736 | 0.23s 2025-12-01 10:43:05.360625 | fa163ee6-8f4d-1548-de56-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-12-01 10:43:05.399452 | fa163ee6-8f4d-1548-de56-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-12-01 10:43:05.400743 | fa163ee6-8f4d-1548-de56-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:01:01.592626 | 0.04s 2025-12-01 10:43:05.426882 | fa163ee6-8f4d-1548-de56-00000000005c | TASK | Ensure we get cloud-init 2025-12-01 10:43:05.679712 | fa163ee6-8f4d-1548-de56-00000000005c | OK | Ensure we get cloud-init | standalone 2025-12-01 10:43:05.681073 | fa163ee6-8f4d-1548-de56-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:01:01.872957 | 0.25s 2025-12-01 10:43:05.706952 | fa163ee6-8f4d-1548-de56-00000000005e | TASK | Create /etc/os-net-config directory 2025-12-01 10:43:05.995825 | fa163ee6-8f4d-1548-de56-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-12-01 10:43:05.997102 | fa163ee6-8f4d-1548-de56-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:01:02.188987 | 0.29s 2025-12-01 10:43:06.022786 | fa163ee6-8f4d-1548-de56-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-12-01 10:43:06.408665 | fa163ee6-8f4d-1548-de56-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-12-01 10:43:06.409672 | fa163ee6-8f4d-1548-de56-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:01:02.601563 | 0.39s 2025-12-01 10:43:06.430018 | fa163ee6-8f4d-1548-de56-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-12-01 10:43:06.482565 | fa163ee6-8f4d-1548-de56-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-12-01 10:43:06.483530 | fa163ee6-8f4d-1548-de56-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:01:02.675421 | 0.05s 2025-12-01 10:43:06.504030 | fa163ee6-8f4d-1548-de56-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-12-01 10:43:06.774173 | fa163ee6-8f4d-1548-de56-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-12-01 10:43:06.775485 | fa163ee6-8f4d-1548-de56-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:01:02.967369 | 0.27s 2025-12-01 10:43:06.801875 | fa163ee6-8f4d-1548-de56-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-12-01 10:43:06.872614 | fa163ee6-8f4d-1548-de56-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:01:03.064490 | 0.07s 2025-12-01 10:43:06.900860 | 2c6a67de-76dd-4683-a0a8-6e4d39acabcb | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-12-01 10:43:06.936298 | fa163ee6-8f4d-1548-de56-000000000909 | TASK | Set nic_config_file fact 2025-12-01 10:43:07.013062 | fa163ee6-8f4d-1548-de56-000000000909 | OK | Set nic_config_file fact | standalone 2025-12-01 10:43:07.014400 | fa163ee6-8f4d-1548-de56-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:01:03.206284 | 0.08s 2025-12-01 10:43:07.042422 | fa163ee6-8f4d-1548-de56-00000000090a | TASK | Render overidden network config 2025-12-01 10:43:07.125944 | fa163ee6-8f4d-1548-de56-00000000090a | SKIPPED | Render overidden network config | standalone 2025-12-01 10:43:07.126797 | fa163ee6-8f4d-1548-de56-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:01:03.318687 | 0.08s 2025-12-01 10:43:07.147575 | fa163ee6-8f4d-1548-de56-00000000090b | TASK | Render network_config 2025-12-01 10:43:07.204445 | fa163ee6-8f4d-1548-de56-00000000090b | SKIPPED | Render network_config | standalone 2025-12-01 10:43:07.205343 | fa163ee6-8f4d-1548-de56-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:01:03.397233 | 0.06s 2025-12-01 10:43:07.225838 | fa163ee6-8f4d-1548-de56-00000000090c | TASK | Render network_config from template 2025-12-01 10:43:07.755050 | fa163ee6-8f4d-1548-de56-00000000090c | CHANGED | Render network_config from template | standalone 2025-12-01 10:43:07.756416 | fa163ee6-8f4d-1548-de56-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:01:03.948303 | 0.53s 2025-12-01 10:43:07.782833 | fa163ee6-8f4d-1548-de56-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=893486912190.43781 2025-12-01 10:43:11.880706 | fa163ee6-8f4d-1548-de56-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-12-01 10:43:11.882838 | fa163ee6-8f4d-1548-de56-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:08.074721 | 4.10s 2025-12-01 10:43:11.912221 | fa163ee6-8f4d-1548-de56-000000000064 | TASK | Write rc of NetworkConfig script 2025-12-01 10:43:12.413325 | fa163ee6-8f4d-1548-de56-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-12-01 10:43:12.415004 | fa163ee6-8f4d-1548-de56-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:08.606887 | 0.50s 2025-12-01 10:43:12.443072 | fa163ee6-8f4d-1548-de56-000000000065 | TASK | Disable cloud-init network config 2025-12-01 10:43:12.923305 | fa163ee6-8f4d-1548-de56-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-12-01 10:43:12.924083 | fa163ee6-8f4d-1548-de56-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:09.115973 | 0.48s 2025-12-01 10:43:12.941984 | fa163ee6-8f4d-1548-de56-000000000066 | TASK | Ensure network service is enabled 2025-12-01 10:43:13.781787 | fa163ee6-8f4d-1548-de56-000000000066 | OK | Ensure network service is enabled | standalone 2025-12-01 10:43:13.783715 | fa163ee6-8f4d-1548-de56-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:09.975600 | 0.84s PLAY [Server network validation] *********************************************** 2025-12-01 10:43:13.973451 | fa163ee6-8f4d-1548-de56-000000000096 | TASK | Basic Network Validation 2025-12-01 10:43:14.001564 | fa163ee6-8f4d-1548-de56-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:10.193414 | 0.03s 2025-12-01 10:43:14.057683 | fa163ee6-8f4d-1548-de56-000000000945 | TASK | Collect default network fact 2025-12-01 10:43:14.565673 | fa163ee6-8f4d-1548-de56-000000000945 | OK | Collect default network fact | standalone 2025-12-01 10:43:14.566829 | fa163ee6-8f4d-1548-de56-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:10.758714 | 0.51s 2025-12-01 10:43:14.592750 | fa163ee6-8f4d-1548-de56-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-12-01 10:43:14.620959 | fa163ee6-8f4d-1548-de56-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-12-01 10:43:14.622325 | fa163ee6-8f4d-1548-de56-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:10.814206 | 0.03s 2025-12-01 10:43:14.648578 | fa163ee6-8f4d-1548-de56-000000000947 | TASK | Check all networks Gateway availability 2025-12-01 10:43:14.676321 | fa163ee6-8f4d-1548-de56-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:10.868195 | 0.03s 2025-12-01 10:43:14.702057 | fa163ee6-8f4d-1548-de56-000000000949 | TASK | Check Controllers availability 2025-12-01 10:43:14.739301 | fa163ee6-8f4d-1548-de56-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-12-01 10:43:14.746330 | fa163ee6-8f4d-1548-de56-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-12-01 10:43:14.751562 | fa163ee6-8f4d-1548-de56-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-12-01 10:43:14.757629 | fa163ee6-8f4d-1548-de56-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-12-01 10:43:14.762829 | fa163ee6-8f4d-1548-de56-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-12-01 10:43:14.768691 | fa163ee6-8f4d-1548-de56-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-12-01 10:43:14.775044 | fa163ee6-8f4d-1548-de56-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:10.966918 | 0.07s 2025-12-01 10:43:14.801097 | fa163ee6-8f4d-1548-de56-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-12-01 10:43:14.830670 | fa163ee6-8f4d-1548-de56-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-12-01 10:43:14.831886 | fa163ee6-8f4d-1548-de56-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:11.023770 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-12-01 10:43:15.011867 | fa163ee6-8f4d-1548-de56-00000000009a | TASK | Server pre deployments 2025-12-01 10:43:15.037469 | fa163ee6-8f4d-1548-de56-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', 'fa163ee6-8f4d-1548-de56-00000000009a') missing from stats 2025-12-01 10:43:15.064195 | fa163ee6-8f4d-1548-de56-00000000009e | TASK | Hiera config 2025-12-01 10:43:15.092250 | fa163ee6-8f4d-1548-de56-00000000009e | TIMING | Hiera config | standalone | 0:01:11.284131 | 0.03s 2025-12-01 10:43:15.145069 | fa163ee6-8f4d-1548-de56-00000000099e | TASK | Create /etc/puppet/hieradata 2025-12-01 10:43:15.376123 | fa163ee6-8f4d-1548-de56-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-12-01 10:43:15.377498 | fa163ee6-8f4d-1548-de56-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:11.569382 | 0.23s 2025-12-01 10:43:15.403213 | fa163ee6-8f4d-1548-de56-00000000099f | TASK | Write hiera config 2025-12-01 10:43:15.907415 | fa163ee6-8f4d-1548-de56-00000000099f | OK | Write hiera config | standalone 2025-12-01 10:43:15.909018 | fa163ee6-8f4d-1548-de56-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:12.100901 | 0.50s 2025-12-01 10:43:15.959731 | fa163ee6-8f4d-1548-de56-00000000009f | TASK | Hiera symlink 2025-12-01 10:43:16.201206 | fa163ee6-8f4d-1548-de56-00000000009f | OK | Hiera symlink | standalone 2025-12-01 10:43:16.202593 | fa163ee6-8f4d-1548-de56-00000000009f | TIMING | Hiera symlink | standalone | 0:01:12.394478 | 0.24s 2025-12-01 10:43:16.228993 | fa163ee6-8f4d-1548-de56-0000000000a0 | TASK | Hieradata from vars 2025-12-01 10:43:16.258064 | fa163ee6-8f4d-1548-de56-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:12.449943 | 0.03s 2025-12-01 10:43:16.319756 | fa163ee6-8f4d-1548-de56-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-12-01 10:43:16.818566 | fa163ee6-8f4d-1548-de56-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-12-01 10:43:16.819989 | fa163ee6-8f4d-1548-de56-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:13.011873 | 0.50s 2025-12-01 10:43:16.845998 | fa163ee6-8f4d-1548-de56-0000000009fa | TASK | Render hieradata from template 2025-12-01 10:43:17.335179 | fa163ee6-8f4d-1548-de56-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-12-01 10:43:17.337921 | fa163ee6-8f4d-1548-de56-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.529795 | 0.49s 2025-12-01 10:43:17.868256 | fa163ee6-8f4d-1548-de56-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-12-01 10:43:17.869358 | fa163ee6-8f4d-1548-de56-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.061245 | 1.02s 2025-12-01 10:43:18.453261 | fa163ee6-8f4d-1548-de56-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-12-01 10:43:18.454704 | fa163ee6-8f4d-1548-de56-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.646589 | 1.61s 2025-12-01 10:43:18.938292 | fa163ee6-8f4d-1548-de56-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-12-01 10:43:18.940408 | fa163ee6-8f4d-1548-de56-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:15.132292 | 2.09s 2025-12-01 10:43:19.477218 | fa163ee6-8f4d-1548-de56-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-12-01 10:43:19.478515 | fa163ee6-8f4d-1548-de56-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:15.670399 | 2.63s 2025-12-01 10:43:19.964307 | fa163ee6-8f4d-1548-de56-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-12-01 10:43:19.965498 | fa163ee6-8f4d-1548-de56-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:16.157383 | 3.12s 2025-12-01 10:43:20.478661 | fa163ee6-8f4d-1548-de56-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-12-01 10:43:20.479787 | fa163ee6-8f4d-1548-de56-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:16.671673 | 3.63s 2025-12-01 10:43:20.944479 | fa163ee6-8f4d-1548-de56-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-12-01 10:43:20.946081 | fa163ee6-8f4d-1548-de56-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:17.137975 | 4.10s 2025-12-01 10:43:21.416180 | fa163ee6-8f4d-1548-de56-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-12-01 10:43:21.418182 | fa163ee6-8f4d-1548-de56-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:17.610068 | 4.57s 2025-12-01 10:43:21.910507 | fa163ee6-8f4d-1548-de56-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-12-01 10:43:21.911183 | fa163ee6-8f4d-1548-de56-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:18.103078 | 5.06s 2025-12-01 10:43:21.921449 | fa163ee6-8f4d-1548-de56-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:18.113330 | 5.07s 2025-12-01 10:43:21.973899 | fa163ee6-8f4d-1548-de56-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-12-01 10:43:22.002912 | fa163ee6-8f4d-1548-de56-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:18.194790 | 0.03s 2025-12-01 10:43:22.072404 | fa163ee6-8f4d-1548-de56-000000000a9e | TASK | Check for hieradata file 2025-12-01 10:43:22.304442 | fa163ee6-8f4d-1548-de56-000000000a9e | OK | Check for hieradata file | standalone 2025-12-01 10:43:22.305955 | fa163ee6-8f4d-1548-de56-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:18.497838 | 0.23s 2025-12-01 10:43:22.332827 | fa163ee6-8f4d-1548-de56-000000000aa0 | TASK | Get existing data 2025-12-01 10:43:22.382269 | fa163ee6-8f4d-1548-de56-000000000aa0 | SKIPPED | Get existing data | standalone 2025-12-01 10:43:22.383418 | fa163ee6-8f4d-1548-de56-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:18.575307 | 0.05s 2025-12-01 10:43:22.406383 | fa163ee6-8f4d-1548-de56-000000000aa1 | TASK | Set data fact 2025-12-01 10:43:22.455661 | fa163ee6-8f4d-1548-de56-000000000aa1 | SKIPPED | Set data fact | standalone 2025-12-01 10:43:22.456732 | fa163ee6-8f4d-1548-de56-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:18.648622 | 0.05s 2025-12-01 10:43:22.485797 | fa163ee6-8f4d-1548-de56-000000000aa3 | TASK | Write ansible hieradata file 2025-12-01 10:43:22.942716 | fa163ee6-8f4d-1548-de56-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-12-01 10:43:22.944293 | fa163ee6-8f4d-1548-de56-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:19.136177 | 0.46s 2025-12-01 10:43:23.046280 | fa163ee6-8f4d-1548-de56-0000000000a2 | TIMING | include_tasks | standalone | 0:01:19.238153 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-12-01 10:43:23.212518 | fa163ee6-8f4d-1548-de56-0000000000a6 | TASK | Host prep steps 2025-12-01 10:43:23.239555 | fa163ee6-8f4d-1548-de56-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', 'fa163ee6-8f4d-1548-de56-0000000000a6') missing from stats 2025-12-01 10:43:23.313871 | fa163ee6-8f4d-1548-de56-0000000000a7 | TASK | Deploy Artifacts 2025-12-01 10:43:23.403443 | fa163ee6-8f4d-1548-de56-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-12-01 10:43:23.404757 | fa163ee6-8f4d-1548-de56-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:19.596637 | 0.09s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-01 10:43:23.469940 | fa163ee6-8f4d-1548-de56-0000000000a8 | TIMING | include_tasks | standalone | 0:01:19.661823 | 0.04s 2025-12-01 10:43:23.688518 | 45722f3b-6904-420a-8e12-ca2f7ee725b3 | INCLUDED | /root/standalone-ansible-95hluu53/Standalone/host_prep_tasks.yaml | standalone 2025-12-01 10:43:23.778277 | fa163ee6-8f4d-1548-de56-000000000b1e | TASK | Run firewall role 2025-12-01 10:43:24.115089 | fa163ee6-8f4d-1548-de56-000000000b1e | TIMING | Run firewall role | standalone | 0:01:20.306960 | 0.34s 2025-12-01 10:43:24.198187 | fa163ee6-8f4d-1548-de56-000000000c38 | TASK | Gather variables for each operating system 2025-12-01 10:43:24.301560 | fa163ee6-8f4d-1548-de56-000000000c38 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-12-01 10:43:24.303603 | fa163ee6-8f4d-1548-de56-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:20.495483 | 0.10s 2025-12-01 10:43:24.313705 | fa163ee6-8f4d-1548-de56-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:20.505583 | 0.11s 2025-12-01 10:43:24.340198 | fa163ee6-8f4d-1548-de56-000000000c39 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-12-01 10:43:27.163879 | fa163ee6-8f4d-1548-de56-000000000c39 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-12-01 10:43:27.165336 | fa163ee6-8f4d-1548-de56-000000000c39 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:23.357216 | 2.82s 2025-12-01 10:43:27.191663 | fa163ee6-8f4d-1548-de56-000000000c3d | TASK | Create empty var for masquerade rules 2025-12-01 10:43:27.230918 | fa163ee6-8f4d-1548-de56-000000000c3d | OK | Create empty var for masquerade rules | standalone 2025-12-01 10:43:27.232040 | fa163ee6-8f4d-1548-de56-000000000c3d | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:23.423927 | 0.04s 2025-12-01 10:43:27.257805 | fa163ee6-8f4d-1548-de56-000000000c3e | TASK | Enable masquerade 2025-12-01 10:43:27.307277 | fa163ee6-8f4d-1548-de56-000000000c3e | SKIPPED | Enable masquerade | standalone 2025-12-01 10:43:27.308371 | fa163ee6-8f4d-1548-de56-000000000c3e | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:23.500254 | 0.05s 2025-12-01 10:43:27.334311 | fa163ee6-8f4d-1548-de56-000000000c3f | TASK | Set the default frontend firewall rules 2025-12-01 10:43:27.366350 | fa163ee6-8f4d-1548-de56-000000000c3f | OK | Set the default frontend firewall rules | standalone 2025-12-01 10:43:27.367490 | fa163ee6-8f4d-1548-de56-000000000c3f | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:23.559376 | 0.03s 2025-12-01 10:43:27.393098 | fa163ee6-8f4d-1548-de56-000000000c42 | TASK | Set frontend rule fact (non-ssl rules) 2025-12-01 10:43:27.443010 | fa163ee6-8f4d-1548-de56-000000000c42 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-12-01 10:43:27.444406 | fa163ee6-8f4d-1548-de56-000000000c42 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:23.636293 | 0.05s 2025-12-01 10:43:27.470350 | fa163ee6-8f4d-1548-de56-000000000c43 | TASK | Set frontend rule fact (ssl rules) 2025-12-01 10:43:27.509266 | fa163ee6-8f4d-1548-de56-000000000c43 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-12-01 10:43:27.510402 | fa163ee6-8f4d-1548-de56-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:23.702287 | 0.04s 2025-12-01 10:43:27.536649 | fa163ee6-8f4d-1548-de56-000000000c45 | TASK | Set frontend rule fact (non-ssl rules) 2025-12-01 10:43:27.567416 | fa163ee6-8f4d-1548-de56-000000000c45 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-12-01 10:43:27.568465 | fa163ee6-8f4d-1548-de56-000000000c45 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:23.760350 | 0.03s 2025-12-01 10:43:27.594505 | fa163ee6-8f4d-1548-de56-000000000c46 | TASK | Set frontend rule fact (ssl rules) 2025-12-01 10:43:27.624906 | fa163ee6-8f4d-1548-de56-000000000c46 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-12-01 10:43:27.625970 | fa163ee6-8f4d-1548-de56-000000000c46 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:23.817854 | 0.03s 2025-12-01 10:43:27.651203 | fa163ee6-8f4d-1548-de56-000000000c48 | TASK | Enable LOG rules 2025-12-01 10:43:27.680111 | fa163ee6-8f4d-1548-de56-000000000c48 | SKIPPED | Enable LOG rules | standalone 2025-12-01 10:43:27.681184 | fa163ee6-8f4d-1548-de56-000000000c48 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:23.873067 | 0.03s 2025-12-01 10:43:27.707274 | fa163ee6-8f4d-1548-de56-000000000c49 | TASK | Set rule fact 2025-12-01 10:43:27.802382 | fa163ee6-8f4d-1548-de56-000000000c49 | OK | Set rule fact | standalone 2025-12-01 10:43:27.805187 | fa163ee6-8f4d-1548-de56-000000000c49 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:23.997073 | 0.10s 2025-12-01 10:43:27.834331 | fa163ee6-8f4d-1548-de56-000000000c4a | TASK | Manage rules via nftables 2025-12-01 10:43:27.875955 | fa163ee6-8f4d-1548-de56-000000000c4a | TIMING | Manage rules via nftables | standalone | 0:01:24.067836 | 0.04s 2025-12-01 10:43:27.964243 | fa163ee6-8f4d-1548-de56-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:24.156125 | 0.03s 2025-12-01 10:43:27.980037 | d97d4e92-f699-481c-83b2-a80b72306281 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-12-01 10:43:28.005787 | fa163ee6-8f4d-1548-de56-000000000d11 | TASK | Ensure legacy iptables services are off 2025-12-01 10:43:28.389021 | fa163ee6-8f4d-1548-de56-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-12-01 10:43:28.391240 | fa163ee6-8f4d-1548-de56-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:24.583118 | 0.38s 2025-12-01 10:43:28.722956 | fa163ee6-8f4d-1548-de56-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-12-01 10:43:28.725230 | fa163ee6-8f4d-1548-de56-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:24.917116 | 0.72s 2025-12-01 10:43:28.737511 | fa163ee6-8f4d-1548-de56-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:24.929391 | 0.73s 2025-12-01 10:43:28.767577 | fa163ee6-8f4d-1548-de56-000000000d12 | TASK | Ensure nftables service is enabled and running 2025-12-01 10:43:29.520388 | fa163ee6-8f4d-1548-de56-000000000d12 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-12-01 10:43:29.522223 | fa163ee6-8f4d-1548-de56-000000000d12 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:25.714110 | 0.75s 2025-12-01 10:43:29.550373 | fa163ee6-8f4d-1548-de56-000000000d13 | TASK | Empty nftables from anything that may lay around 2025-12-01 10:43:29.590963 | fa163ee6-8f4d-1548-de56-000000000d13 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-12-01 10:43:29.592129 | fa163ee6-8f4d-1548-de56-000000000d13 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:25.784014 | 0.04s 2025-12-01 10:43:29.646757 | fa163ee6-8f4d-1548-de56-000000000ce9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:25.838636 | 0.03s 2025-12-01 10:43:29.685030 | 0953665e-9c56-4a28-80f1-971430fd3c67 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-12-01 10:43:29.720401 | fa163ee6-8f4d-1548-de56-000000000d42 | TASK | Push empty ruleset 2025-12-01 10:43:30.163271 | fa163ee6-8f4d-1548-de56-000000000d42 | CHANGED | Push empty ruleset | standalone 2025-12-01 10:43:30.164618 | fa163ee6-8f4d-1548-de56-000000000d42 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:26.356504 | 0.44s 2025-12-01 10:43:30.191232 | fa163ee6-8f4d-1548-de56-000000000d43 | TASK | Load empty ruleset 2025-12-01 10:43:30.455890 | fa163ee6-8f4d-1548-de56-000000000d43 | CHANGED | Load empty ruleset | standalone 2025-12-01 10:43:30.457252 | fa163ee6-8f4d-1548-de56-000000000d43 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:26.649137 | 0.26s 2025-12-01 10:43:30.483611 | fa163ee6-8f4d-1548-de56-000000000d45 | TASK | Use default rules 2025-12-01 10:43:30.567470 | fa163ee6-8f4d-1548-de56-000000000d45 | OK | Use default rules | standalone 2025-12-01 10:43:30.570818 | fa163ee6-8f4d-1548-de56-000000000d45 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:26.762701 | 0.09s 2025-12-01 10:43:30.600205 | fa163ee6-8f4d-1548-de56-000000000d46 | TASK | Enable LOG rules 2025-12-01 10:43:30.695737 | fa163ee6-8f4d-1548-de56-000000000d46 | OK | Enable LOG rules | standalone 2025-12-01 10:43:30.698727 | fa163ee6-8f4d-1548-de56-000000000d46 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:26.890612 | 0.10s 2025-12-01 10:43:30.729421 | fa163ee6-8f4d-1548-de56-000000000d48 | TASK | Get current nftables content 2025-12-01 10:43:30.923412 | fa163ee6-8f4d-1548-de56-000000000d48 | CHANGED | Get current nftables content | standalone 2025-12-01 10:43:30.924317 | fa163ee6-8f4d-1548-de56-000000000d48 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:27.116211 | 0.19s 2025-12-01 10:43:30.942637 | fa163ee6-8f4d-1548-de56-000000000d4a | TASK | Generate chain jumps 2025-12-01 10:43:31.466178 | fa163ee6-8f4d-1548-de56-000000000d4a | CHANGED | Generate chain jumps | standalone 2025-12-01 10:43:31.467409 | fa163ee6-8f4d-1548-de56-000000000d4a | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:27.659295 | 0.52s 2025-12-01 10:43:31.493349 | fa163ee6-8f4d-1548-de56-000000000d4b | TASK | Generate chain jumps 2025-12-01 10:43:31.989365 | fa163ee6-8f4d-1548-de56-000000000d4b | CHANGED | Generate chain jumps | standalone 2025-12-01 10:43:31.990649 | fa163ee6-8f4d-1548-de56-000000000d4b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:28.182534 | 0.50s 2025-12-01 10:43:32.016919 | fa163ee6-8f4d-1548-de56-000000000d4c | TASK | Generate nft flushes 2025-12-01 10:43:32.486178 | fa163ee6-8f4d-1548-de56-000000000d4c | CHANGED | Generate nft flushes | standalone 2025-12-01 10:43:32.487478 | fa163ee6-8f4d-1548-de56-000000000d4c | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:28.679363 | 0.47s 2025-12-01 10:43:32.513899 | fa163ee6-8f4d-1548-de56-000000000d4d | TASK | Generate nft tripleo chains 2025-12-01 10:43:32.982271 | fa163ee6-8f4d-1548-de56-000000000d4d | CHANGED | Generate nft tripleo chains | standalone 2025-12-01 10:43:32.983617 | fa163ee6-8f4d-1548-de56-000000000d4d | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:29.175502 | 0.47s 2025-12-01 10:43:33.010153 | fa163ee6-8f4d-1548-de56-000000000d4e | TASK | Generate nft ruleset in static file 2025-12-01 10:43:34.579933 | fa163ee6-8f4d-1548-de56-000000000d4e | CHANGED | Generate nft ruleset in static file | standalone 2025-12-01 10:43:34.581575 | fa163ee6-8f4d-1548-de56-000000000d4e | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:30.773430 | 1.57s 2025-12-01 10:43:34.608417 | fa163ee6-8f4d-1548-de56-000000000d50 | TASK | Validate all of the generated content before loading 2025-12-01 10:43:35.153645 | fa163ee6-8f4d-1548-de56-000000000d50 | CHANGED | Validate all of the generated content before loading | standalone 2025-12-01 10:43:35.155061 | fa163ee6-8f4d-1548-de56-000000000d50 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:31.346947 | 0.54s 2025-12-01 10:43:35.182234 | fa163ee6-8f4d-1548-de56-000000000d51 | TASK | Ensure we load our different nft rulesets on boot 2025-12-01 10:43:35.453698 | fa163ee6-8f4d-1548-de56-000000000d51 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-12-01 10:43:35.455285 | fa163ee6-8f4d-1548-de56-000000000d51 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:31.647171 | 0.27s 2025-12-01 10:43:35.515602 | fa163ee6-8f4d-1548-de56-000000000cea | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:31.707479 | 0.03s 2025-12-01 10:43:35.539295 | a03917ed-5b21-40e7-bb98-4d23e10f5bd2 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-12-01 10:43:35.597317 | fa163ee6-8f4d-1548-de56-000000000db9 | TASK | Inject our custom chains in nftables 2025-12-01 10:43:35.831718 | fa163ee6-8f4d-1548-de56-000000000db9 | CHANGED | Inject our custom chains in nftables | standalone 2025-12-01 10:43:35.833062 | fa163ee6-8f4d-1548-de56-000000000db9 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:32.024948 | 0.23s 2025-12-01 10:43:35.861019 | fa163ee6-8f4d-1548-de56-000000000dba | TASK | Reload custom nftables ruleset files 2025-12-01 10:43:36.124657 | fa163ee6-8f4d-1548-de56-000000000dba | CHANGED | Reload custom nftables ruleset files | standalone 2025-12-01 10:43:36.125982 | fa163ee6-8f4d-1548-de56-000000000dba | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:32.317868 | 0.26s 2025-12-01 10:43:36.203435 | fa163ee6-8f4d-1548-de56-000000000b1f | TASK | create persistent logs directory 2025-12-01 10:43:36.462673 | fa163ee6-8f4d-1548-de56-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-12-01 10:43:36.464494 | fa163ee6-8f4d-1548-de56-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:32.656375 | 0.26s 2025-12-01 10:43:36.682802 | fa163ee6-8f4d-1548-de56-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-12-01 10:43:36.684019 | fa163ee6-8f4d-1548-de56-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:32.875906 | 0.48s 2025-12-01 10:43:36.693953 | fa163ee6-8f4d-1548-de56-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:32.885832 | 0.49s 2025-12-01 10:43:36.719879 | fa163ee6-8f4d-1548-de56-000000000b20 | TASK | create persistent directories 2025-12-01 10:43:36.970065 | fa163ee6-8f4d-1548-de56-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-12-01 10:43:36.972194 | fa163ee6-8f4d-1548-de56-000000000b20 | TIMING | create persistent directories | standalone | 0:01:33.164075 | 0.25s 2025-12-01 10:43:36.982290 | fa163ee6-8f4d-1548-de56-000000000b20 | TIMING | create persistent directories | standalone | 0:01:33.174168 | 0.26s 2025-12-01 10:43:37.009977 | fa163ee6-8f4d-1548-de56-000000000b21 | TASK | create persistent directories 2025-12-01 10:43:37.305877 | fa163ee6-8f4d-1548-de56-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-12-01 10:43:37.308226 | fa163ee6-8f4d-1548-de56-000000000b21 | TIMING | create persistent directories | standalone | 0:01:33.500107 | 0.30s 2025-12-01 10:43:37.540492 | fa163ee6-8f4d-1548-de56-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-12-01 10:43:37.542112 | fa163ee6-8f4d-1548-de56-000000000b21 | TIMING | create persistent directories | standalone | 0:01:33.733999 | 0.53s 2025-12-01 10:43:37.552739 | fa163ee6-8f4d-1548-de56-000000000b21 | TIMING | create persistent directories | standalone | 0:01:33.744620 | 0.54s 2025-12-01 10:43:37.578834 | fa163ee6-8f4d-1548-de56-000000000b22 | TASK | create persistent directories 2025-12-01 10:43:37.834768 | fa163ee6-8f4d-1548-de56-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-12-01 10:43:37.836392 | fa163ee6-8f4d-1548-de56-000000000b22 | TIMING | create persistent directories | standalone | 0:01:34.028275 | 0.26s 2025-12-01 10:43:38.042129 | fa163ee6-8f4d-1548-de56-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-12-01 10:43:38.043813 | fa163ee6-8f4d-1548-de56-000000000b22 | TIMING | create persistent directories | standalone | 0:01:34.235672 | 0.46s 2025-12-01 10:43:38.053905 | fa163ee6-8f4d-1548-de56-000000000b22 | TIMING | create persistent directories | standalone | 0:01:34.245792 | 0.47s 2025-12-01 10:43:38.074719 | fa163ee6-8f4d-1548-de56-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-12-01 10:43:39.192334 | fa163ee6-8f4d-1548-de56-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-12-01 10:43:39.193978 | fa163ee6-8f4d-1548-de56-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:35.385862 | 1.12s 2025-12-01 10:43:39.219400 | fa163ee6-8f4d-1548-de56-000000000b24 | TASK | create persistent directories 2025-12-01 10:43:39.466119 | fa163ee6-8f4d-1548-de56-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-12-01 10:43:39.467631 | fa163ee6-8f4d-1548-de56-000000000b24 | TIMING | create persistent directories | standalone | 0:01:35.659514 | 0.25s 2025-12-01 10:43:39.473860 | fa163ee6-8f4d-1548-de56-000000000b24 | TIMING | create persistent directories | standalone | 0:01:35.665741 | 0.25s 2025-12-01 10:43:39.499656 | fa163ee6-8f4d-1548-de56-000000000b25 | TASK | create persistent directories 2025-12-01 10:43:39.732655 | fa163ee6-8f4d-1548-de56-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-12-01 10:43:39.734183 | fa163ee6-8f4d-1548-de56-000000000b25 | TIMING | create persistent directories | standalone | 0:01:35.926066 | 0.23s 2025-12-01 10:43:39.944914 | fa163ee6-8f4d-1548-de56-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-12-01 10:43:39.946812 | fa163ee6-8f4d-1548-de56-000000000b25 | TIMING | create persistent directories | standalone | 0:01:36.138698 | 0.45s 2025-12-01 10:43:39.957457 | fa163ee6-8f4d-1548-de56-000000000b25 | TIMING | create persistent directories | standalone | 0:01:36.149342 | 0.46s 2025-12-01 10:43:39.983193 | fa163ee6-8f4d-1548-de56-000000000b26 | TASK | create fcontext entry for cinder data 2025-12-01 10:43:41.309857 | fa163ee6-8f4d-1548-de56-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2025-12-01 10:43:41.311438 | fa163ee6-8f4d-1548-de56-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:37.503324 | 1.33s 2025-12-01 10:43:41.337849 | fa163ee6-8f4d-1548-de56-000000000b27 | TASK | create persistent directories 2025-12-01 10:43:41.648698 | fa163ee6-8f4d-1548-de56-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-12-01 10:43:41.649478 | fa163ee6-8f4d-1548-de56-000000000b27 | TIMING | create persistent directories | standalone | 0:01:37.841373 | 0.31s 2025-12-01 10:43:41.877040 | fa163ee6-8f4d-1548-de56-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-12-01 10:43:41.878825 | fa163ee6-8f4d-1548-de56-000000000b27 | TIMING | create persistent directories | standalone | 0:01:38.070709 | 0.54s 2025-12-01 10:43:41.889129 | fa163ee6-8f4d-1548-de56-000000000b27 | TIMING | create persistent directories | standalone | 0:01:38.081018 | 0.55s 2025-12-01 10:43:41.914394 | fa163ee6-8f4d-1548-de56-000000000b28 | TASK | ensure ceph configurations exist 2025-12-01 10:43:42.142579 | fa163ee6-8f4d-1548-de56-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2025-12-01 10:43:42.143868 | fa163ee6-8f4d-1548-de56-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:38.335756 | 0.23s 2025-12-01 10:43:42.169136 | fa163ee6-8f4d-1548-de56-000000000b29 | TASK | create persistent directories 2025-12-01 10:43:42.395179 | fa163ee6-8f4d-1548-de56-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-12-01 10:43:42.396597 | fa163ee6-8f4d-1548-de56-000000000b29 | TIMING | create persistent directories | standalone | 0:01:38.588474 | 0.23s 2025-12-01 10:43:42.402864 | fa163ee6-8f4d-1548-de56-000000000b29 | TIMING | create persistent directories | standalone | 0:01:38.594754 | 0.23s 2025-12-01 10:43:42.428240 | fa163ee6-8f4d-1548-de56-000000000b2b | TASK | Create cinder image conversion directory 2025-12-01 10:43:42.458475 | fa163ee6-8f4d-1548-de56-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2025-12-01 10:43:42.459758 | fa163ee6-8f4d-1548-de56-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:38.651642 | 0.03s 2025-12-01 10:43:42.485622 | fa163ee6-8f4d-1548-de56-000000000b2c | TASK | Mount cinder's image conversion NFS share 2025-12-01 10:43:42.516594 | fa163ee6-8f4d-1548-de56-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-12-01 10:43:42.517729 | fa163ee6-8f4d-1548-de56-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:38.709613 | 0.03s 2025-12-01 10:43:42.542975 | fa163ee6-8f4d-1548-de56-000000000b2e | TASK | cinder_configure_lvm fact 2025-12-01 10:43:42.575488 | fa163ee6-8f4d-1548-de56-000000000b2e | OK | cinder_configure_lvm fact | standalone 2025-12-01 10:43:42.576609 | fa163ee6-8f4d-1548-de56-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:38.768495 | 0.03s 2025-12-01 10:43:42.601445 | fa163ee6-8f4d-1548-de56-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2025-12-01 10:43:42.630325 | fa163ee6-8f4d-1548-de56-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-12-01 10:43:42.631417 | fa163ee6-8f4d-1548-de56-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:38.823300 | 0.03s 2025-12-01 10:43:42.656799 | fa163ee6-8f4d-1548-de56-000000000b31 | TASK | cinder create LVM volume group dd 2025-12-01 10:43:42.685017 | fa163ee6-8f4d-1548-de56-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2025-12-01 10:43:42.686104 | fa163ee6-8f4d-1548-de56-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:38.877987 | 0.03s 2025-12-01 10:43:42.710768 | fa163ee6-8f4d-1548-de56-000000000b32 | TASK | Get or create LVM loopback device 2025-12-01 10:43:42.740225 | fa163ee6-8f4d-1548-de56-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2025-12-01 10:43:42.741284 | fa163ee6-8f4d-1548-de56-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:38.933171 | 0.03s 2025-12-01 10:43:42.766403 | fa163ee6-8f4d-1548-de56-000000000b33 | TASK | Create LVM volume group 2025-12-01 10:43:42.798287 | fa163ee6-8f4d-1548-de56-000000000b33 | SKIPPED | Create LVM volume group | standalone 2025-12-01 10:43:42.800002 | fa163ee6-8f4d-1548-de56-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:38.991883 | 0.03s 2025-12-01 10:43:42.826385 | fa163ee6-8f4d-1548-de56-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2025-12-01 10:43:42.857321 | fa163ee6-8f4d-1548-de56-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-12-01 10:43:42.858469 | fa163ee6-8f4d-1548-de56-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:39.050352 | 0.03s 2025-12-01 10:43:42.883474 | fa163ee6-8f4d-1548-de56-000000000b35 | TASK | cinder enable the LVM losetup service 2025-12-01 10:43:42.913191 | fa163ee6-8f4d-1548-de56-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2025-12-01 10:43:42.914291 | fa163ee6-8f4d-1548-de56-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:39.106174 | 0.03s 2025-12-01 10:43:42.939396 | fa163ee6-8f4d-1548-de56-000000000b37 | TASK | allow logrotate to read inside containers 2025-12-01 10:43:43.915060 | fa163ee6-8f4d-1548-de56-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2025-12-01 10:43:43.916741 | fa163ee6-8f4d-1548-de56-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:40.108627 | 0.98s 2025-12-01 10:43:43.942028 | fa163ee6-8f4d-1548-de56-000000000b38 | TASK | authorize httpd to listen on registry ports 2025-12-01 10:43:46.196815 | fa163ee6-8f4d-1548-de56-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-12-01 10:43:46.198868 | fa163ee6-8f4d-1548-de56-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:42.390745 | 2.25s 2025-12-01 10:43:46.257145 | fa163ee6-8f4d-1548-de56-000000000b3a | OK | set_fact | standalone 2025-12-01 10:43:46.258564 | fa163ee6-8f4d-1548-de56-000000000b3a | TIMING | set_fact | standalone | 0:01:42.450412 | 0.03s 2025-12-01 10:43:46.312140 | fa163ee6-8f4d-1548-de56-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:42.504020 | 0.03s 2025-12-01 10:43:46.358311 | fa163ee6-8f4d-1548-de56-000000000f06 | TASK | ensure apache is installed 2025-12-01 10:43:52.355520 | fa163ee6-8f4d-1548-de56-000000000f06 | CHANGED | ensure apache is installed | standalone 2025-12-01 10:43:52.357347 | fa163ee6-8f4d-1548-de56-000000000f06 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:48.549232 | 6.00s 2025-12-01 10:43:52.389403 | fa163ee6-8f4d-1548-de56-000000000f07 | TASK | create image data directory 2025-12-01 10:43:52.655949 | fa163ee6-8f4d-1548-de56-000000000f07 | CHANGED | create image data directory | standalone 2025-12-01 10:43:52.657379 | fa163ee6-8f4d-1548-de56-000000000f07 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:48.849266 | 0.27s 2025-12-01 10:43:52.684637 | fa163ee6-8f4d-1548-de56-000000000f08 | TASK | create /v2/ response file 2025-12-01 10:43:53.173075 | fa163ee6-8f4d-1548-de56-000000000f08 | CHANGED | create /v2/ response file | standalone 2025-12-01 10:43:53.174469 | fa163ee6-8f4d-1548-de56-000000000f08 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:49.366353 | 0.49s 2025-12-01 10:43:53.202076 | fa163ee6-8f4d-1548-de56-000000000f09 | TASK | Add listen line 2025-12-01 10:43:53.608277 | fa163ee6-8f4d-1548-de56-000000000f09 | CHANGED | Add listen line | standalone 2025-12-01 10:43:53.609158 | fa163ee6-8f4d-1548-de56-000000000f09 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:49.801050 | 0.41s 2025-12-01 10:43:53.629900 | fa163ee6-8f4d-1548-de56-000000000f0a | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-12-01 10:43:54.115300 | fa163ee6-8f4d-1548-de56-000000000f0a | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-12-01 10:43:54.116321 | fa163ee6-8f4d-1548-de56-000000000f0a | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:50.308213 | 0.49s 2025-12-01 10:43:54.137250 | fa163ee6-8f4d-1548-de56-000000000f0b | TASK | Image-Serve | restart httpd 2025-12-01 10:43:55.093667 | fa163ee6-8f4d-1548-de56-000000000f0b | CHANGED | Image-Serve | restart httpd | standalone 2025-12-01 10:43:55.094842 | fa163ee6-8f4d-1548-de56-000000000f0b | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:51.286736 | 0.96s 2025-12-01 10:43:55.139933 | fa163ee6-8f4d-1548-de56-000000000b3d | TASK | create persistent logs directory 2025-12-01 10:43:55.387229 | fa163ee6-8f4d-1548-de56-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-12-01 10:43:55.389936 | fa163ee6-8f4d-1548-de56-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:51.581817 | 0.25s 2025-12-01 10:43:55.538629 | fa163ee6-8f4d-1548-de56-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-12-01 10:43:55.540492 | fa163ee6-8f4d-1548-de56-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:51.732385 | 0.40s 2025-12-01 10:43:55.550710 | fa163ee6-8f4d-1548-de56-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:51.742598 | 0.41s 2025-12-01 10:43:55.571836 | fa163ee6-8f4d-1548-de56-000000000b3e | TASK | Mount NFS on host 2025-12-01 10:43:55.590126 | fa163ee6-8f4d-1548-de56-000000000b3e | SKIPPED | Mount NFS on host | standalone 2025-12-01 10:43:55.591011 | fa163ee6-8f4d-1548-de56-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:51.782901 | 0.02s 2025-12-01 10:43:55.611338 | fa163ee6-8f4d-1548-de56-000000000b3f | TASK | Mount Node Staging Location 2025-12-01 10:43:55.636019 | fa163ee6-8f4d-1548-de56-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2025-12-01 10:43:55.636983 | fa163ee6-8f4d-1548-de56-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:51.828874 | 0.02s 2025-12-01 10:43:55.656788 | fa163ee6-8f4d-1548-de56-000000000b40 | TASK | ensure /var/lib/glance exists 2025-12-01 10:43:55.895584 | fa163ee6-8f4d-1548-de56-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2025-12-01 10:43:55.896525 | fa163ee6-8f4d-1548-de56-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:52.088417 | 0.24s 2025-12-01 10:43:55.916400 | fa163ee6-8f4d-1548-de56-000000000b41 | TASK | create logs directory 2025-12-01 10:43:56.177998 | fa163ee6-8f4d-1548-de56-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-12-01 10:43:56.182011 | fa163ee6-8f4d-1548-de56-000000000b41 | TIMING | create logs directory | standalone | 0:01:52.373892 | 0.26s 2025-12-01 10:43:56.433360 | fa163ee6-8f4d-1548-de56-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-12-01 10:43:56.434505 | fa163ee6-8f4d-1548-de56-000000000b41 | TIMING | create logs directory | standalone | 0:01:52.626392 | 0.52s 2025-12-01 10:43:56.446233 | fa163ee6-8f4d-1548-de56-000000000b41 | TIMING | create logs directory | standalone | 0:01:52.638119 | 0.53s 2025-12-01 10:43:56.467304 | fa163ee6-8f4d-1548-de56-000000000b42 | TASK | Mount Gnocchi NFS on host 2025-12-01 10:43:56.492878 | fa163ee6-8f4d-1548-de56-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-12-01 10:43:56.493735 | fa163ee6-8f4d-1548-de56-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:52.685626 | 0.03s 2025-12-01 10:43:56.513206 | fa163ee6-8f4d-1548-de56-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2025-12-01 10:43:56.754237 | fa163ee6-8f4d-1548-de56-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-12-01 10:43:56.755200 | fa163ee6-8f4d-1548-de56-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:52.947093 | 0.24s 2025-12-01 10:43:56.778314 | fa163ee6-8f4d-1548-de56-000000000b44 | TASK | create persistent directories 2025-12-01 10:43:57.028330 | fa163ee6-8f4d-1548-de56-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-12-01 10:43:57.030457 | fa163ee6-8f4d-1548-de56-000000000b44 | TIMING | create persistent directories | standalone | 0:01:53.222340 | 0.25s 2025-12-01 10:43:57.040907 | fa163ee6-8f4d-1548-de56-000000000b44 | TIMING | create persistent directories | standalone | 0:01:53.232783 | 0.26s 2025-12-01 10:43:57.068959 | fa163ee6-8f4d-1548-de56-000000000b45 | TASK | create persistent data directory 2025-12-01 10:43:57.294187 | fa163ee6-8f4d-1548-de56-000000000b45 | OK | create persistent data directory | standalone 2025-12-01 10:43:57.295772 | fa163ee6-8f4d-1548-de56-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:53.487654 | 0.23s 2025-12-01 10:43:57.322776 | fa163ee6-8f4d-1548-de56-000000000b46 | TASK | get parameters 2025-12-01 10:43:57.363136 | fa163ee6-8f4d-1548-de56-000000000b46 | OK | get parameters | standalone 2025-12-01 10:43:57.364439 | fa163ee6-8f4d-1548-de56-000000000b46 | TIMING | get parameters | standalone | 0:01:53.556324 | 0.04s 2025-12-01 10:43:57.390670 | fa163ee6-8f4d-1548-de56-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2025-12-01 10:43:57.437249 | fa163ee6-8f4d-1548-de56-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-12-01 10:43:57.438694 | fa163ee6-8f4d-1548-de56-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:53.630575 | 0.05s 2025-12-01 10:43:57.465111 | fa163ee6-8f4d-1548-de56-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2025-12-01 10:43:57.517421 | fa163ee6-8f4d-1548-de56-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-12-01 10:43:57.518736 | fa163ee6-8f4d-1548-de56-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:53.710618 | 0.05s 2025-12-01 10:43:57.544149 | fa163ee6-8f4d-1548-de56-000000000b4a | TASK | get haproxy status 2025-12-01 10:43:57.593992 | fa163ee6-8f4d-1548-de56-000000000b4a | SKIPPED | get haproxy status | standalone 2025-12-01 10:43:57.595248 | fa163ee6-8f4d-1548-de56-000000000b4a | TIMING | get haproxy status | standalone | 0:01:53.787131 | 0.05s 2025-12-01 10:43:57.621470 | fa163ee6-8f4d-1548-de56-000000000b4b | TASK | get pacemaker status 2025-12-01 10:43:57.662319 | fa163ee6-8f4d-1548-de56-000000000b4b | SKIPPED | get pacemaker status | standalone 2025-12-01 10:43:57.663622 | fa163ee6-8f4d-1548-de56-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:53.855505 | 0.04s 2025-12-01 10:43:57.692393 | fa163ee6-8f4d-1548-de56-000000000b4c | TASK | get docker status 2025-12-01 10:43:57.723677 | fa163ee6-8f4d-1548-de56-000000000b4c | SKIPPED | get docker status | standalone 2025-12-01 10:43:57.725086 | fa163ee6-8f4d-1548-de56-000000000b4c | TIMING | get docker status | standalone | 0:01:53.916967 | 0.03s 2025-12-01 10:43:57.751608 | fa163ee6-8f4d-1548-de56-000000000b4d | TASK | get container_id 2025-12-01 10:43:57.782892 | fa163ee6-8f4d-1548-de56-000000000b4d | SKIPPED | get container_id | standalone 2025-12-01 10:43:57.784454 | fa163ee6-8f4d-1548-de56-000000000b4d | TIMING | get container_id | standalone | 0:01:53.976336 | 0.03s 2025-12-01 10:43:57.811401 | fa163ee6-8f4d-1548-de56-000000000b4e | TASK | get pcs resource name for haproxy container 2025-12-01 10:43:57.844706 | fa163ee6-8f4d-1548-de56-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2025-12-01 10:43:57.846023 | fa163ee6-8f4d-1548-de56-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:54.037905 | 0.03s 2025-12-01 10:43:57.872341 | fa163ee6-8f4d-1548-de56-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2025-12-01 10:43:57.911884 | fa163ee6-8f4d-1548-de56-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-12-01 10:43:57.913110 | fa163ee6-8f4d-1548-de56-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:54.104994 | 0.04s 2025-12-01 10:43:57.938150 | fa163ee6-8f4d-1548-de56-000000000b50 | TASK | push certificate content 2025-12-01 10:43:57.987068 | fa163ee6-8f4d-1548-de56-000000000b50 | SKIPPED | push certificate content | standalone 2025-12-01 10:43:57.988212 | fa163ee6-8f4d-1548-de56-000000000b50 | TIMING | push certificate content | standalone | 0:01:54.180095 | 0.05s 2025-12-01 10:43:58.014868 | fa163ee6-8f4d-1548-de56-000000000b52 | TASK | set certificate ownership 2025-12-01 10:43:58.058431 | fa163ee6-8f4d-1548-de56-000000000b52 | SKIPPED | set certificate ownership | standalone 2025-12-01 10:43:58.059988 | fa163ee6-8f4d-1548-de56-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:54.251863 | 0.04s 2025-12-01 10:43:58.090715 | fa163ee6-8f4d-1548-de56-000000000b53 | TASK | reload haproxy if enabled 2025-12-01 10:43:58.140072 | fa163ee6-8f4d-1548-de56-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2025-12-01 10:43:58.141226 | fa163ee6-8f4d-1548-de56-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:54.333108 | 0.05s 2025-12-01 10:43:58.166100 | fa163ee6-8f4d-1548-de56-000000000b54 | TASK | restart pacemaker resource for haproxy 2025-12-01 10:43:58.208869 | fa163ee6-8f4d-1548-de56-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-12-01 10:43:58.210015 | fa163ee6-8f4d-1548-de56-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:54.401897 | 0.04s 2025-12-01 10:43:58.235785 | fa163ee6-8f4d-1548-de56-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2025-12-01 10:43:58.277277 | fa163ee6-8f4d-1548-de56-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-12-01 10:43:58.278454 | fa163ee6-8f4d-1548-de56-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:54.470336 | 0.04s 2025-12-01 10:43:58.303454 | fa163ee6-8f4d-1548-de56-000000000b58 | TASK | create persistent directories 2025-12-01 10:43:58.586787 | fa163ee6-8f4d-1548-de56-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-12-01 10:43:58.589215 | fa163ee6-8f4d-1548-de56-000000000b58 | TIMING | create persistent directories | standalone | 0:01:54.781101 | 0.28s 2025-12-01 10:43:58.787203 | fa163ee6-8f4d-1548-de56-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-12-01 10:43:58.788124 | fa163ee6-8f4d-1548-de56-000000000b58 | TIMING | create persistent directories | standalone | 0:01:54.980016 | 0.48s 2025-12-01 10:43:58.793059 | fa163ee6-8f4d-1548-de56-000000000b58 | TIMING | create persistent directories | standalone | 0:01:54.984946 | 0.49s 2025-12-01 10:43:58.820350 | fa163ee6-8f4d-1548-de56-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2025-12-01 10:44:04.575853 | fa163ee6-8f4d-1548-de56-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-12-01 10:44:04.577127 | fa163ee6-8f4d-1548-de56-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:00.769010 | 5.76s 2025-12-01 10:44:04.602243 | fa163ee6-8f4d-1548-de56-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-12-01 10:44:04.685395 | fa163ee6-8f4d-1548-de56-000000000b5a | OK | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | result={ "changed": false, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "Notice: Compiled catalog for standalone.localdomain in environment production in 0.77 seconds", "Notice: Applied catalog in 0.26 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.25", " Catalog application: 0.26", " Config retrieval: 0.85", " Last run: 1764585843", " Total: 0.26", "Version:", " Config: 1764585842", " 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-12-01 10:44:04.686757 | fa163ee6-8f4d-1548-de56-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:00.878641 | 0.08s 2025-12-01 10:44:04.712617 | fa163ee6-8f4d-1548-de56-000000000b5b | TASK | create persistent directories 2025-12-01 10:44:04.947663 | fa163ee6-8f4d-1548-de56-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-12-01 10:44:04.949984 | fa163ee6-8f4d-1548-de56-000000000b5b | TIMING | create persistent directories | standalone | 0:02:01.141866 | 0.24s 2025-12-01 10:44:05.113693 | fa163ee6-8f4d-1548-de56-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-12-01 10:44:05.114813 | fa163ee6-8f4d-1548-de56-000000000b5b | TIMING | create persistent directories | standalone | 0:02:01.306700 | 0.40s 2025-12-01 10:44:05.121144 | fa163ee6-8f4d-1548-de56-000000000b5b | TIMING | create persistent directories | standalone | 0:02:01.313025 | 0.41s 2025-12-01 10:44:05.146989 | fa163ee6-8f4d-1548-de56-000000000b5c | TASK | create persistent directories 2025-12-01 10:44:05.354319 | fa163ee6-8f4d-1548-de56-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-12-01 10:44:05.356491 | fa163ee6-8f4d-1548-de56-000000000b5c | TIMING | create persistent directories | standalone | 0:02:01.548370 | 0.21s 2025-12-01 10:44:05.526588 | fa163ee6-8f4d-1548-de56-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-12-01 10:44:05.528516 | fa163ee6-8f4d-1548-de56-000000000b5c | TIMING | create persistent directories | standalone | 0:02:01.720403 | 0.38s 2025-12-01 10:44:05.539182 | fa163ee6-8f4d-1548-de56-000000000b5c | TIMING | create persistent directories | standalone | 0:02:01.731065 | 0.39s 2025-12-01 10:44:05.566987 | fa163ee6-8f4d-1548-de56-000000000b5d | TASK | create persistent directories 2025-12-01 10:44:05.788904 | fa163ee6-8f4d-1548-de56-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-12-01 10:44:05.790994 | fa163ee6-8f4d-1548-de56-000000000b5d | TIMING | create persistent directories | standalone | 0:02:01.982875 | 0.22s 2025-12-01 10:44:05.800668 | fa163ee6-8f4d-1548-de56-000000000b5d | TIMING | create persistent directories | standalone | 0:02:01.992553 | 0.23s 2025-12-01 10:44:05.821612 | fa163ee6-8f4d-1548-de56-000000000b5e | TASK | create persistent directories 2025-12-01 10:44:06.078035 | fa163ee6-8f4d-1548-de56-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-12-01 10:44:06.079039 | fa163ee6-8f4d-1548-de56-000000000b5e | TIMING | create persistent directories | standalone | 0:02:02.270932 | 0.26s 2025-12-01 10:44:06.309004 | fa163ee6-8f4d-1548-de56-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-12-01 10:44:06.310854 | fa163ee6-8f4d-1548-de56-000000000b5e | TIMING | create persistent directories | standalone | 0:02:02.502742 | 0.49s 2025-12-01 10:44:06.498099 | fa163ee6-8f4d-1548-de56-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-12-01 10:44:06.499238 | fa163ee6-8f4d-1548-de56-000000000b5e | TIMING | create persistent directories | standalone | 0:02:02.691125 | 0.68s 2025-12-01 10:44:06.721034 | fa163ee6-8f4d-1548-de56-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-12-01 10:44:06.721822 | fa163ee6-8f4d-1548-de56-000000000b5e | TIMING | create persistent directories | standalone | 0:02:02.913716 | 0.90s 2025-12-01 10:44:06.726629 | fa163ee6-8f4d-1548-de56-000000000b5e | TIMING | create persistent directories | standalone | 0:02:02.918508 | 0.90s 2025-12-01 10:44:06.754655 | fa163ee6-8f4d-1548-de56-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2025-12-01 10:44:07.166455 | fa163ee6-8f4d-1548-de56-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-12-01 10:44:07.167987 | fa163ee6-8f4d-1548-de56-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:03.359872 | 0.41s 2025-12-01 10:44:07.193478 | fa163ee6-8f4d-1548-de56-000000000b60 | TASK | create fcontext entry for iscsi 2025-12-01 10:44:08.507208 | fa163ee6-8f4d-1548-de56-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-12-01 10:44:08.509697 | fa163ee6-8f4d-1548-de56-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:04.701580 | 1.31s 2025-12-01 10:44:09.804844 | fa163ee6-8f4d-1548-de56-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-12-01 10:44:09.806929 | fa163ee6-8f4d-1548-de56-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:05.998812 | 2.61s 2025-12-01 10:44:11.070268 | fa163ee6-8f4d-1548-de56-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-12-01 10:44:11.071780 | fa163ee6-8f4d-1548-de56-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.263670 | 3.88s 2025-12-01 10:44:11.082704 | fa163ee6-8f4d-1548-de56-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.274580 | 3.89s 2025-12-01 10:44:11.109498 | fa163ee6-8f4d-1548-de56-000000000b61 | TASK | create persistent directories 2025-12-01 10:44:11.358756 | fa163ee6-8f4d-1548-de56-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-12-01 10:44:11.360244 | fa163ee6-8f4d-1548-de56-000000000b61 | TIMING | create persistent directories | standalone | 0:02:07.552127 | 0.25s 2025-12-01 10:44:11.566378 | fa163ee6-8f4d-1548-de56-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-12-01 10:44:11.568762 | fa163ee6-8f4d-1548-de56-000000000b61 | TIMING | create persistent directories | standalone | 0:02:07.760643 | 0.46s 2025-12-01 10:44:11.738445 | fa163ee6-8f4d-1548-de56-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-12-01 10:44:11.739637 | fa163ee6-8f4d-1548-de56-000000000b61 | TIMING | create persistent directories | standalone | 0:02:07.931524 | 0.63s 2025-12-01 10:44:11.746592 | fa163ee6-8f4d-1548-de56-000000000b61 | TIMING | create persistent directories | standalone | 0:02:07.938473 | 0.64s 2025-12-01 10:44:11.773400 | fa163ee6-8f4d-1548-de56-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2025-12-01 10:44:11.985776 | fa163ee6-8f4d-1548-de56-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-12-01 10:44:11.987176 | fa163ee6-8f4d-1548-de56-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:08.179060 | 0.21s 2025-12-01 10:44:12.012401 | fa163ee6-8f4d-1548-de56-000000000b63 | TASK | Stop and disable iscsid.socket service 2025-12-01 10:44:12.039580 | fa163ee6-8f4d-1548-de56-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-12-01 10:44:12.040668 | fa163ee6-8f4d-1548-de56-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:08.232552 | 0.03s 2025-12-01 10:44:12.065899 | fa163ee6-8f4d-1548-de56-000000000b64 | TASK | Check if iscsi.service is enabled 2025-12-01 10:44:12.307920 | fa163ee6-8f4d-1548-de56-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2025-12-01 10:44:12.309297 | fa163ee6-8f4d-1548-de56-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:08.501183 | 0.24s 2025-12-01 10:44:12.334357 | fa163ee6-8f4d-1548-de56-000000000b65 | TASK | Stop iscsi.service 2025-12-01 10:44:12.374450 | fa163ee6-8f4d-1548-de56-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2025-12-01 10:44:12.375600 | fa163ee6-8f4d-1548-de56-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:08.567484 | 0.04s 2025-12-01 10:44:12.430382 | fa163ee6-8f4d-1548-de56-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:08.622257 | 0.03s 2025-12-01 10:44:12.523945 | fa163ee6-8f4d-1548-de56-000000001069 | TASK | Install additional packages 2025-12-01 10:44:12.550940 | fa163ee6-8f4d-1548-de56-000000001069 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:08.742826 | 0.03s 2025-12-01 10:44:12.568335 | fa163ee6-8f4d-1548-de56-00000000106a | TASK | Remove dracut-config-generic 2025-12-01 10:44:16.399329 | fa163ee6-8f4d-1548-de56-00000000106a | CHANGED | Remove dracut-config-generic | standalone 2025-12-01 10:44:16.400272 | fa163ee6-8f4d-1548-de56-00000000106a | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:12.592165 | 3.83s 2025-12-01 10:44:16.417965 | fa163ee6-8f4d-1548-de56-00000000106b | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-12-01 10:44:16.633306 | fa163ee6-8f4d-1548-de56-00000000106b | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-12-01 10:44:16.634692 | fa163ee6-8f4d-1548-de56-00000000106b | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:12.826576 | 0.22s 2025-12-01 10:44:16.660869 | fa163ee6-8f4d-1548-de56-00000000106c | TASK | Write list of modules to load at boot 2025-12-01 10:44:17.115080 | fa163ee6-8f4d-1548-de56-00000000106c | CHANGED | Write list of modules to load at boot | standalone 2025-12-01 10:44:17.116435 | fa163ee6-8f4d-1548-de56-00000000106c | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:13.308320 | 0.45s 2025-12-01 10:44:17.142756 | fa163ee6-8f4d-1548-de56-00000000106d | TASK | Modules reload 2025-12-01 10:44:17.596728 | fa163ee6-8f4d-1548-de56-00000000106d | CHANGED | Modules reload | standalone 2025-12-01 10:44:17.598489 | fa163ee6-8f4d-1548-de56-00000000106d | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:13.790375 | 0.45s 2025-12-01 10:44:17.625136 | fa163ee6-8f4d-1548-de56-00000000106e | TASK | Set default sysctl options 2025-12-01 10:44:18.046336 | fa163ee6-8f4d-1548-de56-00000000106e | CHANGED | Set default sysctl options | standalone 2025-12-01 10:44:18.047738 | fa163ee6-8f4d-1548-de56-00000000106e | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:14.239624 | 0.42s 2025-12-01 10:44:18.073858 | fa163ee6-8f4d-1548-de56-00000000106f | TASK | Set extra sysctl options 2025-12-01 10:44:19.437504 | fa163ee6-8f4d-1548-de56-00000000106f | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-12-01 10:44:19.438587 | fa163ee6-8f4d-1548-de56-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.630476 | 1.36s 2025-12-01 10:44:19.665191 | fa163ee6-8f4d-1548-de56-00000000106f | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-12-01 10:44:19.666105 | fa163ee6-8f4d-1548-de56-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.857996 | 1.59s 2025-12-01 10:44:19.900630 | fa163ee6-8f4d-1548-de56-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-12-01 10:44:19.901668 | fa163ee6-8f4d-1548-de56-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.093555 | 1.83s 2025-12-01 10:44:20.074759 | fa163ee6-8f4d-1548-de56-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-12-01 10:44:20.076501 | fa163ee6-8f4d-1548-de56-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.268379 | 2.00s 2025-12-01 10:44:20.260441 | fa163ee6-8f4d-1548-de56-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-12-01 10:44:20.261488 | fa163ee6-8f4d-1548-de56-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.453374 | 2.19s 2025-12-01 10:44:20.472624 | fa163ee6-8f4d-1548-de56-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-12-01 10:44:20.473680 | fa163ee6-8f4d-1548-de56-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.665567 | 2.40s 2025-12-01 10:44:20.714383 | fa163ee6-8f4d-1548-de56-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-12-01 10:44:20.716147 | fa163ee6-8f4d-1548-de56-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.908033 | 2.64s 2025-12-01 10:44:20.926144 | fa163ee6-8f4d-1548-de56-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-12-01 10:44:20.927219 | fa163ee6-8f4d-1548-de56-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.119105 | 2.85s 2025-12-01 10:44:21.123297 | fa163ee6-8f4d-1548-de56-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-12-01 10:44:21.124509 | fa163ee6-8f4d-1548-de56-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.316390 | 3.05s 2025-12-01 10:44:21.343339 | fa163ee6-8f4d-1548-de56-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-12-01 10:44:21.344964 | fa163ee6-8f4d-1548-de56-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.536851 | 3.27s 2025-12-01 10:44:21.561382 | fa163ee6-8f4d-1548-de56-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-12-01 10:44:21.562435 | fa163ee6-8f4d-1548-de56-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.754321 | 3.49s 2025-12-01 10:44:22.808087 | fa163ee6-8f4d-1548-de56-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-12-01 10:44:22.809714 | fa163ee6-8f4d-1548-de56-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.001604 | 4.73s 2025-12-01 10:44:23.045004 | fa163ee6-8f4d-1548-de56-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-12-01 10:44:23.046624 | fa163ee6-8f4d-1548-de56-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.238510 | 4.97s 2025-12-01 10:44:23.261687 | fa163ee6-8f4d-1548-de56-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-12-01 10:44:23.262525 | fa163ee6-8f4d-1548-de56-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.454417 | 5.19s 2025-12-01 10:44:23.507284 | fa163ee6-8f4d-1548-de56-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-12-01 10:44:23.508910 | fa163ee6-8f4d-1548-de56-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.700797 | 5.43s 2025-12-01 10:44:23.786060 | fa163ee6-8f4d-1548-de56-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-12-01 10:44:23.787201 | fa163ee6-8f4d-1548-de56-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.979097 | 5.71s 2025-12-01 10:44:24.015276 | fa163ee6-8f4d-1548-de56-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-12-01 10:44:24.015917 | fa163ee6-8f4d-1548-de56-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.207812 | 5.94s 2025-12-01 10:44:24.023484 | fa163ee6-8f4d-1548-de56-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.215379 | 5.95s 2025-12-01 10:44:24.047026 | fa163ee6-8f4d-1548-de56-000000001071 | TASK | Sysctl reload 2025-12-01 10:44:24.403938 | fa163ee6-8f4d-1548-de56-000000001071 | CHANGED | Sysctl reload | standalone 2025-12-01 10:44:24.405190 | fa163ee6-8f4d-1548-de56-000000001071 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:20.597082 | 0.36s 2025-12-01 10:44:24.446021 | fa163ee6-8f4d-1548-de56-000000000b67 | TASK | create persistent directories 2025-12-01 10:44:24.665501 | fa163ee6-8f4d-1548-de56-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-12-01 10:44:24.667719 | fa163ee6-8f4d-1548-de56-000000000b67 | TIMING | create persistent directories | standalone | 0:02:20.859602 | 0.22s 2025-12-01 10:44:24.971616 | fa163ee6-8f4d-1548-de56-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-12-01 10:44:24.972210 | fa163ee6-8f4d-1548-de56-000000000b67 | TIMING | create persistent directories | standalone | 0:02:21.164105 | 0.53s 2025-12-01 10:44:24.976609 | fa163ee6-8f4d-1548-de56-000000000b67 | TIMING | create persistent directories | standalone | 0:02:21.168432 | 0.53s 2025-12-01 10:44:25.003801 | fa163ee6-8f4d-1548-de56-000000000b68 | TASK | Check if file certs_valid exist 2025-12-01 10:44:25.191531 | fa163ee6-8f4d-1548-de56-000000000b68 | OK | Check if file certs_valid exist | standalone 2025-12-01 10:44:25.192862 | fa163ee6-8f4d-1548-de56-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:21.384746 | 0.19s 2025-12-01 10:44:25.218644 | fa163ee6-8f4d-1548-de56-000000000b69 | TASK | Check if file cert9.db exist 2025-12-01 10:44:25.439786 | fa163ee6-8f4d-1548-de56-000000000b69 | OK | Check if file cert9.db exist | standalone 2025-12-01 10:44:25.441089 | fa163ee6-8f4d-1548-de56-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:21.632974 | 0.22s 2025-12-01 10:44:25.466250 | fa163ee6-8f4d-1548-de56-000000000b6a | TASK | Check if file key4.db exist 2025-12-01 10:44:25.688903 | fa163ee6-8f4d-1548-de56-000000000b6a | OK | Check if file key4.db exist | standalone 2025-12-01 10:44:25.690191 | fa163ee6-8f4d-1548-de56-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:21.882077 | 0.22s 2025-12-01 10:44:25.745159 | fa163ee6-8f4d-1548-de56-000000000b6b | SKIPPED | fail | standalone 2025-12-01 10:44:25.746427 | fa163ee6-8f4d-1548-de56-000000000b6b | TIMING | fail | standalone | 0:02:21.938311 | 0.03s 2025-12-01 10:44:25.772779 | fa163ee6-8f4d-1548-de56-000000000b6c | TASK | Create persistent directories 2025-12-01 10:44:26.034142 | fa163ee6-8f4d-1548-de56-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-12-01 10:44:26.036016 | fa163ee6-8f4d-1548-de56-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:22.227901 | 0.26s 2025-12-01 10:44:26.259327 | fa163ee6-8f4d-1548-de56-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-12-01 10:44:26.260864 | fa163ee6-8f4d-1548-de56-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:22.452756 | 0.49s 2025-12-01 10:44:26.271613 | fa163ee6-8f4d-1548-de56-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:22.463487 | 0.50s 2025-12-01 10:44:26.299098 | fa163ee6-8f4d-1548-de56-000000000b6d | TASK | create persistent directories 2025-12-01 10:44:26.527523 | fa163ee6-8f4d-1548-de56-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-12-01 10:44:26.528966 | fa163ee6-8f4d-1548-de56-000000000b6d | TIMING | create persistent directories | standalone | 0:02:22.720848 | 0.23s 2025-12-01 10:44:26.536654 | fa163ee6-8f4d-1548-de56-000000000b6d | TIMING | create persistent directories | standalone | 0:02:22.728535 | 0.24s 2025-12-01 10:44:26.563900 | fa163ee6-8f4d-1548-de56-000000000b6e | TASK | create persistent directories 2025-12-01 10:44:26.852929 | fa163ee6-8f4d-1548-de56-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-12-01 10:44:26.854045 | fa163ee6-8f4d-1548-de56-000000000b6e | TIMING | create persistent directories | standalone | 0:02:23.045933 | 0.29s 2025-12-01 10:44:27.071569 | fa163ee6-8f4d-1548-de56-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-12-01 10:44:27.073449 | fa163ee6-8f4d-1548-de56-000000000b6e | TIMING | create persistent directories | standalone | 0:02:23.265337 | 0.51s 2025-12-01 10:44:27.084467 | fa163ee6-8f4d-1548-de56-000000000b6e | TIMING | create persistent directories | standalone | 0:02:23.276355 | 0.52s 2025-12-01 10:44:27.114898 | fa163ee6-8f4d-1548-de56-000000000b6f | TASK | create persistent directories 2025-12-01 10:44:27.359886 | fa163ee6-8f4d-1548-de56-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-12-01 10:44:27.360961 | fa163ee6-8f4d-1548-de56-000000000b6f | TIMING | create persistent directories | standalone | 0:02:23.552852 | 0.24s 2025-12-01 10:44:27.366261 | fa163ee6-8f4d-1548-de56-000000000b6f | TIMING | create persistent directories | standalone | 0:02:23.558145 | 0.25s 2025-12-01 10:44:27.400935 | fa163ee6-8f4d-1548-de56-000000000b70 | TASK | create persistent directories 2025-12-01 10:44:27.675843 | fa163ee6-8f4d-1548-de56-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-12-01 10:44:27.678198 | fa163ee6-8f4d-1548-de56-000000000b70 | TIMING | create persistent directories | standalone | 0:02:23.870081 | 0.28s 2025-12-01 10:44:27.912310 | fa163ee6-8f4d-1548-de56-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-12-01 10:44:27.913849 | fa163ee6-8f4d-1548-de56-000000000b70 | TIMING | create persistent directories | standalone | 0:02:24.105736 | 0.51s 2025-12-01 10:44:28.109999 | fa163ee6-8f4d-1548-de56-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-12-01 10:44:28.111157 | fa163ee6-8f4d-1548-de56-000000000b70 | TIMING | create persistent directories | standalone | 0:02:24.303044 | 0.71s 2025-12-01 10:44:28.117915 | fa163ee6-8f4d-1548-de56-000000000b70 | TIMING | create persistent directories | standalone | 0:02:24.309802 | 0.72s 2025-12-01 10:44:28.136488 | fa163ee6-8f4d-1548-de56-000000000b71 | TASK | create persistent directories 2025-12-01 10:44:28.366098 | fa163ee6-8f4d-1548-de56-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-12-01 10:44:28.366982 | fa163ee6-8f4d-1548-de56-000000000b71 | TIMING | create persistent directories | standalone | 0:02:24.558875 | 0.23s 2025-12-01 10:44:28.573630 | fa163ee6-8f4d-1548-de56-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-12-01 10:44:28.574679 | fa163ee6-8f4d-1548-de56-000000000b71 | TIMING | create persistent directories | standalone | 0:02:24.766567 | 0.44s 2025-12-01 10:44:28.586040 | fa163ee6-8f4d-1548-de56-000000000b71 | TIMING | create persistent directories | standalone | 0:02:24.777929 | 0.45s 2025-12-01 10:44:28.606981 | fa163ee6-8f4d-1548-de56-000000000b72 | TASK | create persistent directories 2025-12-01 10:44:28.844063 | fa163ee6-8f4d-1548-de56-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-12-01 10:44:28.845407 | fa163ee6-8f4d-1548-de56-000000000b72 | TIMING | create persistent directories | standalone | 0:02:25.037289 | 0.24s 2025-12-01 10:44:28.857002 | fa163ee6-8f4d-1548-de56-000000000b72 | TIMING | create persistent directories | standalone | 0:02:25.048887 | 0.25s 2025-12-01 10:44:28.878789 | fa163ee6-8f4d-1548-de56-000000000b73 | TASK | creating directory 2025-12-01 10:44:29.180739 | fa163ee6-8f4d-1548-de56-000000000b73 | CHANGED | creating directory | standalone 2025-12-01 10:44:29.181845 | fa163ee6-8f4d-1548-de56-000000000b73 | TIMING | creating directory | standalone | 0:02:25.373735 | 0.30s 2025-12-01 10:44:29.203246 | fa163ee6-8f4d-1548-de56-000000000b74 | TASK | derive pci passthrough whitelist 2025-12-01 10:44:29.665878 | fa163ee6-8f4d-1548-de56-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2025-12-01 10:44:29.666938 | fa163ee6-8f4d-1548-de56-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:25.858829 | 0.46s 2025-12-01 10:44:29.687796 | fa163ee6-8f4d-1548-de56-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2025-12-01 10:44:30.505739 | fa163ee6-8f4d-1548-de56-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-12-01 10:44:30.506822 | fa163ee6-8f4d-1548-de56-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:26.698714 | 0.82s 2025-12-01 10:44:30.527487 | fa163ee6-8f4d-1548-de56-000000000b76 | TASK | create /run/netns with temp namespace 2025-12-01 10:44:30.766993 | fa163ee6-8f4d-1548-de56-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2025-12-01 10:44:30.768378 | fa163ee6-8f4d-1548-de56-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:26.960263 | 0.24s 2025-12-01 10:44:30.794611 | fa163ee6-8f4d-1548-de56-000000000b77 | TASK | remove temp namespace 2025-12-01 10:44:31.047867 | fa163ee6-8f4d-1548-de56-000000000b77 | CHANGED | remove temp namespace | standalone 2025-12-01 10:44:31.049200 | fa163ee6-8f4d-1548-de56-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:27.241087 | 0.25s 2025-12-01 10:44:31.074495 | fa163ee6-8f4d-1548-de56-000000000b78 | TASK | create /var/lib/neutron 2025-12-01 10:44:31.305109 | fa163ee6-8f4d-1548-de56-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2025-12-01 10:44:31.306502 | fa163ee6-8f4d-1548-de56-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:27.498388 | 0.23s 2025-12-01 10:44:31.331729 | fa163ee6-8f4d-1548-de56-000000000b79 | TASK | set conditions 2025-12-01 10:44:31.370220 | fa163ee6-8f4d-1548-de56-000000000b79 | OK | set conditions | standalone 2025-12-01 10:44:31.371306 | fa163ee6-8f4d-1548-de56-000000000b79 | TIMING | set conditions | standalone | 0:02:27.563193 | 0.04s 2025-12-01 10:44:31.396326 | fa163ee6-8f4d-1548-de56-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2025-12-01 10:44:31.627136 | fa163ee6-8f4d-1548-de56-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-12-01 10:44:31.628990 | fa163ee6-8f4d-1548-de56-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:27.820877 | 0.23s 2025-12-01 10:44:31.656187 | fa163ee6-8f4d-1548-de56-000000000b7b | TASK | create dnsmasq dhcp kill script 2025-12-01 10:44:32.153076 | fa163ee6-8f4d-1548-de56-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2025-12-01 10:44:32.154380 | fa163ee6-8f4d-1548-de56-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:28.346266 | 0.50s 2025-12-01 10:44:32.175610 | fa163ee6-8f4d-1548-de56-000000000b7c | TASK | create haproxy kill script 2025-12-01 10:44:32.657680 | fa163ee6-8f4d-1548-de56-000000000b7c | CHANGED | create haproxy kill script | standalone 2025-12-01 10:44:32.658715 | fa163ee6-8f4d-1548-de56-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:28.850607 | 0.48s 2025-12-01 10:44:32.676078 | fa163ee6-8f4d-1548-de56-000000000b7d | TASK | create persistent directories 2025-12-01 10:44:32.924529 | fa163ee6-8f4d-1548-de56-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-12-01 10:44:32.928490 | fa163ee6-8f4d-1548-de56-000000000b7d | TIMING | create persistent directories | standalone | 0:02:29.120369 | 0.25s 2025-12-01 10:44:33.134522 | fa163ee6-8f4d-1548-de56-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-12-01 10:44:33.136762 | fa163ee6-8f4d-1548-de56-000000000b7d | TIMING | create persistent directories | standalone | 0:02:29.328645 | 0.46s 2025-12-01 10:44:33.148988 | fa163ee6-8f4d-1548-de56-000000000b7d | TIMING | create persistent directories | standalone | 0:02:29.340866 | 0.47s 2025-12-01 10:44:33.175110 | fa163ee6-8f4d-1548-de56-000000000b7e | TASK | create persistent directories 2025-12-01 10:44:33.403456 | fa163ee6-8f4d-1548-de56-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-12-01 10:44:33.405849 | fa163ee6-8f4d-1548-de56-000000000b7e | TIMING | create persistent directories | standalone | 0:02:29.597725 | 0.23s 2025-12-01 10:44:33.417929 | fa163ee6-8f4d-1548-de56-000000000b7e | TIMING | create persistent directories | standalone | 0:02:29.609809 | 0.24s 2025-12-01 10:44:33.444356 | fa163ee6-8f4d-1548-de56-000000000b7f | TASK | create persistent directories 2025-12-01 10:44:33.695145 | fa163ee6-8f4d-1548-de56-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-12-01 10:44:33.697439 | fa163ee6-8f4d-1548-de56-000000000b7f | TIMING | create persistent directories | standalone | 0:02:29.889319 | 0.25s 2025-12-01 10:44:33.860159 | fa163ee6-8f4d-1548-de56-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-12-01 10:44:33.861341 | fa163ee6-8f4d-1548-de56-000000000b7f | TIMING | create persistent directories | standalone | 0:02:30.053227 | 0.42s 2025-12-01 10:44:33.868782 | fa163ee6-8f4d-1548-de56-000000000b7f | TIMING | create persistent directories | standalone | 0:02:30.060664 | 0.42s 2025-12-01 10:44:33.894958 | fa163ee6-8f4d-1548-de56-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2025-12-01 10:44:34.136937 | fa163ee6-8f4d-1548-de56-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-12-01 10:44:34.138239 | fa163ee6-8f4d-1548-de56-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:30.330124 | 0.24s 2025-12-01 10:44:34.163821 | fa163ee6-8f4d-1548-de56-000000000b81 | TASK | create persistent directories 2025-12-01 10:44:34.429659 | fa163ee6-8f4d-1548-de56-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-12-01 10:44:34.431819 | fa163ee6-8f4d-1548-de56-000000000b81 | TIMING | create persistent directories | standalone | 0:02:30.623698 | 0.27s 2025-12-01 10:44:34.662204 | fa163ee6-8f4d-1548-de56-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-12-01 10:44:34.663409 | fa163ee6-8f4d-1548-de56-000000000b81 | TIMING | create persistent directories | standalone | 0:02:30.855294 | 0.50s 2025-12-01 10:44:34.859669 | fa163ee6-8f4d-1548-de56-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-12-01 10:44:34.861313 | fa163ee6-8f4d-1548-de56-000000000b81 | TIMING | create persistent directories | standalone | 0:02:31.053200 | 0.70s 2025-12-01 10:44:35.081373 | fa163ee6-8f4d-1548-de56-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-12-01 10:44:35.082722 | fa163ee6-8f4d-1548-de56-000000000b81 | TIMING | create persistent directories | standalone | 0:02:31.274608 | 0.92s 2025-12-01 10:44:35.309767 | fa163ee6-8f4d-1548-de56-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-12-01 10:44:35.311464 | fa163ee6-8f4d-1548-de56-000000000b81 | TIMING | create persistent directories | standalone | 0:02:31.503350 | 1.15s 2025-12-01 10:44:35.323136 | fa163ee6-8f4d-1548-de56-000000000b81 | TIMING | create persistent directories | standalone | 0:02:31.515018 | 1.16s 2025-12-01 10:44:35.350728 | fa163ee6-8f4d-1548-de56-000000000b82 | TASK | ensure /run/nova is present upon reboot 2025-12-01 10:44:35.806080 | fa163ee6-8f4d-1548-de56-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-12-01 10:44:35.807042 | fa163ee6-8f4d-1548-de56-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:31.998935 | 0.45s 2025-12-01 10:44:35.824154 | fa163ee6-8f4d-1548-de56-000000000b83 | TASK | create tempfiles 2025-12-01 10:44:36.125788 | fa163ee6-8f4d-1548-de56-000000000b83 | CHANGED | create tempfiles | standalone 2025-12-01 10:44:36.127205 | fa163ee6-8f4d-1548-de56-000000000b83 | TIMING | create tempfiles | standalone | 0:02:32.319090 | 0.30s 2025-12-01 10:44:36.149939 | fa163ee6-8f4d-1548-de56-000000000b84 | TASK | Mount Nova NFS Share 2025-12-01 10:44:36.178289 | fa163ee6-8f4d-1548-de56-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2025-12-01 10:44:36.179170 | fa163ee6-8f4d-1548-de56-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:32.371060 | 0.03s 2025-12-01 10:44:36.199219 | fa163ee6-8f4d-1548-de56-000000000b86 | TASK | check systemd-container package installed or not 2025-12-01 10:44:36.225646 | fa163ee6-8f4d-1548-de56-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2025-12-01 10:44:36.226444 | fa163ee6-8f4d-1548-de56-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:32.418335 | 0.03s 2025-12-01 10:44:36.246034 | fa163ee6-8f4d-1548-de56-000000000b87 | TASK | get latest package from downloaded package versions 2025-12-01 10:44:36.272198 | fa163ee6-8f4d-1548-de56-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2025-12-01 10:44:36.273309 | fa163ee6-8f4d-1548-de56-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:32.465194 | 0.03s 2025-12-01 10:44:36.298300 | fa163ee6-8f4d-1548-de56-000000000b88 | TASK | Install systemd-container package on boot 2025-12-01 10:44:36.327582 | fa163ee6-8f4d-1548-de56-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2025-12-01 10:44:36.328517 | fa163ee6-8f4d-1548-de56-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:32.520407 | 0.03s 2025-12-01 10:44:36.348732 | fa163ee6-8f4d-1548-de56-000000000b89 | TASK | enable install-systemd-container on compute boot 2025-12-01 10:44:36.378160 | fa163ee6-8f4d-1548-de56-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-12-01 10:44:36.379087 | fa163ee6-8f4d-1548-de56-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:32.570978 | 0.03s 2025-12-01 10:44:36.398434 | fa163ee6-8f4d-1548-de56-000000000b8a | TASK | check if install-systemd-container service exists 2025-12-01 10:44:36.424497 | fa163ee6-8f4d-1548-de56-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2025-12-01 10:44:36.425218 | fa163ee6-8f4d-1548-de56-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:32.617110 | 0.03s 2025-12-01 10:44:36.445362 | fa163ee6-8f4d-1548-de56-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2025-12-01 10:44:36.473001 | fa163ee6-8f4d-1548-de56-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-12-01 10:44:36.474045 | fa163ee6-8f4d-1548-de56-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:32.665935 | 0.03s 2025-12-01 10:44:36.494573 | fa163ee6-8f4d-1548-de56-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2025-12-01 10:44:36.533407 | fa163ee6-8f4d-1548-de56-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-12-01 10:44:36.534820 | fa163ee6-8f4d-1548-de56-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:32.726705 | 0.04s 2025-12-01 10:44:36.562437 | fa163ee6-8f4d-1548-de56-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-12-01 10:44:36.595814 | fa163ee6-8f4d-1548-de56-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-12-01 10:44:36.597107 | fa163ee6-8f4d-1548-de56-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:32.788991 | 0.03s 2025-12-01 10:44:36.624347 | fa163ee6-8f4d-1548-de56-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2025-12-01 10:44:36.652719 | fa163ee6-8f4d-1548-de56-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-12-01 10:44:36.653679 | fa163ee6-8f4d-1548-de56-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:32.845570 | 0.03s 2025-12-01 10:44:36.674466 | fa163ee6-8f4d-1548-de56-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-12-01 10:44:36.702165 | fa163ee6-8f4d-1548-de56-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-12-01 10:44:36.703137 | fa163ee6-8f4d-1548-de56-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:32.895027 | 0.03s 2025-12-01 10:44:36.730160 | fa163ee6-8f4d-1548-de56-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-12-01 10:44:36.761637 | fa163ee6-8f4d-1548-de56-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-12-01 10:44:36.762631 | fa163ee6-8f4d-1548-de56-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:32.954521 | 0.03s 2025-12-01 10:44:36.783453 | fa163ee6-8f4d-1548-de56-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-12-01 10:44:36.814339 | fa163ee6-8f4d-1548-de56-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-12-01 10:44:36.815201 | fa163ee6-8f4d-1548-de56-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:33.007090 | 0.03s 2025-12-01 10:44:36.836656 | fa163ee6-8f4d-1548-de56-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2025-12-01 10:44:36.866172 | fa163ee6-8f4d-1548-de56-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-12-01 10:44:36.866984 | fa163ee6-8f4d-1548-de56-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:33.058872 | 0.03s 2025-12-01 10:44:36.887821 | fa163ee6-8f4d-1548-de56-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-12-01 10:44:36.917013 | fa163ee6-8f4d-1548-de56-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-12-01 10:44:36.917815 | fa163ee6-8f4d-1548-de56-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:33.109707 | 0.03s 2025-12-01 10:44:36.938478 | fa163ee6-8f4d-1548-de56-000000000b98 | TASK | Do we prepend nova startup with a delay 2025-12-01 10:44:36.967445 | fa163ee6-8f4d-1548-de56-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2025-12-01 10:44:36.968240 | fa163ee6-8f4d-1548-de56-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:33.160133 | 0.03s 2025-12-01 10:44:36.987712 | fa163ee6-8f4d-1548-de56-000000000b99 | TASK | install nova-compute delay wrapper script 2025-12-01 10:44:37.038069 | fa163ee6-8f4d-1548-de56-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-12-01 10:44:37.039424 | fa163ee6-8f4d-1548-de56-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:33.231307 | 0.05s 2025-12-01 10:44:37.066468 | fa163ee6-8f4d-1548-de56-000000000b9a | TASK | Is irqbalance enabled 2025-12-01 10:44:37.112524 | fa163ee6-8f4d-1548-de56-000000000b9a | OK | Is irqbalance enabled | standalone 2025-12-01 10:44:37.113803 | fa163ee6-8f4d-1548-de56-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:33.305689 | 0.05s 2025-12-01 10:44:37.140275 | fa163ee6-8f4d-1548-de56-000000000b9b | TASK | disable irqbalance service on compute 2025-12-01 10:44:37.169187 | fa163ee6-8f4d-1548-de56-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2025-12-01 10:44:37.170525 | fa163ee6-8f4d-1548-de56-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:33.362409 | 0.03s 2025-12-01 10:44:37.198479 | fa163ee6-8f4d-1548-de56-000000000b9c | TASK | create persistent directories 2025-12-01 10:44:37.428226 | fa163ee6-8f4d-1548-de56-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-12-01 10:44:37.429733 | fa163ee6-8f4d-1548-de56-000000000b9c | TIMING | create persistent directories | standalone | 0:02:33.621616 | 0.23s 2025-12-01 10:44:37.442051 | fa163ee6-8f4d-1548-de56-000000000b9c | TIMING | create persistent directories | standalone | 0:02:33.633931 | 0.24s 2025-12-01 10:44:37.470150 | fa163ee6-8f4d-1548-de56-000000000b9d | TASK | create libvirt persistent data directories 2025-12-01 10:44:37.772399 | fa163ee6-8f4d-1548-de56-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-12-01 10:44:37.774309 | fa163ee6-8f4d-1548-de56-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:33.966184 | 0.30s 2025-12-01 10:44:38.021082 | fa163ee6-8f4d-1548-de56-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-12-01 10:44:38.023275 | fa163ee6-8f4d-1548-de56-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:34.215156 | 0.55s 2025-12-01 10:44:38.239720 | fa163ee6-8f4d-1548-de56-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-12-01 10:44:38.241968 | fa163ee6-8f4d-1548-de56-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:34.433850 | 0.77s 2025-12-01 10:44:38.449506 | fa163ee6-8f4d-1548-de56-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-12-01 10:44:38.450206 | fa163ee6-8f4d-1548-de56-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:34.642101 | 0.98s 2025-12-01 10:44:38.671051 | fa163ee6-8f4d-1548-de56-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-12-01 10:44:38.672157 | fa163ee6-8f4d-1548-de56-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:34.864043 | 1.20s 2025-12-01 10:44:38.972575 | fa163ee6-8f4d-1548-de56-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-12-01 10:44:38.974070 | fa163ee6-8f4d-1548-de56-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:35.165961 | 1.50s 2025-12-01 10:44:39.267965 | fa163ee6-8f4d-1548-de56-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-12-01 10:44:39.269178 | fa163ee6-8f4d-1548-de56-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:35.461064 | 1.80s 2025-12-01 10:44:39.477248 | fa163ee6-8f4d-1548-de56-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-12-01 10:44:39.478369 | fa163ee6-8f4d-1548-de56-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:35.670257 | 2.01s 2025-12-01 10:44:39.485680 | fa163ee6-8f4d-1548-de56-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:35.677570 | 2.01s 2025-12-01 10:44:39.503895 | fa163ee6-8f4d-1548-de56-000000000b9e | TASK | ensure qemu group is present on the host 2025-12-01 10:44:39.911698 | fa163ee6-8f4d-1548-de56-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2025-12-01 10:44:39.912780 | fa163ee6-8f4d-1548-de56-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:36.104640 | 0.41s 2025-12-01 10:44:39.933882 | fa163ee6-8f4d-1548-de56-000000000b9f | TASK | ensure qemu user is present on the host 2025-12-01 10:44:40.407273 | fa163ee6-8f4d-1548-de56-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2025-12-01 10:44:40.408335 | fa163ee6-8f4d-1548-de56-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:36.600226 | 0.47s 2025-12-01 10:44:40.428209 | fa163ee6-8f4d-1548-de56-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2025-12-01 10:44:40.658348 | fa163ee6-8f4d-1548-de56-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-12-01 10:44:40.659884 | fa163ee6-8f4d-1548-de56-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:36.851763 | 0.23s 2025-12-01 10:44:40.685957 | fa163ee6-8f4d-1548-de56-000000000ba1 | TASK | check if libvirt is installed 2025-12-01 10:44:40.917788 | fa163ee6-8f4d-1548-de56-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2025-12-01 10:44:40.919231 | fa163ee6-8f4d-1548-de56-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:37.111115 | 0.23s 2025-12-01 10:44:40.946354 | fa163ee6-8f4d-1548-de56-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2025-12-01 10:44:40.974848 | fa163ee6-8f4d-1548-de56-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-12-01 10:44:40.978453 | fa163ee6-8f4d-1548-de56-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-12-01 10:44:40.986708 | fa163ee6-8f4d-1548-de56-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:37.178582 | 0.04s 2025-12-01 10:44:41.012091 | fa163ee6-8f4d-1548-de56-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2025-12-01 10:44:41.389859 | fa163ee6-8f4d-1548-de56-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-12-01 10:44:41.390852 | fa163ee6-8f4d-1548-de56-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:37.582742 | 0.38s 2025-12-01 10:44:41.411189 | fa163ee6-8f4d-1548-de56-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-12-01 10:44:42.353314 | fa163ee6-8f4d-1548-de56-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-12-01 10:44:42.354926 | fa163ee6-8f4d-1548-de56-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:38.546811 | 0.94s 2025-12-01 10:44:42.383421 | fa163ee6-8f4d-1548-de56-000000000ba5 | TASK | remove gnutls-qemu.config 2025-12-01 10:44:42.616780 | fa163ee6-8f4d-1548-de56-000000000ba5 | OK | remove gnutls-qemu.config | standalone 2025-12-01 10:44:42.618119 | fa163ee6-8f4d-1548-de56-000000000ba5 | TIMING | remove gnutls-qemu.config | standalone | 0:02:38.810002 | 0.23s 2025-12-01 10:44:42.643832 | fa163ee6-8f4d-1548-de56-000000000ba6 | TASK | update crypto policies 2025-12-01 10:44:42.666457 | fa163ee6-8f4d-1548-de56-000000000ba6 | SKIPPED | update crypto policies | standalone 2025-12-01 10:44:42.667816 | fa163ee6-8f4d-1548-de56-000000000ba6 | TIMING | update crypto policies | standalone | 0:02:38.859693 | 0.02s 2025-12-01 10:44:42.693481 | fa163ee6-8f4d-1548-de56-000000000ba7 | TASK | Create libvirt persistent data directories 2025-12-01 10:44:42.934449 | fa163ee6-8f4d-1548-de56-000000000ba7 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-12-01 10:44:42.935888 | fa163ee6-8f4d-1548-de56-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:39.127770 | 0.24s 2025-12-01 10:44:42.942886 | fa163ee6-8f4d-1548-de56-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:39.134765 | 0.25s 2025-12-01 10:44:42.969432 | fa163ee6-8f4d-1548-de56-000000000ba8 | TASK | create persistent directories 2025-12-01 10:44:43.218453 | fa163ee6-8f4d-1548-de56-000000000ba8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-12-01 10:44:43.219918 | fa163ee6-8f4d-1548-de56-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:39.411807 | 0.25s 2025-12-01 10:44:43.415096 | fa163ee6-8f4d-1548-de56-000000000ba8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-12-01 10:44:43.416828 | fa163ee6-8f4d-1548-de56-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:39.608717 | 0.45s 2025-12-01 10:44:43.427945 | fa163ee6-8f4d-1548-de56-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:39.619819 | 0.46s 2025-12-01 10:44:43.457717 | fa163ee6-8f4d-1548-de56-000000000ba9 | TASK | Copy in cleanup script 2025-12-01 10:44:43.937291 | fa163ee6-8f4d-1548-de56-000000000ba9 | CHANGED | Copy in cleanup script | standalone 2025-12-01 10:44:43.938717 | fa163ee6-8f4d-1548-de56-000000000ba9 | TIMING | Copy in cleanup script | standalone | 0:02:40.130602 | 0.48s 2025-12-01 10:44:43.965138 | fa163ee6-8f4d-1548-de56-000000000baa | TASK | Copy in cleanup service 2025-12-01 10:44:44.400883 | fa163ee6-8f4d-1548-de56-000000000baa | CHANGED | Copy in cleanup service | standalone 2025-12-01 10:44:44.402711 | fa163ee6-8f4d-1548-de56-000000000baa | TIMING | Copy in cleanup service | standalone | 0:02:40.594590 | 0.44s 2025-12-01 10:44:44.432441 | fa163ee6-8f4d-1548-de56-000000000bab | TASK | Enabling the cleanup service 2025-12-01 10:44:45.055651 | fa163ee6-8f4d-1548-de56-000000000bab | CHANGED | Enabling the cleanup service | standalone 2025-12-01 10:44:45.056904 | fa163ee6-8f4d-1548-de56-000000000bab | TIMING | Enabling the cleanup service | standalone | 0:02:41.248794 | 0.62s 2025-12-01 10:44:45.077945 | fa163ee6-8f4d-1548-de56-000000000bac | TASK | create persistent directories 2025-12-01 10:44:45.344165 | fa163ee6-8f4d-1548-de56-000000000bac | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-12-01 10:44:45.345689 | fa163ee6-8f4d-1548-de56-000000000bac | TIMING | create persistent directories | standalone | 0:02:41.537570 | 0.27s 2025-12-01 10:44:45.549782 | fa163ee6-8f4d-1548-de56-000000000bac | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-12-01 10:44:45.550945 | fa163ee6-8f4d-1548-de56-000000000bac | TIMING | create persistent directories | standalone | 0:02:41.742832 | 0.47s 2025-12-01 10:44:45.558569 | fa163ee6-8f4d-1548-de56-000000000bac | TIMING | create persistent directories | standalone | 0:02:41.750429 | 0.48s 2025-12-01 10:44:45.584662 | fa163ee6-8f4d-1548-de56-000000000bad | TASK | set conditions 2025-12-01 10:44:45.614334 | fa163ee6-8f4d-1548-de56-000000000bad | OK | set conditions | standalone 2025-12-01 10:44:45.615666 | fa163ee6-8f4d-1548-de56-000000000bad | TIMING | set conditions | standalone | 0:02:41.807548 | 0.03s 2025-12-01 10:44:45.641924 | fa163ee6-8f4d-1548-de56-000000000bae | TASK | create persistent directories 2025-12-01 10:44:45.886925 | fa163ee6-8f4d-1548-de56-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-12-01 10:44:45.888739 | fa163ee6-8f4d-1548-de56-000000000bae | TIMING | create persistent directories | standalone | 0:02:42.080628 | 0.25s 2025-12-01 10:44:46.073685 | fa163ee6-8f4d-1548-de56-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-12-01 10:44:46.074347 | fa163ee6-8f4d-1548-de56-000000000bae | TIMING | create persistent directories | standalone | 0:02:42.266242 | 0.43s 2025-12-01 10:44:46.270179 | fa163ee6-8f4d-1548-de56-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-12-01 10:44:46.271865 | fa163ee6-8f4d-1548-de56-000000000bae | TIMING | create persistent directories | standalone | 0:02:42.463752 | 0.63s 2025-12-01 10:44:46.282967 | fa163ee6-8f4d-1548-de56-000000000bae | TIMING | create persistent directories | standalone | 0:02:42.474854 | 0.64s 2025-12-01 10:44:46.309636 | fa163ee6-8f4d-1548-de56-000000000baf | TASK | ensure /run/octavia is present upon reboot 2025-12-01 10:44:46.735348 | fa163ee6-8f4d-1548-de56-000000000baf | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-12-01 10:44:46.736918 | fa163ee6-8f4d-1548-de56-000000000baf | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:42.928804 | 0.43s 2025-12-01 10:44:46.763050 | fa163ee6-8f4d-1548-de56-000000000bb0 | TASK | create persistent directories 2025-12-01 10:44:47.004431 | fa163ee6-8f4d-1548-de56-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-12-01 10:44:47.006695 | fa163ee6-8f4d-1548-de56-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:43.198575 | 0.24s 2025-12-01 10:44:47.219112 | fa163ee6-8f4d-1548-de56-000000000bb0 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-12-01 10:44:47.221040 | fa163ee6-8f4d-1548-de56-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:43.412925 | 0.46s 2025-12-01 10:44:47.231667 | fa163ee6-8f4d-1548-de56-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:43.423548 | 0.47s 2025-12-01 10:44:47.258125 | fa163ee6-8f4d-1548-de56-000000000bb1 | TASK | create empty log files 2025-12-01 10:44:47.512406 | fa163ee6-8f4d-1548-de56-000000000bb1 | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2025-12-01 10:44:47.515205 | fa163ee6-8f4d-1548-de56-000000000bb1 | TIMING | create empty log files | standalone | 0:02:43.707079 | 0.26s 2025-12-01 10:44:47.723958 | fa163ee6-8f4d-1548-de56-000000000bb1 | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-12-01 10:44:47.725803 | fa163ee6-8f4d-1548-de56-000000000bb1 | TIMING | create empty log files | standalone | 0:02:43.917689 | 0.47s 2025-12-01 10:44:47.736459 | fa163ee6-8f4d-1548-de56-000000000bb1 | TIMING | create empty log files | standalone | 0:02:43.928339 | 0.48s 2025-12-01 10:44:47.763111 | fa163ee6-8f4d-1548-de56-000000000bb2 | TASK | create persistent directories 2025-12-01 10:44:48.003247 | fa163ee6-8f4d-1548-de56-000000000bb2 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-12-01 10:44:48.004705 | fa163ee6-8f4d-1548-de56-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:44.196586 | 0.24s 2025-12-01 10:44:48.016797 | fa163ee6-8f4d-1548-de56-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:44.208676 | 0.25s 2025-12-01 10:44:48.042246 | fa163ee6-8f4d-1548-de56-000000000bb4 | TASK | Ensure packages required for configuring octavia are present 2025-12-01 10:44:50.839988 | fa163ee6-8f4d-1548-de56-000000000bb4 | OK | Ensure packages required for configuring octavia are present | standalone 2025-12-01 10:44:50.841388 | fa163ee6-8f4d-1548-de56-000000000bb4 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:47.033275 | 2.80s 2025-12-01 10:44:50.888468 | fa163ee6-8f4d-1548-de56-000000000bb6 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:47.080341 | 0.02s 2025-12-01 10:44:50.949682 | fa163ee6-8f4d-1548-de56-000000001297 | TASK | Gather variables for each operating system 2025-12-01 10:44:51.060503 | fa163ee6-8f4d-1548-de56-000000001297 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:47.252383 | 0.11s 2025-12-01 10:44:51.085843 | fa163ee6-8f4d-1548-de56-000000001298 | TASK | Set packages facts 2025-12-01 10:44:51.136179 | fa163ee6-8f4d-1548-de56-000000001298 | OK | Set packages facts | standalone 2025-12-01 10:44:51.137432 | fa163ee6-8f4d-1548-de56-000000001298 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:47.329317 | 0.05s 2025-12-01 10:44:51.162417 | fa163ee6-8f4d-1548-de56-000000001299 | TASK | Manage package 2025-12-01 10:44:51.220976 | fa163ee6-8f4d-1548-de56-000000001299 | SKIPPED | Manage package | standalone | item=[]: absent 2025-12-01 10:44:51.247140 | fa163ee6-8f4d-1548-de56-000000001299 | SKIPPED | Manage package | standalone | item=[]: installed 2025-12-01 10:44:51.262927 | fa163ee6-8f4d-1548-de56-000000001299 | SKIPPED | Manage package | standalone | item=[]: latest 2025-12-01 10:44:55.736024 | fa163ee6-8f4d-1548-de56-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:51.927902 | 4.57s 2025-12-01 10:44:55.759599 | fa163ee6-8f4d-1548-de56-000000001299 | SKIPPED | Manage package | standalone | item=[]: removed 2025-12-01 10:44:55.765217 | fa163ee6-8f4d-1548-de56-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:51.957099 | 4.60s 2025-12-01 10:44:55.815502 | fa163ee6-8f4d-1548-de56-000000000bb7 | TASK | create fcontext for rabbitmq data 2025-12-01 10:44:57.192326 | fa163ee6-8f4d-1548-de56-000000000bb7 | CHANGED | create fcontext for rabbitmq data | standalone 2025-12-01 10:44:57.194072 | fa163ee6-8f4d-1548-de56-000000000bb7 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:53.385957 | 1.38s 2025-12-01 10:44:57.219204 | fa163ee6-8f4d-1548-de56-000000000bb8 | TASK | create persistent directories 2025-12-01 10:44:57.474472 | fa163ee6-8f4d-1548-de56-000000000bb8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-12-01 10:44:57.475411 | fa163ee6-8f4d-1548-de56-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:53.667303 | 0.25s 2025-12-01 10:44:57.673683 | fa163ee6-8f4d-1548-de56-000000000bb8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-12-01 10:44:57.674670 | fa163ee6-8f4d-1548-de56-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:53.866556 | 0.45s 2025-12-01 10:44:57.687289 | fa163ee6-8f4d-1548-de56-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:53.879166 | 0.47s 2025-12-01 10:44:57.714382 | fa163ee6-8f4d-1548-de56-000000000bb9 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-12-01 10:44:57.923741 | fa163ee6-8f4d-1548-de56-000000000bb9 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-12-01 10:44:57.924709 | fa163ee6-8f4d-1548-de56-000000000bb9 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:54.116412 | 0.21s 2025-12-01 10:44:57.951819 | fa163ee6-8f4d-1548-de56-000000000bba | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-12-01 10:44:57.982419 | fa163ee6-8f4d-1548-de56-000000000bba | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-12-01 10:44:57.984478 | fa163ee6-8f4d-1548-de56-000000000bba | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:54.176358 | 0.03s 2025-12-01 10:44:58.010368 | fa163ee6-8f4d-1548-de56-000000000bbb | TASK | Remove existing entries from logind conf 2025-12-01 10:44:58.258171 | fa163ee6-8f4d-1548-de56-000000000bbb | CHANGED | Remove existing entries from logind conf | standalone 2025-12-01 10:44:58.259346 | fa163ee6-8f4d-1548-de56-000000000bbb | TIMING | Remove existing entries from logind conf | standalone | 0:02:54.451234 | 0.25s 2025-12-01 10:44:58.285094 | fa163ee6-8f4d-1548-de56-000000000bbc | TASK | Make sure systemd-logind ignores power off 2025-12-01 10:44:58.508366 | fa163ee6-8f4d-1548-de56-000000000bbc | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-12-01 10:44:58.509931 | fa163ee6-8f4d-1548-de56-000000000bbc | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:54.701816 | 0.22s 2025-12-01 10:44:58.536284 | fa163ee6-8f4d-1548-de56-000000000bbd | TASK | Restart systemd-logind 2025-12-01 10:44:59.040950 | fa163ee6-8f4d-1548-de56-000000000bbd | CHANGED | Restart systemd-logind | standalone 2025-12-01 10:44:59.043055 | fa163ee6-8f4d-1548-de56-000000000bbd | TIMING | Restart systemd-logind | standalone | 0:02:55.234940 | 0.50s 2025-12-01 10:44:59.070904 | fa163ee6-8f4d-1548-de56-000000000bbe | TASK | Gather service_facts on pacemaker_bootstrap_node [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-12-01 10:44:59.142267 | fa163ee6-8f4d-1548-de56-000000000bbe | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-12-01 10:44:59.143319 | fa163ee6-8f4d-1548-de56-000000000bbe | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:55.335201 | 0.07s 2025-12-01 10:44:59.169185 | fa163ee6-8f4d-1548-de56-000000000bbf | TASK | Check and eventually delete duplicate constraints (bootstrap node) [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-12-01 10:44:59.240296 | fa163ee6-8f4d-1548-de56-000000000bbf | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-12-01 10:44:59.241639 | fa163ee6-8f4d-1548-de56-000000000bbf | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:55.433511 | 0.07s 2025-12-01 10:44:59.268561 | fa163ee6-8f4d-1548-de56-000000000bc0 | TASK | create persistent logs directory 2025-12-01 10:44:59.514843 | fa163ee6-8f4d-1548-de56-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-12-01 10:44:59.516862 | fa163ee6-8f4d-1548-de56-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:55.708747 | 0.25s 2025-12-01 10:44:59.670070 | fa163ee6-8f4d-1548-de56-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-12-01 10:44:59.671957 | fa163ee6-8f4d-1548-de56-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:55.863844 | 0.40s 2025-12-01 10:44:59.682627 | fa163ee6-8f4d-1548-de56-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:55.874516 | 0.41s 2025-12-01 10:44:59.709958 | fa163ee6-8f4d-1548-de56-000000000bc2 | TASK | Set login facts 2025-12-01 10:44:59.739309 | fa163ee6-8f4d-1548-de56-000000000bc2 | OK | Set login facts | standalone 2025-12-01 10:44:59.740512 | fa163ee6-8f4d-1548-de56-000000000bc2 | TIMING | Set login facts | standalone | 0:02:55.932396 | 0.03s 2025-12-01 10:44:59.766604 | fa163ee6-8f4d-1548-de56-000000000bc3 | TASK | Convert logins json to dict 2025-12-01 10:44:59.805652 | fa163ee6-8f4d-1548-de56-000000000bc3 | SKIPPED | Convert logins json to dict | standalone 2025-12-01 10:44:59.807008 | fa163ee6-8f4d-1548-de56-000000000bc3 | TIMING | Convert logins json to dict | standalone | 0:02:55.998891 | 0.04s 2025-12-01 10:44:59.832598 | fa163ee6-8f4d-1548-de56-000000000bc4 | TASK | Set registry logins 2025-12-01 10:44:59.880707 | fa163ee6-8f4d-1548-de56-000000000bc4 | SKIPPED | Set registry logins | standalone 2025-12-01 10:44:59.882129 | fa163ee6-8f4d-1548-de56-000000000bc4 | TIMING | Set registry logins | standalone | 0:02:56.074011 | 0.05s 2025-12-01 10:44:59.908136 | fa163ee6-8f4d-1548-de56-000000000bc5 | TASK | Run podman install 2025-12-01 10:44:59.937641 | fa163ee6-8f4d-1548-de56-000000000bc5 | TIMING | Run podman install | standalone | 0:02:56.129517 | 0.03s 2025-12-01 10:45:00.017225 | fa163ee6-8f4d-1548-de56-000000001329 | TASK | Gather variables for each operating system 2025-12-01 10:45:00.160258 | fa163ee6-8f4d-1548-de56-000000001329 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-12-01 10:45:00.162412 | fa163ee6-8f4d-1548-de56-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:56.354292 | 0.14s 2025-12-01 10:45:00.172517 | fa163ee6-8f4d-1548-de56-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:56.364400 | 0.15s 2025-12-01 10:45:00.198964 | fa163ee6-8f4d-1548-de56-00000000132b | TASK | ensure podman and deps are installed 2025-12-01 10:45:03.243919 | fa163ee6-8f4d-1548-de56-00000000132b | OK | ensure podman and deps are installed | standalone 2025-12-01 10:45:03.245337 | fa163ee6-8f4d-1548-de56-00000000132b | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:59.437221 | 3.04s 2025-12-01 10:45:03.272320 | fa163ee6-8f4d-1548-de56-00000000132c | TASK | Ensure we get the ansible interfaces facts 2025-12-01 10:45:03.857224 | fa163ee6-8f4d-1548-de56-00000000132c | OK | Ensure we get the ansible interfaces facts | standalone 2025-12-01 10:45:03.858380 | fa163ee6-8f4d-1548-de56-00000000132c | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:03:00.050266 | 0.58s 2025-12-01 10:45:03.884838 | fa163ee6-8f4d-1548-de56-00000000132d | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-12-01 10:45:03.914897 | fa163ee6-8f4d-1548-de56-00000000132d | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-12-01 10:45:03.916063 | fa163ee6-8f4d-1548-de56-00000000132d | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:03:00.107947 | 0.03s 2025-12-01 10:45:03.942782 | fa163ee6-8f4d-1548-de56-00000000132f | TASK | Make sure /etc/cni/net.d folder exists 2025-12-01 10:45:03.981762 | fa163ee6-8f4d-1548-de56-00000000132f | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-12-01 10:45:03.982853 | fa163ee6-8f4d-1548-de56-00000000132f | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:03:00.174737 | 0.04s 2025-12-01 10:45:04.008464 | fa163ee6-8f4d-1548-de56-000000001330 | TASK | Update default network configuration if possible 2025-12-01 10:45:04.048936 | fa163ee6-8f4d-1548-de56-000000001330 | SKIPPED | Update default network configuration if possible | standalone 2025-12-01 10:45:04.049973 | fa163ee6-8f4d-1548-de56-000000001330 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:03:00.241859 | 0.04s 2025-12-01 10:45:04.075418 | fa163ee6-8f4d-1548-de56-000000001332 | TASK | Make sure /etc/containers/networks exists 2025-12-01 10:45:04.306705 | fa163ee6-8f4d-1548-de56-000000001332 | OK | Make sure /etc/containers/networks exists | standalone 2025-12-01 10:45:04.308128 | fa163ee6-8f4d-1548-de56-000000001332 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:03:00.500009 | 0.23s 2025-12-01 10:45:04.334221 | fa163ee6-8f4d-1548-de56-000000001333 | TASK | Get current podman network 2025-12-01 10:45:04.610557 | fa163ee6-8f4d-1548-de56-000000001333 | CHANGED | Get current podman network | standalone 2025-12-01 10:45:04.612374 | fa163ee6-8f4d-1548-de56-000000001333 | TIMING | tripleo_podman : Get current podman network | standalone | 0:03:00.804255 | 0.28s 2025-12-01 10:45:04.640983 | fa163ee6-8f4d-1548-de56-000000001334 | TASK | Update the default network configuration 2025-12-01 10:45:05.185620 | fa163ee6-8f4d-1548-de56-000000001334 | CHANGED | Update the default network configuration | standalone 2025-12-01 10:45:05.187061 | fa163ee6-8f4d-1548-de56-000000001334 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:01.378947 | 0.54s 2025-12-01 10:45:05.212963 | fa163ee6-8f4d-1548-de56-000000001335 | TASK | Write containers registries.conf 2025-12-01 10:45:05.762631 | fa163ee6-8f4d-1548-de56-000000001335 | CHANGED | Write containers registries.conf | standalone 2025-12-01 10:45:05.764097 | fa163ee6-8f4d-1548-de56-000000001335 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:01.955982 | 0.55s 2025-12-01 10:45:05.790208 | fa163ee6-8f4d-1548-de56-000000001336 | TASK | Write containers.conf 2025-12-01 10:45:06.042905 | fa163ee6-8f4d-1548-de56-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-12-01 10:45:06.044614 | fa163ee6-8f4d-1548-de56-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:02.236496 | 0.25s 2025-12-01 10:45:06.230963 | fa163ee6-8f4d-1548-de56-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-12-01 10:45:06.232904 | fa163ee6-8f4d-1548-de56-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:02.424791 | 0.44s 2025-12-01 10:45:06.398026 | fa163ee6-8f4d-1548-de56-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-12-01 10:45:06.399071 | fa163ee6-8f4d-1548-de56-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:02.590958 | 0.61s 2025-12-01 10:45:06.565339 | fa163ee6-8f4d-1548-de56-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-12-01 10:45:06.565993 | fa163ee6-8f4d-1548-de56-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:02.757888 | 0.77s 2025-12-01 10:45:06.572614 | fa163ee6-8f4d-1548-de56-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:02.764497 | 0.78s 2025-12-01 10:45:06.599372 | fa163ee6-8f4d-1548-de56-000000001337 | TASK | Enable podman.socket service 2025-12-01 10:45:06.630397 | fa163ee6-8f4d-1548-de56-000000001337 | SKIPPED | Enable podman.socket service | standalone 2025-12-01 10:45:06.631460 | fa163ee6-8f4d-1548-de56-000000001337 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:02.823345 | 0.03s 2025-12-01 10:45:06.680209 | fa163ee6-8f4d-1548-de56-000000000bc6 | TASK | Run podman login 2025-12-01 10:45:06.709176 | fa163ee6-8f4d-1548-de56-000000000bc6 | TIMING | Run podman login | standalone | 0:03:02.901053 | 0.03s 2025-12-01 10:45:06.786519 | fa163ee6-8f4d-1548-de56-000000001437 | TASK | Perform container registry login(s) with podman 2025-12-01 10:45:06.813142 | fa163ee6-8f4d-1548-de56-000000001437 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:03.005029 | 0.03s 2025-12-01 10:45:06.851436 | fa163ee6-8f4d-1548-de56-000000000bc8 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-12-01 10:45:07.305988 | fa163ee6-8f4d-1548-de56-000000000bc8 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-12-01 10:45:07.307302 | fa163ee6-8f4d-1548-de56-000000000bc8 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:03.499190 | 0.46s 2025-12-01 10:45:07.332074 | fa163ee6-8f4d-1548-de56-000000000bc9 | TASK | create persistent directories 2025-12-01 10:45:07.597232 | fa163ee6-8f4d-1548-de56-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-12-01 10:45:07.599603 | fa163ee6-8f4d-1548-de56-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:03.791478 | 0.27s 2025-12-01 10:45:07.799775 | fa163ee6-8f4d-1548-de56-000000000bc9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-12-01 10:45:07.801044 | fa163ee6-8f4d-1548-de56-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:03.992930 | 0.47s 2025-12-01 10:45:08.020481 | fa163ee6-8f4d-1548-de56-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-12-01 10:45:08.021685 | fa163ee6-8f4d-1548-de56-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:04.213571 | 0.69s 2025-12-01 10:45:08.029037 | fa163ee6-8f4d-1548-de56-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:04.220917 | 0.70s 2025-12-01 10:45:08.055698 | fa163ee6-8f4d-1548-de56-000000000bca | TASK | ensure /run/redis is present upon reboot 2025-12-01 10:45:08.525620 | fa163ee6-8f4d-1548-de56-000000000bca | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-12-01 10:45:08.527065 | fa163ee6-8f4d-1548-de56-000000000bca | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:04.718947 | 0.47s 2025-12-01 10:45:08.552166 | fa163ee6-8f4d-1548-de56-000000000bcb | TASK | Ensure rsyslog is installed 2025-12-01 10:45:11.332261 | fa163ee6-8f4d-1548-de56-000000000bcb | OK | Ensure rsyslog is installed | standalone 2025-12-01 10:45:11.333649 | fa163ee6-8f4d-1548-de56-000000000bcb | TIMING | Ensure rsyslog is installed | standalone | 0:03:07.525534 | 2.78s 2025-12-01 10:45:11.359825 | fa163ee6-8f4d-1548-de56-000000000bcc | TASK | Ensure rsyslog is enabled and started 2025-12-01 10:45:11.730609 | fa163ee6-8f4d-1548-de56-000000000bcc | OK | Ensure rsyslog is enabled and started | standalone 2025-12-01 10:45:11.731874 | fa163ee6-8f4d-1548-de56-000000000bcc | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:07.923765 | 0.37s 2025-12-01 10:45:11.778194 | fa163ee6-8f4d-1548-de56-000000000bcd | TIMING | include_role : tripleo_sshd | standalone | 0:03:07.970074 | 0.02s 2025-12-01 10:45:11.864973 | fa163ee6-8f4d-1548-de56-000000001552 | TASK | Gather variables for each operating system 2025-12-01 10:45:11.984523 | fa163ee6-8f4d-1548-de56-000000001552 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-12-01 10:45:11.986716 | fa163ee6-8f4d-1548-de56-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:08.178599 | 0.12s 2025-12-01 10:45:11.996675 | fa163ee6-8f4d-1548-de56-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:08.188555 | 0.13s 2025-12-01 10:45:12.024163 | fa163ee6-8f4d-1548-de56-000000001554 | TASK | Install the OpenSSH server 2025-12-01 10:45:14.840941 | fa163ee6-8f4d-1548-de56-000000001554 | OK | Install the OpenSSH server | standalone 2025-12-01 10:45:14.841762 | fa163ee6-8f4d-1548-de56-000000001554 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:11.033657 | 2.82s 2025-12-01 10:45:14.859149 | fa163ee6-8f4d-1548-de56-000000001555 | TASK | Start sshd 2025-12-01 10:45:14.885482 | fa163ee6-8f4d-1548-de56-000000001555 | SKIPPED | Start sshd | standalone 2025-12-01 10:45:14.886052 | fa163ee6-8f4d-1548-de56-000000001555 | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:11.077947 | 0.03s 2025-12-01 10:45:14.903036 | fa163ee6-8f4d-1548-de56-000000001556 | TASK | PasswordAuthentication notice 2025-12-01 10:45:14.930642 | fa163ee6-8f4d-1548-de56-000000001556 | SKIPPED | PasswordAuthentication notice | standalone 2025-12-01 10:45:14.931163 | fa163ee6-8f4d-1548-de56-000000001556 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:11.123059 | 0.03s 2025-12-01 10:45:14.948225 | fa163ee6-8f4d-1548-de56-000000001557 | TASK | PasswordAuthentication duplication notice 2025-12-01 10:45:14.975764 | fa163ee6-8f4d-1548-de56-000000001557 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-12-01 10:45:14.976277 | fa163ee6-8f4d-1548-de56-000000001557 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:11.168173 | 0.03s 2025-12-01 10:45:14.992946 | fa163ee6-8f4d-1548-de56-000000001558 | TASK | Motd duplication notice 2025-12-01 10:45:15.028011 | fa163ee6-8f4d-1548-de56-000000001558 | OK | Motd duplication notice | standalone | result={ "changed": false, "msg": "WARNING - The Banner or PrintMotd has been configured in `tripleo_sshd_server_options`. These options may be ignored and configured using values from `tripleo_sshd_banner_enabled` and `tripleo_sshd_motd_enabled`" } 2025-12-01 10:45:15.028564 | fa163ee6-8f4d-1548-de56-000000001558 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:11.220457 | 0.04s 2025-12-01 10:45:15.045952 | fa163ee6-8f4d-1548-de56-000000001559 | TASK | Configure the banner text 2025-12-01 10:45:15.073850 | fa163ee6-8f4d-1548-de56-000000001559 | SKIPPED | Configure the banner text | standalone 2025-12-01 10:45:15.074356 | fa163ee6-8f4d-1548-de56-000000001559 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:11.266252 | 0.03s 2025-12-01 10:45:15.091410 | fa163ee6-8f4d-1548-de56-00000000155a | TASK | Configure the motd banner 2025-12-01 10:45:15.119954 | fa163ee6-8f4d-1548-de56-00000000155a | SKIPPED | Configure the motd banner | standalone 2025-12-01 10:45:15.120456 | fa163ee6-8f4d-1548-de56-00000000155a | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:11.312353 | 0.03s 2025-12-01 10:45:15.137294 | fa163ee6-8f4d-1548-de56-00000000155b | TASK | Update sshd configuration options from vars 2025-12-01 10:45:15.174646 | fa163ee6-8f4d-1548-de56-00000000155b | OK | Update sshd configuration options from vars | standalone 2025-12-01 10:45:15.176630 | fa163ee6-8f4d-1548-de56-00000000155b | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:11.368513 | 0.04s 2025-12-01 10:45:15.202251 | fa163ee6-8f4d-1548-de56-00000000155c | TASK | Adjust ssh server configuration 2025-12-01 10:45:15.655910 | fa163ee6-8f4d-1548-de56-00000000155c | CHANGED | Adjust ssh server configuration | standalone 2025-12-01 10:45:15.656706 | fa163ee6-8f4d-1548-de56-00000000155c | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:11.848601 | 0.45s 2025-12-01 10:45:15.674480 | fa163ee6-8f4d-1548-de56-00000000155d | TASK | Restart sshd 2025-12-01 10:45:16.102390 | fa163ee6-8f4d-1548-de56-00000000155d | CHANGED | Restart sshd | standalone 2025-12-01 10:45:16.104307 | fa163ee6-8f4d-1548-de56-00000000155d | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:12.296192 | 0.43s 2025-12-01 10:45:16.154104 | fa163ee6-8f4d-1548-de56-000000000bce | TASK | create persistent directories 2025-12-01 10:45:16.411341 | fa163ee6-8f4d-1548-de56-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-12-01 10:45:16.412979 | fa163ee6-8f4d-1548-de56-000000000bce | TIMING | create persistent directories | standalone | 0:03:12.604863 | 0.26s 2025-12-01 10:45:16.610647 | fa163ee6-8f4d-1548-de56-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-12-01 10:45:16.612510 | fa163ee6-8f4d-1548-de56-000000000bce | TIMING | create persistent directories | standalone | 0:03:12.804394 | 0.46s 2025-12-01 10:45:16.789135 | fa163ee6-8f4d-1548-de56-000000000bce | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-12-01 10:45:16.790183 | fa163ee6-8f4d-1548-de56-000000000bce | TIMING | create persistent directories | standalone | 0:03:12.982071 | 0.63s 2025-12-01 10:45:16.802903 | fa163ee6-8f4d-1548-de56-000000000bce | TIMING | create persistent directories | standalone | 0:03:12.994783 | 0.65s 2025-12-01 10:45:16.829121 | fa163ee6-8f4d-1548-de56-000000000bcf | TASK | create persistent directories 2025-12-01 10:45:17.066640 | fa163ee6-8f4d-1548-de56-000000000bcf | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-12-01 10:45:17.067571 | fa163ee6-8f4d-1548-de56-000000000bcf | TIMING | create persistent directories | standalone | 0:03:13.259459 | 0.24s 2025-12-01 10:45:17.259472 | fa163ee6-8f4d-1548-de56-000000000bcf | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-12-01 10:45:17.260722 | fa163ee6-8f4d-1548-de56-000000000bcf | TIMING | create persistent directories | standalone | 0:03:13.452617 | 0.43s 2025-12-01 10:45:17.446642 | fa163ee6-8f4d-1548-de56-000000000bcf | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-12-01 10:45:17.447326 | fa163ee6-8f4d-1548-de56-000000000bcf | TIMING | create persistent directories | standalone | 0:03:13.639220 | 0.62s 2025-12-01 10:45:17.452500 | fa163ee6-8f4d-1548-de56-000000000bcf | TIMING | create persistent directories | standalone | 0:03:13.644381 | 0.62s 2025-12-01 10:45:17.479155 | fa163ee6-8f4d-1548-de56-000000000bd0 | TASK | Set swift_use_local_disks fact 2025-12-01 10:45:17.509226 | fa163ee6-8f4d-1548-de56-000000000bd0 | OK | Set swift_use_local_disks fact | standalone 2025-12-01 10:45:17.510692 | fa163ee6-8f4d-1548-de56-000000000bd0 | TIMING | Set swift_use_local_disks fact | standalone | 0:03:13.702575 | 0.03s 2025-12-01 10:45:17.536962 | fa163ee6-8f4d-1548-de56-000000000bd1 | TASK | Set use_node_data_lookup fact 2025-12-01 10:45:17.566662 | fa163ee6-8f4d-1548-de56-000000000bd1 | OK | Set use_node_data_lookup fact | standalone 2025-12-01 10:45:17.567818 | fa163ee6-8f4d-1548-de56-000000000bd1 | TIMING | Set use_node_data_lookup fact | standalone | 0:03:13.759703 | 0.03s 2025-12-01 10:45:17.593480 | fa163ee6-8f4d-1548-de56-000000000bd2 | TASK | Create Swift d1 directory if needed 2025-12-01 10:45:17.866457 | fa163ee6-8f4d-1548-de56-000000000bd2 | CHANGED | Create Swift d1 directory if needed | standalone 2025-12-01 10:45:17.867911 | fa163ee6-8f4d-1548-de56-000000000bd2 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:14.059798 | 0.27s 2025-12-01 10:45:17.893810 | fa163ee6-8f4d-1548-de56-000000000bd3 | TASK | Set fact for SwiftRawDisks 2025-12-01 10:45:17.933798 | fa163ee6-8f4d-1548-de56-000000000bd3 | OK | Set fact for SwiftRawDisks | standalone 2025-12-01 10:45:17.934980 | fa163ee6-8f4d-1548-de56-000000000bd3 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:14.126867 | 0.04s 2025-12-01 10:45:17.959908 | fa163ee6-8f4d-1548-de56-000000000bd4 | TASK | Get hiera swift::storage::disks::args 2025-12-01 10:45:17.988362 | fa163ee6-8f4d-1548-de56-000000000bd4 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-12-01 10:45:17.989456 | fa163ee6-8f4d-1548-de56-000000000bd4 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:14.181340 | 0.03s 2025-12-01 10:45:18.015411 | fa163ee6-8f4d-1548-de56-000000000bd5 | TASK | Set fact for swift_raw_disks 2025-12-01 10:45:18.045665 | fa163ee6-8f4d-1548-de56-000000000bd5 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-12-01 10:45:18.046780 | fa163ee6-8f4d-1548-de56-000000000bd5 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:14.238664 | 0.03s 2025-12-01 10:45:18.074317 | fa163ee6-8f4d-1548-de56-000000000bd6 | TASK | Format SwiftRawDisks 2025-12-01 10:45:18.102176 | fa163ee6-8f4d-1548-de56-000000000bd6 | TIMING | Format SwiftRawDisks | standalone | 0:03:14.294049 | 0.03s 2025-12-01 10:45:18.129244 | fa163ee6-8f4d-1548-de56-000000000bd7 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-12-01 10:45:18.178812 | fa163ee6-8f4d-1548-de56-000000000bd7 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-12-01 10:45:18.180073 | fa163ee6-8f4d-1548-de56-000000000bd7 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:14.371952 | 0.05s 2025-12-01 10:45:18.205269 | fa163ee6-8f4d-1548-de56-000000000bd8 | TASK | Mount devices defined in SwiftRawDisks 2025-12-01 10:45:18.233686 | fa163ee6-8f4d-1548-de56-000000000bd8 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:14.425556 | 0.03s 2025-12-01 10:45:18.259326 | fa163ee6-8f4d-1548-de56-000000000bd9 | TASK | Check for NTP service 2025-12-01 10:45:18.512168 | fa163ee6-8f4d-1548-de56-000000000bd9 | CHANGED | Check for NTP service | standalone 2025-12-01 10:45:18.513567 | fa163ee6-8f4d-1548-de56-000000000bd9 | TIMING | Check for NTP service | standalone | 0:03:14.705420 | 0.25s 2025-12-01 10:45:18.538954 | fa163ee6-8f4d-1548-de56-000000000bda | TASK | Disable NTP before configuring Chrony 2025-12-01 10:45:18.588521 | fa163ee6-8f4d-1548-de56-000000000bda | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-12-01 10:45:18.589797 | fa163ee6-8f4d-1548-de56-000000000bda | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:14.781680 | 0.05s 2025-12-01 10:45:18.615458 | fa163ee6-8f4d-1548-de56-000000000bdb | TASK | Install, Configure and Run Chrony 2025-12-01 10:45:18.643584 | fa163ee6-8f4d-1548-de56-000000000bdb | TIMING | Install, Configure and Run Chrony | standalone | 0:03:14.835418 | 0.03s 2025-12-01 10:45:18.740699 | fa163ee6-8f4d-1548-de56-0000000016ee | TASK | Load distro-specific variables 2025-12-01 10:45:18.766012 | fa163ee6-8f4d-1548-de56-0000000016ee | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.957896 | 0.02s 2025-12-01 10:45:18.777261 | 0de4a175-698b-422e-8299-e85f6eda9e93 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-01 10:45:18.802400 | fa163ee6-8f4d-1548-de56-0000000017d3 | TASK | Load distro-specific variables 2025-12-01 10:45:18.853678 | fa163ee6-8f4d-1548-de56-0000000017d3 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-01 10:45:18.855921 | fa163ee6-8f4d-1548-de56-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.047802 | 0.05s 2025-12-01 10:45:18.866062 | fa163ee6-8f4d-1548-de56-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.057942 | 0.06s 2025-12-01 10:45:18.893257 | fa163ee6-8f4d-1548-de56-0000000016ef | TASK | Install chronyd 2025-12-01 10:45:18.932353 | fa163ee6-8f4d-1548-de56-0000000016ef | TIMING | chrony : Install chronyd | standalone | 0:03:15.124226 | 0.04s 2025-12-01 10:45:18.953230 | c622a426-c465-4f48-8846-fffa31f5b1b3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-12-01 10:45:18.985628 | fa163ee6-8f4d-1548-de56-00000000180c | TASK | Load distro-specific variables 2025-12-01 10:45:19.012101 | fa163ee6-8f4d-1548-de56-00000000180c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.203980 | 0.03s 2025-12-01 10:45:19.024106 | c9ed1629-0a31-4ac0-a0e7-61c237121f37 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-01 10:45:19.052430 | fa163ee6-8f4d-1548-de56-000000001853 | TASK | Load distro-specific variables 2025-12-01 10:45:19.104233 | fa163ee6-8f4d-1548-de56-000000001853 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-01 10:45:19.105726 | fa163ee6-8f4d-1548-de56-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.297608 | 0.05s 2025-12-01 10:45:19.111503 | fa163ee6-8f4d-1548-de56-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.303388 | 0.06s 2025-12-01 10:45:19.137309 | fa163ee6-8f4d-1548-de56-00000000180d | TASK | Check for NTP service 2025-12-01 10:45:19.381418 | fa163ee6-8f4d-1548-de56-00000000180d | CHANGED | Check for NTP service | standalone 2025-12-01 10:45:19.382662 | fa163ee6-8f4d-1548-de56-00000000180d | TIMING | chrony : Check for NTP service | standalone | 0:03:15.574550 | 0.24s 2025-12-01 10:45:19.408695 | fa163ee6-8f4d-1548-de56-00000000180e | TASK | Disable NTP before configuring Chrony 2025-12-01 10:45:19.458343 | fa163ee6-8f4d-1548-de56-00000000180e | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-12-01 10:45:19.459416 | fa163ee6-8f4d-1548-de56-00000000180e | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:15.651301 | 0.05s 2025-12-01 10:45:19.484963 | fa163ee6-8f4d-1548-de56-00000000180f | TASK | Install chronyd package 2025-12-01 10:45:22.289681 | fa163ee6-8f4d-1548-de56-00000000180f | OK | Install chronyd package | standalone 2025-12-01 10:45:22.291312 | fa163ee6-8f4d-1548-de56-00000000180f | TIMING | chrony : Install chronyd package | standalone | 0:03:18.483197 | 2.81s 2025-12-01 10:45:22.316969 | fa163ee6-8f4d-1548-de56-0000000016f0 | TASK | Upgrade chronyd 2025-12-01 10:45:22.344764 | fa163ee6-8f4d-1548-de56-0000000016f0 | SKIPPED | Upgrade chronyd | standalone 2025-12-01 10:45:22.345921 | fa163ee6-8f4d-1548-de56-0000000016f0 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:18.537806 | 0.03s 2025-12-01 10:45:22.371777 | fa163ee6-8f4d-1548-de56-0000000016f1 | TASK | Configure chronyd 2025-12-01 10:45:22.401152 | fa163ee6-8f4d-1548-de56-0000000016f1 | TIMING | chrony : Configure chronyd | standalone | 0:03:18.593033 | 0.03s 2025-12-01 10:45:22.421469 | c9067921-58d8-49f0-9c41-3b0b3ca62d34 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-12-01 10:45:22.458980 | fa163ee6-8f4d-1548-de56-00000000188c | TASK | Load distro-specific variables 2025-12-01 10:45:22.485341 | fa163ee6-8f4d-1548-de56-00000000188c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.677224 | 0.03s 2025-12-01 10:45:22.496425 | 173ddabf-b021-465d-b260-3c151eaa3b7f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-01 10:45:22.519211 | fa163ee6-8f4d-1548-de56-0000000018f8 | TASK | Load distro-specific variables 2025-12-01 10:45:22.572341 | fa163ee6-8f4d-1548-de56-0000000018f8 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-01 10:45:22.573751 | fa163ee6-8f4d-1548-de56-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.765631 | 0.05s 2025-12-01 10:45:22.579477 | fa163ee6-8f4d-1548-de56-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.771360 | 0.06s 2025-12-01 10:45:22.605253 | fa163ee6-8f4d-1548-de56-00000000188d | TASK | Install chrony configuration file 2025-12-01 10:45:23.158174 | fa163ee6-8f4d-1548-de56-00000000188d | OK | Install chrony configuration file | standalone 2025-12-01 10:45:23.159651 | fa163ee6-8f4d-1548-de56-00000000188d | TIMING | chrony : Install chrony configuration file | standalone | 0:03:19.351534 | 0.55s 2025-12-01 10:45:23.185954 | fa163ee6-8f4d-1548-de56-0000000016f2 | TASK | Run chronyd 2025-12-01 10:45:23.205018 | fa163ee6-8f4d-1548-de56-0000000016f2 | TIMING | chrony : Run chronyd | standalone | 0:03:19.396900 | 0.02s 2025-12-01 10:45:23.226841 | bb92e5f5-85dd-4420-98b8-6319121d01ba | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-12-01 10:45:23.266207 | fa163ee6-8f4d-1548-de56-00000000191b | TASK | Load distro-specific variables 2025-12-01 10:45:23.281666 | fa163ee6-8f4d-1548-de56-00000000191b | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.473553 | 0.01s 2025-12-01 10:45:23.292435 | cc335ae1-c0c7-400c-ae80-ebd3e0d75f0a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-01 10:45:23.315842 | fa163ee6-8f4d-1548-de56-00000000199f | TASK | Load distro-specific variables 2025-12-01 10:45:23.345496 | fa163ee6-8f4d-1548-de56-00000000199f | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-01 10:45:23.346342 | fa163ee6-8f4d-1548-de56-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.538235 | 0.03s 2025-12-01 10:45:23.353297 | fa163ee6-8f4d-1548-de56-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.545183 | 0.04s 2025-12-01 10:45:23.378587 | fa163ee6-8f4d-1548-de56-00000000191c | TASK | Ensure chronyd is running 2025-12-01 10:45:23.900375 | fa163ee6-8f4d-1548-de56-00000000191c | OK | Ensure chronyd is running | standalone 2025-12-01 10:45:23.902244 | fa163ee6-8f4d-1548-de56-00000000191c | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:20.094128 | 0.52s 2025-12-01 10:45:23.929330 | fa163ee6-8f4d-1548-de56-00000000191d | TASK | Force chronyd restart 2025-12-01 10:45:23.978945 | fa163ee6-8f4d-1548-de56-00000000191d | SKIPPED | Force chronyd restart | standalone 2025-12-01 10:45:23.980133 | fa163ee6-8f4d-1548-de56-00000000191d | TIMING | chrony : Force chronyd restart | standalone | 0:03:20.172017 | 0.05s 2025-12-01 10:45:24.006875 | fa163ee6-8f4d-1548-de56-0000000016f3 | TASK | Enable online service 2025-12-01 10:45:24.036025 | fa163ee6-8f4d-1548-de56-0000000016f3 | TIMING | chrony : Enable online service | standalone | 0:03:20.227904 | 0.03s 2025-12-01 10:45:24.055655 | 21797978-794b-491c-b780-5f70e5a028f1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-12-01 10:45:24.099714 | fa163ee6-8f4d-1548-de56-0000000019cc | TASK | Create chrony-online.service unit file 2025-12-01 10:45:24.553081 | fa163ee6-8f4d-1548-de56-0000000019cc | OK | Create chrony-online.service unit file | standalone 2025-12-01 10:45:24.554567 | fa163ee6-8f4d-1548-de56-0000000019cc | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:20.746425 | 0.45s 2025-12-01 10:45:24.581453 | fa163ee6-8f4d-1548-de56-0000000019cd | TASK | Enable chrony-online.service 2025-12-01 10:45:25.272748 | fa163ee6-8f4d-1548-de56-0000000019cd | CHANGED | Enable chrony-online.service | standalone 2025-12-01 10:45:25.274787 | fa163ee6-8f4d-1548-de56-0000000019cd | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:21.466673 | 0.69s 2025-12-01 10:45:25.301987 | fa163ee6-8f4d-1548-de56-0000000016f4 | TASK | Sync chronyc 2025-12-01 10:45:25.331678 | fa163ee6-8f4d-1548-de56-0000000016f4 | TIMING | chrony : Sync chronyc | standalone | 0:03:21.523558 | 0.03s 2025-12-01 10:45:25.350305 | 6488359e-4ecb-4742-9e88-1a9aba30dbe5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-12-01 10:45:25.397757 | fa163ee6-8f4d-1548-de56-000000001a72 | TASK | Force NTP sync 2025-12-01 10:45:25.632033 | fa163ee6-8f4d-1548-de56-000000001a72 | CHANGED | Force NTP sync | standalone 2025-12-01 10:45:25.633381 | fa163ee6-8f4d-1548-de56-000000001a72 | TIMING | chrony : Force NTP sync | standalone | 0:03:21.825267 | 0.23s 2025-12-01 10:45:25.659951 | fa163ee6-8f4d-1548-de56-000000001a73 | TASK | Ensure system is NTP time synced 2025-12-01 10:45:25.929944 | fa163ee6-8f4d-1548-de56-000000001a73 | CHANGED | Ensure system is NTP time synced | standalone 2025-12-01 10:45:25.931462 | fa163ee6-8f4d-1548-de56-000000001a73 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:22.123347 | 0.27s 2025-12-01 10:45:25.980408 | fa163ee6-8f4d-1548-de56-000000000bdc | TASK | Force NTP sync 2025-12-01 10:45:26.210642 | fa163ee6-8f4d-1548-de56-000000000bdc | CHANGED | Force NTP sync | standalone 2025-12-01 10:45:26.212049 | fa163ee6-8f4d-1548-de56-000000000bdc | TIMING | Force NTP sync | standalone | 0:03:22.403935 | 0.23s 2025-12-01 10:45:26.237100 | fa163ee6-8f4d-1548-de56-000000000bdd | TASK | Ensure system is NTP time synced 2025-12-01 10:45:26.435113 | fa163ee6-8f4d-1548-de56-000000000bdd | CHANGED | Ensure system is NTP time synced | standalone 2025-12-01 10:45:26.436508 | fa163ee6-8f4d-1548-de56-000000000bdd | TIMING | Ensure system is NTP time synced | standalone | 0:03:22.628395 | 0.20s 2025-12-01 10:45:26.462198 | fa163ee6-8f4d-1548-de56-000000000bde | TASK | Run timezone role 2025-12-01 10:45:26.490571 | fa163ee6-8f4d-1548-de56-000000000bde | TIMING | Run timezone role | standalone | 0:03:22.682450 | 0.03s 2025-12-01 10:45:26.593959 | fa163ee6-8f4d-1548-de56-000000001c33 | TASK | Set timezone 2025-12-01 10:45:27.125917 | fa163ee6-8f4d-1548-de56-000000001c33 | OK | Set timezone | standalone 2025-12-01 10:45:27.127707 | fa163ee6-8f4d-1548-de56-000000001c33 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:23.319591 | 0.53s 2025-12-01 10:45:27.154204 | fa163ee6-8f4d-1548-de56-000000001c34 | TASK | Restart time services 2025-12-01 10:45:27.194593 | fa163ee6-8f4d-1548-de56-000000001c34 | SKIPPED | Restart time services | standalone | item=rsyslog 2025-12-01 10:45:27.202678 | fa163ee6-8f4d-1548-de56-000000001c34 | SKIPPED | Restart time services | standalone | item=crond 2025-12-01 10:45:27.208674 | fa163ee6-8f4d-1548-de56-000000001c34 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:23.400549 | 0.05s 2025-12-01 10:45:27.258161 | fa163ee6-8f4d-1548-de56-000000000bdf | TASK | install tmpwatch on the host 2025-12-01 10:45:30.066746 | fa163ee6-8f4d-1548-de56-000000000bdf | OK | install tmpwatch on the host | standalone 2025-12-01 10:45:30.068224 | fa163ee6-8f4d-1548-de56-000000000bdf | TIMING | install tmpwatch on the host | standalone | 0:03:26.260108 | 2.81s 2025-12-01 10:45:30.094079 | fa163ee6-8f4d-1548-de56-000000000be0 | TASK | Notice - ctlplane subnet is set 2025-12-01 10:45:30.126079 | fa163ee6-8f4d-1548-de56-000000000be0 | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-12-01 10:45:30.127221 | fa163ee6-8f4d-1548-de56-000000000be0 | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:26.319106 | 0.03s 2025-12-01 10:45:30.183194 | fa163ee6-8f4d-1548-de56-000000000be1 | TIMING | include_role : tuned | standalone | 0:03:26.375069 | 0.03s 2025-12-01 10:45:30.285411 | fa163ee6-8f4d-1548-de56-000000001e67 | TASK | Gather variables for each operating system 2025-12-01 10:45:30.400048 | fa163ee6-8f4d-1548-de56-000000001e67 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-12-01 10:45:30.400817 | fa163ee6-8f4d-1548-de56-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:26.592711 | 0.11s 2025-12-01 10:45:30.404635 | fa163ee6-8f4d-1548-de56-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:26.596534 | 0.12s 2025-12-01 10:45:30.480170 | fa163ee6-8f4d-1548-de56-000000001e68 | TIMING | tuned : include_tasks | standalone | 0:03:26.672039 | 0.06s 2025-12-01 10:45:30.502306 | 38c5c69d-6e82-4bf1-bef3-8dbe72b78dda | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-12-01 10:45:30.535598 | fa163ee6-8f4d-1548-de56-000000001f98 | TASK | Check tuned package is installed 2025-12-01 10:45:30.799297 | fa163ee6-8f4d-1548-de56-000000001f98 | CHANGED | Check tuned package is installed | standalone 2025-12-01 10:45:30.800624 | fa163ee6-8f4d-1548-de56-000000001f98 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:26.992508 | 0.26s 2025-12-01 10:45:30.826971 | fa163ee6-8f4d-1548-de56-000000001f99 | TASK | Install tuned 2025-12-01 10:45:30.856665 | fa163ee6-8f4d-1548-de56-000000001f99 | SKIPPED | Install tuned | standalone 2025-12-01 10:45:30.857994 | fa163ee6-8f4d-1548-de56-000000001f99 | TIMING | tuned : Install tuned | standalone | 0:03:27.049877 | 0.03s 2025-12-01 10:45:30.884793 | fa163ee6-8f4d-1548-de56-000000001f9a | TASK | Restart tuned 2025-12-01 10:45:30.915942 | fa163ee6-8f4d-1548-de56-000000001f9a | SKIPPED | Restart tuned | standalone 2025-12-01 10:45:30.917149 | fa163ee6-8f4d-1548-de56-000000001f9a | TIMING | tuned : Restart tuned | standalone | 0:03:27.109031 | 0.03s 2025-12-01 10:45:30.948247 | fa163ee6-8f4d-1548-de56-000000001e69 | TASK | Check for tuned-adm 2025-12-01 10:45:31.174333 | fa163ee6-8f4d-1548-de56-000000001e69 | OK | Check for tuned-adm | standalone 2025-12-01 10:45:31.175658 | fa163ee6-8f4d-1548-de56-000000001e69 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:27.367544 | 0.23s 2025-12-01 10:45:31.241048 | fa163ee6-8f4d-1548-de56-000000001e6a | TIMING | tuned : include_tasks | standalone | 0:03:27.432925 | 0.04s 2025-12-01 10:45:31.269361 | d1c2c42c-b4f2-49f5-b944-7745c4295309 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-12-01 10:45:31.302547 | fa163ee6-8f4d-1548-de56-000000001fc5 | TASK | Ensure profile directory exists 2025-12-01 10:45:31.371242 | fa163ee6-8f4d-1548-de56-000000001fc5 | SKIPPED | Ensure profile directory exists | standalone 2025-12-01 10:45:31.372495 | fa163ee6-8f4d-1548-de56-000000001fc5 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:27.564378 | 0.07s 2025-12-01 10:45:31.398494 | fa163ee6-8f4d-1548-de56-000000001fc6 | TASK | Create custom tuned profile 2025-12-01 10:45:31.469015 | fa163ee6-8f4d-1548-de56-000000001fc6 | SKIPPED | Create custom tuned profile | standalone 2025-12-01 10:45:31.470082 | fa163ee6-8f4d-1548-de56-000000001fc6 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:27.661966 | 0.07s 2025-12-01 10:45:31.495945 | fa163ee6-8f4d-1548-de56-000000001fc7 | TASK | Check tuned active profile 2025-12-01 10:45:31.727304 | fa163ee6-8f4d-1548-de56-000000001fc7 | OK | Check tuned active profile | standalone 2025-12-01 10:45:31.728584 | fa163ee6-8f4d-1548-de56-000000001fc7 | TIMING | tuned : Check tuned active profile | standalone | 0:03:27.920470 | 0.23s 2025-12-01 10:45:31.755135 | fa163ee6-8f4d-1548-de56-000000001fc8 | TASK | Check Tuned Configuration file exists 2025-12-01 10:45:31.973825 | fa163ee6-8f4d-1548-de56-000000001fc8 | OK | Check Tuned Configuration file exists | standalone 2025-12-01 10:45:31.975129 | fa163ee6-8f4d-1548-de56-000000001fc8 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:28.167012 | 0.22s 2025-12-01 10:45:32.001511 | fa163ee6-8f4d-1548-de56-000000001fc9 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-12-01 10:45:32.063396 | fa163ee6-8f4d-1548-de56-000000001fc9 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-12-01 10:45:32.064458 | fa163ee6-8f4d-1548-de56-000000001fc9 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:28.256342 | 0.06s 2025-12-01 10:45:32.094101 | fa163ee6-8f4d-1548-de56-000000001fca | TASK | Configure isolated cores for profile throughput-performance 2025-12-01 10:45:32.155180 | fa163ee6-8f4d-1548-de56-000000001fca | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-12-01 10:45:32.157018 | fa163ee6-8f4d-1548-de56-000000001fca | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:28.348893 | 0.06s 2025-12-01 10:45:32.185405 | fa163ee6-8f4d-1548-de56-000000001fcb | TASK | Enable tuned profile 2025-12-01 10:45:32.219542 | fa163ee6-8f4d-1548-de56-000000001fcb | SKIPPED | Enable tuned profile | standalone 2025-12-01 10:45:32.220861 | fa163ee6-8f4d-1548-de56-000000001fcb | TIMING | tuned : Enable tuned profile | standalone | 0:03:28.412745 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2025-12-01 10:45:32.406324 | fa163ee6-8f4d-1548-de56-0000000000ac | TASK | Overcloud container setup tasks 2025-12-01 10:45:32.435590 | fa163ee6-8f4d-1548-de56-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', 'fa163ee6-8f4d-1548-de56-0000000000ac') missing from stats 2025-12-01 10:45:32.456779 | fa163ee6-8f4d-1548-de56-0000000000ad | TASK | Write config data 2025-12-01 10:45:32.520913 | fa163ee6-8f4d-1548-de56-0000000000ad | TIMING | Write config data | standalone | 0:03:28.712787 | 0.06s 2025-12-01 10:45:32.566993 | 3d56f7df-03c8-4a13-8a25-84db8f61a414 | INCLUDED | /root/standalone-ansible-95hluu53/common_container_setup_tasks.yaml | standalone 2025-12-01 10:45:32.593143 | fa163ee6-8f4d-1548-de56-000000002029 | TASK | Create and ensure setype for /var/log/containers directory 2025-12-01 10:45:32.838371 | fa163ee6-8f4d-1548-de56-000000002029 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-12-01 10:45:32.840117 | fa163ee6-8f4d-1548-de56-000000002029 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:29.031998 | 0.25s 2025-12-01 10:45:32.867878 | fa163ee6-8f4d-1548-de56-00000000202a | TASK | Create ContainerLogStdoutPath directory 2025-12-01 10:45:33.103629 | fa163ee6-8f4d-1548-de56-00000000202a | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-12-01 10:45:33.105094 | fa163ee6-8f4d-1548-de56-00000000202a | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:29.296978 | 0.24s 2025-12-01 10:45:33.131466 | fa163ee6-8f4d-1548-de56-00000000202b | TASK | Create /var/lib/tripleo-config directory 2025-12-01 10:45:33.362158 | fa163ee6-8f4d-1548-de56-00000000202b | OK | Create /var/lib/tripleo-config directory | standalone 2025-12-01 10:45:33.363113 | fa163ee6-8f4d-1548-de56-00000000202b | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:29.555003 | 0.23s 2025-12-01 10:45:33.384804 | fa163ee6-8f4d-1548-de56-00000000202c | TASK | Clean old /var/lib/container-startup-configs.json file 2025-12-01 10:45:33.605031 | fa163ee6-8f4d-1548-de56-00000000202c | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-12-01 10:45:33.606008 | fa163ee6-8f4d-1548-de56-00000000202c | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:29.797899 | 0.22s 2025-12-01 10:45:33.626745 | fa163ee6-8f4d-1548-de56-00000000202d | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-12-01 10:45:33.847693 | fa163ee6-8f4d-1548-de56-00000000202d | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-12-01 10:45:33.849370 | fa163ee6-8f4d-1548-de56-00000000202d | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:30.041250 | 0.22s 2025-12-01 10:45:33.876615 | fa163ee6-8f4d-1548-de56-000000002031 | TASK | Create fcontext entry for container-config-scripts 2025-12-01 10:45:35.104648 | fa163ee6-8f4d-1548-de56-000000002031 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-12-01 10:45:35.106163 | fa163ee6-8f4d-1548-de56-000000002031 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:31.298049 | 1.23s 2025-12-01 10:45:35.132839 | fa163ee6-8f4d-1548-de56-000000002032 | TASK | Create /var/lib/container-config-scripts 2025-12-01 10:45:35.356489 | fa163ee6-8f4d-1548-de56-000000002032 | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-12-01 10:45:35.357959 | fa163ee6-8f4d-1548-de56-000000002032 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:31.549845 | 0.22s 2025-12-01 10:45:35.384425 | fa163ee6-8f4d-1548-de56-000000002033 | TASK | Write container config scripts 2025-12-01 10:45:35.767521 | fa163ee6-8f4d-1548-de56-000000002033 | CHANGED | Write container config scripts | standalone 2025-12-01 10:45:35.768337 | fa163ee6-8f4d-1548-de56-000000002033 | TIMING | Write container config scripts | standalone | 0:03:31.960232 | 0.38s 2025-12-01 10:45:35.786338 | fa163ee6-8f4d-1548-de56-000000002034 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-12-01 10:45:36.204473 | fa163ee6-8f4d-1548-de56-000000002034 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-12-01 10:45:36.205823 | fa163ee6-8f4d-1548-de56-000000002034 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:32.397702 | 0.42s 2025-12-01 10:45:36.231480 | fa163ee6-8f4d-1548-de56-000000002035 | TASK | Generate startup configs files per step and per container 2025-12-01 10:45:36.836883 | fa163ee6-8f4d-1548-de56-000000002035 | CHANGED | Generate startup configs files per step and per container | standalone 2025-12-01 10:45:36.846268 | fa163ee6-8f4d-1548-de56-000000002035 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:33.038153 | 0.61s 2025-12-01 10:45:36.888843 | fa163ee6-8f4d-1548-de56-000000002036 | TASK | Create /var/lib/kolla/config_files directory 2025-12-01 10:45:37.104266 | fa163ee6-8f4d-1548-de56-000000002036 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-12-01 10:45:37.105804 | fa163ee6-8f4d-1548-de56-000000002036 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:33.297687 | 0.22s 2025-12-01 10:45:37.133323 | fa163ee6-8f4d-1548-de56-000000002037 | TASK | Create /var/lib/config-data directory 2025-12-01 10:45:37.364491 | fa163ee6-8f4d-1548-de56-000000002037 | CHANGED | Create /var/lib/config-data directory | standalone 2025-12-01 10:45:37.365915 | fa163ee6-8f4d-1548-de56-000000002037 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:33.557798 | 0.23s 2025-12-01 10:45:37.391406 | fa163ee6-8f4d-1548-de56-000000002038 | TASK | Write container config json files 2025-12-01 10:45:37.910395 | fa163ee6-8f4d-1548-de56-000000002038 | CHANGED | Write container config json files | standalone 2025-12-01 10:45:37.918025 | fa163ee6-8f4d-1548-de56-000000002038 | TIMING | Write container config json files | standalone | 0:03:34.109912 | 0.52s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-12-01 10:45:38.088807 | fa163ee6-8f4d-1548-de56-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-12-01 10:45:38.116442 | fa163ee6-8f4d-1548-de56-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', 'fa163ee6-8f4d-1548-de56-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-12-01 10:45:38.174954 | fa163ee6-8f4d-1548-de56-0000000000b2 | TIMING | include_tasks | standalone | 0:03:34.366840 | 0.04s 2025-12-01 10:45:38.183945 | 7c1cc093-8c77-4bc8-85fa-14f5d137ba21 | INCLUDED | /root/standalone-ansible-95hluu53/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-12-01 10:45:38.296442 | fa163ee6-8f4d-1548-de56-0000000000b6 | TASK | External deployment step 1 2025-12-01 10:45:38.323083 | fa163ee6-8f4d-1548-de56-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', 'fa163ee6-8f4d-1548-de56-0000000000b6') missing from stats 2025-12-01 10:45:38.376702 | fa163ee6-8f4d-1548-de56-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:34.568547 | 0.04s 2025-12-01 10:45:38.402703 | 9c0f882a-d0b0-49de-b20b-77034e365db7 | INCLUDED | /root/standalone-ansible-95hluu53/external_deploy_steps_tasks_step1.yaml | undercloud 2025-12-01 10:45:38.420883 | fa163ee6-8f4d-1548-de56-00000000207d | TASK | Set some tripleo-ansible facts 2025-12-01 10:45:38.471395 | fa163ee6-8f4d-1548-de56-00000000207d | OK | Set some tripleo-ansible facts | undercloud 2025-12-01 10:45:38.472508 | fa163ee6-8f4d-1548-de56-00000000207d | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:34.664395 | 0.05s 2025-12-01 10:45:38.489675 | fa163ee6-8f4d-1548-de56-00000000207f | TASK | Build disk list for cephadm 2025-12-01 10:45:38.543038 | fa163ee6-8f4d-1548-de56-00000000207f | OK | Build disk list for cephadm | undercloud 2025-12-01 10:45:38.544353 | fa163ee6-8f4d-1548-de56-00000000207f | TIMING | Build disk list for cephadm | undercloud | 0:03:34.736239 | 0.05s 2025-12-01 10:45:38.562633 | fa163ee6-8f4d-1548-de56-000000002086 | TASK | Container image prepare 2025-12-01 10:45:39.615362 | fa163ee6-8f4d-1548-de56-000000002086 | CHANGED | Container image prepare | undercloud 2025-12-01 10:45:39.617562 | fa163ee6-8f4d-1548-de56-000000002086 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:35.809448 | 1.05s 2025-12-01 10:45:39.646235 | fa163ee6-8f4d-1548-de56-00000000208d | TASK | Create /etc/openstack directory if it does not exist 2025-12-01 10:45:39.900259 | fa163ee6-8f4d-1548-de56-00000000208d | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-12-01 10:45:39.901864 | fa163ee6-8f4d-1548-de56-00000000208d | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:36.093749 | 0.25s 2025-12-01 10:45:39.919861 | fa163ee6-8f4d-1548-de56-00000000208e | TASK | Configure /etc/openstack/clouds.yaml 2025-12-01 10:45:39.949702 | fa163ee6-8f4d-1548-de56-00000000208e | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:36.141580 | 0.03s 2025-12-01 10:45:39.995616 | fa163ee6-8f4d-1548-de56-0000000020b5 | TASK | Check if /etc/openstack/clouds.yaml exists 2025-12-01 10:45:40.206678 | fa163ee6-8f4d-1548-de56-0000000020b5 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-12-01 10:45:40.207972 | fa163ee6-8f4d-1548-de56-0000000020b5 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:36.399850 | 0.21s 2025-12-01 10:45:40.227707 | fa163ee6-8f4d-1548-de56-0000000020b6 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-12-01 10:45:40.714681 | fa163ee6-8f4d-1548-de56-0000000020b6 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-12-01 10:45:40.715959 | fa163ee6-8f4d-1548-de56-0000000020b6 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:36.907846 | 0.49s 2025-12-01 10:45:40.736247 | fa163ee6-8f4d-1548-de56-0000000020b7 | TASK | Configure /etc/openstack/clouds.yaml 2025-12-01 10:45:40.787393 | fa163ee6-8f4d-1548-de56-0000000020b7 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:36.979270 | 0.05s 2025-12-01 10:45:40.837804 | fa163ee6-8f4d-1548-de56-0000000020f1 | TASK | Check for a configured destination 2025-12-01 10:45:40.899630 | fa163ee6-8f4d-1548-de56-0000000020f1 | SKIPPED | Check for a configured destination | undercloud 2025-12-01 10:45:40.900786 | fa163ee6-8f4d-1548-de56-0000000020f1 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:37.092671 | 0.06s 2025-12-01 10:45:40.926406 | fa163ee6-8f4d-1548-de56-0000000020f2 | TASK | Generate /etc/openstack/clouds.yaml config 2025-12-01 10:45:41.407025 | fa163ee6-8f4d-1548-de56-0000000020f2 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-12-01 10:45:41.407777 | fa163ee6-8f4d-1548-de56-0000000020f2 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:37.599672 | 0.48s PLAY [Deploy step tasks for 1] ************************************************* 2025-12-01 10:45:41.573015 | fa163ee6-8f4d-1548-de56-0000000000ba | TASK | Deploy step tasks for 1 2025-12-01 10:45:41.599667 | fa163ee6-8f4d-1548-de56-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', 'fa163ee6-8f4d-1548-de56-0000000000ba') missing from stats 2025-12-01 10:45:41.619848 | fa163ee6-8f4d-1548-de56-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-12-01 10:45:42.075850 | fa163ee6-8f4d-1548-de56-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-12-01 10:45:42.077115 | fa163ee6-8f4d-1548-de56-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:38.269001 | 0.46s 2025-12-01 10:45:42.101693 | fa163ee6-8f4d-1548-de56-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-12-01 10:45:42.341288 | fa163ee6-8f4d-1548-de56-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-12-01 10:45:42.342809 | fa163ee6-8f4d-1548-de56-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:38.534692 | 0.24s 2025-12-01 10:45:42.369473 | fa163ee6-8f4d-1548-de56-0000000000be | TASK | Write config data at the start of step 1 2025-12-01 10:45:42.446325 | fa163ee6-8f4d-1548-de56-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:38.638201 | 0.08s 2025-12-01 10:45:42.491354 | f3ece468-1a30-4ea6-8ea8-7a2f64f1dbc7 | INCLUDED | /root/standalone-ansible-95hluu53/common_deploy_steps_tasks_step_1.yaml | standalone 2025-12-01 10:45:42.516288 | fa163ee6-8f4d-1548-de56-000000002130 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-12-01 10:45:42.547236 | fa163ee6-8f4d-1548-de56-000000002130 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-12-01 10:45:42.548421 | fa163ee6-8f4d-1548-de56-000000002130 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:38.740306 | 0.03s 2025-12-01 10:45:42.573503 | fa163ee6-8f4d-1548-de56-000000002131 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-12-01 10:45:42.603389 | fa163ee6-8f4d-1548-de56-000000002131 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-12-01 10:45:42.604613 | fa163ee6-8f4d-1548-de56-000000002131 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:38.796498 | 0.03s 2025-12-01 10:45:42.629458 | fa163ee6-8f4d-1548-de56-000000002132 | TASK | Write the puppet step_config manifest 2025-12-01 10:45:43.093053 | fa163ee6-8f4d-1548-de56-000000002132 | CHANGED | Write the puppet step_config manifest | standalone 2025-12-01 10:45:43.094241 | fa163ee6-8f4d-1548-de56-000000002132 | TIMING | Write the puppet step_config manifest | standalone | 0:03:39.286129 | 0.46s 2025-12-01 10:45:43.119166 | fa163ee6-8f4d-1548-de56-000000002133 | TASK | Diff puppet step_config manifest changes for check mode 2025-12-01 10:45:43.147704 | fa163ee6-8f4d-1548-de56-000000002133 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-12-01 10:45:43.148978 | fa163ee6-8f4d-1548-de56-000000002133 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:39.340862 | 0.03s 2025-12-01 10:45:43.174048 | fa163ee6-8f4d-1548-de56-000000002134 | TASK | Diff puppet step_config manifest changes for check mode 2025-12-01 10:45:43.203547 | fa163ee6-8f4d-1548-de56-000000002134 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-12-01 10:45:43.204622 | fa163ee6-8f4d-1548-de56-000000002134 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:39.396507 | 0.03s 2025-12-01 10:45:43.230256 | fa163ee6-8f4d-1548-de56-000000002135 | TASK | Create /var/lib/container-puppet 2025-12-01 10:45:43.456142 | fa163ee6-8f4d-1548-de56-000000002135 | OK | Create /var/lib/container-puppet | standalone 2025-12-01 10:45:43.457459 | fa163ee6-8f4d-1548-de56-000000002135 | TIMING | Create /var/lib/container-puppet | standalone | 0:03:39.649339 | 0.23s 2025-12-01 10:45:43.482772 | fa163ee6-8f4d-1548-de56-000000002136 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-12-01 10:45:43.509974 | fa163ee6-8f4d-1548-de56-000000002136 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-12-01 10:45:43.511073 | fa163ee6-8f4d-1548-de56-000000002136 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:39.702956 | 0.03s 2025-12-01 10:45:43.536209 | fa163ee6-8f4d-1548-de56-000000002137 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-12-01 10:45:43.565560 | fa163ee6-8f4d-1548-de56-000000002137 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-12-01 10:45:43.566775 | fa163ee6-8f4d-1548-de56-000000002137 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:39.758660 | 0.03s 2025-12-01 10:45:43.591302 | fa163ee6-8f4d-1548-de56-000000002138 | TASK | Write container-puppet.json file 2025-12-01 10:45:44.115569 | fa163ee6-8f4d-1548-de56-000000002138 | CHANGED | Write container-puppet.json file | standalone 2025-12-01 10:45:44.116881 | fa163ee6-8f4d-1548-de56-000000002138 | TIMING | Write container-puppet.json file | standalone | 0:03:40.308768 | 0.52s 2025-12-01 10:45:44.142436 | fa163ee6-8f4d-1548-de56-000000002139 | TASK | Diff container-puppet.json changes for check mode 2025-12-01 10:45:44.175134 | fa163ee6-8f4d-1548-de56-000000002139 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-12-01 10:45:44.176705 | fa163ee6-8f4d-1548-de56-000000002139 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:40.368586 | 0.03s 2025-12-01 10:45:44.202685 | fa163ee6-8f4d-1548-de56-00000000213a | TASK | Diff container-puppet.json changes for check mode 2025-12-01 10:45:44.244119 | fa163ee6-8f4d-1548-de56-00000000213a | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-12-01 10:45:44.245502 | fa163ee6-8f4d-1548-de56-00000000213a | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:40.437385 | 0.04s 2025-12-01 10:45:44.272417 | fa163ee6-8f4d-1548-de56-00000000213b | TASK | Ensure config hashes are up-to-date for container startup configs 2025-12-01 10:45:44.669043 | fa163ee6-8f4d-1548-de56-00000000213b | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-12-01 10:45:44.670345 | fa163ee6-8f4d-1548-de56-00000000213b | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:40.862226 | 0.40s 2025-12-01 10:45:44.696271 | fa163ee6-8f4d-1548-de56-00000000213c | TASK | Set host puppet debugging fact string 2025-12-01 10:45:44.730174 | fa163ee6-8f4d-1548-de56-00000000213c | SKIPPED | Set host puppet debugging fact string | standalone 2025-12-01 10:45:44.731430 | fa163ee6-8f4d-1548-de56-00000000213c | TIMING | Set host puppet debugging fact string | standalone | 0:03:40.923313 | 0.03s 2025-12-01 10:45:44.758282 | fa163ee6-8f4d-1548-de56-00000000213d | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-12-01 10:45:44.787442 | fa163ee6-8f4d-1548-de56-00000000213d | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-12-01 10:45:44.788519 | fa163ee6-8f4d-1548-de56-00000000213d | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:40.980404 | 0.03s 2025-12-01 10:45:44.813649 | fa163ee6-8f4d-1548-de56-00000000213e | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-12-01 10:45:44.843352 | fa163ee6-8f4d-1548-de56-00000000213e | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-12-01 10:45:44.844446 | fa163ee6-8f4d-1548-de56-00000000213e | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:41.036330 | 0.03s 2025-12-01 10:45:44.869415 | fa163ee6-8f4d-1548-de56-00000000213f | TASK | Create puppet check-mode files if they don't exist for check mode 2025-12-01 10:45:44.899606 | fa163ee6-8f4d-1548-de56-00000000213f | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-12-01 10:45:44.900989 | fa163ee6-8f4d-1548-de56-00000000213f | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:41.092868 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-01 10:45:44.967187 | fa163ee6-8f4d-1548-de56-0000000000c0 | TIMING | include_tasks | standalone | 0:03:41.159074 | 0.04s 2025-12-01 10:45:45.078153 | d69a2228-f42d-44a9-aebe-587f14262ee0 | INCLUDED | /root/standalone-ansible-95hluu53/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-12-01 10:45:45.118322 | fa163ee6-8f4d-1548-de56-00000000216a | TASK | Create dirs for certificates and keys 2025-12-01 10:45:45.176473 | fa163ee6-8f4d-1548-de56-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-12-01 10:45:45.198575 | fa163ee6-8f4d-1548-de56-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-12-01 10:45:45.210573 | fa163ee6-8f4d-1548-de56-00000000216a | TIMING | Create dirs for certificates and keys | standalone | 0:03:41.402456 | 0.09s 2025-12-01 10:45:45.287010 | fa163ee6-8f4d-1548-de56-00000000216b | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-01 10:45:45.288126 | fa163ee6-8f4d-1548-de56-00000000216b | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:41.480012 | 0.05s 2025-12-01 10:45:45.313996 | fa163ee6-8f4d-1548-de56-000000002172 | TASK | Fail if container image is undefined 2025-12-01 10:45:45.374359 | fa163ee6-8f4d-1548-de56-000000002172 | SKIPPED | Fail if container image is undefined | standalone 2025-12-01 10:45:45.375418 | fa163ee6-8f4d-1548-de56-000000002172 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:41.567303 | 0.06s 2025-12-01 10:45:45.416939 | fa163ee6-8f4d-1548-de56-000000002173 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-12-01 10:46:00.828455 | fa163ee6-8f4d-1548-de56-000000002173 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-12-01 10:46:00.829755 | fa163ee6-8f4d-1548-de56-000000002173 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:57.021580 | 15.41s 2025-12-01 10:46:00.868819 | fa163ee6-8f4d-1548-de56-000000002174 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-12-01 10:46:01.197389 | fa163ee6-8f4d-1548-de56-000000002174 | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-12-01 10:46:01.198809 | fa163ee6-8f4d-1548-de56-000000002174 | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:57.390693 | 0.33s 2025-12-01 10:46:01.250140 | fa163ee6-8f4d-1548-de56-000000002183 | TASK | Fail if container image is undefined 2025-12-01 10:46:01.313520 | fa163ee6-8f4d-1548-de56-000000002183 | SKIPPED | Fail if container image is undefined | standalone 2025-12-01 10:46:01.315064 | fa163ee6-8f4d-1548-de56-000000002183 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:57.506948 | 0.06s 2025-12-01 10:46:01.361489 | fa163ee6-8f4d-1548-de56-000000002184 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-12-01 10:46:09.922671 | fa163ee6-8f4d-1548-de56-000000002184 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-12-01 10:46:09.923794 | fa163ee6-8f4d-1548-de56-000000002184 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:06.115684 | 8.56s 2025-12-01 10:46:09.967995 | fa163ee6-8f4d-1548-de56-000000002185 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-12-01 10:46:10.328209 | fa163ee6-8f4d-1548-de56-000000002185 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-12-01 10:46:10.329736 | fa163ee6-8f4d-1548-de56-000000002185 | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:06.521593 | 0.36s 2025-12-01 10:46:10.381803 | fa163ee6-8f4d-1548-de56-000000002190 | TASK | Check if rsyslog exists 2025-12-01 10:46:10.679658 | fa163ee6-8f4d-1548-de56-000000002190 | CHANGED | Check if rsyslog exists | standalone 2025-12-01 10:46:10.680941 | fa163ee6-8f4d-1548-de56-000000002190 | TIMING | Check if rsyslog exists | standalone | 0:04:06.872829 | 0.30s 2025-12-01 10:46:10.707872 | fa163ee6-8f4d-1548-de56-000000002192 | TASK | Forward logging to haproxy.log file 2025-12-01 10:46:10.973458 | fa163ee6-8f4d-1548-de56-000000002192 | CHANGED | Forward logging to haproxy.log file | standalone 2025-12-01 10:46:10.974778 | fa163ee6-8f4d-1548-de56-000000002192 | TIMING | Forward logging to haproxy.log file | standalone | 0:04:07.166663 | 0.27s 2025-12-01 10:46:11.003706 | fa163ee6-8f4d-1548-de56-000000002193 | TASK | restart rsyslog service after logging conf change 2025-12-01 10:46:11.747477 | fa163ee6-8f4d-1548-de56-000000002193 | CHANGED | restart rsyslog service after logging conf change | standalone 2025-12-01 10:46:11.750026 | fa163ee6-8f4d-1548-de56-000000002193 | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:07.941908 | 0.74s 2025-12-01 10:46:11.779045 | fa163ee6-8f4d-1548-de56-00000000219a | TASK | Fail if container image is undefined 2025-12-01 10:46:11.843755 | fa163ee6-8f4d-1548-de56-00000000219a | SKIPPED | Fail if container image is undefined | standalone 2025-12-01 10:46:11.845020 | fa163ee6-8f4d-1548-de56-00000000219a | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:08.036903 | 0.06s 2025-12-01 10:46:11.894805 | fa163ee6-8f4d-1548-de56-00000000219b | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-12-01 10:46:22.017693 | fa163ee6-8f4d-1548-de56-00000000219b | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-12-01 10:46:22.020238 | fa163ee6-8f4d-1548-de56-00000000219b | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:18.212123 | 10.12s 2025-12-01 10:46:22.077395 | fa163ee6-8f4d-1548-de56-00000000219c | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-12-01 10:46:22.474449 | fa163ee6-8f4d-1548-de56-00000000219c | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-12-01 10:46:22.475923 | fa163ee6-8f4d-1548-de56-00000000219c | TIMING | tripleo_container_tag : Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:18.667808 | 0.40s 2025-12-01 10:46:22.528999 | fa163ee6-8f4d-1548-de56-0000000021a6 | TASK | Run lvmfilter role 2025-12-01 10:46:22.570087 | fa163ee6-8f4d-1548-de56-0000000021a6 | TIMING | Run lvmfilter role | standalone | 0:04:18.761961 | 0.04s 2025-12-01 10:46:22.652966 | fa163ee6-8f4d-1548-de56-0000000022bd | TASK | Check if lvm2 is installed 2025-12-01 10:46:22.888102 | fa163ee6-8f4d-1548-de56-0000000022bd | CHANGED | Check if lvm2 is installed | standalone 2025-12-01 10:46:22.889421 | fa163ee6-8f4d-1548-de56-0000000022bd | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:19.081307 | 0.24s 2025-12-01 10:46:22.916143 | fa163ee6-8f4d-1548-de56-0000000022bf | TASK | collect ansible devices 2025-12-01 10:46:22.965325 | fa163ee6-8f4d-1548-de56-0000000022bf | SKIPPED | collect ansible devices | standalone 2025-12-01 10:46:22.966587 | fa163ee6-8f4d-1548-de56-0000000022bf | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:19.158470 | 0.05s 2025-12-01 10:46:22.992601 | fa163ee6-8f4d-1548-de56-0000000022c0 | TASK | collect in-use lvm2 devices list 2025-12-01 10:46:23.032138 | fa163ee6-8f4d-1548-de56-0000000022c0 | SKIPPED | collect in-use lvm2 devices list | standalone 2025-12-01 10:46:23.033337 | fa163ee6-8f4d-1548-de56-0000000022c0 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:19.225220 | 0.04s 2025-12-01 10:46:23.060462 | fa163ee6-8f4d-1548-de56-0000000022c1 | TASK | set allowed_devices 2025-12-01 10:46:23.098887 | fa163ee6-8f4d-1548-de56-0000000022c1 | SKIPPED | set allowed_devices | standalone 2025-12-01 10:46:23.099799 | fa163ee6-8f4d-1548-de56-0000000022c1 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:19.291691 | 0.04s 2025-12-01 10:46:23.120644 | fa163ee6-8f4d-1548-de56-0000000022c2 | TASK | build lvm2 allow list 2025-12-01 10:46:23.147971 | fa163ee6-8f4d-1548-de56-0000000022c2 | SKIPPED | build lvm2 allow list | standalone 2025-12-01 10:46:23.148945 | fa163ee6-8f4d-1548-de56-0000000022c2 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:19.340835 | 0.03s 2025-12-01 10:46:23.169911 | fa163ee6-8f4d-1548-de56-0000000022c3 | TASK | build lvm2 deny list 2025-12-01 10:46:23.205409 | fa163ee6-8f4d-1548-de56-0000000022c3 | SKIPPED | build lvm2 deny list | standalone 2025-12-01 10:46:23.206343 | fa163ee6-8f4d-1548-de56-0000000022c3 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:19.398232 | 0.04s 2025-12-01 10:46:23.228437 | fa163ee6-8f4d-1548-de56-0000000022c4 | TASK | build lvm2 filter 2025-12-01 10:46:23.270136 | fa163ee6-8f4d-1548-de56-0000000022c4 | SKIPPED | build lvm2 filter | standalone 2025-12-01 10:46:23.271382 | fa163ee6-8f4d-1548-de56-0000000022c4 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:19.463263 | 0.04s 2025-12-01 10:46:23.293070 | fa163ee6-8f4d-1548-de56-0000000022c5 | TASK | regenerate lvm config 2025-12-01 10:46:23.340610 | fa163ee6-8f4d-1548-de56-0000000022c5 | SKIPPED | regenerate lvm config | standalone 2025-12-01 10:46:23.341831 | fa163ee6-8f4d-1548-de56-0000000022c5 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:19.533718 | 0.05s 2025-12-01 10:46:23.359926 | fa163ee6-8f4d-1548-de56-0000000022c6 | TASK | copy new lvm.conf in place 2025-12-01 10:46:23.407023 | fa163ee6-8f4d-1548-de56-0000000022c6 | SKIPPED | copy new lvm.conf in place | standalone 2025-12-01 10:46:23.408148 | fa163ee6-8f4d-1548-de56-0000000022c6 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:19.600034 | 0.05s 2025-12-01 10:46:23.454662 | fa163ee6-8f4d-1548-de56-0000000021ac | TASK | Fail if container image is undefined 2025-12-01 10:46:23.524370 | fa163ee6-8f4d-1548-de56-0000000021ac | SKIPPED | Fail if container image is undefined | standalone 2025-12-01 10:46:23.525379 | fa163ee6-8f4d-1548-de56-0000000021ac | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:19.717267 | 0.07s 2025-12-01 10:46:23.558096 | fa163ee6-8f4d-1548-de56-0000000021ad | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-12-01 10:46:31.976087 | fa163ee6-8f4d-1548-de56-0000000021ad | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-12-01 10:46:31.977042 | fa163ee6-8f4d-1548-de56-0000000021ad | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:28.168935 | 8.42s 2025-12-01 10:46:32.016614 | fa163ee6-8f4d-1548-de56-0000000021ae | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-12-01 10:46:32.362798 | fa163ee6-8f4d-1548-de56-0000000021ae | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-12-01 10:46:32.364197 | fa163ee6-8f4d-1548-de56-0000000021ae | TIMING | tripleo_container_tag : Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:28.556083 | 0.35s 2025-12-01 10:46:32.465579 | fa163ee6-8f4d-1548-de56-0000000021b9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-01 10:46:32.466420 | fa163ee6-8f4d-1548-de56-0000000021b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:28.658312 | 0.05s 2025-12-01 10:46:32.492467 | fa163ee6-8f4d-1548-de56-0000000021c0 | TASK | Fail if container image is undefined 2025-12-01 10:46:32.554238 | fa163ee6-8f4d-1548-de56-0000000021c0 | SKIPPED | Fail if container image is undefined | standalone 2025-12-01 10:46:32.555554 | fa163ee6-8f4d-1548-de56-0000000021c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:28.747436 | 0.06s 2025-12-01 10:46:32.586194 | fa163ee6-8f4d-1548-de56-0000000021c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-12-01 10:46:39.471034 | fa163ee6-8f4d-1548-de56-0000000021c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-12-01 10:46:39.473907 | fa163ee6-8f4d-1548-de56-0000000021c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:35.665789 | 6.89s 2025-12-01 10:46:39.526866 | fa163ee6-8f4d-1548-de56-0000000021c2 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-12-01 10:46:39.905905 | fa163ee6-8f4d-1548-de56-0000000021c2 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-12-01 10:46:39.908380 | fa163ee6-8f4d-1548-de56-0000000021c2 | TIMING | tripleo_container_tag : Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:36.100265 | 0.38s 2025-12-01 10:46:40.010793 | fa163ee6-8f4d-1548-de56-0000000021cd | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-01 10:46:40.012269 | fa163ee6-8f4d-1548-de56-0000000021cd | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:36.204152 | 0.05s 2025-12-01 10:46:40.038330 | fa163ee6-8f4d-1548-de56-0000000021cf | TASK | install systemd-container for a greenfield 2025-12-01 10:47:01.399830 | fa163ee6-8f4d-1548-de56-0000000021cf | CHANGED | install systemd-container for a greenfield | standalone 2025-12-01 10:47:01.402813 | fa163ee6-8f4d-1548-de56-0000000021cf | TIMING | install systemd-container for a greenfield | standalone | 0:04:57.594697 | 21.36s 2025-12-01 10:47:01.430864 | fa163ee6-8f4d-1548-de56-0000000021d0 | TASK | manage PMEM namespaces for vPMEM 2025-12-01 10:47:01.493975 | fa163ee6-8f4d-1548-de56-0000000021d0 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-12-01 10:47:01.496031 | fa163ee6-8f4d-1548-de56-0000000021d0 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:57.687902 | 0.06s 2025-12-01 10:47:01.523454 | fa163ee6-8f4d-1548-de56-0000000021d2 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-12-01 10:47:01.800051 | fa163ee6-8f4d-1548-de56-0000000021d2 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-12-01 10:47:01.801271 | fa163ee6-8f4d-1548-de56-0000000021d2 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:57.993158 | 0.28s 2025-12-01 10:47:01.827796 | fa163ee6-8f4d-1548-de56-0000000021d4 | TASK | is KSM enabled 2025-12-01 10:47:01.879520 | fa163ee6-8f4d-1548-de56-0000000021d4 | OK | is KSM enabled | standalone 2025-12-01 10:47:01.880882 | fa163ee6-8f4d-1548-de56-0000000021d4 | TIMING | is KSM enabled | standalone | 0:04:58.072767 | 0.05s 2025-12-01 10:47:01.907040 | fa163ee6-8f4d-1548-de56-0000000021d6 | TASK | Check for ksm 2025-12-01 10:47:02.204569 | fa163ee6-8f4d-1548-de56-0000000021d6 | CHANGED | Check for ksm | standalone 2025-12-01 10:47:02.205922 | fa163ee6-8f4d-1548-de56-0000000021d6 | TIMING | Check for ksm | standalone | 0:04:58.397808 | 0.30s 2025-12-01 10:47:02.231550 | fa163ee6-8f4d-1548-de56-0000000021d7 | TASK | disable KSM services 2025-12-01 10:47:02.320425 | fa163ee6-8f4d-1548-de56-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-12-01 10:47:02.356268 | fa163ee6-8f4d-1548-de56-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-12-01 10:47:02.368209 | fa163ee6-8f4d-1548-de56-0000000021d7 | TIMING | disable KSM services | standalone | 0:04:58.560082 | 0.14s 2025-12-01 10:47:02.401926 | fa163ee6-8f4d-1548-de56-0000000021d8 | TASK | delete PageKSM after disable ksm on compute 2025-12-01 10:47:02.453218 | fa163ee6-8f4d-1548-de56-0000000021d8 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-12-01 10:47:02.454558 | fa163ee6-8f4d-1548-de56-0000000021d8 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:58.646437 | 0.05s 2025-12-01 10:47:02.482397 | fa163ee6-8f4d-1548-de56-0000000021da | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-12-01 10:47:02.521262 | fa163ee6-8f4d-1548-de56-0000000021da | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-12-01 10:47:02.522438 | fa163ee6-8f4d-1548-de56-0000000021da | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:58.714321 | 0.04s 2025-12-01 10:47:02.548918 | fa163ee6-8f4d-1548-de56-0000000021db | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-12-01 10:47:02.597916 | fa163ee6-8f4d-1548-de56-0000000021db | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-12-01 10:47:02.599083 | fa163ee6-8f4d-1548-de56-0000000021db | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:58.790967 | 0.05s 2025-12-01 10:47:02.625124 | fa163ee6-8f4d-1548-de56-0000000021dc | TASK | enable ksmtunded 2025-12-01 10:47:02.686125 | fa163ee6-8f4d-1548-de56-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-12-01 10:47:02.709685 | fa163ee6-8f4d-1548-de56-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-12-01 10:47:02.722143 | fa163ee6-8f4d-1548-de56-0000000021dc | TIMING | enable ksmtunded | standalone | 0:04:58.914021 | 0.10s 2025-12-01 10:47:02.797528 | fa163ee6-8f4d-1548-de56-0000000021de | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-01 10:47:02.798894 | fa163ee6-8f4d-1548-de56-0000000021de | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:58.990770 | 0.05s 2025-12-01 10:47:02.825336 | fa163ee6-8f4d-1548-de56-0000000021e0 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-12-01 10:47:02.898055 | fa163ee6-8f4d-1548-de56-0000000021e0 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-12-01 10:47:02.899329 | fa163ee6-8f4d-1548-de56-0000000021e0 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:59.091210 | 0.07s 2025-12-01 10:47:02.924780 | fa163ee6-8f4d-1548-de56-0000000021e1 | TASK | Populate ansible service facts so we can check for pacemaker service 2025-12-01 10:47:08.093872 | fa163ee6-8f4d-1548-de56-0000000021e1 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-12-01 10:47:08.098821 | fa163ee6-8f4d-1548-de56-0000000021e1 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:05:04.290706 | 5.17s 2025-12-01 10:47:08.134193 | fa163ee6-8f4d-1548-de56-0000000021e3 | TASK | Fetch ovn-dbs-bundle 2025-12-01 10:47:08.203859 | fa163ee6-8f4d-1548-de56-0000000021e3 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-12-01 10:47:08.205043 | fa163ee6-8f4d-1548-de56-0000000021e3 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:05:04.396925 | 0.07s 2025-12-01 10:47:08.234472 | fa163ee6-8f4d-1548-de56-0000000021e4 | TASK | Fetch ovn VIP 2025-12-01 10:47:08.297352 | fa163ee6-8f4d-1548-de56-0000000021e4 | SKIPPED | Fetch ovn VIP | standalone 2025-12-01 10:47:08.298421 | fa163ee6-8f4d-1548-de56-0000000021e4 | TIMING | Fetch ovn VIP | standalone | 0:05:04.490306 | 0.06s 2025-12-01 10:47:08.327312 | fa163ee6-8f4d-1548-de56-0000000021e5 | TASK | Remove OVNDBs from pacemaker 2025-12-01 10:47:08.409121 | fa163ee6-8f4d-1548-de56-0000000021e5 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-12-01 10:47:08.410378 | fa163ee6-8f4d-1548-de56-0000000021e5 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:05:04.602263 | 0.08s 2025-12-01 10:47:08.439909 | fa163ee6-8f4d-1548-de56-0000000021e6 | TASK | Remove OVNDBs VIP from pacemaker 2025-12-01 10:47:08.510290 | fa163ee6-8f4d-1548-de56-0000000021e6 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-12-01 10:47:08.511512 | fa163ee6-8f4d-1548-de56-0000000021e6 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:05:04.703395 | 0.07s 2025-12-01 10:47:08.540260 | fa163ee6-8f4d-1548-de56-0000000021e7 | TASK | Clean up pacemaker remote nodes cache 2025-12-01 10:47:08.612579 | fa163ee6-8f4d-1548-de56-0000000021e7 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-12-01 10:47:08.614036 | fa163ee6-8f4d-1548-de56-0000000021e7 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:05:04.805918 | 0.07s 2025-12-01 10:47:08.643651 | fa163ee6-8f4d-1548-de56-0000000021e8 | TASK | Remove pacemaker attributes 2025-12-01 10:47:08.716473 | fa163ee6-8f4d-1548-de56-0000000021e8 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-12-01 10:47:08.729296 | fa163ee6-8f4d-1548-de56-0000000021e8 | TIMING | Remove pacemaker attributes | standalone | 0:05:04.921175 | 0.08s 2025-12-01 10:47:08.828860 | fa163ee6-8f4d-1548-de56-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-01 10:47:08.829825 | fa163ee6-8f4d-1548-de56-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:05.021714 | 0.07s 2025-12-01 10:47:08.859833 | fa163ee6-8f4d-1548-de56-0000000021ed | TASK | Configure OVN DBs and northd 2025-12-01 10:47:08.920955 | fa163ee6-8f4d-1548-de56-0000000021ed | TIMING | Configure OVN DBs and northd | standalone | 0:05:05.112836 | 0.06s 2025-12-01 10:47:08.971857 | fa163ee6-8f4d-1548-de56-000000002395 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-12-01 10:47:09.234877 | fa163ee6-8f4d-1548-de56-000000002395 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-12-01 10:47:09.235750 | fa163ee6-8f4d-1548-de56-000000002395 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:05:05.427645 | 0.26s 2025-12-01 10:47:09.260656 | fa163ee6-8f4d-1548-de56-000000002396 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-12-01 10:47:09.321632 | fa163ee6-8f4d-1548-de56-000000002396 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-12-01 10:47:09.322977 | fa163ee6-8f4d-1548-de56-000000002396 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:05:05.514861 | 0.06s 2025-12-01 10:47:09.353703 | fa163ee6-8f4d-1548-de56-000000002397 | TASK | check ovsdb-tool election-timer options 2025-12-01 10:47:09.633659 | fa163ee6-8f4d-1548-de56-000000002397 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-12-01 10:47:09.635239 | fa163ee6-8f4d-1548-de56-000000002397 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:05:05.827118 | 0.28s 2025-12-01 10:47:09.688575 | fa163ee6-8f4d-1548-de56-000000002398 | TASK | set has_ovsdb_tool_election_timer fact 2025-12-01 10:47:09.762085 | fa163ee6-8f4d-1548-de56-000000002398 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-12-01 10:47:09.763631 | fa163ee6-8f4d-1548-de56-000000002398 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:05:05.955511 | 0.07s 2025-12-01 10:47:09.795656 | fa163ee6-8f4d-1548-de56-000000002399 | TASK | render OVN cluster configuration 2025-12-01 10:47:10.419110 | fa163ee6-8f4d-1548-de56-000000002399 | CHANGED | render OVN cluster configuration | standalone 2025-12-01 10:47:10.420493 | fa163ee6-8f4d-1548-de56-000000002399 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:05:06.612380 | 0.62s 2025-12-01 10:47:10.450165 | fa163ee6-8f4d-1548-de56-00000000239a | TASK | restart OVN northd and north and south databases 2025-12-01 10:47:10.514014 | fa163ee6-8f4d-1548-de56-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:06.705886 | 0.06s 2025-12-01 10:47:10.531700 | fa163ee6-8f4d-1548-de56-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:06.723586 | 0.08s 2025-12-01 10:47:10.544833 | fa163ee6-8f4d-1548-de56-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:06.736719 | 0.09s 2025-12-01 10:47:10.550485 | fa163ee6-8f4d-1548-de56-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:06.742378 | 0.10s 2025-12-01 10:47:10.566937 | 766e25e4-5d8c-4681-91ff-4e30f665c0cc | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-12-01 10:47:10.571808 | cc9150da-77f5-4b5d-b3f1-e0af1df233ed | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-12-01 10:47:10.576412 | cbd42341-d04d-472e-9407-7d2f95be5a3f | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-12-01 10:47:10.605348 | fa163ee6-8f4d-1548-de56-0000000023c9 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-12-01 10:47:10.877386 | fa163ee6-8f4d-1548-de56-0000000023c9 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-12-01 10:47:10.878686 | fa163ee6-8f4d-1548-de56-0000000023c9 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:05:07.070573 | 0.27s 2025-12-01 10:47:10.909970 | fa163ee6-8f4d-1548-de56-0000000023ca | TASK | restart tripleo_cluster_north_db_server systemd service 2025-12-01 10:47:10.948780 | fa163ee6-8f4d-1548-de56-0000000023ca | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-12-01 10:47:10.949866 | fa163ee6-8f4d-1548-de56-0000000023ca | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:05:07.141750 | 0.04s 2025-12-01 10:47:10.981496 | fa163ee6-8f4d-1548-de56-0000000023ce | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-12-01 10:47:11.234176 | fa163ee6-8f4d-1548-de56-0000000023ce | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-12-01 10:47:11.235886 | fa163ee6-8f4d-1548-de56-0000000023ce | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:05:07.427771 | 0.25s 2025-12-01 10:47:11.267015 | fa163ee6-8f4d-1548-de56-0000000023cf | TASK | restart tripleo_cluster_south_db_server systemd service 2025-12-01 10:47:11.316494 | fa163ee6-8f4d-1548-de56-0000000023cf | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-12-01 10:47:11.317818 | fa163ee6-8f4d-1548-de56-0000000023cf | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:05:07.509702 | 0.05s 2025-12-01 10:47:11.350413 | fa163ee6-8f4d-1548-de56-0000000023d3 | TASK | check if tripleo_cluster_northd systemd service is active 2025-12-01 10:47:11.610133 | fa163ee6-8f4d-1548-de56-0000000023d3 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-12-01 10:47:11.611532 | fa163ee6-8f4d-1548-de56-0000000023d3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:05:07.803418 | 0.26s 2025-12-01 10:47:11.646967 | fa163ee6-8f4d-1548-de56-0000000023d4 | TASK | restart tripleo_cluster_northd systemd service 2025-12-01 10:47:11.701909 | fa163ee6-8f4d-1548-de56-0000000023d4 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-12-01 10:47:11.703257 | fa163ee6-8f4d-1548-de56-0000000023d4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:05:07.895139 | 0.05s 2025-12-01 10:47:11.812603 | fa163ee6-8f4d-1548-de56-0000000021ef | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-01 10:47:11.813903 | fa163ee6-8f4d-1548-de56-0000000021ef | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:08.005785 | 0.05s 2025-12-01 10:47:11.893500 | fa163ee6-8f4d-1548-de56-0000000021f1 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-01 10:47:11.894812 | fa163ee6-8f4d-1548-de56-0000000021f1 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:08.086695 | 0.05s 2025-12-01 10:47:11.924295 | fa163ee6-8f4d-1548-de56-0000000021f8 | TASK | Fail if container image is undefined 2025-12-01 10:47:11.984808 | fa163ee6-8f4d-1548-de56-0000000021f8 | SKIPPED | Fail if container image is undefined | standalone 2025-12-01 10:47:11.986097 | fa163ee6-8f4d-1548-de56-0000000021f8 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:08.177980 | 0.06s 2025-12-01 10:47:12.031960 | fa163ee6-8f4d-1548-de56-0000000021f9 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-12-01 10:47:18.769010 | fa163ee6-8f4d-1548-de56-0000000021f9 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-12-01 10:47:18.770665 | fa163ee6-8f4d-1548-de56-0000000021f9 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:14.962545 | 6.74s 2025-12-01 10:47:18.824547 | fa163ee6-8f4d-1548-de56-0000000021fa | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-12-01 10:47:19.182019 | fa163ee6-8f4d-1548-de56-0000000021fa | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-12-01 10:47:19.183205 | fa163ee6-8f4d-1548-de56-0000000021fa | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:15.375098 | 0.36s 2025-12-01 10:47:19.236158 | fa163ee6-8f4d-1548-de56-000000002205 | TASK | Pre-fetch all the containers 2025-12-01 10:47:23.835807 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-12-01 10:47:23.840295 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:20.032175 | 4.60s 2025-12-01 10:47:29.652044 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-12-01 10:47:29.656026 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:25.847911 | 10.42s 2025-12-01 10:47:32.472479 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-12-01 10:47:32.475133 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:28.667019 | 13.24s 2025-12-01 10:47:35.547024 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-12-01 10:47:35.548677 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:31.740569 | 16.31s 2025-12-01 10:47:37.462092 | fa163ee6-8f4d-1548-de56-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-12-01 10:47:37.464598 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:33.656485 | 18.23s 2025-12-01 10:47:39.166167 | fa163ee6-8f4d-1548-de56-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-12-01 10:47:39.167376 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:35.359270 | 19.93s 2025-12-01 10:47:43.303891 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-12-01 10:47:43.306790 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:39.498674 | 24.07s 2025-12-01 10:47:48.021846 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-12-01 10:47:48.026905 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:44.218787 | 28.79s 2025-12-01 10:47:52.007853 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-12-01 10:47:52.013314 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:48.205197 | 32.78s 2025-12-01 10:47:55.219986 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-12-01 10:47:55.222928 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:51.414813 | 35.98s 2025-12-01 10:48:02.106092 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-12-01 10:48:02.110959 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:58.302838 | 42.87s 2025-12-01 10:48:04.931887 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-12-01 10:48:04.934736 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:01.126606 | 45.70s 2025-12-01 10:48:19.641781 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-12-01 10:48:19.644729 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:15.836595 | 60.41s 2025-12-01 10:48:29.457698 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-12-01 10:48:29.461651 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:25.653534 | 70.22s 2025-12-01 10:48:38.309157 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-12-01 10:48:38.312347 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:34.504232 | 79.07s 2025-12-01 10:48:48.626103 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-12-01 10:48:48.628923 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:44.820810 | 89.39s 2025-12-01 10:48:57.086825 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-12-01 10:48:57.089376 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:53.281263 | 97.85s 2025-12-01 10:49:01.847634 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-12-01 10:49:01.850743 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:58.042633 | 102.61s 2025-12-01 10:49:04.918503 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-12-01 10:49:04.922851 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:01.114736 | 105.68s 2025-12-01 10:49:08.932062 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-12-01 10:49:08.936367 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:05.128250 | 109.70s 2025-12-01 10:49:14.822818 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-12-01 10:49:14.826398 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:11.018278 | 115.59s 2025-12-01 10:49:30.067286 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-12-01 10:49:30.070923 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:26.262806 | 130.83s 2025-12-01 10:49:33.288324 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-12-01 10:49:33.291551 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:29.483436 | 134.05s 2025-12-01 10:49:41.969146 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-12-01 10:49:41.972001 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:38.163886 | 142.73s 2025-12-01 10:49:46.544485 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-12-01 10:49:46.548389 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:42.740272 | 147.31s 2025-12-01 10:49:49.790742 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-12-01 10:49:49.794334 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:45.986220 | 150.56s 2025-12-01 10:49:53.129130 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-12-01 10:49:53.132936 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:49.324823 | 153.89s 2025-12-01 10:49:57.088678 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-12-01 10:49:57.091427 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:53.283312 | 157.85s 2025-12-01 10:49:59.711811 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-12-01 10:49:59.715730 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:55.907596 | 160.48s 2025-12-01 10:50:03.591317 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-12-01 10:50:03.594595 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:59.786485 | 164.36s 2025-12-01 10:50:08.355779 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-12-01 10:50:08.357275 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:04.549170 | 169.12s 2025-12-01 10:50:15.767690 | fa163ee6-8f4d-1548-de56-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-12-01 10:50:15.769102 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:11.960997 | 176.53s 2025-12-01 10:50:19.089978 | fa163ee6-8f4d-1548-de56-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-12-01 10:50:19.092262 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:15.284154 | 179.85s 2025-12-01 10:50:22.954309 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-12-01 10:50:22.958005 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:19.149896 | 183.72s 2025-12-01 10:50:24.903205 | fa163ee6-8f4d-1548-de56-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-12-01 10:50:24.905044 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:21.096937 | 185.67s 2025-12-01 10:50:29.565486 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-12-01 10:50:29.571442 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:25.763320 | 190.33s 2025-12-01 10:50:33.400061 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-12-01 10:50:33.402423 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:29.594308 | 194.16s 2025-12-01 10:50:40.700357 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-12-01 10:50:40.704291 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:36.896176 | 201.47s 2025-12-01 10:50:45.048885 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-12-01 10:50:45.051037 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:41.242928 | 205.81s 2025-12-01 10:50:47.760273 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-12-01 10:50:47.763238 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:43.955129 | 208.53s 2025-12-01 10:50:50.674195 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-12-01 10:50:50.678485 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:46.870369 | 211.44s 2025-12-01 10:50:54.946634 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-12-01 10:50:54.949906 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:51.141790 | 215.71s 2025-12-01 10:50:57.814878 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-12-01 10:50:57.819123 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:54.011002 | 218.58s 2025-12-01 10:51:01.509536 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-12-01 10:51:01.512432 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:57.704315 | 222.27s 2025-12-01 10:51:04.959015 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-12-01 10:51:04.961137 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:01.153028 | 225.72s 2025-12-01 10:51:07.856377 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-12-01 10:51:07.859501 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:04.051379 | 228.62s 2025-12-01 10:51:10.121859 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-12-01 10:51:10.124828 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:06.316712 | 230.89s 2025-12-01 10:51:13.857210 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-12-01 10:51:13.861744 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:10.053594 | 234.62s 2025-12-01 10:51:17.060284 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-12-01 10:51:17.066094 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:13.257965 | 237.83s 2025-12-01 10:51:21.315580 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-12-01 10:51:21.319779 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:17.511657 | 242.08s 2025-12-01 10:51:24.525841 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-12-01 10:51:24.530489 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:20.722373 | 245.29s 2025-12-01 10:51:27.627961 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-12-01 10:51:27.630976 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:23.822860 | 248.39s 2025-12-01 10:51:30.548645 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-12-01 10:51:30.552705 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:26.744588 | 251.31s 2025-12-01 10:51:33.565233 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-12-01 10:51:33.567700 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:29.759594 | 254.33s 2025-12-01 10:51:36.534449 | fa163ee6-8f4d-1548-de56-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-12-01 10:51:36.536197 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:32.728088 | 257.30s 2025-12-01 10:51:36.855811 | fa163ee6-8f4d-1548-de56-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:33.047695 | 257.62s 2025-12-01 10:51:37.066693 | fa163ee6-8f4d-1548-de56-000000002208 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-12-01 10:51:37.067841 | fa163ee6-8f4d-1548-de56-000000002208 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:09:33.259727 | 0.05s 2025-12-01 10:51:37.091610 | fa163ee6-8f4d-1548-de56-00000000220f | TASK | Fail if container image is undefined 2025-12-01 10:51:37.131531 | fa163ee6-8f4d-1548-de56-00000000220f | SKIPPED | Fail if container image is undefined | standalone 2025-12-01 10:51:37.132631 | fa163ee6-8f4d-1548-de56-00000000220f | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:09:33.324519 | 0.04s 2025-12-01 10:51:37.170816 | fa163ee6-8f4d-1548-de56-000000002210 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-12-01 10:51:42.322959 | fa163ee6-8f4d-1548-de56-000000002210 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-12-01 10:51:42.324392 | fa163ee6-8f4d-1548-de56-000000002210 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:09:38.516277 | 5.15s 2025-12-01 10:51:42.382545 | fa163ee6-8f4d-1548-de56-000000002211 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-12-01 10:51:42.672961 | fa163ee6-8f4d-1548-de56-000000002211 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-12-01 10:51:42.674623 | fa163ee6-8f4d-1548-de56-000000002211 | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:09:38.866507 | 0.29s 2025-12-01 10:51:42.721573 | fa163ee6-8f4d-1548-de56-00000000221c | TASK | Check if rsyslog exists 2025-12-01 10:51:42.985533 | fa163ee6-8f4d-1548-de56-00000000221c | CHANGED | Check if rsyslog exists | standalone 2025-12-01 10:51:42.986410 | fa163ee6-8f4d-1548-de56-00000000221c | TIMING | Check if rsyslog exists | standalone | 0:09:39.178303 | 0.26s 2025-12-01 10:51:43.009671 | fa163ee6-8f4d-1548-de56-00000000221d | TASK | Forward logging to swift.log file 2025-12-01 10:51:43.494014 | fa163ee6-8f4d-1548-de56-00000000221d | CHANGED | Forward logging to swift.log file | standalone 2025-12-01 10:51:43.495115 | fa163ee6-8f4d-1548-de56-00000000221d | TIMING | Forward logging to swift.log file | standalone | 0:09:39.687007 | 0.48s 2025-12-01 10:51:43.519648 | fa163ee6-8f4d-1548-de56-00000000221e | TASK | Restart rsyslogd service after logging conf change 2025-12-01 10:51:44.242810 | fa163ee6-8f4d-1548-de56-00000000221e | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-12-01 10:51:44.245023 | fa163ee6-8f4d-1548-de56-00000000221e | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:09:40.436907 | 0.72s 2025-12-01 10:51:44.278788 | fa163ee6-8f4d-1548-de56-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-12-01 10:51:44.514273 | fa163ee6-8f4d-1548-de56-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-12-01 10:51:44.515480 | fa163ee6-8f4d-1548-de56-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:09:40.707370 | 0.24s 2025-12-01 10:51:44.616659 | fa163ee6-8f4d-1548-de56-0000000000c3 | TIMING | include_tasks | standalone | 0:09:40.808538 | 0.08s 2025-12-01 10:51:44.644210 | 98305772-d933-4ba1-aee4-fba0ece3b69a | INCLUDED | /root/standalone-ansible-95hluu53/common_deploy_steps_tasks.yaml | standalone 2025-12-01 10:51:44.669034 | fa163ee6-8f4d-1548-de56-0000000024a0 | TASK | Write the config_step hieradata 2025-12-01 10:51:45.178320 | fa163ee6-8f4d-1548-de56-0000000024a0 | OK | Write the config_step hieradata | standalone 2025-12-01 10:51:45.179777 | fa163ee6-8f4d-1548-de56-0000000024a0 | TIMING | Write the config_step hieradata | standalone | 0:09:41.371657 | 0.51s 2025-12-01 10:51:45.212997 | fa163ee6-8f4d-1548-de56-0000000024a1 | TASK | Run puppet host configuration for step 1 2025-12-01 10:51:45.531096 | fa163ee6-8f4d-1548-de56-0000000024a1 | CHANGED | Run puppet host configuration for step 1 | standalone 2025-12-01 10:51:45.532275 | fa163ee6-8f4d-1548-de56-0000000024a1 | TIMING | Run puppet host configuration for step 1 | standalone | 0:09:41.724165 | 0.32s 2025-12-01 10:51:45.563866 | fa163ee6-8f4d-1548-de56-0000000024a2 | TASK | Wait for puppet host configuration to finish 2025-12-01 10:51:45.813206 | fa163ee6-8f4d-1548-de56-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-01 10:51:56.084962 | fa163ee6-8f4d-1548-de56-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-01 10:52:06.326007 | fa163ee6-8f4d-1548-de56-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-12-01 10:52:16.558986 | fa163ee6-8f4d-1548-de56-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-12-01 10:52:26.779497 | fa163ee6-8f4d-1548-de56-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-12-01 10:52:36.996107 | fa163ee6-8f4d-1548-de56-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-12-01 10:52:47.213002 | fa163ee6-8f4d-1548-de56-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 354 retries left 2025-12-01 10:52:57.449922 | fa163ee6-8f4d-1548-de56-0000000024a2 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-01 10:52:57.451323 | fa163ee6-8f4d-1548-de56-0000000024a2 | TIMING | Wait for puppet host configuration to finish | standalone | 0:10:53.643207 | 71.89s 2025-12-01 10:52:57.473108 | fa163ee6-8f4d-1548-de56-0000000024a3 | TASK | Debug output for task: Run puppet host configuration for step 1 2025-12-01 10:52:57.562642 | fa163ee6-8f4d-1548-de56-0000000024a3 | CHANGED | Debug output for task: Run puppet host configuration for step 1 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Dec 1 10:51:45 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 1 10:51:49 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 1 10:51:49 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 1 10:51:49 puppet-user: (file & line not available)", "<13>Dec 1 10:51:49 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>Dec 1 10:51:49 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Dec 1 10:51:49 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 1 10:51:49 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.40 seconds", "<13>Dec 1 10:51:49 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Dec 1 10:51:49 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Dec 1 10:51:49 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Dec 1 10:52:01 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Dec 1 10:52:10 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Dec 1 10:52:10 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Dec 1 10:52:10 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Dec 1 10:52:10 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Dec 1 10:52:14 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Dec 1 10:52:14 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Dec 1 10:52:15 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Dec 1 10:52:19 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Dec 1 10:52:21 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Dec 1 10:52:22 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Dec 1 10:52:22 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Dec 1 10:52:45 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Dec 1 10:52:46 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 1 10:52:48 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Dec 1 10:52:48 puppet-user: Notice: Applied catalog in 59.31 seconds", "<13>Dec 1 10:52:48 puppet-user: Application:", "<13>Dec 1 10:52:48 puppet-user: Initial environment: production", "<13>Dec 1 10:52:48 puppet-user: Converged environment: production", "<13>Dec 1 10:52:48 puppet-user: Run mode: user", "<13>Dec 1 10:52:48 puppet-user: Changes:", "<13>Dec 1 10:52:48 puppet-user: Total: 17", "<13>Dec 1 10:52:48 puppet-user: Events:", "<13>Dec 1 10:52:48 puppet-user: Success: 17", "<13>Dec 1 10:52:48 puppet-user: Resources:", "<13>Dec 1 10:52:48 puppet-user: Restarted: 1", "<13>Dec 1 10:52:48 puppet-user: Changed: 16", "<13>Dec 1 10:52:48 puppet-user: Out of sync: 16", "<13>Dec 1 10:52:48 puppet-user: Total: 26", "<13>Dec 1 10:52:48 puppet-user: Time:", "<13>Dec 1 10:52:48 puppet-user: Filebucket: 0.00", "<13>Dec 1 10:52:48 puppet-user: Schedule: 0.00", "<13>Dec 1 10:52:48 puppet-user: File line: 0.00", "<13>Dec 1 10:52:48 puppet-user: File: 0.00", "<13>Dec 1 10:52:48 puppet-user: Augeas: 0.12", "<13>Dec 1 10:52:48 puppet-user: User: 0.18", "<13>Dec 1 10:52:48 puppet-user: Config retrieval: 0.44", "<13>Dec 1 10:52:48 puppet-user: Last run: 1764586368", "<13>Dec 1 10:52:48 puppet-user: Package: 20.86", "<13>Dec 1 10:52:48 puppet-user: Exec: 28.86", "<13>Dec 1 10:52:48 puppet-user: Pcmk property: 3.69", "<13>Dec 1 10:52:48 puppet-user: Service: 4.40", "<13>Dec 1 10:52:48 puppet-user: Transaction evaluation: 59.30", "<13>Dec 1 10:52:48 puppet-user: Catalog application: 59.31", "<13>Dec 1 10:52:48 puppet-user: Total: 59.31", "<13>Dec 1 10:52:48 puppet-user: Version:", "<13>Dec 1 10:52:48 puppet-user: Config: 1764586309", "<13>Dec 1 10:52:48 puppet-user: Puppet: 7.10.0" ] } 2025-12-01 10:52:57.564203 | fa163ee6-8f4d-1548-de56-0000000024a3 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:10:53.756089 | 0.09s 2025-12-01 10:52:57.595032 | fa163ee6-8f4d-1548-de56-0000000024a4 | TASK | Pre-cache facts for puppet containers 2025-12-01 10:52:57.624637 | fa163ee6-8f4d-1548-de56-0000000024a4 | TIMING | Pre-cache facts for puppet containers | standalone | 0:10:53.816515 | 0.03s 2025-12-01 10:52:57.697235 | fa163ee6-8f4d-1548-de56-0000000024ed | TASK | Gather variables for each operating system 2025-12-01 10:52:57.819375 | fa163ee6-8f4d-1548-de56-0000000024ed | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:10:54.011250 | 0.12s 2025-12-01 10:52:57.849910 | fa163ee6-8f4d-1548-de56-0000000024ee | TASK | Create puppet caching structures 2025-12-01 10:52:58.085742 | fa163ee6-8f4d-1548-de56-0000000024ee | CHANGED | Create puppet caching structures | standalone 2025-12-01 10:52:58.087204 | fa163ee6-8f4d-1548-de56-0000000024ee | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:10:54.279088 | 0.24s 2025-12-01 10:52:58.117404 | fa163ee6-8f4d-1548-de56-0000000024ef | TASK | Check for facter.conf 2025-12-01 10:52:58.361832 | fa163ee6-8f4d-1548-de56-0000000024ef | OK | Check for facter.conf | standalone 2025-12-01 10:52:58.363622 | fa163ee6-8f4d-1548-de56-0000000024ef | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:10:54.555512 | 0.24s 2025-12-01 10:52:58.387476 | fa163ee6-8f4d-1548-de56-0000000024f0 | TASK | Remove facter.conf if directory 2025-12-01 10:52:58.436316 | fa163ee6-8f4d-1548-de56-0000000024f0 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-01 10:52:58.438245 | fa163ee6-8f4d-1548-de56-0000000024f0 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:10:54.630134 | 0.05s 2025-12-01 10:52:58.468488 | fa163ee6-8f4d-1548-de56-0000000024f1 | TASK | Write facter cache config 2025-12-01 10:52:58.910685 | fa163ee6-8f4d-1548-de56-0000000024f1 | CHANGED | Write facter cache config | standalone 2025-12-01 10:52:58.912098 | fa163ee6-8f4d-1548-de56-0000000024f1 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:10:55.103990 | 0.44s 2025-12-01 10:52:58.931839 | fa163ee6-8f4d-1548-de56-0000000024f2 | TASK | Cleanup facter cache if exists 2025-12-01 10:52:59.150357 | fa163ee6-8f4d-1548-de56-0000000024f2 | OK | Cleanup facter cache if exists | standalone 2025-12-01 10:52:59.152942 | fa163ee6-8f4d-1548-de56-0000000024f2 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:10:55.344822 | 0.22s 2025-12-01 10:52:59.187300 | fa163ee6-8f4d-1548-de56-0000000024f3 | TASK | Pre-cache facts 2025-12-01 10:52:59.803306 | fa163ee6-8f4d-1548-de56-0000000024f3 | CHANGED | Pre-cache facts | standalone 2025-12-01 10:52:59.805423 | fa163ee6-8f4d-1548-de56-0000000024f3 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:10:55.997307 | 0.62s 2025-12-01 10:52:59.837935 | fa163ee6-8f4d-1548-de56-0000000024f4 | TASK | Failed deployment if facter fails 2025-12-01 10:52:59.879350 | fa163ee6-8f4d-1548-de56-0000000024f4 | SKIPPED | Failed deployment if facter fails | standalone 2025-12-01 10:52:59.880619 | fa163ee6-8f4d-1548-de56-0000000024f4 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:10:56.072502 | 0.04s 2025-12-01 10:52:59.935445 | fa163ee6-8f4d-1548-de56-0000000024f5 | TASK | Sync cached facts 2025-12-01 10:53:00.411837 | fa163ee6-8f4d-1548-de56-0000000024f5 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee6-8f4d-1548-de56-0000000024f5') missing from stats 2025-12-01 10:53:00.474219 | fa163ee6-8f4d-1548-de56-0000000024a5 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-01 10:53:00.522394 | fa163ee6-8f4d-1548-de56-0000000024a5 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:10:56.714278 | 0.05s 2025-12-01 10:53:00.543807 | 154ca2ff-c725-426c-99c8-5ee3d0e6f140 | INCLUDED | /root/standalone-ansible-95hluu53/generate-config-tasks.yaml | standalone 2025-12-01 10:53:00.586089 | fa163ee6-8f4d-1548-de56-00000000253f | TASK | Create base directory puppet configs 2025-12-01 10:53:00.816531 | fa163ee6-8f4d-1548-de56-00000000253f | CHANGED | Create base directory puppet configs | standalone 2025-12-01 10:53:00.818316 | fa163ee6-8f4d-1548-de56-00000000253f | TIMING | Create base directory puppet configs | standalone | 0:10:57.010195 | 0.23s 2025-12-01 10:53:00.855057 | fa163ee6-8f4d-1548-de56-000000002540 | TASK | Generate container puppet configs for step 1 2025-12-01 10:53:01.145157 | fa163ee6-8f4d-1548-de56-000000002540 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-12-01 10:53:01.146237 | fa163ee6-8f4d-1548-de56-000000002540 | TIMING | Generate container puppet configs for step 1 | standalone | 0:10:57.338129 | 0.29s 2025-12-01 10:53:01.175425 | fa163ee6-8f4d-1548-de56-000000002541 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-12-01 10:53:01.204574 | fa163ee6-8f4d-1548-de56-000000002541 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:10:57.396455 | 0.03s 2025-12-01 10:53:01.261019 | fa163ee6-8f4d-1548-de56-0000000025cb | TASK | Gather variables for each operating system 2025-12-01 10:53:01.380044 | fa163ee6-8f4d-1548-de56-0000000025cb | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:57.571920 | 0.12s 2025-12-01 10:53:01.410215 | fa163ee6-8f4d-1548-de56-0000000025cc | TASK | Create container logs path 2025-12-01 10:53:01.676191 | fa163ee6-8f4d-1548-de56-0000000025cc | OK | Create container logs path | standalone 2025-12-01 10:53:01.677639 | fa163ee6-8f4d-1548-de56-0000000025cc | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:57.869523 | 0.27s 2025-12-01 10:53:01.711220 | fa163ee6-8f4d-1548-de56-0000000025ce | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-01 10:53:02.155807 | fa163ee6-8f4d-1548-de56-0000000025ce | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-01 10:53:02.157043 | fa163ee6-8f4d-1548-de56-0000000025ce | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:58.348929 | 0.44s 2025-12-01 10:53:02.188830 | fa163ee6-8f4d-1548-de56-0000000025cf | TASK | Finalise hashes for all containers 2025-12-01 10:53:02.264183 | fa163ee6-8f4d-1548-de56-0000000025cf | OK | Finalise hashes for all containers | standalone 2025-12-01 10:53:02.265482 | fa163ee6-8f4d-1548-de56-0000000025cf | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:58.457365 | 0.08s 2025-12-01 10:53:02.298023 | fa163ee6-8f4d-1548-de56-0000000025d1 | TASK | Manage systemd shutdown files 2025-12-01 10:53:02.327936 | fa163ee6-8f4d-1548-de56-0000000025d1 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-01 10:53:02.329221 | fa163ee6-8f4d-1548-de56-0000000025d1 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:58.521102 | 0.03s 2025-12-01 10:53:02.362248 | fa163ee6-8f4d-1548-de56-0000000025d3 | TASK | Update container configs with new config hashes 2025-12-01 10:53:02.401521 | fa163ee6-8f4d-1548-de56-0000000025d3 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-01 10:53:02.402806 | fa163ee6-8f4d-1548-de56-0000000025d3 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:10:58.594689 | 0.04s 2025-12-01 10:53:02.435935 | fa163ee6-8f4d-1548-de56-0000000025d4 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-01 10:53:02.498058 | fa163ee6-8f4d-1548-de56-0000000025d4 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:58.689936 | 0.06s 2025-12-01 10:53:02.524158 | d027f63c-614b-49ff-b092-3c69fec7658f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-01 10:53:02.561895 | fa163ee6-8f4d-1548-de56-000000002618 | TASK | Gather podman infos 2025-12-01 10:53:03.199056 | fa163ee6-8f4d-1548-de56-000000002618 | OK | Gather podman infos | standalone 2025-12-01 10:53:03.200473 | fa163ee6-8f4d-1548-de56-000000002618 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:10:59.392357 | 0.64s 2025-12-01 10:53:03.239432 | fa163ee6-8f4d-1548-de56-000000002619 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-01 10:53:03.301960 | fa163ee6-8f4d-1548-de56-000000002619 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-01 10:53:03.303241 | fa163ee6-8f4d-1548-de56-000000002619 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:59.495125 | 0.06s 2025-12-01 10:53:03.336049 | fa163ee6-8f4d-1548-de56-0000000025d5 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-01 10:53:03.389078 | fa163ee6-8f4d-1548-de56-0000000025d5 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:59.580951 | 0.05s 2025-12-01 10:53:03.415333 | 1c058c49-ca47-4a3b-945f-dbb884708207 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-01 10:53:03.452336 | fa163ee6-8f4d-1548-de56-000000002642 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-01 10:53:38.437044 | fa163ee6-8f4d-1548-de56-000000002642 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-01 10:53:38.438869 | fa163ee6-8f4d-1548-de56-000000002642 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:34.630753 | 34.99s 2025-12-01 10:53:38.516297 | fa163ee6-8f4d-1548-de56-000000002643 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-01 10:53:38.598808 | fa163ee6-8f4d-1548-de56-000000002643 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-01 10:53:38.600009 | fa163ee6-8f4d-1548-de56-000000002643 | 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:11:34.791892 | 0.08s 2025-12-01 10:53:38.657437 | fa163ee6-8f4d-1548-de56-000000002543 | TASK | Diff puppet-generated changes for check mode 2025-12-01 10:53:38.686875 | fa163ee6-8f4d-1548-de56-000000002543 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-12-01 10:53:38.688180 | fa163ee6-8f4d-1548-de56-000000002543 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:34.880062 | 0.03s 2025-12-01 10:53:38.718975 | fa163ee6-8f4d-1548-de56-000000002544 | TASK | Diff puppet-generated changes for check mode 2025-12-01 10:53:38.763690 | fa163ee6-8f4d-1548-de56-000000002544 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-12-01 10:53:38.764986 | fa163ee6-8f4d-1548-de56-000000002544 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:34.956868 | 0.04s 2025-12-01 10:53:38.799233 | fa163ee6-8f4d-1548-de56-0000000024a7 | TASK | Manage containers for step 1 with tripleo-ansible 2025-12-01 10:53:38.829150 | fa163ee6-8f4d-1548-de56-0000000024a7 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:11:35.021027 | 0.03s 2025-12-01 10:53:38.899611 | fa163ee6-8f4d-1548-de56-000000002698 | TASK | Gather variables for each operating system 2025-12-01 10:53:39.021887 | fa163ee6-8f4d-1548-de56-000000002698 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:35.213762 | 0.12s 2025-12-01 10:53:39.052262 | fa163ee6-8f4d-1548-de56-000000002699 | TASK | Create container logs path 2025-12-01 10:53:39.285689 | fa163ee6-8f4d-1548-de56-000000002699 | OK | Create container logs path | standalone 2025-12-01 10:53:39.286460 | fa163ee6-8f4d-1548-de56-000000002699 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:35.478353 | 0.23s 2025-12-01 10:53:39.307000 | fa163ee6-8f4d-1548-de56-00000000269b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-12-01 10:53:39.560524 | fa163ee6-8f4d-1548-de56-00000000269b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-12-01 10:53:39.561800 | fa163ee6-8f4d-1548-de56-00000000269b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:35.753684 | 0.25s 2025-12-01 10:53:39.593780 | fa163ee6-8f4d-1548-de56-00000000269c | TASK | Finalise hashes for all containers 2025-12-01 10:53:39.656580 | fa163ee6-8f4d-1548-de56-00000000269c | OK | Finalise hashes for all containers | standalone 2025-12-01 10:53:39.657893 | fa163ee6-8f4d-1548-de56-00000000269c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:35.849777 | 0.06s 2025-12-01 10:53:39.688241 | fa163ee6-8f4d-1548-de56-00000000269e | TASK | Manage systemd shutdown files 2025-12-01 10:53:39.721948 | fa163ee6-8f4d-1548-de56-00000000269e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:35.913824 | 0.03s 2025-12-01 10:53:39.759109 | fe580222-f656-44e5-b3b0-c4cbaafdd68f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-01 10:53:39.796537 | fa163ee6-8f4d-1548-de56-0000000026d1 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-01 10:53:40.062090 | fa163ee6-8f4d-1548-de56-0000000026d1 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-01 10:53:40.063756 | fa163ee6-8f4d-1548-de56-0000000026d1 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:11:36.255605 | 0.27s 2025-12-01 10:53:40.097543 | fa163ee6-8f4d-1548-de56-0000000026d2 | TASK | Set podman_drop_in fact 2025-12-01 10:53:40.160569 | fa163ee6-8f4d-1548-de56-0000000026d2 | OK | Set podman_drop_in fact | standalone 2025-12-01 10:53:40.161836 | fa163ee6-8f4d-1548-de56-0000000026d2 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:11:36.353721 | 0.06s 2025-12-01 10:53:40.192708 | fa163ee6-8f4d-1548-de56-0000000026d4 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-01 10:53:40.705468 | fa163ee6-8f4d-1548-de56-0000000026d4 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-01 10:53:40.706527 | fa163ee6-8f4d-1548-de56-0000000026d4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:36.898418 | 0.51s 2025-12-01 10:53:41.361781 | fa163ee6-8f4d-1548-de56-0000000026d4 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-01 10:53:41.363364 | fa163ee6-8f4d-1548-de56-0000000026d4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:37.555252 | 1.17s 2025-12-01 10:53:41.374138 | fa163ee6-8f4d-1548-de56-0000000026d4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:37.566027 | 1.18s 2025-12-01 10:53:41.404410 | fa163ee6-8f4d-1548-de56-0000000026d5 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-01 10:53:41.860892 | fa163ee6-8f4d-1548-de56-0000000026d5 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-01 10:53:41.862812 | fa163ee6-8f4d-1548-de56-0000000026d5 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:11:38.054692 | 0.46s 2025-12-01 10:53:41.893124 | fa163ee6-8f4d-1548-de56-0000000026d6 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-01 10:53:42.382695 | fa163ee6-8f4d-1548-de56-0000000026d6 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-01 10:53:42.384273 | fa163ee6-8f4d-1548-de56-0000000026d6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:11:38.576156 | 0.49s 2025-12-01 10:53:42.414240 | fa163ee6-8f4d-1548-de56-0000000026d7 | TASK | Enable and start tripleo-container-shutdown 2025-12-01 10:53:43.349798 | fa163ee6-8f4d-1548-de56-0000000026d7 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-12-01 10:53:43.350941 | fa163ee6-8f4d-1548-de56-0000000026d7 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:11:39.542835 | 0.94s 2025-12-01 10:53:43.381958 | fa163ee6-8f4d-1548-de56-0000000026d8 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-01 10:53:43.839321 | fa163ee6-8f4d-1548-de56-0000000026d8 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-01 10:53:43.840955 | fa163ee6-8f4d-1548-de56-0000000026d8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:11:40.032839 | 0.46s 2025-12-01 10:53:43.871749 | fa163ee6-8f4d-1548-de56-0000000026d9 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-01 10:53:44.353490 | fa163ee6-8f4d-1548-de56-0000000026d9 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-01 10:53:44.355634 | fa163ee6-8f4d-1548-de56-0000000026d9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:11:40.547515 | 0.48s 2025-12-01 10:53:44.387216 | fa163ee6-8f4d-1548-de56-0000000026da | TASK | Enable and start netns-placeholder 2025-12-01 10:53:45.299521 | fa163ee6-8f4d-1548-de56-0000000026da | CHANGED | Enable and start netns-placeholder | standalone 2025-12-01 10:53:45.301035 | fa163ee6-8f4d-1548-de56-0000000026da | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:11:41.492928 | 0.91s 2025-12-01 10:53:45.331958 | fa163ee6-8f4d-1548-de56-0000000026a0 | TASK | Update container configs with new config hashes 2025-12-01 10:53:45.384654 | fa163ee6-8f4d-1548-de56-0000000026a0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:41.576529 | 0.05s 2025-12-01 10:53:45.406938 | b705a6f8-42ee-4373-8938-7ec1f8a710bf | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-01 10:53:45.436786 | fa163ee6-8f4d-1548-de56-000000002702 | TASK | Update config hashes for container startup configs 2025-12-01 10:53:45.750439 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-12-01 10:53:45.751232 | | WARNING | Config change detected for mysql_bootstrap, new hash: b355e453c29d3801d30773e12bf50f49 2025-12-01 10:53:45.751475 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 26ea79e9f5cdcca17a9a31e7b14f1812 2025-12-01 10:53:45.751698 | | WARNING | Config change detected for clustercheck, new hash: 5846c7a1684033a0e3cbe3dd183da4a9 2025-12-01 10:53:45.752001 | | WARNING | Config change detected for horizon_fix_perms, new hash: b18312a81f1b1af8ae06869877bdece0 2025-12-01 10:53:45.752259 | | WARNING | Config change detected for mysql_wait_bundle, new hash: b355e453c29d3801d30773e12bf50f49 2025-12-01 10:53:45.752527 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 9daf68fce2f0437527ba2f67f99533d5 2025-12-01 10:53:45.752832 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 9daf68fce2f0437527ba2f67f99533d5 2025-12-01 10:53:45.753105 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 9daf68fce2f0437527ba2f67f99533d5 2025-12-01 10:53:45.753371 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 9daf68fce2f0437527ba2f67f99533d5 2025-12-01 10:53:45.753634 | | WARNING | Config change detected for aodh_db_sync, new hash: 8ff0aff10244196622f003acd019e093 2025-12-01 10:53:45.753941 | | WARNING | Config change detected for barbican_api, new hash: 33793c84d9f3afffabbd207ebf3c0e7c 2025-12-01 10:53:45.754200 | | WARNING | Config change detected for barbican_api_db_sync, new hash: 33793c84d9f3afffabbd207ebf3c0e7c 2025-12-01 10:53:45.754453 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: 33793c84d9f3afffabbd207ebf3c0e7c 2025-12-01 10:53:45.754743 | | WARNING | Config change detected for barbican_keystone_listener, new hash: 33793c84d9f3afffabbd207ebf3c0e7c 2025-12-01 10:53:45.755028 | | WARNING | Config change detected for barbican_worker, new hash: 33793c84d9f3afffabbd207ebf3c0e7c 2025-12-01 10:53:45.755345 | | WARNING | Config change detected for cinder_api_db_sync, new hash: d192c6ca28cfbca6a440b182bc317e07 2025-12-01 10:53:45.755644 | | WARNING | Config change detected for glance_api_db_sync, new hash: 92acfa4baa148c341ded651d1ae07e85-e14f126549f35544defb5a8090884ad4 2025-12-01 10:53:45.756003 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 2db65267eed7584ced4bd9dd67a1a3b7 2025-12-01 10:53:45.756269 | | WARNING | Config change detected for horizon, new hash: b18312a81f1b1af8ae06869877bdece0 2025-12-01 10:53:45.756544 | | WARNING | Config change detected for iscsid, new hash: e14f126549f35544defb5a8090884ad4 2025-12-01 10:53:45.756871 | | WARNING | Config change detected for keystone, new hash: 17056375d3e9bc87976542ca2c83b432 2025-12-01 10:53:45.757159 | | WARNING | Config change detected for keystone_cron, new hash: 17056375d3e9bc87976542ca2c83b432 2025-12-01 10:53:45.757426 | | WARNING | Config change detected for keystone_db_sync, new hash: 17056375d3e9bc87976542ca2c83b432 2025-12-01 10:53:45.757730 | | WARNING | Config change detected for manila_api_db_sync, new hash: fbbb64fce633a7e8cd1519e81ca457e7 2025-12-01 10:53:45.758006 | | WARNING | Config change detected for neutron_db_sync, new hash: 9537165146361faab06935bad95ea466 2025-12-01 10:53:45.758264 | | WARNING | Config change detected for nova_api_db_sync, new hash: f8be097de027115ba38aa35b0c0cb2a6 2025-12-01 10:53:45.758560 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: f8be097de027115ba38aa35b0c0cb2a6 2025-12-01 10:53:45.758865 | | WARNING | Config change detected for nova_db_sync, new hash: f8be097de027115ba38aa35b0c0cb2a6 2025-12-01 10:53:45.759176 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: fcfb28e0444c28360d21d63e28e28986 2025-12-01 10:53:45.759468 | | WARNING | Config change detected for nova_virtnodedevd, new hash: fcfb28e0444c28360d21d63e28e28986 2025-12-01 10:53:45.759771 | | WARNING | Config change detected for nova_virtproxyd, new hash: fcfb28e0444c28360d21d63e28e28986 2025-12-01 10:53:45.760035 | | WARNING | Config change detected for nova_virtqemud, new hash: fcfb28e0444c28360d21d63e28e28986 2025-12-01 10:53:45.760278 | | WARNING | Config change detected for nova_virtsecretd, new hash: fcfb28e0444c28360d21d63e28e28986 2025-12-01 10:53:45.760550 | | WARNING | Config change detected for nova_virtstoraged, new hash: fcfb28e0444c28360d21d63e28e28986 2025-12-01 10:53:45.760821 | | WARNING | Config change detected for octavia_db_sync, new hash: 9daf68fce2f0437527ba2f67f99533d5 2025-12-01 10:53:45.761084 | | WARNING | Config change detected for placement_api_db_sync, new hash: 6739a8d3556d3cbb41196ef8739b385f 2025-12-01 10:53:45.761344 | | WARNING | Config change detected for swift_copy_rings, new hash: b6a84ec18abe6bbf3a3f6691dabcc03b-0f89dd9b87b61113e0abbeb191430af6 2025-12-01 10:53:45.761608 | | WARNING | Config change detected for aodh_api, new hash: 8ff0aff10244196622f003acd019e093 2025-12-01 10:53:45.761902 | | WARNING | Config change detected for aodh_api_cron, new hash: 8ff0aff10244196622f003acd019e093 2025-12-01 10:53:45.762156 | | WARNING | Config change detected for aodh_evaluator, new hash: 8ff0aff10244196622f003acd019e093 2025-12-01 10:53:45.762429 | | WARNING | Config change detected for aodh_listener, new hash: 8ff0aff10244196622f003acd019e093 2025-12-01 10:53:45.762669 | | WARNING | Config change detected for aodh_notifier, new hash: 8ff0aff10244196622f003acd019e093 2025-12-01 10:53:45.762956 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 11c0fa3da3b2d35af500fca4dfcf961a 2025-12-01 10:53:45.763244 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 11c0fa3da3b2d35af500fca4dfcf961a 2025-12-01 10:53:45.763517 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 11c0fa3da3b2d35af500fca4dfcf961a 2025-12-01 10:53:45.763774 | | WARNING | Config change detected for cinder_api, new hash: d192c6ca28cfbca6a440b182bc317e07 2025-12-01 10:53:45.764035 | | WARNING | Config change detected for cinder_api_cron, new hash: d192c6ca28cfbca6a440b182bc317e07 2025-12-01 10:53:45.764327 | | WARNING | Config change detected for cinder_scheduler, new hash: d192c6ca28cfbca6a440b182bc317e07 2025-12-01 10:53:45.764582 | | WARNING | Config change detected for glance_api, new hash: 92acfa4baa148c341ded651d1ae07e85-e14f126549f35544defb5a8090884ad4 2025-12-01 10:53:45.764865 | | WARNING | Config change detected for glance_api_cron, new hash: 92acfa4baa148c341ded651d1ae07e85 2025-12-01 10:53:45.765156 | | WARNING | Config change detected for glance_api_internal, new hash: 62323777e88fbb3c0aa1881090d7754a-e14f126549f35544defb5a8090884ad4 2025-12-01 10:53:45.765400 | | WARNING | Config change detected for heat_api, new hash: 2c8941e96ee6744f31cb2bd83f6fea08 2025-12-01 10:53:45.765653 | | WARNING | Config change detected for heat_api_cfn, new hash: f78fe91027b03d1f87535ea62d58d732 2025-12-01 10:53:45.765922 | | WARNING | Config change detected for heat_api_cron, new hash: 2c8941e96ee6744f31cb2bd83f6fea08 2025-12-01 10:53:45.766178 | | WARNING | Config change detected for heat_engine, new hash: 2db65267eed7584ced4bd9dd67a1a3b7 2025-12-01 10:53:45.766435 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-12-01 10:53:45.766693 | | WARNING | Config change detected for manila_api, new hash: fbbb64fce633a7e8cd1519e81ca457e7 2025-12-01 10:53:45.767014 | | WARNING | Config change detected for manila_api_cron, new hash: fbbb64fce633a7e8cd1519e81ca457e7 2025-12-01 10:53:45.767283 | | WARNING | Config change detected for manila_scheduler, new hash: fbbb64fce633a7e8cd1519e81ca457e7 2025-12-01 10:53:45.767549 | | WARNING | Config change detected for neutron_api, new hash: 9537165146361faab06935bad95ea466 2025-12-01 10:53:45.767853 | | WARNING | Config change detected for neutron_dhcp, new hash: 9537165146361faab06935bad95ea466 2025-12-01 10:53:45.768114 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 9537165146361faab06935bad95ea466 2025-12-01 10:53:45.768359 | | WARNING | Config change detected for nova_api, new hash: f8be097de027115ba38aa35b0c0cb2a6 2025-12-01 10:53:45.768609 | | WARNING | Config change detected for nova_api_cron, new hash: f8be097de027115ba38aa35b0c0cb2a6 2025-12-01 10:53:45.768876 | | WARNING | Config change detected for nova_conductor, new hash: f8be097de027115ba38aa35b0c0cb2a6 2025-12-01 10:53:45.769127 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: fcfb28e0444c28360d21d63e28e28986 2025-12-01 10:53:45.769386 | | WARNING | Config change detected for nova_metadata, new hash: 32d4ae42becc798e078a66666825d4b9 2025-12-01 10:53:45.769637 | | WARNING | Config change detected for nova_migration_target, new hash: fcfb28e0444c28360d21d63e28e28986 2025-12-01 10:53:45.769927 | | WARNING | Config change detected for nova_scheduler, new hash: f8be097de027115ba38aa35b0c0cb2a6 2025-12-01 10:53:45.770205 | | WARNING | Config change detected for nova_vnc_proxy, new hash: f8be097de027115ba38aa35b0c0cb2a6 2025-12-01 10:53:45.770452 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: f8be097de027115ba38aa35b0c0cb2a6 2025-12-01 10:53:45.770740 | | WARNING | Config change detected for octavia_api, new hash: 9daf68fce2f0437527ba2f67f99533d5 2025-12-01 10:53:45.771036 | | WARNING | Config change detected for octavia_driver_agent, new hash: 9daf68fce2f0437527ba2f67f99533d5 2025-12-01 10:53:45.771293 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 9537165146361faab06935bad95ea466 2025-12-01 10:53:45.771527 | | WARNING | Config change detected for placement_api, new hash: 6739a8d3556d3cbb41196ef8739b385f 2025-12-01 10:53:45.771804 | | WARNING | Config change detected for placement_wait_for_service, new hash: 6739a8d3556d3cbb41196ef8739b385f 2025-12-01 10:53:45.772064 | | WARNING | Config change detected for swift_account_reaper, new hash: b6a84ec18abe6bbf3a3f6691dabcc03b 2025-12-01 10:53:45.772340 | | WARNING | Config change detected for swift_account_server, new hash: b6a84ec18abe6bbf3a3f6691dabcc03b 2025-12-01 10:53:45.772583 | | WARNING | Config change detected for swift_container_server, new hash: b6a84ec18abe6bbf3a3f6691dabcc03b 2025-12-01 10:53:45.772879 | | WARNING | Config change detected for swift_container_updater, new hash: b6a84ec18abe6bbf3a3f6691dabcc03b 2025-12-01 10:53:45.773151 | | WARNING | Config change detected for swift_object_expirer, new hash: b6a84ec18abe6bbf3a3f6691dabcc03b 2025-12-01 10:53:45.773387 | | WARNING | Config change detected for swift_object_server, new hash: b6a84ec18abe6bbf3a3f6691dabcc03b 2025-12-01 10:53:45.773684 | | WARNING | Config change detected for swift_object_updater, new hash: b6a84ec18abe6bbf3a3f6691dabcc03b 2025-12-01 10:53:45.773955 | | WARNING | Config change detected for swift_proxy, new hash: b6a84ec18abe6bbf3a3f6691dabcc03b 2025-12-01 10:53:45.774184 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 11c0fa3da3b2d35af500fca4dfcf961a 2025-12-01 10:53:45.774455 | | WARNING | Config change detected for gnocchi_api, new hash: b48de3c9dface65da5f41a7933f77635 2025-12-01 10:53:45.774761 | | WARNING | Config change detected for gnocchi_db_sync, new hash: b48de3c9dface65da5f41a7933f77635 2025-12-01 10:53:45.775049 | | WARNING | Config change detected for gnocchi_metricd, new hash: b48de3c9dface65da5f41a7933f77635 2025-12-01 10:53:45.775302 | | WARNING | Config change detected for gnocchi_statsd, new hash: b48de3c9dface65da5f41a7933f77635 2025-12-01 10:53:45.775562 | | WARNING | Config change detected for nova_compute, new hash: e14f126549f35544defb5a8090884ad4-fcfb28e0444c28360d21d63e28e28986 2025-12-01 10:53:45.775897 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: fcfb28e0444c28360d21d63e28e28986 2025-12-01 10:53:45.776161 | | WARNING | Config change detected for octavia_health_manager, new hash: 9daf68fce2f0437527ba2f67f99533d5 2025-12-01 10:53:45.776446 | | WARNING | Config change detected for octavia_housekeeping, new hash: 9daf68fce2f0437527ba2f67f99533d5 2025-12-01 10:53:45.776705 | | WARNING | Config change detected for octavia_rsyslog, new hash: 9daf68fce2f0437527ba2f67f99533d5 2025-12-01 10:53:45.777317 | | WARNING | Config change detected for octavia_worker, new hash: 9daf68fce2f0437527ba2f67f99533d5 2025-12-01 10:53:45.777617 | fa163ee6-8f4d-1548-de56-000000002702 | CHANGED | Update config hashes for container startup configs | standalone 2025-12-01 10:53:45.778148 | fa163ee6-8f4d-1548-de56-000000002702 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:11:41.970037 | 0.34s 2025-12-01 10:53:45.801761 | fa163ee6-8f4d-1548-de56-0000000026a1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-12-01 10:53:45.852137 | fa163ee6-8f4d-1548-de56-0000000026a1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:42.044020 | 0.05s 2025-12-01 10:53:45.864220 | 4853f085-6d25-4d8b-9bdb-bd20e89c9784 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-01 10:53:45.892294 | fa163ee6-8f4d-1548-de56-000000002721 | TASK | Gather podman infos 2025-12-01 10:53:46.689071 | fa163ee6-8f4d-1548-de56-000000002721 | OK | Gather podman infos | standalone 2025-12-01 10:53:46.690567 | fa163ee6-8f4d-1548-de56-000000002721 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:42.882449 | 0.80s 2025-12-01 10:53:46.759834 | fa163ee6-8f4d-1548-de56-000000002722 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-12-01 10:53:46.811300 | fa163ee6-8f4d-1548-de56-000000002722 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:43.003184 | 0.05s 2025-12-01 10:53:46.929108 | fa163ee6-8f4d-1548-de56-00000000276b | TIMING | tripleo_container_rm : include_tasks | standalone | 0:11:43.120990 | 0.07s 2025-12-01 10:53:46.975754 | fa163ee6-8f4d-1548-de56-0000000026a2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-12-01 10:53:47.025927 | fa163ee6-8f4d-1548-de56-0000000026a2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:43.217807 | 0.05s 2025-12-01 10:53:47.041699 | 75223ecb-c8b2-47eb-9228-8c0957d80a38 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-01 10:53:47.075958 | fa163ee6-8f4d-1548-de56-000000002791 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-12-01 10:53:56.562985 | fa163ee6-8f4d-1548-de56-000000002791 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-12-01 10:53:56.566678 | fa163ee6-8f4d-1548-de56-000000002791 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:52.758557 | 9.49s 2025-12-01 10:53:56.601379 | fa163ee6-8f4d-1548-de56-000000002792 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-12-01 10:53:59.182870 | fa163ee6-8f4d-1548-de56-000000002792 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-12-01 10:53:59.184493 | fa163ee6-8f4d-1548-de56-000000002792 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:55.376377 | 2.58s 2025-12-01 10:53:59.262007 | fa163ee6-8f4d-1548-de56-0000000024a9 | TASK | Clean container_puppet_tasks for standalone step 1 2025-12-01 10:53:59.501916 | fa163ee6-8f4d-1548-de56-0000000024a9 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-12-01 10:53:59.502948 | fa163ee6-8f4d-1548-de56-0000000024a9 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:11:55.694838 | 0.24s 2025-12-01 10:53:59.531107 | fa163ee6-8f4d-1548-de56-0000000024aa | TASK | Calculate container_puppet_tasks for standalone step 1 2025-12-01 10:53:59.580667 | fa163ee6-8f4d-1548-de56-0000000024aa | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:11:55.772552 | 0.05s 2025-12-01 10:53:59.601304 | fa163ee6-8f4d-1548-de56-0000000024ab | TASK | Include container-puppet tasks for step 1 2025-12-01 10:53:59.648258 | fa163ee6-8f4d-1548-de56-0000000024ab | TIMING | Include container-puppet tasks for step 1 | standalone | 0:11:55.840133 | 0.05s 2025-12-01 10:53:59.676073 | 9b275ea3-67c0-4055-8e51-f1f974fbb669 | INCLUDED | /root/standalone-ansible-95hluu53/host-container-puppet-tasks.yaml | standalone 2025-12-01 10:53:59.715113 | fa163ee6-8f4d-1548-de56-0000000027dd | TASK | Write container-puppet-tasks json file for standalone step 1 2025-12-01 10:54:00.191922 | fa163ee6-8f4d-1548-de56-0000000027dd | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-12-01 10:54:00.193246 | fa163ee6-8f4d-1548-de56-0000000027dd | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:11:56.385131 | 0.48s 2025-12-01 10:54:00.224823 | fa163ee6-8f4d-1548-de56-0000000027df | TASK | Generate container puppet configs for step 1 2025-12-01 10:54:00.476227 | fa163ee6-8f4d-1548-de56-0000000027df | OK | Generate container puppet configs for step 1 | standalone 2025-12-01 10:54:00.477659 | fa163ee6-8f4d-1548-de56-0000000027df | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:56.669542 | 0.25s 2025-12-01 10:54:00.513802 | fa163ee6-8f4d-1548-de56-0000000027e0 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-12-01 10:54:00.544289 | fa163ee6-8f4d-1548-de56-0000000027e0 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:11:56.736160 | 0.03s 2025-12-01 10:54:00.602041 | fa163ee6-8f4d-1548-de56-0000000025cb | TASK | Gather variables for each operating system 2025-12-01 10:54:00.725201 | fa163ee6-8f4d-1548-de56-0000000025cb | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:56.917076 | 0.12s 2025-12-01 10:54:00.755662 | fa163ee6-8f4d-1548-de56-0000000025cc | TASK | Create container logs path 2025-12-01 10:54:00.996212 | fa163ee6-8f4d-1548-de56-0000000025cc | OK | Create container logs path | standalone 2025-12-01 10:54:00.997202 | fa163ee6-8f4d-1548-de56-0000000025cc | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:57.189093 | 0.24s 2025-12-01 10:54:01.030622 | fa163ee6-8f4d-1548-de56-0000000025ce | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-01 10:54:01.393221 | fa163ee6-8f4d-1548-de56-0000000025ce | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-01 10:54:01.394312 | fa163ee6-8f4d-1548-de56-0000000025ce | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:57.586199 | 0.36s 2025-12-01 10:54:01.417232 | fa163ee6-8f4d-1548-de56-0000000025cf | TASK | Finalise hashes for all containers 2025-12-01 10:54:01.467072 | fa163ee6-8f4d-1548-de56-0000000025cf | OK | Finalise hashes for all containers | standalone 2025-12-01 10:54:01.467987 | fa163ee6-8f4d-1548-de56-0000000025cf | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:57.659878 | 0.05s 2025-12-01 10:54:01.492033 | fa163ee6-8f4d-1548-de56-0000000025d1 | TASK | Manage systemd shutdown files 2025-12-01 10:54:01.530776 | fa163ee6-8f4d-1548-de56-0000000025d1 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-01 10:54:01.531768 | fa163ee6-8f4d-1548-de56-0000000025d1 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:57.723657 | 0.04s 2025-12-01 10:54:01.555650 | fa163ee6-8f4d-1548-de56-0000000025d3 | TASK | Update container configs with new config hashes 2025-12-01 10:54:01.606312 | fa163ee6-8f4d-1548-de56-0000000025d3 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-01 10:54:01.607345 | fa163ee6-8f4d-1548-de56-0000000025d3 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:57.799234 | 0.05s 2025-12-01 10:54:01.633093 | fa163ee6-8f4d-1548-de56-0000000025d4 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-01 10:54:01.684198 | fa163ee6-8f4d-1548-de56-0000000025d4 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-01 10:54:01.685230 | fa163ee6-8f4d-1548-de56-0000000025d4 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:57.877119 | 0.05s 2025-12-01 10:54:01.710810 | fa163ee6-8f4d-1548-de56-0000000025d5 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-01 10:54:01.740685 | fa163ee6-8f4d-1548-de56-0000000025d5 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-01 10:54:01.741730 | fa163ee6-8f4d-1548-de56-0000000025d5 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:57.933604 | 0.03s PLAY [External deployment step 2] ********************************************** 2025-12-01 10:54:01.891516 | fa163ee6-8f4d-1548-de56-0000000000c6 | TASK | External deployment step 2 2025-12-01 10:54:01.920177 | fa163ee6-8f4d-1548-de56-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', 'fa163ee6-8f4d-1548-de56-0000000000c6') missing from stats 2025-12-01 10:54:01.974633 | fa163ee6-8f4d-1548-de56-0000000000c7 | TIMING | include_tasks | undercloud | 0:11:58.166515 | 0.04s 2025-12-01 10:54:01.996729 | 0ec895b4-57fc-46a8-9d90-4d4f68863fec | INCLUDED | /root/standalone-ansible-95hluu53/external_deploy_steps_tasks_step2.yaml | undercloud 2025-12-01 10:54:02.016369 | fa163ee6-8f4d-1548-de56-00000000285a | TASK | create cephadm working directory and related files 2025-12-01 10:54:02.054054 | fa163ee6-8f4d-1548-de56-00000000285a | TIMING | create cephadm working directory and related files | undercloud | 0:11:58.245930 | 0.04s 2025-12-01 10:54:02.114008 | fa163ee6-8f4d-1548-de56-000000002882 | TASK | create cephadm workdir 2025-12-01 10:54:02.401774 | fa163ee6-8f4d-1548-de56-000000002882 | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-95hluu53/cephadm 2025-12-01 10:54:02.403932 | fa163ee6-8f4d-1548-de56-000000002882 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:11:58.595815 | 0.29s 2025-12-01 10:54:02.413981 | fa163ee6-8f4d-1548-de56-000000002882 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:11:58.605865 | 0.30s 2025-12-01 10:54:02.430282 | fa163ee6-8f4d-1548-de56-000000002883 | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-12-01 10:54:02.726345 | fa163ee6-8f4d-1548-de56-000000002883 | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-12-01 10:54:02.727774 | fa163ee6-8f4d-1548-de56-000000002883 | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:11:58.919605 | 0.30s 2025-12-01 10:54:02.746459 | fa163ee6-8f4d-1548-de56-000000002884 | TASK | get the list of enabled services on the overcloud 2025-12-01 10:54:02.810640 | fa163ee6-8f4d-1548-de56-000000002884 | OK | get the list of enabled services on the overcloud | undercloud 2025-12-01 10:54:02.812089 | fa163ee6-8f4d-1548-de56-000000002884 | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:11:59.003973 | 0.06s 2025-12-01 10:54:02.834207 | fa163ee6-8f4d-1548-de56-000000002885 | TASK | Set grafana_vip: 192.168.122.99 2025-12-01 10:54:02.886915 | fa163ee6-8f4d-1548-de56-000000002885 | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-12-01 10:54:02.887879 | fa163ee6-8f4d-1548-de56-000000002885 | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:11:59.079768 | 0.05s 2025-12-01 10:54:02.952510 | fa163ee6-8f4d-1548-de56-000000002886 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:59.144388 | 0.05s 2025-12-01 10:54:03.019598 | fa163ee6-8f4d-1548-de56-00000000290a | TASK | set basic user fact 2025-12-01 10:54:03.088982 | fa163ee6-8f4d-1548-de56-00000000290a | SKIPPED | set basic user fact | undercloud 2025-12-01 10:54:03.090210 | fa163ee6-8f4d-1548-de56-00000000290a | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:11:59.282093 | 0.07s 2025-12-01 10:54:03.108377 | fa163ee6-8f4d-1548-de56-00000000290b | TASK | set basic home fact 2025-12-01 10:54:03.169983 | fa163ee6-8f4d-1548-de56-00000000290b | OK | set basic home fact | undercloud 2025-12-01 10:54:03.171197 | fa163ee6-8f4d-1548-de56-00000000290b | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:11:59.363082 | 0.06s 2025-12-01 10:54:03.189779 | fa163ee6-8f4d-1548-de56-00000000290c | TASK | set calling_ansible_environment_variables fact 2025-12-01 10:54:03.264236 | fa163ee6-8f4d-1548-de56-00000000290c | OK | set calling_ansible_environment_variables fact | undercloud 2025-12-01 10:54:03.265896 | fa163ee6-8f4d-1548-de56-00000000290c | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:11:59.457775 | 0.07s 2025-12-01 10:54:03.295405 | fa163ee6-8f4d-1548-de56-00000000290e | TASK | get all ansible environment variables 2025-12-01 10:54:03.358189 | fa163ee6-8f4d-1548-de56-00000000290e | SKIPPED | get all ansible environment variables | undercloud 2025-12-01 10:54:03.359378 | fa163ee6-8f4d-1548-de56-00000000290e | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:11:59.551262 | 0.06s 2025-12-01 10:54:03.378818 | fa163ee6-8f4d-1548-de56-00000000290f | TASK | set calling_ansible_environment_variables 2025-12-01 10:54:03.431206 | fa163ee6-8f4d-1548-de56-00000000290f | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-12-01 10:54:03.432522 | fa163ee6-8f4d-1548-de56-00000000290f | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:11:59.624404 | 0.05s 2025-12-01 10:54:03.450636 | fa163ee6-8f4d-1548-de56-000000002911 | TASK | Set common fact 2025-12-01 10:54:03.502971 | fa163ee6-8f4d-1548-de56-000000002911 | OK | Set common fact | undercloud 2025-12-01 10:54:03.504266 | fa163ee6-8f4d-1548-de56-000000002911 | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:11:59.696151 | 0.05s 2025-12-01 10:54:03.522464 | fa163ee6-8f4d-1548-de56-000000002912 | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-12-01 10:54:03.563351 | fa163ee6-8f4d-1548-de56-000000002912 | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-12-01 10:54:03.564784 | fa163ee6-8f4d-1548-de56-000000002912 | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:11:59.756667 | 0.04s 2025-12-01 10:54:03.600382 | fa163ee6-8f4d-1548-de56-000000002914 | TASK | build filter list 2025-12-01 10:54:03.631062 | fa163ee6-8f4d-1548-de56-000000002914 | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:11:59.822940 | 0.03s 2025-12-01 10:54:03.650092 | fa163ee6-8f4d-1548-de56-000000002915 | TASK | add images pool 2025-12-01 10:54:03.733825 | fa163ee6-8f4d-1548-de56-000000002915 | OK | add images pool | undercloud 2025-12-01 10:54:03.734916 | fa163ee6-8f4d-1548-de56-000000002915 | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:11:59.926806 | 0.08s 2025-12-01 10:54:03.751022 | fa163ee6-8f4d-1548-de56-000000002916 | TASK | add volumes pool 2025-12-01 10:54:03.831964 | fa163ee6-8f4d-1548-de56-000000002916 | OK | add volumes pool | undercloud 2025-12-01 10:54:03.833343 | fa163ee6-8f4d-1548-de56-000000002916 | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:12:00.025225 | 0.08s 2025-12-01 10:54:03.851835 | fa163ee6-8f4d-1548-de56-000000002917 | TASK | add vms pool 2025-12-01 10:54:03.937313 | fa163ee6-8f4d-1548-de56-000000002917 | OK | add vms pool | undercloud 2025-12-01 10:54:03.938654 | fa163ee6-8f4d-1548-de56-000000002917 | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:12:00.130537 | 0.09s 2025-12-01 10:54:03.958638 | fa163ee6-8f4d-1548-de56-000000002918 | TASK | add gnocchi pool 2025-12-01 10:54:04.010319 | fa163ee6-8f4d-1548-de56-000000002918 | SKIPPED | add gnocchi pool | undercloud 2025-12-01 10:54:04.011292 | fa163ee6-8f4d-1548-de56-000000002918 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:12:00.203182 | 0.05s 2025-12-01 10:54:04.029438 | fa163ee6-8f4d-1548-de56-000000002919 | TASK | add cinder backup pool 2025-12-01 10:54:04.123413 | fa163ee6-8f4d-1548-de56-000000002919 | OK | add cinder backup pool | undercloud 2025-12-01 10:54:04.124833 | fa163ee6-8f4d-1548-de56-000000002919 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:12:00.316717 | 0.09s 2025-12-01 10:54:04.143920 | fa163ee6-8f4d-1548-de56-00000000291a | TASK | add cinder extra pools 2025-12-01 10:54:04.176816 | fa163ee6-8f4d-1548-de56-00000000291a | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:12:00.368683 | 0.03s 2025-12-01 10:54:04.196526 | fa163ee6-8f4d-1548-de56-00000000291b | TASK | build resulting pool list 2025-12-01 10:54:04.354218 | fa163ee6-8f4d-1548-de56-00000000291b | OK | build resulting pool list | undercloud 2025-12-01 10:54:04.355942 | fa163ee6-8f4d-1548-de56-00000000291b | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:12:00.547824 | 0.16s 2025-12-01 10:54:04.377774 | fa163ee6-8f4d-1548-de56-00000000291d | TASK | add manila data pool 2025-12-01 10:54:04.429262 | fa163ee6-8f4d-1548-de56-00000000291d | OK | add manila data pool | undercloud 2025-12-01 10:54:04.430484 | fa163ee6-8f4d-1548-de56-00000000291d | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:12:00.622371 | 0.05s 2025-12-01 10:54:04.450139 | fa163ee6-8f4d-1548-de56-00000000291e | TASK | add manila metadata pool 2025-12-01 10:54:04.494015 | fa163ee6-8f4d-1548-de56-00000000291e | OK | add manila metadata pool | undercloud 2025-12-01 10:54:04.495378 | fa163ee6-8f4d-1548-de56-00000000291e | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:12:00.687263 | 0.04s 2025-12-01 10:54:04.564787 | fa163ee6-8f4d-1548-de56-000000002887 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:00.756668 | 0.03s 2025-12-01 10:54:04.681230 | fa163ee6-8f4d-1548-de56-000000002ab0 | TASK | reset profiles string to avoid complex string manipulation 2025-12-01 10:54:04.739321 | fa163ee6-8f4d-1548-de56-000000002ab0 | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-12-01 10:54:04.740331 | fa163ee6-8f4d-1548-de56-000000002ab0 | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:12:00.932221 | 0.06s 2025-12-01 10:54:04.755738 | fa163ee6-8f4d-1548-de56-000000002ab2 | TASK | build openstack client profiles per pool 2025-12-01 10:54:04.840581 | fa163ee6-8f4d-1548-de56-000000002ab2 | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-12-01 10:54:04.843028 | fa163ee6-8f4d-1548-de56-000000002ab2 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:01.034906 | 0.09s 2025-12-01 10:54:04.871425 | fa163ee6-8f4d-1548-de56-000000002ab2 | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-12-01 10:54:04.872308 | fa163ee6-8f4d-1548-de56-000000002ab2 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:01.064195 | 0.12s 2025-12-01 10:54:04.897867 | fa163ee6-8f4d-1548-de56-000000002ab2 | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-12-01 10:54:04.899474 | fa163ee6-8f4d-1548-de56-000000002ab2 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:01.091360 | 0.14s 2025-12-01 10:54:04.917397 | fa163ee6-8f4d-1548-de56-000000002ab2 | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-12-01 10:54:04.918308 | fa163ee6-8f4d-1548-de56-000000002ab2 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:01.110195 | 0.16s 2025-12-01 10:54:04.925979 | fa163ee6-8f4d-1548-de56-000000002ab2 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:01.117859 | 0.17s 2025-12-01 10:54:04.944841 | fa163ee6-8f4d-1548-de56-000000002ab3 | TASK | set openstack client caps 2025-12-01 10:54:04.985624 | fa163ee6-8f4d-1548-de56-000000002ab3 | OK | set openstack client caps | undercloud 2025-12-01 10:54:04.986510 | fa163ee6-8f4d-1548-de56-000000002ab3 | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:12:01.178403 | 0.04s 2025-12-01 10:54:05.000633 | fa163ee6-8f4d-1548-de56-000000002ab4 | TASK | set openstack client osd(s) caps 2025-12-01 10:54:05.069118 | fa163ee6-8f4d-1548-de56-000000002ab4 | OK | set openstack client osd(s) caps | undercloud 2025-12-01 10:54:05.069986 | fa163ee6-8f4d-1548-de56-000000002ab4 | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:12:01.261878 | 0.07s 2025-12-01 10:54:05.084335 | fa163ee6-8f4d-1548-de56-000000002ab5 | TASK | Combine caps 2025-12-01 10:54:05.125496 | fa163ee6-8f4d-1548-de56-000000002ab5 | OK | Combine caps | undercloud 2025-12-01 10:54:05.126440 | fa163ee6-8f4d-1548-de56-000000002ab5 | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:12:01.318330 | 0.04s 2025-12-01 10:54:05.142116 | fa163ee6-8f4d-1548-de56-000000002ab6 | TASK | set openstack client key 2025-12-01 10:54:05.189976 | fa163ee6-8f4d-1548-de56-000000002ab6 | OK | set openstack client key | undercloud 2025-12-01 10:54:05.190938 | fa163ee6-8f4d-1548-de56-000000002ab6 | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:12:01.382828 | 0.05s 2025-12-01 10:54:05.206696 | fa163ee6-8f4d-1548-de56-000000002ab8 | TASK | build manila key for openstack 2025-12-01 10:54:05.257930 | fa163ee6-8f4d-1548-de56-000000002ab8 | OK | build manila key for openstack | undercloud 2025-12-01 10:54:05.259775 | fa163ee6-8f4d-1548-de56-000000002ab8 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:12:01.451652 | 0.05s 2025-12-01 10:54:05.278468 | fa163ee6-8f4d-1548-de56-000000002ab9 | TASK | build radosgw key for openstack 2025-12-01 10:54:05.318964 | fa163ee6-8f4d-1548-de56-000000002ab9 | SKIPPED | build radosgw key for openstack | undercloud 2025-12-01 10:54:05.320249 | fa163ee6-8f4d-1548-de56-000000002ab9 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:12:01.512132 | 0.04s 2025-12-01 10:54:05.338837 | fa163ee6-8f4d-1548-de56-000000002aba | TASK | build the resulting keys 2025-12-01 10:54:05.489996 | fa163ee6-8f4d-1548-de56-000000002aba | OK | build the resulting keys | undercloud 2025-12-01 10:54:05.491410 | fa163ee6-8f4d-1548-de56-000000002aba | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:12:01.683295 | 0.15s 2025-12-01 10:54:05.560145 | fa163ee6-8f4d-1548-de56-000000002888 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:01.752022 | 0.04s 2025-12-01 10:54:05.763531 | fa163ee6-8f4d-1548-de56-000000002dd5 | TASK | build ceph orphan set 2025-12-01 10:54:05.840199 | fa163ee6-8f4d-1548-de56-000000002dd5 | OK | build ceph orphan set | undercloud 2025-12-01 10:54:05.840951 | fa163ee6-8f4d-1548-de56-000000002dd5 | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:12:02.032845 | 0.08s 2025-12-01 10:54:05.854820 | fa163ee6-8f4d-1548-de56-000000002dd6 | TASK | clean ceph_config_overrides list 2025-12-01 10:54:05.893653 | fa163ee6-8f4d-1548-de56-000000002dd6 | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:12:02.085533 | 0.04s 2025-12-01 10:54:05.907802 | fa163ee6-8f4d-1548-de56-000000002dd7 | TASK | ceph_config_overrides w/o orphans 2025-12-01 10:54:05.967302 | fa163ee6-8f4d-1548-de56-000000002dd7 | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-12-01 10:54:05.967995 | fa163ee6-8f4d-1548-de56-000000002dd7 | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:12:02.159889 | 0.06s 2025-12-01 10:54:05.981924 | fa163ee6-8f4d-1548-de56-000000002dd8 | TASK | build ceph config overrides 2025-12-01 10:54:06.080125 | fa163ee6-8f4d-1548-de56-000000002dd8 | OK | build ceph config overrides | undercloud 2025-12-01 10:54:06.080829 | fa163ee6-8f4d-1548-de56-000000002dd8 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:12:02.272722 | 0.10s 2025-12-01 10:54:06.107691 | fa163ee6-8f4d-1548-de56-000000002889 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-12-01 10:54:06.737697 | fa163ee6-8f4d-1548-de56-000000002889 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-12-01 10:54:06.738618 | fa163ee6-8f4d-1548-de56-000000002889 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:02.930512 | 0.63s 2025-12-01 10:54:06.752873 | fa163ee6-8f4d-1548-de56-00000000288b | TASK | Set bootstrap host [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-12-01 10:54:06.855108 | fa163ee6-8f4d-1548-de56-00000000288b | OK | Set bootstrap host | undercloud 2025-12-01 10:54:06.855896 | fa163ee6-8f4d-1548-de56-00000000288b | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:12:03.047789 | 0.10s 2025-12-01 10:54:06.870378 | fa163ee6-8f4d-1548-de56-00000000288c | TASK | Set first monitor IP [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-12-01 10:54:06.984991 | fa163ee6-8f4d-1548-de56-00000000288c | OK | Set first monitor IP | undercloud 2025-12-01 10:54:06.985655 | fa163ee6-8f4d-1548-de56-00000000288c | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:12:03.177547 | 0.11s 2025-12-01 10:54:07.002055 | fa163ee6-8f4d-1548-de56-00000000288d | TASK | genereate ceph_spec for bootstrap [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-12-01 10:54:07.107064 | fa163ee6-8f4d-1548-de56-00000000288d | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-12-01 10:54:07.107801 | fa163ee6-8f4d-1548-de56-00000000288d | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:12:03.299692 | 0.10s 2025-12-01 10:54:07.123421 | fa163ee6-8f4d-1548-de56-00000000288f | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-12-01 10:54:07.660682 | fa163ee6-8f4d-1548-de56-00000000288f | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-12-01 10:54:07.661453 | fa163ee6-8f4d-1548-de56-00000000288f | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:03.853348 | 0.54s 2025-12-01 10:54:07.689782 | fa163ee6-8f4d-1548-de56-00000000285b | TASK | Prepare cephadm user and keys 2025-12-01 10:54:08.239393 | fa163ee6-8f4d-1548-de56-00000000285b | SKIPPED | Prepare cephadm user and keys | undercloud 2025-12-01 10:54:08.240233 | fa163ee6-8f4d-1548-de56-00000000285b | TIMING | Prepare cephadm user and keys | undercloud | 0:12:04.432124 | 0.55s 2025-12-01 10:54:08.254821 | fa163ee6-8f4d-1548-de56-00000000285c | TASK | Deploy or configure the cephadm Ceph cluster 2025-12-01 10:54:08.339562 | fa163ee6-8f4d-1548-de56-00000000285c | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:12:04.531447 | 0.08s 2025-12-01 10:54:08.392912 | fa163ee6-8f4d-1548-de56-000000003051 | TASK | set cephadm playbook 2025-12-01 10:54:08.444029 | fa163ee6-8f4d-1548-de56-000000003051 | OK | set cephadm playbook | undercloud 2025-12-01 10:54:08.445051 | fa163ee6-8f4d-1548-de56-000000003051 | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:12:04.636942 | 0.05s 2025-12-01 10:54:08.459237 | fa163ee6-8f4d-1548-de56-000000003052 | TASK | Setup the log path 2025-12-01 10:54:08.506089 | fa163ee6-8f4d-1548-de56-000000003052 | OK | Setup the log path | undercloud 2025-12-01 10:54:08.507714 | fa163ee6-8f4d-1548-de56-000000003052 | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:12:04.699595 | 0.05s 2025-12-01 10:54:08.525267 | fa163ee6-8f4d-1548-de56-000000003053 | TASK | Setup the cephadm playbook command 2025-12-01 10:54:08.596876 | fa163ee6-8f4d-1548-de56-000000003053 | OK | Setup the cephadm playbook command | undercloud 2025-12-01 10:54:08.597905 | fa163ee6-8f4d-1548-de56-000000003053 | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:12:04.789793 | 0.07s 2025-12-01 10:54:08.617363 | fa163ee6-8f4d-1548-de56-000000003054 | TASK | rotate cephadm_command.log 2025-12-01 10:54:08.862830 | fa163ee6-8f4d-1548-de56-000000003054 | CHANGED | rotate cephadm_command.log | undercloud 2025-12-01 10:54:08.863797 | fa163ee6-8f4d-1548-de56-000000003054 | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:12:05.055685 | 0.25s 2025-12-01 10:54:08.881519 | fa163ee6-8f4d-1548-de56-000000003055 | TASK | save cephadm playbook command to shell script 2025-12-01 10:54:09.378988 | fa163ee6-8f4d-1548-de56-000000003055 | CHANGED | save cephadm playbook command to shell script | undercloud 2025-12-01 10:54:09.380768 | fa163ee6-8f4d-1548-de56-000000003055 | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:12:05.572627 | 0.50s 2025-12-01 10:54:09.401036 | fa163ee6-8f4d-1548-de56-000000003056 | TASK | Notify user about upcoming cephadm execution(s) 2025-12-01 10:54:09.452666 | fa163ee6-8f4d-1548-de56-000000003056 | OK | Notify user about upcoming cephadm execution(s) | undercloud | result={ "changed": false, "msg": "Running 1 cephadm playbook(s) (immediate log at /root/standalone-ansible-95hluu53/cephadm/cephadm_command.log)" } 2025-12-01 10:54:09.454061 | fa163ee6-8f4d-1548-de56-000000003056 | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:12:05.645943 | 0.05s 2025-12-01 10:54:09.473576 | fa163ee6-8f4d-1548-de56-000000003057 | TASK | run cephadm playbook 2025-12-01 10:55:11.478606 | fa163ee6-8f4d-1548-de56-000000003057 | CHANGED | run cephadm playbook | undercloud 2025-12-01 10:55:11.480801 | fa163ee6-8f4d-1548-de56-000000003057 | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:13:07.672692 | 62.01s 2025-12-01 10:55:11.500366 | fa163ee6-8f4d-1548-de56-000000003058 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-12-01 10:55:11.574759 | fa163ee6-8f4d-1548-de56-000000003058 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-12-01 10:55:11.576430 | fa163ee6-8f4d-1548-de56-000000003058 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:13:07.768317 | 0.07s 2025-12-01 10:55:11.592621 | fa163ee6-8f4d-1548-de56-000000003059 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-12-01 10:55:11.643330 | fa163ee6-8f4d-1548-de56-000000003059 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-12-01 10:55:11.644319 | fa163ee6-8f4d-1548-de56-000000003059 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:13:07.836208 | 0.05s 2025-12-01 10:55:11.671423 | fa163ee6-8f4d-1548-de56-00000000285e | TASK | Check if the input variable file exists 2025-12-01 10:55:11.925758 | fa163ee6-8f4d-1548-de56-00000000285e | OK | Check if the input variable file exists | undercloud 2025-12-01 10:55:11.926834 | fa163ee6-8f4d-1548-de56-00000000285e | TIMING | Check if the input variable file exists | undercloud | 0:13:08.118721 | 0.25s 2025-12-01 10:55:11.942361 | fa163ee6-8f4d-1548-de56-00000000285f | TASK | Populate CephClientConfigVars from THT 2025-12-01 10:55:11.991511 | fa163ee6-8f4d-1548-de56-00000000285f | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-12-01 10:55:11.992900 | fa163ee6-8f4d-1548-de56-00000000285f | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:13:08.184781 | 0.05s 2025-12-01 10:55:12.011357 | fa163ee6-8f4d-1548-de56-000000002860 | TASK | configure ceph clients 2025-12-01 10:55:12.067132 | fa163ee6-8f4d-1548-de56-000000002860 | TIMING | configure ceph clients | undercloud | 0:13:08.259006 | 0.05s 2025-12-01 10:55:12.132687 | fa163ee6-8f4d-1548-de56-00000000311b | TASK | get the list of enabled services on the overcloud 2025-12-01 10:55:12.205630 | fa163ee6-8f4d-1548-de56-00000000311b | OK | get the list of enabled services on the overcloud | undercloud 2025-12-01 10:55:12.207254 | fa163ee6-8f4d-1548-de56-00000000311b | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:13:08.399133 | 0.07s 2025-12-01 10:55:12.227380 | fa163ee6-8f4d-1548-de56-00000000311c | TASK | Create ceph_client_fetch_dir 2025-12-01 10:55:12.280200 | fa163ee6-8f4d-1548-de56-00000000311c | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:13:08.472079 | 0.05s 2025-12-01 10:55:12.288936 | d5863bbe-d987-4710-8864-8c84e15d9565 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-12-01 10:55:12.319761 | fa163ee6-8f4d-1548-de56-00000000315f | TASK | Clean any old fetch directory path 2025-12-01 10:55:12.591565 | fa163ee6-8f4d-1548-de56-00000000315f | OK | Clean any old fetch directory path | undercloud 2025-12-01 10:55:12.593665 | fa163ee6-8f4d-1548-de56-00000000315f | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:08.785538 | 0.27s 2025-12-01 10:55:12.610386 | fa163ee6-8f4d-1548-de56-000000003160 | TASK | Create ceph_client_fetch_dir for the current execution 2025-12-01 10:55:12.857412 | fa163ee6-8f4d-1548-de56-000000003160 | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-12-01 10:55:12.859124 | fa163ee6-8f4d-1548-de56-000000003160 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:09.051005 | 0.25s 2025-12-01 10:55:12.878460 | fa163ee6-8f4d-1548-de56-00000000311d | TASK | Check if the input variables exist 2025-12-01 10:55:13.158869 | fa163ee6-8f4d-1548-de56-00000000311d | OK | Check if the input variables exist | undercloud 2025-12-01 10:55:13.160236 | fa163ee6-8f4d-1548-de56-00000000311d | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:13:09.352121 | 0.28s 2025-12-01 10:55:13.179949 | fa163ee6-8f4d-1548-de56-00000000311e | TASK | Load variables produced by the cephadm provisioning process 2025-12-01 10:55:13.241221 | fa163ee6-8f4d-1548-de56-00000000311e | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-12-01 10:55:13.243361 | fa163ee6-8f4d-1548-de56-00000000311e | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:13:09.435238 | 0.06s 2025-12-01 10:55:13.262851 | fa163ee6-8f4d-1548-de56-00000000311f | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-12-01 10:55:13.314173 | fa163ee6-8f4d-1548-de56-00000000311f | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-12-01 10:55:13.315668 | fa163ee6-8f4d-1548-de56-00000000311f | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:13:09.507541 | 0.05s 2025-12-01 10:55:13.331534 | fa163ee6-8f4d-1548-de56-000000003120 | TASK | Configure multiple external ceph clusters 2025-12-01 10:55:13.400878 | fa163ee6-8f4d-1548-de56-000000003120 | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-12-01 10:55:13.402137 | fa163ee6-8f4d-1548-de56-000000003120 | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:13:09.594019 | 0.07s 2025-12-01 10:55:13.420250 | fa163ee6-8f4d-1548-de56-000000003121 | TASK | Render keys provided for the Ceph cluster 2025-12-01 10:55:13.480064 | fa163ee6-8f4d-1548-de56-000000003121 | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:13:09.671947 | 0.06s 2025-12-01 10:55:13.486962 | db5a7a22-85b0-4f4c-a0a7-988e91cbd201 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-12-01 10:55:13.514648 | fa163ee6-8f4d-1548-de56-0000000031b3 | TASK | create cephx key(s) 2025-12-01 10:55:14.024298 | fa163ee6-8f4d-1548-de56-0000000031b3 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQAdby1pAAAAABAAl61sDHDVU2qRa5PRtrmayQ==', 'mode': '0600', 'caps': {'mgr': 'allow *', 'mon': 'profile rbd', 'osd': 'profile rbd pool=vms, profile rbd pool=volumes, profile rbd pool=images, profile rbd pool=backups'}} 2025-12-01 10:55:14.027342 | fa163ee6-8f4d-1548-de56-0000000031b3 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:10.219215 | 0.51s 2025-12-01 10:55:14.507638 | fa163ee6-8f4d-1548-de56-0000000031b3 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQAdby1pAAAAABAAPNlRCxdYIEu/61Oq9kj9iw==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-12-01 10:55:14.509912 | fa163ee6-8f4d-1548-de56-0000000031b3 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:10.701794 | 0.99s 2025-12-01 10:55:14.520817 | fa163ee6-8f4d-1548-de56-0000000031b3 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:10.712692 | 1.01s 2025-12-01 10:55:14.540417 | fa163ee6-8f4d-1548-de56-000000003122 | TASK | Render ceph config for the Ceph Clients 2025-12-01 10:55:14.579808 | fa163ee6-8f4d-1548-de56-000000003122 | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:13:10.771688 | 0.04s 2025-12-01 10:55:14.588358 | d6d03c9a-621f-4fcd-a7ca-08823840f994 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-12-01 10:55:14.627190 | fa163ee6-8f4d-1548-de56-000000003217 | TASK | create ceph.conf 2025-12-01 10:55:15.245226 | fa163ee6-8f4d-1548-de56-000000003217 | CHANGED | create ceph.conf | undercloud 2025-12-01 10:55:15.246236 | fa163ee6-8f4d-1548-de56-000000003217 | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:13:11.438128 | 0.62s 2025-12-01 10:55:15.261097 | fa163ee6-8f4d-1548-de56-000000003123 | TASK | Configure Ceph Clients 2025-12-01 10:55:15.309384 | fa163ee6-8f4d-1548-de56-000000003123 | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:13:11.501266 | 0.05s 2025-12-01 10:55:15.319137 | 236410aa-1475-4cac-a49e-10adab196921 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-12-01 10:55:15.346452 | fa163ee6-8f4d-1548-de56-000000003286 | TASK | set effective ceph_clients without limit 2025-12-01 10:55:15.460072 | fa163ee6-8f4d-1548-de56-000000003286 | OK | set effective ceph_clients without limit | undercloud 2025-12-01 10:55:15.461254 | fa163ee6-8f4d-1548-de56-000000003286 | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:13:11.653141 | 0.11s 2025-12-01 10:55:15.479508 | fa163ee6-8f4d-1548-de56-000000003287 | TASK | set effective ceph_clients with limit 2025-12-01 10:55:15.561525 | fa163ee6-8f4d-1548-de56-000000003287 | SKIPPED | set effective ceph_clients with limit | undercloud 2025-12-01 10:55:15.562931 | fa163ee6-8f4d-1548-de56-000000003287 | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:13:11.754809 | 0.08s 2025-12-01 10:55:15.581225 | fa163ee6-8f4d-1548-de56-000000003288 | TASK | set distribution list from cross product of files and effective clients 2025-12-01 10:55:15.699004 | fa163ee6-8f4d-1548-de56-000000003288 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-12-01 10:55:15.700345 | fa163ee6-8f4d-1548-de56-000000003288 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:13:11.892228 | 0.12s 2025-12-01 10:55:15.751052 | fa163ee6-8f4d-1548-de56-000000003289 | TASK | Ensure /etc/ceph exists on all clients 2025-12-01 10:55:16.043499 | fa163ee6-8f4d-1548-de56-000000003289 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-95hluu53/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ee6-8f4d-1548-de56-000000003289') missing from stats 2025-12-01 10:55:16.278100 | fa163ee6-8f4d-1548-de56-000000003289 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-95hluu53/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-12-01 10:55:16.518551 | fa163ee6-8f4d-1548-de56-000000003289 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-95hluu53/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-12-01 10:55:16.524095 | fa163ee6-8f4d-1548-de56-000000003289 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:13:12.715972 | 0.77s 2025-12-01 10:55:16.565798 | fa163ee6-8f4d-1548-de56-00000000328a | TASK | push files to the other nodes of cluster 2025-12-01 10:55:17.058832 | fa163ee6-8f4d-1548-de56-00000000328a | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-95hluu53/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ee6-8f4d-1548-de56-00000000328a') missing from stats 2025-12-01 10:55:17.537332 | fa163ee6-8f4d-1548-de56-00000000328a | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-95hluu53/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-12-01 10:55:18.020298 | fa163ee6-8f4d-1548-de56-00000000328a | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-95hluu53/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-12-01 10:55:18.025477 | fa163ee6-8f4d-1548-de56-00000000328a | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:13:14.217355 | 1.46s 2025-12-01 10:55:18.044847 | fa163ee6-8f4d-1548-de56-000000003124 | TASK | Clean ceph_client_fetch_dir 2025-12-01 10:55:18.096491 | fa163ee6-8f4d-1548-de56-000000003124 | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:13:14.288327 | 0.05s 2025-12-01 10:55:18.109647 | 7dfd7b71-1e8b-426a-b907-018944daae1d | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-12-01 10:55:18.158962 | fa163ee6-8f4d-1548-de56-00000000331e | TASK | Clean any old fetch directory path 2025-12-01 10:55:18.392535 | fa163ee6-8f4d-1548-de56-00000000331e | CHANGED | Clean any old fetch directory path | undercloud 2025-12-01 10:55:18.394007 | fa163ee6-8f4d-1548-de56-00000000331e | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:14.585893 | 0.23s 2025-12-01 10:55:18.413440 | fa163ee6-8f4d-1548-de56-00000000331f | TASK | Create ceph_client_fetch_dir for the current execution 2025-12-01 10:55:18.444090 | fa163ee6-8f4d-1548-de56-00000000331f | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-12-01 10:55:18.445407 | fa163ee6-8f4d-1548-de56-00000000331f | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:14.637291 | 0.03s 2025-12-01 10:55:18.479871 | fa163ee6-8f4d-1548-de56-000000002861 | TASK | tripleo client role 2025-12-01 10:55:18.500570 | fa163ee6-8f4d-1548-de56-000000002861 | TIMING | tripleo client role | undercloud | 0:13:14.692440 | 0.02s 2025-12-01 10:55:18.519271 | fa163ee6-8f4d-1548-de56-000000002862 | TASK | Load variables for standalone ganesha 2025-12-01 10:55:18.599600 | fa163ee6-8f4d-1548-de56-000000002862 | SKIPPED | Load variables for standalone ganesha | undercloud 2025-12-01 10:55:18.600309 | fa163ee6-8f4d-1548-de56-000000002862 | TIMING | Load variables for standalone ganesha | undercloud | 0:13:14.792199 | 0.08s 2025-12-01 10:55:18.613983 | fa163ee6-8f4d-1548-de56-000000002863 | TASK | Config Standalone Ganesha 2025-12-01 10:55:18.694354 | fa163ee6-8f4d-1548-de56-000000002863 | SKIPPED | Config Standalone Ganesha | undercloud 2025-12-01 10:55:18.695575 | fa163ee6-8f4d-1548-de56-000000002863 | TIMING | Config Standalone Ganesha | undercloud | 0:13:14.887459 | 0.08s PLAY [Deploy step tasks for 2] ************************************************* 2025-12-01 10:55:18.840420 | fa163ee6-8f4d-1548-de56-0000000000ca | TASK | Deploy step tasks for 2 2025-12-01 10:55:18.866688 | fa163ee6-8f4d-1548-de56-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', 'fa163ee6-8f4d-1548-de56-0000000000ca') missing from stats 2025-12-01 10:55:18.890327 | fa163ee6-8f4d-1548-de56-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-12-01 10:55:19.340552 | fa163ee6-8f4d-1548-de56-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-12-01 10:55:19.342088 | fa163ee6-8f4d-1548-de56-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:13:15.533973 | 0.45s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-01 10:55:19.416962 | fa163ee6-8f4d-1548-de56-0000000000cc | TIMING | include_tasks | standalone | 0:13:15.608841 | 0.04s 2025-12-01 10:55:19.513325 | 3e59588a-a6d5-4543-b368-7e81bf2aa238 | INCLUDED | /root/standalone-ansible-95hluu53/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-12-01 10:55:19.549864 | fa163ee6-8f4d-1548-de56-0000000033e5 | TASK | Push script 2025-12-01 10:55:20.059114 | fa163ee6-8f4d-1548-de56-0000000033e5 | CHANGED | Push script | standalone 2025-12-01 10:55:20.060414 | fa163ee6-8f4d-1548-de56-0000000033e5 | TIMING | Push script | standalone | 0:13:16.252302 | 0.51s 2025-12-01 10:55:20.091773 | fa163ee6-8f4d-1548-de56-0000000033e6 | TASK | Insert cronjob in root crontab 2025-12-01 10:55:20.536310 | fa163ee6-8f4d-1548-de56-0000000033e6 | CHANGED | Insert cronjob in root crontab | standalone 2025-12-01 10:55:20.537684 | fa163ee6-8f4d-1548-de56-0000000033e6 | TIMING | Insert cronjob in root crontab | standalone | 0:13:16.729569 | 0.44s 2025-12-01 10:55:20.567883 | fa163ee6-8f4d-1548-de56-0000000033ed | TASK | Gather variables for each operating system 2025-12-01 10:55:20.685162 | fa163ee6-8f4d-1548-de56-0000000033ed | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:16.877037 | 0.12s 2025-12-01 10:55:20.717414 | fa163ee6-8f4d-1548-de56-0000000033ee | TASK | Detect if resource is being created or already exists 2025-12-01 10:55:21.479415 | fa163ee6-8f4d-1548-de56-0000000033ee | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-01 10:55:21.480245 | fa163ee6-8f4d-1548-de56-0000000033ee | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:17.672139 | 0.76s 2025-12-01 10:55:21.512208 | fa163ee6-8f4d-1548-de56-0000000033ef | TASK | Run init bundle puppet on the host for haproxy 2025-12-01 10:57:08.905808 | fa163ee6-8f4d-1548-de56-0000000033ef | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-12-01 10:57:08.908576 | fa163ee6-8f4d-1548-de56-0000000033ef | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:15:05.100459 | 107.39s 2025-12-01 10:57:08.945075 | fa163ee6-8f4d-1548-de56-0000000033f0 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-12-01 10:57:09.171681 | fa163ee6-8f4d-1548-de56-0000000033f0 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-12-01 10:57:09.173246 | fa163ee6-8f4d-1548-de56-0000000033f0 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:15:05.365125 | 0.23s 2025-12-01 10:57:09.205231 | fa163ee6-8f4d-1548-de56-0000000033f1 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-01 10:57:09.718622 | fa163ee6-8f4d-1548-de56-0000000033f1 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-01 10:57:09.721486 | fa163ee6-8f4d-1548-de56-0000000033f1 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:05.913364 | 0.51s 2025-12-01 10:57:09.746181 | fa163ee6-8f4d-1548-de56-0000000033f2 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-12-01 10:57:09.999683 | fa163ee6-8f4d-1548-de56-0000000033f2 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-12-01 10:57:10.003348 | fa163ee6-8f4d-1548-de56-0000000033f2 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:15:06.195224 | 0.26s 2025-12-01 10:57:10.044349 | fa163ee6-8f4d-1548-de56-0000000033f4 | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-12-01 10:57:10.089886 | fa163ee6-8f4d-1548-de56-0000000033f4 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-12-01 10:57:10.093090 | fa163ee6-8f4d-1548-de56-0000000033f4 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:15:06.284967 | 0.04s 2025-12-01 10:57:10.119147 | fa163ee6-8f4d-1548-de56-0000000033f5 | TASK | Get container image tag from bundle haproxy-bundle 2025-12-01 10:57:10.162383 | fa163ee6-8f4d-1548-de56-0000000033f5 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-12-01 10:57:10.164108 | fa163ee6-8f4d-1548-de56-0000000033f5 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:15:06.355996 | 0.04s 2025-12-01 10:57:10.188610 | fa163ee6-8f4d-1548-de56-0000000033f6 | TASK | Compare tags between marker and bundle haproxy-bundle 2025-12-01 10:57:10.247682 | fa163ee6-8f4d-1548-de56-0000000033f6 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-12-01 10:57:10.249377 | fa163ee6-8f4d-1548-de56-0000000033f6 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:15:06.441266 | 0.06s 2025-12-01 10:57:10.277178 | fa163ee6-8f4d-1548-de56-0000000033f7 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-01 10:57:10.328959 | fa163ee6-8f4d-1548-de56-0000000033f7 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-01 10:57:10.329892 | fa163ee6-8f4d-1548-de56-0000000033f7 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:06.521785 | 0.05s 2025-12-01 10:57:10.351232 | fa163ee6-8f4d-1548-de56-0000000033f8 | TASK | Remove update marker for bundle haproxy-bundle 2025-12-01 10:57:10.390476 | fa163ee6-8f4d-1548-de56-0000000033f8 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-12-01 10:57:10.391417 | fa163ee6-8f4d-1548-de56-0000000033f8 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:15:06.583304 | 0.04s 2025-12-01 10:57:10.450128 | fa163ee6-8f4d-1548-de56-000000003419 | TASK | Gather variables for each operating system 2025-12-01 10:57:10.555044 | fa163ee6-8f4d-1548-de56-000000003419 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:06.746913 | 0.10s 2025-12-01 10:57:10.590085 | fa163ee6-8f4d-1548-de56-00000000341a | TASK | Detect if resource is being created or already exists 2025-12-01 10:57:11.325927 | fa163ee6-8f4d-1548-de56-00000000341a | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-01 10:57:11.327119 | fa163ee6-8f4d-1548-de56-00000000341a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:07.519011 | 0.73s 2025-12-01 10:57:11.352122 | fa163ee6-8f4d-1548-de56-00000000341b | TASK | Run init bundle puppet on the host for mysql 2025-12-01 10:57:39.097930 | fa163ee6-8f4d-1548-de56-00000000341b | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-12-01 10:57:39.099899 | fa163ee6-8f4d-1548-de56-00000000341b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:15:35.291768 | 27.75s 2025-12-01 10:57:39.133171 | fa163ee6-8f4d-1548-de56-00000000341c | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-12-01 10:57:39.387404 | fa163ee6-8f4d-1548-de56-00000000341c | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-12-01 10:57:39.388816 | fa163ee6-8f4d-1548-de56-00000000341c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:15:35.580699 | 0.25s 2025-12-01 10:57:39.422367 | fa163ee6-8f4d-1548-de56-00000000341d | TASK | Run pacemaker restart if the config file for the service changed 2025-12-01 10:57:39.903556 | fa163ee6-8f4d-1548-de56-00000000341d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-01 10:57:39.904499 | fa163ee6-8f4d-1548-de56-00000000341d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:36.096391 | 0.48s 2025-12-01 10:57:39.928902 | fa163ee6-8f4d-1548-de56-00000000341e | TASK | Check if an image update marker exists for bundle galera-bundle 2025-12-01 10:57:40.129944 | fa163ee6-8f4d-1548-de56-00000000341e | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-12-01 10:57:40.131124 | fa163ee6-8f4d-1548-de56-00000000341e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:15:36.323013 | 0.20s 2025-12-01 10:57:40.161243 | fa163ee6-8f4d-1548-de56-000000003420 | TASK | Get container image tag from marker for bundle galera-bundle 2025-12-01 10:57:40.214307 | fa163ee6-8f4d-1548-de56-000000003420 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-12-01 10:57:40.215342 | fa163ee6-8f4d-1548-de56-000000003420 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:15:36.407230 | 0.05s 2025-12-01 10:57:40.239180 | fa163ee6-8f4d-1548-de56-000000003421 | TASK | Get container image tag from bundle galera-bundle 2025-12-01 10:57:40.290647 | fa163ee6-8f4d-1548-de56-000000003421 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-12-01 10:57:40.291812 | fa163ee6-8f4d-1548-de56-000000003421 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:15:36.483701 | 0.05s 2025-12-01 10:57:40.317239 | fa163ee6-8f4d-1548-de56-000000003422 | TASK | Compare tags between marker and bundle galera-bundle 2025-12-01 10:57:40.375787 | fa163ee6-8f4d-1548-de56-000000003422 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-12-01 10:57:40.377010 | fa163ee6-8f4d-1548-de56-000000003422 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:15:36.568893 | 0.06s 2025-12-01 10:57:40.410143 | fa163ee6-8f4d-1548-de56-000000003423 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-01 10:57:40.450796 | fa163ee6-8f4d-1548-de56-000000003423 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-01 10:57:40.452005 | fa163ee6-8f4d-1548-de56-000000003423 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:36.643887 | 0.04s 2025-12-01 10:57:40.477020 | fa163ee6-8f4d-1548-de56-000000003424 | TASK | Remove update marker for bundle galera-bundle 2025-12-01 10:57:40.520045 | fa163ee6-8f4d-1548-de56-000000003424 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-12-01 10:57:40.521464 | fa163ee6-8f4d-1548-de56-000000003424 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:15:36.713346 | 0.04s 2025-12-01 10:57:40.581465 | fa163ee6-8f4d-1548-de56-000000003445 | TASK | Gather variables for each operating system 2025-12-01 10:57:40.674275 | fa163ee6-8f4d-1548-de56-000000003445 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:36.866139 | 0.09s 2025-12-01 10:57:40.705086 | fa163ee6-8f4d-1548-de56-000000003446 | TASK | Detect if resource is being created or already exists 2025-12-01 10:57:41.458801 | fa163ee6-8f4d-1548-de56-000000003446 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-01 10:57:41.459893 | fa163ee6-8f4d-1548-de56-000000003446 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:37.651784 | 0.75s 2025-12-01 10:57:41.485077 | fa163ee6-8f4d-1548-de56-000000003447 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-12-01 10:58:07.397695 | fa163ee6-8f4d-1548-de56-000000003447 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-12-01 10:58:07.399619 | fa163ee6-8f4d-1548-de56-000000003447 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:16:03.591502 | 25.91s 2025-12-01 10:58:07.433062 | fa163ee6-8f4d-1548-de56-000000003448 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-12-01 10:58:07.669762 | fa163ee6-8f4d-1548-de56-000000003448 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-12-01 10:58:07.670791 | fa163ee6-8f4d-1548-de56-000000003448 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:16:03.862681 | 0.23s 2025-12-01 10:58:07.700202 | fa163ee6-8f4d-1548-de56-000000003449 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-01 10:58:08.068618 | fa163ee6-8f4d-1548-de56-000000003449 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-01 10:58:08.069743 | fa163ee6-8f4d-1548-de56-000000003449 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:04.261636 | 0.37s 2025-12-01 10:58:08.090864 | fa163ee6-8f4d-1548-de56-00000000344a | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-12-01 10:58:08.330266 | fa163ee6-8f4d-1548-de56-00000000344a | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-12-01 10:58:08.331600 | fa163ee6-8f4d-1548-de56-00000000344a | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:16:04.523485 | 0.24s 2025-12-01 10:58:08.373319 | fa163ee6-8f4d-1548-de56-00000000344c | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-12-01 10:58:08.435672 | fa163ee6-8f4d-1548-de56-00000000344c | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-12-01 10:58:08.436990 | fa163ee6-8f4d-1548-de56-00000000344c | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:16:04.628873 | 0.06s 2025-12-01 10:58:08.468989 | fa163ee6-8f4d-1548-de56-00000000344d | TASK | Get container image tag from bundle rabbitmq-bundle 2025-12-01 10:58:08.508916 | fa163ee6-8f4d-1548-de56-00000000344d | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-12-01 10:58:08.510375 | fa163ee6-8f4d-1548-de56-00000000344d | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:16:04.702253 | 0.04s 2025-12-01 10:58:08.544547 | fa163ee6-8f4d-1548-de56-00000000344e | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-12-01 10:58:08.616594 | fa163ee6-8f4d-1548-de56-00000000344e | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-12-01 10:58:08.617486 | fa163ee6-8f4d-1548-de56-00000000344e | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:16:04.809376 | 0.07s 2025-12-01 10:58:08.642748 | fa163ee6-8f4d-1548-de56-00000000344f | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-01 10:58:08.672215 | fa163ee6-8f4d-1548-de56-00000000344f | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-01 10:58:08.673194 | fa163ee6-8f4d-1548-de56-00000000344f | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:04.865081 | 0.03s 2025-12-01 10:58:08.696662 | fa163ee6-8f4d-1548-de56-000000003450 | TASK | Remove update marker for bundle rabbitmq-bundle 2025-12-01 10:58:08.736803 | fa163ee6-8f4d-1548-de56-000000003450 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-12-01 10:58:08.737676 | fa163ee6-8f4d-1548-de56-000000003450 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:16:04.929568 | 0.04s 2025-12-01 10:58:08.782833 | fa163ee6-8f4d-1548-de56-000000003471 | TASK | Gather variables for each operating system 2025-12-01 10:58:08.926413 | fa163ee6-8f4d-1548-de56-000000003471 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:05.118296 | 0.14s 2025-12-01 10:58:08.960589 | fa163ee6-8f4d-1548-de56-000000003472 | TASK | Detect if resource is being created or already exists 2025-12-01 10:58:09.746394 | fa163ee6-8f4d-1548-de56-000000003472 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-01 10:58:09.747909 | fa163ee6-8f4d-1548-de56-000000003472 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:05.939789 | 0.79s 2025-12-01 10:58:09.782156 | fa163ee6-8f4d-1548-de56-000000003473 | TASK | Run init bundle puppet on the host for redis 2025-12-01 10:58:35.280933 | fa163ee6-8f4d-1548-de56-000000003473 | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-12-01 10:58:35.282634 | fa163ee6-8f4d-1548-de56-000000003473 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:16:31.474519 | 25.50s 2025-12-01 10:58:35.319364 | fa163ee6-8f4d-1548-de56-000000003474 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-12-01 10:58:35.532041 | fa163ee6-8f4d-1548-de56-000000003474 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-12-01 10:58:35.535567 | fa163ee6-8f4d-1548-de56-000000003474 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:16:31.727448 | 0.21s 2025-12-01 10:58:35.568968 | fa163ee6-8f4d-1548-de56-000000003475 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-01 10:58:35.942058 | fa163ee6-8f4d-1548-de56-000000003475 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-01 10:58:35.943622 | fa163ee6-8f4d-1548-de56-000000003475 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:32.135507 | 0.37s 2025-12-01 10:58:35.981188 | fa163ee6-8f4d-1548-de56-000000003476 | TASK | Check if an image update marker exists for bundle redis-bundle 2025-12-01 10:58:36.273099 | fa163ee6-8f4d-1548-de56-000000003476 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-12-01 10:58:36.274804 | fa163ee6-8f4d-1548-de56-000000003476 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:16:32.466681 | 0.29s 2025-12-01 10:58:36.300340 | fa163ee6-8f4d-1548-de56-000000003478 | TASK | Get container image tag from marker for bundle redis-bundle 2025-12-01 10:58:36.351222 | fa163ee6-8f4d-1548-de56-000000003478 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-12-01 10:58:36.352214 | fa163ee6-8f4d-1548-de56-000000003478 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:16:32.544105 | 0.05s 2025-12-01 10:58:36.376381 | fa163ee6-8f4d-1548-de56-000000003479 | TASK | Get container image tag from bundle redis-bundle 2025-12-01 10:58:36.425602 | fa163ee6-8f4d-1548-de56-000000003479 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-12-01 10:58:36.426541 | fa163ee6-8f4d-1548-de56-000000003479 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:16:32.618431 | 0.05s 2025-12-01 10:58:36.451397 | fa163ee6-8f4d-1548-de56-00000000347a | TASK | Compare tags between marker and bundle redis-bundle 2025-12-01 10:58:36.490435 | fa163ee6-8f4d-1548-de56-00000000347a | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-12-01 10:58:36.491697 | fa163ee6-8f4d-1548-de56-00000000347a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:16:32.683587 | 0.04s 2025-12-01 10:58:36.516671 | fa163ee6-8f4d-1548-de56-00000000347b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-01 10:58:36.564649 | fa163ee6-8f4d-1548-de56-00000000347b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-01 10:58:36.565579 | fa163ee6-8f4d-1548-de56-00000000347b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:32.757469 | 0.05s 2025-12-01 10:58:36.589884 | fa163ee6-8f4d-1548-de56-00000000347c | TASK | Remove update marker for bundle redis-bundle 2025-12-01 10:58:36.627485 | fa163ee6-8f4d-1548-de56-00000000347c | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-12-01 10:58:36.628299 | fa163ee6-8f4d-1548-de56-00000000347c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:16:32.820191 | 0.04s 2025-12-01 10:58:36.672791 | fa163ee6-8f4d-1548-de56-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-12-01 10:58:36.900245 | fa163ee6-8f4d-1548-de56-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-12-01 10:58:36.901844 | fa163ee6-8f4d-1548-de56-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:16:33.093728 | 0.23s 2025-12-01 10:58:37.008163 | fa163ee6-8f4d-1548-de56-0000000000cf | TIMING | include_tasks | standalone | 0:16:33.200039 | 0.07s 2025-12-01 10:58:37.052397 | 7d81295e-2038-4851-b81f-62819ebb92be | INCLUDED | /root/standalone-ansible-95hluu53/common_deploy_steps_tasks.yaml | standalone 2025-12-01 10:58:37.079403 | fa163ee6-8f4d-1548-de56-000000003511 | TASK | Write the config_step hieradata 2025-12-01 10:58:37.513422 | fa163ee6-8f4d-1548-de56-000000003511 | OK | Write the config_step hieradata | standalone 2025-12-01 10:58:37.514136 | fa163ee6-8f4d-1548-de56-000000003511 | TIMING | Write the config_step hieradata | standalone | 0:16:33.706030 | 0.43s 2025-12-01 10:58:37.534567 | fa163ee6-8f4d-1548-de56-000000003512 | TASK | Run puppet host configuration for step 2 2025-12-01 10:58:37.837128 | fa163ee6-8f4d-1548-de56-000000003512 | CHANGED | Run puppet host configuration for step 2 | standalone 2025-12-01 10:58:37.838297 | fa163ee6-8f4d-1548-de56-000000003512 | TIMING | Run puppet host configuration for step 2 | standalone | 0:16:34.030179 | 0.30s 2025-12-01 10:58:37.867470 | fa163ee6-8f4d-1548-de56-000000003513 | TASK | Wait for puppet host configuration to finish 2025-12-01 10:58:38.077693 | fa163ee6-8f4d-1548-de56-000000003513 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-01 10:58:48.360350 | fa163ee6-8f4d-1548-de56-000000003513 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-01 10:58:58.624006 | fa163ee6-8f4d-1548-de56-000000003513 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-01 10:58:58.627002 | fa163ee6-8f4d-1548-de56-000000003513 | TIMING | Wait for puppet host configuration to finish | standalone | 0:16:54.818876 | 20.76s 2025-12-01 10:58:58.663651 | fa163ee6-8f4d-1548-de56-000000003514 | TASK | Debug output for task: Run puppet host configuration for step 2 2025-12-01 10:58:58.751930 | fa163ee6-8f4d-1548-de56-000000003514 | 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>Dec 1 10:58:38 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 1 10:58:42 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 1 10:58:42 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 1 10:58:42 puppet-user: (file & line not available)", "<13>Dec 1 10:58:42 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>Dec 1 10:58:42 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Dec 1 10:58:42 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 1 10:58:42 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.47 seconds", "<13>Dec 1 10:58:48 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 1 10:58:51 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 1 10:58:53 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 1 10:58:53 puppet-user: Notice: Applied catalog in 10.41 seconds", "<13>Dec 1 10:58:53 puppet-user: Application:", "<13>Dec 1 10:58:53 puppet-user: Initial environment: production", "<13>Dec 1 10:58:53 puppet-user: Converged environment: production", "<13>Dec 1 10:58:53 puppet-user: Run mode: user", "<13>Dec 1 10:58:53 puppet-user: Changes:", "<13>Dec 1 10:58:53 puppet-user: Total: 2", "<13>Dec 1 10:58:53 puppet-user: Events:", "<13>Dec 1 10:58:53 puppet-user: Success: 2", "<13>Dec 1 10:58:53 puppet-user: Resources:", "<13>Dec 1 10:58:53 puppet-user: Changed: 2", "<13>Dec 1 10:58:53 puppet-user: Out of sync: 2", "<13>Dec 1 10:58:53 puppet-user: Total: 28", "<13>Dec 1 10:58:53 puppet-user: Time:", "<13>Dec 1 10:58:53 puppet-user: Filebucket: 0.00", "<13>Dec 1 10:58:53 puppet-user: Schedule: 0.00", "<13>Dec 1 10:58:53 puppet-user: Package: 0.00", "<13>Dec 1 10:58:53 puppet-user: File line: 0.00", "<13>Dec 1 10:58:53 puppet-user: File: 0.00", "<13>Dec 1 10:58:53 puppet-user: User: 0.01", "<13>Dec 1 10:58:53 puppet-user: Augeas: 0.01", "<13>Dec 1 10:58:53 puppet-user: Service: 0.06", "<13>Dec 1 10:58:53 puppet-user: Config retrieval: 0.53", "<13>Dec 1 10:58:53 puppet-user: Pcmk property: 1.47", "<13>Dec 1 10:58:53 puppet-user: Transaction evaluation: 10.39", "<13>Dec 1 10:58:53 puppet-user: Catalog application: 10.41", "<13>Dec 1 10:58:53 puppet-user: Last run: 1764586733", "<13>Dec 1 10:58:53 puppet-user: Exec: 2.01", "<13>Dec 1 10:58:53 puppet-user: Pcmk resource default: 3.23", "<13>Dec 1 10:58:53 puppet-user: Pcmk resource op default: 3.41", "<13>Dec 1 10:58:53 puppet-user: Total: 10.41", "<13>Dec 1 10:58:53 puppet-user: Version:", "<13>Dec 1 10:58:53 puppet-user: Config: 1764586722", "<13>Dec 1 10:58:53 puppet-user: Puppet: 7.10.0" ] } 2025-12-01 10:58:58.753364 | fa163ee6-8f4d-1548-de56-000000003514 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:16:54.945254 | 0.09s 2025-12-01 10:58:58.776940 | fa163ee6-8f4d-1548-de56-000000003515 | TASK | Pre-cache facts for puppet containers 2025-12-01 10:58:58.805527 | fa163ee6-8f4d-1548-de56-000000003515 | TIMING | Pre-cache facts for puppet containers | standalone | 0:16:54.997404 | 0.03s 2025-12-01 10:58:58.865198 | fa163ee6-8f4d-1548-de56-000000003554 | TASK | Gather variables for each operating system 2025-12-01 10:58:59.000860 | fa163ee6-8f4d-1548-de56-000000003554 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:16:55.192737 | 0.13s 2025-12-01 10:58:59.032922 | fa163ee6-8f4d-1548-de56-000000003555 | TASK | Create puppet caching structures 2025-12-01 10:58:59.263176 | fa163ee6-8f4d-1548-de56-000000003555 | CHANGED | Create puppet caching structures | standalone 2025-12-01 10:58:59.264164 | fa163ee6-8f4d-1548-de56-000000003555 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:16:55.456055 | 0.23s 2025-12-01 10:58:59.286988 | fa163ee6-8f4d-1548-de56-000000003556 | TASK | Check for facter.conf 2025-12-01 10:58:59.529979 | fa163ee6-8f4d-1548-de56-000000003556 | OK | Check for facter.conf | standalone 2025-12-01 10:58:59.531330 | fa163ee6-8f4d-1548-de56-000000003556 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:16:55.723215 | 0.24s 2025-12-01 10:58:59.562033 | fa163ee6-8f4d-1548-de56-000000003557 | TASK | Remove facter.conf if directory 2025-12-01 10:58:59.613573 | fa163ee6-8f4d-1548-de56-000000003557 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-01 10:58:59.614883 | fa163ee6-8f4d-1548-de56-000000003557 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:16:55.806765 | 0.05s 2025-12-01 10:58:59.645030 | fa163ee6-8f4d-1548-de56-000000003558 | TASK | Write facter cache config 2025-12-01 10:59:00.152521 | fa163ee6-8f4d-1548-de56-000000003558 | CHANGED | Write facter cache config | standalone 2025-12-01 10:59:00.153665 | fa163ee6-8f4d-1548-de56-000000003558 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:16:56.345556 | 0.51s 2025-12-01 10:59:00.176536 | fa163ee6-8f4d-1548-de56-000000003559 | TASK | Cleanup facter cache if exists 2025-12-01 10:59:00.384266 | fa163ee6-8f4d-1548-de56-000000003559 | CHANGED | Cleanup facter cache if exists | standalone 2025-12-01 10:59:00.385753 | fa163ee6-8f4d-1548-de56-000000003559 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:16:56.577606 | 0.21s 2025-12-01 10:59:00.418513 | fa163ee6-8f4d-1548-de56-00000000355a | TASK | Pre-cache facts 2025-12-01 10:59:01.003763 | fa163ee6-8f4d-1548-de56-00000000355a | CHANGED | Pre-cache facts | standalone 2025-12-01 10:59:01.005324 | fa163ee6-8f4d-1548-de56-00000000355a | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:16:57.197209 | 0.59s 2025-12-01 10:59:01.038149 | fa163ee6-8f4d-1548-de56-00000000355b | TASK | Failed deployment if facter fails 2025-12-01 10:59:01.069501 | fa163ee6-8f4d-1548-de56-00000000355b | SKIPPED | Failed deployment if facter fails | standalone 2025-12-01 10:59:01.070991 | fa163ee6-8f4d-1548-de56-00000000355b | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:16:57.262873 | 0.03s 2025-12-01 10:59:01.116766 | fa163ee6-8f4d-1548-de56-00000000355c | TASK | Sync cached facts 2025-12-01 10:59:01.446529 | fa163ee6-8f4d-1548-de56-00000000355c | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee6-8f4d-1548-de56-00000000355c') missing from stats 2025-12-01 10:59:01.505920 | fa163ee6-8f4d-1548-de56-000000003516 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-01 10:59:01.560442 | fa163ee6-8f4d-1548-de56-000000003516 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-01 10:59:01.561914 | fa163ee6-8f4d-1548-de56-000000003516 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:16:57.753796 | 0.05s 2025-12-01 10:59:01.593885 | fa163ee6-8f4d-1548-de56-000000003518 | TASK | Manage containers for step 2 with tripleo-ansible 2025-12-01 10:59:01.621220 | fa163ee6-8f4d-1548-de56-000000003518 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:16:57.813093 | 0.03s 2025-12-01 10:59:01.686483 | fa163ee6-8f4d-1548-de56-0000000035b3 | TASK | Gather variables for each operating system 2025-12-01 10:59:01.777166 | fa163ee6-8f4d-1548-de56-0000000035b3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:57.969051 | 0.09s 2025-12-01 10:59:01.797540 | fa163ee6-8f4d-1548-de56-0000000035b4 | TASK | Create container logs path 2025-12-01 10:59:02.058923 | fa163ee6-8f4d-1548-de56-0000000035b4 | OK | Create container logs path | standalone 2025-12-01 10:59:02.059935 | fa163ee6-8f4d-1548-de56-0000000035b4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:58.251824 | 0.26s 2025-12-01 10:59:02.085152 | fa163ee6-8f4d-1548-de56-0000000035b6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-12-01 10:59:02.359365 | fa163ee6-8f4d-1548-de56-0000000035b6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-12-01 10:59:02.360830 | fa163ee6-8f4d-1548-de56-0000000035b6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:58.552713 | 0.27s 2025-12-01 10:59:02.402515 | fa163ee6-8f4d-1548-de56-0000000035b7 | TASK | Finalise hashes for all containers 2025-12-01 10:59:02.493416 | fa163ee6-8f4d-1548-de56-0000000035b7 | OK | Finalise hashes for all containers | standalone 2025-12-01 10:59:02.494951 | fa163ee6-8f4d-1548-de56-0000000035b7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:58.686832 | 0.09s 2025-12-01 10:59:02.527936 | fa163ee6-8f4d-1548-de56-0000000035b9 | TASK | Manage systemd shutdown files 2025-12-01 10:59:02.569419 | fa163ee6-8f4d-1548-de56-0000000035b9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:58.761285 | 0.04s 2025-12-01 10:59:02.604473 | a0b7bfac-94c9-4e26-9126-5b01f12009c5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-01 10:59:02.634879 | fa163ee6-8f4d-1548-de56-0000000035ec | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-01 10:59:02.911604 | fa163ee6-8f4d-1548-de56-0000000035ec | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-01 10:59:02.913096 | fa163ee6-8f4d-1548-de56-0000000035ec | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:16:59.104980 | 0.28s 2025-12-01 10:59:02.944311 | fa163ee6-8f4d-1548-de56-0000000035ed | TASK | Set podman_drop_in fact 2025-12-01 10:59:02.994448 | fa163ee6-8f4d-1548-de56-0000000035ed | OK | Set podman_drop_in fact | standalone 2025-12-01 10:59:02.995501 | fa163ee6-8f4d-1548-de56-0000000035ed | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:16:59.187390 | 0.05s 2025-12-01 10:59:03.018177 | fa163ee6-8f4d-1548-de56-0000000035ef | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-01 10:59:03.527480 | fa163ee6-8f4d-1548-de56-0000000035ef | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-01 10:59:03.528494 | fa163ee6-8f4d-1548-de56-0000000035ef | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:59.720388 | 0.51s 2025-12-01 10:59:03.935353 | fa163ee6-8f4d-1548-de56-0000000035ef | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-01 10:59:03.938017 | fa163ee6-8f4d-1548-de56-0000000035ef | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:00.129897 | 0.92s 2025-12-01 10:59:03.948240 | fa163ee6-8f4d-1548-de56-0000000035ef | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:00.140126 | 0.93s 2025-12-01 10:59:03.970076 | fa163ee6-8f4d-1548-de56-0000000035f0 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-01 10:59:04.390548 | fa163ee6-8f4d-1548-de56-0000000035f0 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-01 10:59:04.391341 | fa163ee6-8f4d-1548-de56-0000000035f0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:00.583235 | 0.42s 2025-12-01 10:59:04.410740 | fa163ee6-8f4d-1548-de56-0000000035f1 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-01 10:59:04.940125 | fa163ee6-8f4d-1548-de56-0000000035f1 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-01 10:59:04.942773 | fa163ee6-8f4d-1548-de56-0000000035f1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:01.134653 | 0.53s 2025-12-01 10:59:04.976439 | fa163ee6-8f4d-1548-de56-0000000035f2 | TASK | Enable and start tripleo-container-shutdown 2025-12-01 10:59:05.675875 | fa163ee6-8f4d-1548-de56-0000000035f2 | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-01 10:59:05.678707 | fa163ee6-8f4d-1548-de56-0000000035f2 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:01.870589 | 0.70s 2025-12-01 10:59:05.712920 | fa163ee6-8f4d-1548-de56-0000000035f3 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-01 10:59:06.192146 | fa163ee6-8f4d-1548-de56-0000000035f3 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-01 10:59:06.193550 | fa163ee6-8f4d-1548-de56-0000000035f3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:02.385434 | 0.48s 2025-12-01 10:59:06.217823 | fa163ee6-8f4d-1548-de56-0000000035f4 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-01 10:59:06.721564 | fa163ee6-8f4d-1548-de56-0000000035f4 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-01 10:59:06.723154 | fa163ee6-8f4d-1548-de56-0000000035f4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:02.915031 | 0.50s 2025-12-01 10:59:06.754282 | fa163ee6-8f4d-1548-de56-0000000035f5 | TASK | Enable and start netns-placeholder 2025-12-01 10:59:07.378669 | fa163ee6-8f4d-1548-de56-0000000035f5 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-01 10:59:07.381541 | fa163ee6-8f4d-1548-de56-0000000035f5 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:03.573420 | 0.63s 2025-12-01 10:59:07.414708 | fa163ee6-8f4d-1548-de56-0000000035bb | TASK | Update container configs with new config hashes 2025-12-01 10:59:07.469555 | fa163ee6-8f4d-1548-de56-0000000035bb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:03.661429 | 0.05s 2025-12-01 10:59:07.491079 | e79e3892-cbd9-41e9-b0a2-6ec8bef61821 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-01 10:59:07.526053 | fa163ee6-8f4d-1548-de56-00000000361d | TASK | Update config hashes for container startup configs 2025-12-01 10:59:07.847959 | fa163ee6-8f4d-1548-de56-00000000361d | OK | Update config hashes for container startup configs | standalone 2025-12-01 10:59:07.849360 | fa163ee6-8f4d-1548-de56-00000000361d | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:04.041244 | 0.32s 2025-12-01 10:59:07.883809 | fa163ee6-8f4d-1548-de56-0000000035bc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-12-01 10:59:07.945483 | fa163ee6-8f4d-1548-de56-0000000035bc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:04.137364 | 0.06s 2025-12-01 10:59:07.961681 | ce084b03-30a1-41fb-ac44-4b49bfcf9c63 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-01 10:59:07.989816 | fa163ee6-8f4d-1548-de56-00000000363c | TASK | Gather podman infos 2025-12-01 10:59:08.986184 | fa163ee6-8f4d-1548-de56-00000000363c | OK | Gather podman infos | standalone 2025-12-01 10:59:08.987571 | fa163ee6-8f4d-1548-de56-00000000363c | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:05.179451 | 1.00s 2025-12-01 10:59:09.056567 | fa163ee6-8f4d-1548-de56-00000000363d | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-12-01 10:59:09.118184 | fa163ee6-8f4d-1548-de56-00000000363d | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:05.310059 | 0.06s 2025-12-01 10:59:09.226916 | fa163ee6-8f4d-1548-de56-000000003686 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:05.418800 | 0.06s 2025-12-01 10:59:09.265724 | fa163ee6-8f4d-1548-de56-0000000035bd | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-12-01 10:59:09.295417 | fa163ee6-8f4d-1548-de56-0000000035bd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:05.487295 | 0.03s 2025-12-01 10:59:09.312108 | e6c860c2-8ea4-44a7-b64f-5809208eb4fd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-01 10:59:09.348233 | fa163ee6-8f4d-1548-de56-0000000036ac | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-12-01 10:59:27.670413 | fa163ee6-8f4d-1548-de56-0000000036ac | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-12-01 10:59:27.671697 | fa163ee6-8f4d-1548-de56-0000000036ac | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:23.863589 | 18.32s 2025-12-01 10:59:27.704376 | fa163ee6-8f4d-1548-de56-0000000036ad | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-12-01 10:59:30.333140 | fa163ee6-8f4d-1548-de56-0000000036ad | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-12-01 10:59:30.334877 | fa163ee6-8f4d-1548-de56-0000000036ad | 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:17:26.526757 | 2.63s 2025-12-01 10:59:30.408572 | fa163ee6-8f4d-1548-de56-00000000351a | TASK | Clean container_puppet_tasks for standalone step 2 2025-12-01 10:59:30.640270 | fa163ee6-8f4d-1548-de56-00000000351a | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-12-01 10:59:30.641813 | fa163ee6-8f4d-1548-de56-00000000351a | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:17:26.833697 | 0.23s 2025-12-01 10:59:30.695206 | fa163ee6-8f4d-1548-de56-00000000351b | TASK | Calculate container_puppet_tasks for standalone step 2 2025-12-01 10:59:30.747547 | fa163ee6-8f4d-1548-de56-00000000351b | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:17:26.939420 | 0.05s 2025-12-01 10:59:30.781177 | fa163ee6-8f4d-1548-de56-00000000351c | TASK | Include container-puppet tasks for step 2 2025-12-01 10:59:30.824453 | fa163ee6-8f4d-1548-de56-00000000351c | TIMING | Include container-puppet tasks for step 2 | standalone | 0:17:27.016322 | 0.04s 2025-12-01 10:59:30.853223 | 50633006-df40-4ed5-8b49-4721628f33d9 | INCLUDED | /root/standalone-ansible-95hluu53/host-container-puppet-tasks.yaml | standalone 2025-12-01 10:59:30.892481 | fa163ee6-8f4d-1548-de56-0000000036f8 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-12-01 10:59:31.407493 | fa163ee6-8f4d-1548-de56-0000000036f8 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-12-01 10:59:31.408637 | fa163ee6-8f4d-1548-de56-0000000036f8 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:17:27.600527 | 0.52s 2025-12-01 10:59:31.436588 | fa163ee6-8f4d-1548-de56-0000000036fa | TASK | Generate container puppet configs for step 2 2025-12-01 10:59:31.732256 | fa163ee6-8f4d-1548-de56-0000000036fa | OK | Generate container puppet configs for step 2 | standalone 2025-12-01 10:59:31.733172 | fa163ee6-8f4d-1548-de56-0000000036fa | TIMING | Generate container puppet configs for step 2 | standalone | 0:17:27.925062 | 0.30s 2025-12-01 10:59:31.754034 | fa163ee6-8f4d-1548-de56-0000000036fb | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-12-01 10:59:31.774907 | fa163ee6-8f4d-1548-de56-0000000036fb | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:17:27.966790 | 0.02s 2025-12-01 10:59:31.820595 | fa163ee6-8f4d-1548-de56-00000000372a | TASK | Gather variables for each operating system 2025-12-01 10:59:31.931507 | fa163ee6-8f4d-1548-de56-00000000372a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:28.123382 | 0.11s 2025-12-01 10:59:31.952303 | fa163ee6-8f4d-1548-de56-00000000372b | TASK | Create container logs path 2025-12-01 10:59:32.216358 | fa163ee6-8f4d-1548-de56-00000000372b | OK | Create container logs path | standalone 2025-12-01 10:59:32.217282 | fa163ee6-8f4d-1548-de56-00000000372b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:28.409174 | 0.26s 2025-12-01 10:59:32.239006 | fa163ee6-8f4d-1548-de56-00000000372d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-12-01 10:59:32.466953 | fa163ee6-8f4d-1548-de56-00000000372d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-12-01 10:59:32.467822 | fa163ee6-8f4d-1548-de56-00000000372d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:28.659714 | 0.23s 2025-12-01 10:59:32.488696 | fa163ee6-8f4d-1548-de56-00000000372e | TASK | Finalise hashes for all containers 2025-12-01 10:59:32.537297 | fa163ee6-8f4d-1548-de56-00000000372e | OK | Finalise hashes for all containers | standalone 2025-12-01 10:59:32.538233 | fa163ee6-8f4d-1548-de56-00000000372e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:28.730124 | 0.05s 2025-12-01 10:59:32.559600 | fa163ee6-8f4d-1548-de56-000000003730 | TASK | Manage systemd shutdown files 2025-12-01 10:59:32.597923 | fa163ee6-8f4d-1548-de56-000000003730 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-01 10:59:32.598871 | fa163ee6-8f4d-1548-de56-000000003730 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:28.790762 | 0.04s 2025-12-01 10:59:32.620989 | fa163ee6-8f4d-1548-de56-000000003732 | TASK | Update container configs with new config hashes 2025-12-01 10:59:32.673453 | fa163ee6-8f4d-1548-de56-000000003732 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-01 10:59:32.674352 | fa163ee6-8f4d-1548-de56-000000003732 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:28.866244 | 0.05s 2025-12-01 10:59:32.696859 | fa163ee6-8f4d-1548-de56-000000003733 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-12-01 10:59:32.735085 | fa163ee6-8f4d-1548-de56-000000003733 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-12-01 10:59:32.735850 | fa163ee6-8f4d-1548-de56-000000003733 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:28.927740 | 0.04s 2025-12-01 10:59:32.756898 | fa163ee6-8f4d-1548-de56-000000003734 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-12-01 10:59:32.803426 | fa163ee6-8f4d-1548-de56-000000003734 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-12-01 10:59:32.804474 | fa163ee6-8f4d-1548-de56-000000003734 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:28.996366 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-12-01 10:59:32.981459 | fa163ee6-8f4d-1548-de56-0000000000d2 | TASK | External deployment step 3 2025-12-01 10:59:33.009291 | fa163ee6-8f4d-1548-de56-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', 'fa163ee6-8f4d-1548-de56-0000000000d2') missing from stats 2025-12-01 10:59:33.054182 | fa163ee6-8f4d-1548-de56-0000000000d3 | TIMING | include_tasks | undercloud | 0:17:29.246053 | 0.03s 2025-12-01 10:59:33.067410 | 44b4f2ff-1449-434a-9187-3acfcf5c307e | INCLUDED | /root/standalone-ansible-95hluu53/external_deploy_steps_tasks_step3.yaml | undercloud 2025-12-01 10:59:33.087650 | fa163ee6-8f4d-1548-de56-000000003783 | TASK | Pause cephadm 2025-12-01 10:59:33.138911 | fa163ee6-8f4d-1548-de56-000000003783 | SKIPPED | Pause cephadm | undercloud 2025-12-01 10:59:33.140149 | fa163ee6-8f4d-1548-de56-000000003783 | TIMING | Pause cephadm | undercloud | 0:17:29.332034 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2025-12-01 10:59:33.282298 | fa163ee6-8f4d-1548-de56-0000000000d6 | TASK | Deploy step tasks for 3 2025-12-01 10:59:33.309876 | fa163ee6-8f4d-1548-de56-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', 'fa163ee6-8f4d-1548-de56-0000000000d6') missing from stats 2025-12-01 10:59:33.334835 | fa163ee6-8f4d-1548-de56-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-12-01 10:59:33.825245 | fa163ee6-8f4d-1548-de56-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-12-01 10:59:33.826848 | fa163ee6-8f4d-1548-de56-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:17:30.018732 | 0.49s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-01 10:59:33.897200 | fa163ee6-8f4d-1548-de56-0000000000d8 | TIMING | include_tasks | standalone | 0:17:30.089077 | 0.04s 2025-12-01 10:59:33.926736 | 1ded1c9d-6032-4ac9-9eba-826ff3ba145c | INCLUDED | /root/standalone-ansible-95hluu53/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-12-01 10:59:33.952782 | fa163ee6-8f4d-1548-de56-0000000037a2 | TASK | Start OVN container 2025-12-01 10:59:34.028974 | fa163ee6-8f4d-1548-de56-0000000037a2 | TIMING | Start OVN container | standalone | 0:17:30.220836 | 0.07s 2025-12-01 10:59:34.059368 | fa163ee6-8f4d-1548-de56-0000000037a2 | TIMING | Start OVN container | standalone | 0:17:30.251243 | 0.11s 2025-12-01 10:59:34.084253 | fa163ee6-8f4d-1548-de56-0000000037a2 | TIMING | Start OVN container | standalone | 0:17:30.276133 | 0.13s 2025-12-01 10:59:34.096854 | fa163ee6-8f4d-1548-de56-0000000037a2 | TIMING | Start OVN container | standalone | 0:17:30.288733 | 0.14s 2025-12-01 10:59:34.204861 | fa163ee6-8f4d-1548-de56-0000000037da | TASK | Gather variables for each operating system 2025-12-01 10:59:34.308537 | fa163ee6-8f4d-1548-de56-0000000037da | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:30.500420 | 0.10s 2025-12-01 10:59:34.328932 | fa163ee6-8f4d-1548-de56-0000000037db | TASK | Create container logs path 2025-12-01 10:59:34.582372 | fa163ee6-8f4d-1548-de56-0000000037db | OK | Create container logs path | standalone 2025-12-01 10:59:34.584124 | fa163ee6-8f4d-1548-de56-0000000037db | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:30.776000 | 0.25s 2025-12-01 10:59:34.616402 | fa163ee6-8f4d-1548-de56-0000000037dd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-12-01 10:59:34.913862 | fa163ee6-8f4d-1548-de56-0000000037dd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-01 10:59:34.915264 | fa163ee6-8f4d-1548-de56-0000000037dd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:31.107146 | 0.30s 2025-12-01 10:59:34.946885 | fa163ee6-8f4d-1548-de56-0000000037de | TASK | Finalise hashes for all containers 2025-12-01 10:59:35.013295 | fa163ee6-8f4d-1548-de56-0000000037de | OK | Finalise hashes for all containers | standalone 2025-12-01 10:59:35.014509 | fa163ee6-8f4d-1548-de56-0000000037de | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:31.206394 | 0.07s 2025-12-01 10:59:35.045784 | fa163ee6-8f4d-1548-de56-0000000037e0 | TASK | Manage systemd shutdown files 2025-12-01 10:59:35.096848 | fa163ee6-8f4d-1548-de56-0000000037e0 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-01 10:59:35.098185 | fa163ee6-8f4d-1548-de56-0000000037e0 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:31.290061 | 0.05s 2025-12-01 10:59:35.128868 | fa163ee6-8f4d-1548-de56-0000000037e2 | TASK | Update container configs with new config hashes 2025-12-01 10:59:35.203292 | fa163ee6-8f4d-1548-de56-0000000037e2 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-01 10:59:35.204779 | fa163ee6-8f4d-1548-de56-0000000037e2 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:31.396614 | 0.07s 2025-12-01 10:59:35.230294 | fa163ee6-8f4d-1548-de56-0000000037e3 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-01 10:59:35.278759 | fa163ee6-8f4d-1548-de56-0000000037e3 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:31.470597 | 0.05s 2025-12-01 10:59:35.304598 | 2d92baaf-030d-4896-9968-f2ec2daab886 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-01 10:59:35.331193 | fa163ee6-8f4d-1548-de56-00000000386f | TASK | Gather podman infos 2025-12-01 10:59:36.523448 | fa163ee6-8f4d-1548-de56-00000000386f | OK | Gather podman infos | standalone 2025-12-01 10:59:36.524897 | fa163ee6-8f4d-1548-de56-00000000386f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:32.716778 | 1.19s 2025-12-01 10:59:36.623777 | fa163ee6-8f4d-1548-de56-000000003870 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-01 10:59:36.711540 | fa163ee6-8f4d-1548-de56-000000003870 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:32.903413 | 0.08s 2025-12-01 10:59:36.860465 | fa163ee6-8f4d-1548-de56-0000000038b1 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:33.052329 | 0.08s 2025-12-01 10:59:36.922770 | fa163ee6-8f4d-1548-de56-0000000037e4 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-01 10:59:36.997853 | fa163ee6-8f4d-1548-de56-0000000037e4 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:33.189728 | 0.07s 2025-12-01 10:59:37.014376 | e6e076af-0599-4003-9c1a-364535e4802e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-01 10:59:37.046498 | fa163ee6-8f4d-1548-de56-0000000038da | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-01 10:59:38.001095 | fa163ee6-8f4d-1548-de56-0000000038da | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-01 10:59:38.002743 | fa163ee6-8f4d-1548-de56-0000000038da | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:34.194594 | 0.95s 2025-12-01 10:59:38.035422 | fa163ee6-8f4d-1548-de56-0000000038db | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-01 10:59:41.019488 | fa163ee6-8f4d-1548-de56-0000000038db | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-01 10:59:41.021174 | fa163ee6-8f4d-1548-de56-0000000038db | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:37.213057 | 2.98s 2025-12-01 10:59:41.070192 | fa163ee6-8f4d-1548-de56-000000003805 | TASK | Gather variables for each operating system 2025-12-01 10:59:41.186305 | fa163ee6-8f4d-1548-de56-000000003805 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:37.378174 | 0.11s 2025-12-01 10:59:41.218207 | fa163ee6-8f4d-1548-de56-000000003806 | TASK | Create container logs path 2025-12-01 10:59:41.503644 | fa163ee6-8f4d-1548-de56-000000003806 | OK | Create container logs path | standalone 2025-12-01 10:59:41.505326 | fa163ee6-8f4d-1548-de56-000000003806 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:37.697204 | 0.28s 2025-12-01 10:59:41.537829 | fa163ee6-8f4d-1548-de56-000000003808 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-12-01 10:59:41.821476 | fa163ee6-8f4d-1548-de56-000000003808 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-01 10:59:41.822905 | fa163ee6-8f4d-1548-de56-000000003808 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:38.014786 | 0.28s 2025-12-01 10:59:41.854399 | fa163ee6-8f4d-1548-de56-000000003809 | TASK | Finalise hashes for all containers 2025-12-01 10:59:41.931053 | fa163ee6-8f4d-1548-de56-000000003809 | OK | Finalise hashes for all containers | standalone 2025-12-01 10:59:41.932363 | fa163ee6-8f4d-1548-de56-000000003809 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:38.124242 | 0.08s 2025-12-01 10:59:41.964596 | fa163ee6-8f4d-1548-de56-00000000380b | TASK | Manage systemd shutdown files 2025-12-01 10:59:42.008387 | fa163ee6-8f4d-1548-de56-00000000380b | SKIPPED | Manage systemd shutdown files | standalone 2025-12-01 10:59:42.009860 | fa163ee6-8f4d-1548-de56-00000000380b | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:38.201735 | 0.04s 2025-12-01 10:59:42.041613 | fa163ee6-8f4d-1548-de56-00000000380d | TASK | Update container configs with new config hashes 2025-12-01 10:59:42.104823 | fa163ee6-8f4d-1548-de56-00000000380d | SKIPPED | Update container configs with new config hashes | standalone 2025-12-01 10:59:42.106192 | fa163ee6-8f4d-1548-de56-00000000380d | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:38.298071 | 0.06s 2025-12-01 10:59:42.139870 | fa163ee6-8f4d-1548-de56-00000000380e | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-01 10:59:42.213543 | fa163ee6-8f4d-1548-de56-00000000380e | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:38.405409 | 0.07s 2025-12-01 10:59:42.241035 | b4bc29dc-042e-4fd5-8eb6-284de4823e5e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-01 10:59:42.280873 | fa163ee6-8f4d-1548-de56-000000003926 | TASK | Gather podman infos 2025-12-01 10:59:43.462006 | fa163ee6-8f4d-1548-de56-000000003926 | OK | Gather podman infos | standalone 2025-12-01 10:59:43.463394 | fa163ee6-8f4d-1548-de56-000000003926 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:39.655281 | 1.18s 2025-12-01 10:59:43.555877 | fa163ee6-8f4d-1548-de56-000000003927 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-01 10:59:43.648039 | fa163ee6-8f4d-1548-de56-000000003927 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:39.839908 | 0.09s 2025-12-01 10:59:43.806558 | fa163ee6-8f4d-1548-de56-0000000038b1 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:39.998430 | 0.09s 2025-12-01 10:59:43.865434 | fa163ee6-8f4d-1548-de56-00000000380f | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-01 10:59:43.940023 | fa163ee6-8f4d-1548-de56-00000000380f | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:40.131887 | 0.07s 2025-12-01 10:59:43.966391 | a7985f43-36d5-46a3-8ce9-49ca5b7f74dd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-01 10:59:44.002839 | fa163ee6-8f4d-1548-de56-00000000398c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-01 10:59:44.840139 | fa163ee6-8f4d-1548-de56-00000000398c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-01 10:59:44.841585 | fa163ee6-8f4d-1548-de56-00000000398c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:41.033468 | 0.84s 2025-12-01 10:59:44.874744 | fa163ee6-8f4d-1548-de56-00000000398d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-01 10:59:47.808624 | fa163ee6-8f4d-1548-de56-00000000398d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-01 10:59:47.810536 | fa163ee6-8f4d-1548-de56-00000000398d | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:44.002426 | 2.93s 2025-12-01 10:59:47.868607 | fa163ee6-8f4d-1548-de56-000000003830 | TASK | Gather variables for each operating system 2025-12-01 10:59:47.972187 | fa163ee6-8f4d-1548-de56-000000003830 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:44.164052 | 0.10s 2025-12-01 10:59:48.004434 | fa163ee6-8f4d-1548-de56-000000003831 | TASK | Create container logs path 2025-12-01 10:59:48.274129 | fa163ee6-8f4d-1548-de56-000000003831 | OK | Create container logs path | standalone 2025-12-01 10:59:48.275767 | fa163ee6-8f4d-1548-de56-000000003831 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:44.467650 | 0.27s 2025-12-01 10:59:48.308410 | fa163ee6-8f4d-1548-de56-000000003833 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-12-01 10:59:48.596108 | fa163ee6-8f4d-1548-de56-000000003833 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-01 10:59:48.597341 | fa163ee6-8f4d-1548-de56-000000003833 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:44.789225 | 0.29s 2025-12-01 10:59:48.629003 | fa163ee6-8f4d-1548-de56-000000003834 | TASK | Finalise hashes for all containers 2025-12-01 10:59:48.734210 | fa163ee6-8f4d-1548-de56-000000003834 | OK | Finalise hashes for all containers | standalone 2025-12-01 10:59:48.735212 | fa163ee6-8f4d-1548-de56-000000003834 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:44.927100 | 0.10s 2025-12-01 10:59:48.760561 | fa163ee6-8f4d-1548-de56-000000003836 | TASK | Manage systemd shutdown files 2025-12-01 10:59:48.801678 | fa163ee6-8f4d-1548-de56-000000003836 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-01 10:59:48.802750 | fa163ee6-8f4d-1548-de56-000000003836 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:44.994637 | 0.04s 2025-12-01 10:59:48.823510 | fa163ee6-8f4d-1548-de56-000000003838 | TASK | Update container configs with new config hashes 2025-12-01 10:59:48.903105 | fa163ee6-8f4d-1548-de56-000000003838 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-01 10:59:48.904470 | fa163ee6-8f4d-1548-de56-000000003838 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:45.096352 | 0.08s 2025-12-01 10:59:48.939111 | fa163ee6-8f4d-1548-de56-000000003839 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-01 10:59:48.990270 | fa163ee6-8f4d-1548-de56-000000003839 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:45.182146 | 0.05s 2025-12-01 10:59:49.005466 | a185a0d3-80fa-4a8a-9c9f-ed7db8552c82 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-01 10:59:49.033259 | fa163ee6-8f4d-1548-de56-0000000039d8 | TASK | Gather podman infos 2025-12-01 10:59:50.102565 | fa163ee6-8f4d-1548-de56-0000000039d8 | OK | Gather podman infos | standalone 2025-12-01 10:59:50.103954 | fa163ee6-8f4d-1548-de56-0000000039d8 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:46.295836 | 1.07s 2025-12-01 10:59:50.198754 | fa163ee6-8f4d-1548-de56-0000000039d9 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-01 10:59:50.259237 | fa163ee6-8f4d-1548-de56-0000000039d9 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:46.451108 | 0.05s 2025-12-01 10:59:50.477041 | fa163ee6-8f4d-1548-de56-0000000038b1 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:46.668907 | 0.16s 2025-12-01 10:59:50.616294 | fa163ee6-8f4d-1548-de56-00000000383a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-01 10:59:50.665274 | fa163ee6-8f4d-1548-de56-00000000383a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:46.857154 | 0.05s 2025-12-01 10:59:50.681869 | 42ee61bf-94c8-41d8-90c4-fcbbfe269be5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-01 10:59:50.715044 | fa163ee6-8f4d-1548-de56-000000003a3e | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-01 10:59:51.715707 | fa163ee6-8f4d-1548-de56-000000003a3e | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-01 10:59:51.717396 | fa163ee6-8f4d-1548-de56-000000003a3e | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:47.909280 | 1.00s 2025-12-01 10:59:51.748793 | fa163ee6-8f4d-1548-de56-000000003a3f | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-01 10:59:54.689789 | fa163ee6-8f4d-1548-de56-000000003a3f | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-01 10:59:54.690898 | fa163ee6-8f4d-1548-de56-000000003a3f | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:50.882789 | 2.94s 2025-12-01 10:59:54.733962 | fa163ee6-8f4d-1548-de56-0000000037a4 | TASK | Set NB connection 2025-12-01 10:59:55.162909 | fa163ee6-8f4d-1548-de56-0000000037a4 | CHANGED | Set NB connection | standalone 2025-12-01 10:59:55.163977 | fa163ee6-8f4d-1548-de56-0000000037a4 | TIMING | Set NB connection | standalone | 0:17:51.355871 | 0.43s 2025-12-01 10:59:55.183142 | fa163ee6-8f4d-1548-de56-0000000037a5 | TASK | Set SB connection 2025-12-01 10:59:55.632339 | fa163ee6-8f4d-1548-de56-0000000037a5 | CHANGED | Set SB connection | standalone 2025-12-01 10:59:55.634007 | fa163ee6-8f4d-1548-de56-0000000037a5 | TIMING | Set SB connection | standalone | 0:17:51.825885 | 0.45s 2025-12-01 10:59:55.666569 | fa163ee6-8f4d-1548-de56-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-12-01 10:59:55.872098 | fa163ee6-8f4d-1548-de56-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-12-01 10:59:55.873513 | fa163ee6-8f4d-1548-de56-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:17:52.065397 | 0.20s 2025-12-01 10:59:55.968155 | fa163ee6-8f4d-1548-de56-0000000000db | TIMING | include_tasks | standalone | 0:17:52.160027 | 0.06s 2025-12-01 10:59:56.008401 | 7ee631ec-ebcb-4025-95aa-08d454736f71 | INCLUDED | /root/standalone-ansible-95hluu53/common_deploy_steps_tasks.yaml | standalone 2025-12-01 10:59:56.035945 | fa163ee6-8f4d-1548-de56-000000003a84 | TASK | Write the config_step hieradata 2025-12-01 10:59:56.544095 | fa163ee6-8f4d-1548-de56-000000003a84 | OK | Write the config_step hieradata | standalone 2025-12-01 10:59:56.545331 | fa163ee6-8f4d-1548-de56-000000003a84 | TIMING | Write the config_step hieradata | standalone | 0:17:52.737216 | 0.51s 2025-12-01 10:59:56.576745 | fa163ee6-8f4d-1548-de56-000000003a85 | TASK | Run puppet host configuration for step 3 2025-12-01 10:59:56.874664 | fa163ee6-8f4d-1548-de56-000000003a85 | CHANGED | Run puppet host configuration for step 3 | standalone 2025-12-01 10:59:56.875975 | fa163ee6-8f4d-1548-de56-000000003a85 | TIMING | Run puppet host configuration for step 3 | standalone | 0:17:53.067861 | 0.30s 2025-12-01 10:59:56.906448 | fa163ee6-8f4d-1548-de56-000000003a86 | TASK | Wait for puppet host configuration to finish 2025-12-01 10:59:57.113785 | fa163ee6-8f4d-1548-de56-000000003a86 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-01 11:00:07.331260 | fa163ee6-8f4d-1548-de56-000000003a86 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-01 11:00:17.580133 | fa163ee6-8f4d-1548-de56-000000003a86 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-01 11:00:17.581349 | fa163ee6-8f4d-1548-de56-000000003a86 | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:13.773230 | 20.67s 2025-12-01 11:00:17.605249 | fa163ee6-8f4d-1548-de56-000000003a87 | TASK | Debug output for task: Run puppet host configuration for step 3 2025-12-01 11:00:17.697395 | fa163ee6-8f4d-1548-de56-000000003a87 | 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>Dec 1 10:59:57 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 1 11:00:02 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 1 11:00:02 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 1 11:00:02 puppet-user: (file & line not available)", "<13>Dec 1 11:00:02 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>Dec 1 11:00:02 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Dec 1 11:00:02 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 1 11:00:02 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.42 seconds", "<13>Dec 1 11:00:06 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 1 11:00:09 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 1 11:00:10 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 1 11:00:10 puppet-user: Notice: Applied catalog in 8.24 seconds", "<13>Dec 1 11:00:10 puppet-user: Application:", "<13>Dec 1 11:00:10 puppet-user: Initial environment: production", "<13>Dec 1 11:00:10 puppet-user: Converged environment: production", "<13>Dec 1 11:00:10 puppet-user: Run mode: user", "<13>Dec 1 11:00:10 puppet-user: Changes:", "<13>Dec 1 11:00:10 puppet-user: Total: 2", "<13>Dec 1 11:00:10 puppet-user: Events:", "<13>Dec 1 11:00:10 puppet-user: Success: 2", "<13>Dec 1 11:00:10 puppet-user: Resources:", "<13>Dec 1 11:00:10 puppet-user: Changed: 2", "<13>Dec 1 11:00:10 puppet-user: Out of sync: 2", "<13>Dec 1 11:00:10 puppet-user: Total: 28", "<13>Dec 1 11:00:10 puppet-user: Time:", "<13>Dec 1 11:00:10 puppet-user: Filebucket: 0.00", "<13>Dec 1 11:00:10 puppet-user: Schedule: 0.00", "<13>Dec 1 11:00:10 puppet-user: File: 0.00", "<13>Dec 1 11:00:10 puppet-user: User: 0.01", "<13>Dec 1 11:00:10 puppet-user: Augeas: 0.01", "<13>Dec 1 11:00:10 puppet-user: Package: 0.01", "<13>Dec 1 11:00:10 puppet-user: File line: 0.01", "<13>Dec 1 11:00:10 puppet-user: Service: 0.07", "<13>Dec 1 11:00:10 puppet-user: Config retrieval: 0.47", "<13>Dec 1 11:00:10 puppet-user: Pcmk property: 1.64", "<13>Dec 1 11:00:10 puppet-user: Exec: 1.88", "<13>Dec 1 11:00:10 puppet-user: Last run: 1764586810", "<13>Dec 1 11:00:10 puppet-user: Pcmk resource default: 2.11", "<13>Dec 1 11:00:10 puppet-user: Pcmk resource op default: 2.17", "<13>Dec 1 11:00:10 puppet-user: Transaction evaluation: 8.16", "<13>Dec 1 11:00:10 puppet-user: Catalog application: 8.24", "<13>Dec 1 11:00:10 puppet-user: Total: 8.25", "<13>Dec 1 11:00:10 puppet-user: Version:", "<13>Dec 1 11:00:10 puppet-user: Config: 1764586802", "<13>Dec 1 11:00:10 puppet-user: Puppet: 7.10.0" ] } 2025-12-01 11:00:17.698131 | fa163ee6-8f4d-1548-de56-000000003a87 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:18:13.890026 | 0.09s 2025-12-01 11:00:17.727877 | fa163ee6-8f4d-1548-de56-000000003a88 | TASK | Pre-cache facts for puppet containers 2025-12-01 11:00:17.757165 | fa163ee6-8f4d-1548-de56-000000003a88 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:13.949039 | 0.03s 2025-12-01 11:00:17.810344 | fa163ee6-8f4d-1548-de56-000000003ac7 | TASK | Gather variables for each operating system 2025-12-01 11:00:17.912546 | fa163ee6-8f4d-1548-de56-000000003ac7 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:14.104419 | 0.10s 2025-12-01 11:00:17.942993 | fa163ee6-8f4d-1548-de56-000000003ac8 | TASK | Create puppet caching structures 2025-12-01 11:00:18.156819 | fa163ee6-8f4d-1548-de56-000000003ac8 | CHANGED | Create puppet caching structures | standalone 2025-12-01 11:00:18.158680 | fa163ee6-8f4d-1548-de56-000000003ac8 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:14.350559 | 0.21s 2025-12-01 11:00:18.191705 | fa163ee6-8f4d-1548-de56-000000003ac9 | TASK | Check for facter.conf 2025-12-01 11:00:18.444763 | fa163ee6-8f4d-1548-de56-000000003ac9 | OK | Check for facter.conf | standalone 2025-12-01 11:00:18.446751 | fa163ee6-8f4d-1548-de56-000000003ac9 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:14.638593 | 0.25s 2025-12-01 11:00:18.478392 | fa163ee6-8f4d-1548-de56-000000003aca | TASK | Remove facter.conf if directory 2025-12-01 11:00:18.535146 | fa163ee6-8f4d-1548-de56-000000003aca | SKIPPED | Remove facter.conf if directory | standalone 2025-12-01 11:00:18.536707 | fa163ee6-8f4d-1548-de56-000000003aca | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:14.728589 | 0.06s 2025-12-01 11:00:18.567506 | fa163ee6-8f4d-1548-de56-000000003acb | TASK | Write facter cache config 2025-12-01 11:00:19.063351 | fa163ee6-8f4d-1548-de56-000000003acb | CHANGED | Write facter cache config | standalone 2025-12-01 11:00:19.064307 | fa163ee6-8f4d-1548-de56-000000003acb | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:15.256200 | 0.49s 2025-12-01 11:00:19.095702 | fa163ee6-8f4d-1548-de56-000000003acc | TASK | Cleanup facter cache if exists 2025-12-01 11:00:19.317317 | fa163ee6-8f4d-1548-de56-000000003acc | CHANGED | Cleanup facter cache if exists | standalone 2025-12-01 11:00:19.318397 | fa163ee6-8f4d-1548-de56-000000003acc | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:15.510288 | 0.22s 2025-12-01 11:00:19.349610 | fa163ee6-8f4d-1548-de56-000000003acd | TASK | Pre-cache facts 2025-12-01 11:00:19.899334 | fa163ee6-8f4d-1548-de56-000000003acd | CHANGED | Pre-cache facts | standalone 2025-12-01 11:00:19.900555 | fa163ee6-8f4d-1548-de56-000000003acd | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:16.092440 | 0.55s 2025-12-01 11:00:19.936065 | fa163ee6-8f4d-1548-de56-000000003ace | TASK | Failed deployment if facter fails 2025-12-01 11:00:19.970945 | fa163ee6-8f4d-1548-de56-000000003ace | SKIPPED | Failed deployment if facter fails | standalone 2025-12-01 11:00:19.971915 | fa163ee6-8f4d-1548-de56-000000003ace | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:16.163803 | 0.03s 2025-12-01 11:00:20.009040 | fa163ee6-8f4d-1548-de56-000000003acf | TASK | Sync cached facts 2025-12-01 11:00:20.276992 | fa163ee6-8f4d-1548-de56-000000003acf | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee6-8f4d-1548-de56-000000003acf') missing from stats 2025-12-01 11:00:20.324005 | fa163ee6-8f4d-1548-de56-000000003a89 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-01 11:00:20.350611 | fa163ee6-8f4d-1548-de56-000000003a89 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-01 11:00:20.351295 | fa163ee6-8f4d-1548-de56-000000003a89 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:16.543188 | 0.03s 2025-12-01 11:00:20.371373 | fa163ee6-8f4d-1548-de56-000000003a8b | TASK | Manage containers for step 3 with tripleo-ansible 2025-12-01 11:00:20.389647 | fa163ee6-8f4d-1548-de56-000000003a8b | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:18:16.581522 | 0.02s 2025-12-01 11:00:20.452329 | fa163ee6-8f4d-1548-de56-000000003b26 | TASK | Gather variables for each operating system 2025-12-01 11:00:20.554628 | fa163ee6-8f4d-1548-de56-000000003b26 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:16.746513 | 0.10s 2025-12-01 11:00:20.574439 | fa163ee6-8f4d-1548-de56-000000003b27 | TASK | Create container logs path 2025-12-01 11:00:20.810646 | fa163ee6-8f4d-1548-de56-000000003b27 | OK | Create container logs path | standalone 2025-12-01 11:00:20.811389 | fa163ee6-8f4d-1548-de56-000000003b27 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:17.003283 | 0.24s 2025-12-01 11:00:20.831668 | fa163ee6-8f4d-1548-de56-000000003b29 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-12-01 11:00:21.093151 | fa163ee6-8f4d-1548-de56-000000003b29 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-12-01 11:00:21.094071 | fa163ee6-8f4d-1548-de56-000000003b29 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:17.285964 | 0.26s 2025-12-01 11:00:21.116884 | fa163ee6-8f4d-1548-de56-000000003b2a | TASK | Finalise hashes for all containers 2025-12-01 11:00:21.192445 | fa163ee6-8f4d-1548-de56-000000003b2a | OK | Finalise hashes for all containers | standalone 2025-12-01 11:00:21.193697 | fa163ee6-8f4d-1548-de56-000000003b2a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:17.385582 | 0.08s 2025-12-01 11:00:21.222797 | fa163ee6-8f4d-1548-de56-000000003b2c | TASK | Manage systemd shutdown files 2025-12-01 11:00:21.254040 | fa163ee6-8f4d-1548-de56-000000003b2c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:17.445914 | 0.03s 2025-12-01 11:00:21.288775 | 5b828a0a-91d4-4de1-871c-381af2569bb3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-01 11:00:21.318645 | fa163ee6-8f4d-1548-de56-000000003b5f | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-01 11:00:21.581866 | fa163ee6-8f4d-1548-de56-000000003b5f | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-01 11:00:21.582863 | fa163ee6-8f4d-1548-de56-000000003b5f | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:17.774752 | 0.26s 2025-12-01 11:00:21.612330 | fa163ee6-8f4d-1548-de56-000000003b60 | TASK | Set podman_drop_in fact 2025-12-01 11:00:21.660924 | fa163ee6-8f4d-1548-de56-000000003b60 | OK | Set podman_drop_in fact | standalone 2025-12-01 11:00:21.661921 | fa163ee6-8f4d-1548-de56-000000003b60 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:17.853810 | 0.05s 2025-12-01 11:00:21.691399 | fa163ee6-8f4d-1548-de56-000000003b62 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-01 11:00:22.109584 | fa163ee6-8f4d-1548-de56-000000003b62 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-01 11:00:22.113193 | fa163ee6-8f4d-1548-de56-000000003b62 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:18.305056 | 0.42s 2025-12-01 11:00:22.520176 | fa163ee6-8f4d-1548-de56-000000003b62 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-01 11:00:22.520867 | fa163ee6-8f4d-1548-de56-000000003b62 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:18.712761 | 0.83s 2025-12-01 11:00:22.526799 | fa163ee6-8f4d-1548-de56-000000003b62 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:18.718683 | 0.83s 2025-12-01 11:00:22.548309 | fa163ee6-8f4d-1548-de56-000000003b63 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-01 11:00:23.070992 | fa163ee6-8f4d-1548-de56-000000003b63 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-01 11:00:23.072373 | fa163ee6-8f4d-1548-de56-000000003b63 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:19.264256 | 0.52s 2025-12-01 11:00:23.102003 | fa163ee6-8f4d-1548-de56-000000003b64 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-01 11:00:24.471181 | fa163ee6-8f4d-1548-de56-000000003b64 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-01 11:00:24.474230 | fa163ee6-8f4d-1548-de56-000000003b64 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:20.666073 | 1.37s 2025-12-01 11:00:24.508284 | fa163ee6-8f4d-1548-de56-000000003b65 | TASK | Enable and start tripleo-container-shutdown 2025-12-01 11:00:25.219515 | fa163ee6-8f4d-1548-de56-000000003b65 | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-01 11:00:25.221469 | fa163ee6-8f4d-1548-de56-000000003b65 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:21.413352 | 0.71s 2025-12-01 11:00:25.248916 | fa163ee6-8f4d-1548-de56-000000003b66 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-01 11:00:25.731769 | fa163ee6-8f4d-1548-de56-000000003b66 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-01 11:00:25.732969 | fa163ee6-8f4d-1548-de56-000000003b66 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:21.924858 | 0.48s 2025-12-01 11:00:25.757833 | fa163ee6-8f4d-1548-de56-000000003b67 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-01 11:00:26.167356 | fa163ee6-8f4d-1548-de56-000000003b67 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-01 11:00:26.168224 | fa163ee6-8f4d-1548-de56-000000003b67 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:22.360117 | 0.41s 2025-12-01 11:00:26.188331 | fa163ee6-8f4d-1548-de56-000000003b68 | TASK | Enable and start netns-placeholder 2025-12-01 11:00:26.890505 | fa163ee6-8f4d-1548-de56-000000003b68 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-01 11:00:26.892616 | fa163ee6-8f4d-1548-de56-000000003b68 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:23.084499 | 0.70s 2025-12-01 11:00:26.925857 | fa163ee6-8f4d-1548-de56-000000003b2e | TASK | Update container configs with new config hashes 2025-12-01 11:00:26.990398 | fa163ee6-8f4d-1548-de56-000000003b2e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:23.182271 | 0.06s 2025-12-01 11:00:27.012410 | 12fafa11-519a-414c-b93f-eb4b17802617 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-01 11:00:27.049483 | fa163ee6-8f4d-1548-de56-000000003b90 | TASK | Update config hashes for container startup configs 2025-12-01 11:00:27.358858 | fa163ee6-8f4d-1548-de56-000000003b90 | OK | Update config hashes for container startup configs | standalone 2025-12-01 11:00:27.360101 | fa163ee6-8f4d-1548-de56-000000003b90 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:23.551986 | 0.31s 2025-12-01 11:00:27.392306 | fa163ee6-8f4d-1548-de56-000000003b2f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-12-01 11:00:27.432291 | fa163ee6-8f4d-1548-de56-000000003b2f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:23.624159 | 0.04s 2025-12-01 11:00:27.456101 | b2bdefce-fade-41b7-b82d-e80e53f988d8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-01 11:00:27.491421 | fa163ee6-8f4d-1548-de56-000000003baf | TASK | Gather podman infos 2025-12-01 11:00:28.755315 | fa163ee6-8f4d-1548-de56-000000003baf | OK | Gather podman infos | standalone 2025-12-01 11:00:28.756429 | fa163ee6-8f4d-1548-de56-000000003baf | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:24.948316 | 1.26s 2025-12-01 11:00:28.855986 | fa163ee6-8f4d-1548-de56-000000003bb0 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-12-01 11:00:28.914698 | fa163ee6-8f4d-1548-de56-000000003bb0 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:25.106580 | 0.05s 2025-12-01 11:00:29.025546 | fa163ee6-8f4d-1548-de56-0000000038b1 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:25.217430 | 0.07s 2025-12-01 11:00:29.066352 | fa163ee6-8f4d-1548-de56-000000003b30 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-12-01 11:00:29.104309 | fa163ee6-8f4d-1548-de56-000000003b30 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:25.296191 | 0.04s 2025-12-01 11:00:29.115844 | 221993e4-7c75-4208-a626-7308aa66ddf5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-01 11:00:29.141834 | fa163ee6-8f4d-1548-de56-000000003c1a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-12-01 11:04:31.309240 | fa163ee6-8f4d-1548-de56-000000003c1a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-12-01 11:04:31.310323 | fa163ee6-8f4d-1548-de56-000000003c1a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:22:27.502211 | 242.17s 2025-12-01 11:04:31.331523 | fa163ee6-8f4d-1548-de56-000000003c1b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-12-01 11:05:02.141824 | fa163ee6-8f4d-1548-de56-000000003c1b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-12-01 11:05:02.143278 | fa163ee6-8f4d-1548-de56-000000003c1b | 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:58.335169 | 30.81s 2025-12-01 11:05:02.200463 | fa163ee6-8f4d-1548-de56-000000003a8d | TASK | Clean container_puppet_tasks for standalone step 3 2025-12-01 11:05:02.445838 | fa163ee6-8f4d-1548-de56-000000003a8d | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-12-01 11:05:02.447322 | fa163ee6-8f4d-1548-de56-000000003a8d | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:22:58.639205 | 0.25s 2025-12-01 11:05:02.499923 | fa163ee6-8f4d-1548-de56-000000003a8e | TASK | Calculate container_puppet_tasks for standalone step 3 2025-12-01 11:05:02.553580 | fa163ee6-8f4d-1548-de56-000000003a8e | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:22:58.745451 | 0.05s 2025-12-01 11:05:02.585584 | fa163ee6-8f4d-1548-de56-000000003a8f | TASK | Include container-puppet tasks for step 3 2025-12-01 11:05:02.643493 | fa163ee6-8f4d-1548-de56-000000003a8f | TIMING | Include container-puppet tasks for step 3 | standalone | 0:22:58.835368 | 0.06s 2025-12-01 11:05:02.669984 | 47819b35-2852-4d0f-9729-895098d3ea59 | INCLUDED | /root/standalone-ansible-95hluu53/host-container-puppet-tasks.yaml | standalone 2025-12-01 11:05:02.712256 | fa163ee6-8f4d-1548-de56-000000003c66 | TASK | Write container-puppet-tasks json file for standalone step 3 2025-12-01 11:05:03.205438 | fa163ee6-8f4d-1548-de56-000000003c66 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-12-01 11:05:03.206268 | fa163ee6-8f4d-1548-de56-000000003c66 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:22:59.398160 | 0.49s 2025-12-01 11:05:03.227051 | fa163ee6-8f4d-1548-de56-000000003c68 | TASK | Generate container puppet configs for step 3 2025-12-01 11:05:03.660374 | fa163ee6-8f4d-1548-de56-000000003c68 | OK | Generate container puppet configs for step 3 | standalone 2025-12-01 11:05:03.661639 | fa163ee6-8f4d-1548-de56-000000003c68 | TIMING | Generate container puppet configs for step 3 | standalone | 0:22:59.853523 | 0.43s 2025-12-01 11:05:03.695231 | fa163ee6-8f4d-1548-de56-000000003c69 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-12-01 11:05:03.725172 | fa163ee6-8f4d-1548-de56-000000003c69 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:22:59.917058 | 0.03s 2025-12-01 11:05:03.770333 | fa163ee6-8f4d-1548-de56-000000003c98 | TASK | Gather variables for each operating system 2025-12-01 11:05:03.859991 | fa163ee6-8f4d-1548-de56-000000003c98 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:23:00.051868 | 0.09s 2025-12-01 11:05:03.884804 | fa163ee6-8f4d-1548-de56-000000003c99 | TASK | Create container logs path 2025-12-01 11:05:04.119110 | fa163ee6-8f4d-1548-de56-000000003c99 | OK | Create container logs path | standalone 2025-12-01 11:05:04.120696 | fa163ee6-8f4d-1548-de56-000000003c99 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:23:00.312576 | 0.23s 2025-12-01 11:05:04.154871 | fa163ee6-8f4d-1548-de56-000000003c9b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-12-01 11:05:04.411355 | fa163ee6-8f4d-1548-de56-000000003c9b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-12-01 11:05:04.412580 | fa163ee6-8f4d-1548-de56-000000003c9b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:23:00.604464 | 0.26s 2025-12-01 11:05:04.443453 | fa163ee6-8f4d-1548-de56-000000003c9c | TASK | Finalise hashes for all containers 2025-12-01 11:05:04.505531 | fa163ee6-8f4d-1548-de56-000000003c9c | OK | Finalise hashes for all containers | standalone 2025-12-01 11:05:04.506820 | fa163ee6-8f4d-1548-de56-000000003c9c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:23:00.698702 | 0.06s 2025-12-01 11:05:04.536103 | fa163ee6-8f4d-1548-de56-000000003c9e | TASK | Manage systemd shutdown files 2025-12-01 11:05:04.575991 | fa163ee6-8f4d-1548-de56-000000003c9e | SKIPPED | Manage systemd shutdown files | standalone 2025-12-01 11:05:04.576907 | fa163ee6-8f4d-1548-de56-000000003c9e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:23:00.768795 | 0.04s 2025-12-01 11:05:04.600283 | fa163ee6-8f4d-1548-de56-000000003ca0 | TASK | Update container configs with new config hashes 2025-12-01 11:05:04.648400 | fa163ee6-8f4d-1548-de56-000000003ca0 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-01 11:05:04.649451 | fa163ee6-8f4d-1548-de56-000000003ca0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:23:00.841341 | 0.05s 2025-12-01 11:05:04.674563 | fa163ee6-8f4d-1548-de56-000000003ca1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-12-01 11:05:04.723693 | fa163ee6-8f4d-1548-de56-000000003ca1 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-12-01 11:05:04.724654 | fa163ee6-8f4d-1548-de56-000000003ca1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:23:00.916543 | 0.05s 2025-12-01 11:05:04.749121 | fa163ee6-8f4d-1548-de56-000000003ca2 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-12-01 11:05:04.801191 | fa163ee6-8f4d-1548-de56-000000003ca2 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-12-01 11:05:04.802268 | fa163ee6-8f4d-1548-de56-000000003ca2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:23:00.994157 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-12-01 11:05:04.946886 | fa163ee6-8f4d-1548-de56-0000000000de | TASK | External deployment step 4 2025-12-01 11:05:04.976037 | fa163ee6-8f4d-1548-de56-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', 'fa163ee6-8f4d-1548-de56-0000000000de') missing from stats 2025-12-01 11:05:05.030547 | fa163ee6-8f4d-1548-de56-0000000000df | TIMING | include_tasks | undercloud | 0:23:01.222423 | 0.04s 2025-12-01 11:05:05.054170 | d42cf9e3-030f-4746-b1de-3fd1464ac868 | INCLUDED | /root/standalone-ansible-95hluu53/external_deploy_steps_tasks_step4.yaml | undercloud 2025-12-01 11:05:05.071874 | fa163ee6-8f4d-1548-de56-000000003cf1 | TASK | Clean up legacy Cinder keystone catalog entries 2025-12-01 11:05:06.751949 | fa163ee6-8f4d-1548-de56-000000003cf1 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-12-01 11:05:06.753911 | fa163ee6-8f4d-1548-de56-000000003cf1 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:23:02.945787 | 1.68s 2025-12-01 11:05:07.874307 | fa163ee6-8f4d-1548-de56-000000003cf1 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-12-01 11:05:07.874931 | fa163ee6-8f4d-1548-de56-000000003cf1 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:23:04.066825 | 2.80s 2025-12-01 11:05:07.882768 | fa163ee6-8f4d-1548-de56-000000003cf1 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:23:04.074651 | 2.81s 2025-12-01 11:05:07.898661 | fa163ee6-8f4d-1548-de56-000000003cf4 | TASK | Manage Keystone resources for OpenStack services 2025-12-01 11:05:07.950760 | fa163ee6-8f4d-1548-de56-000000003cf4 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:23:04.142603 | 0.05s 2025-12-01 11:05:07.998049 | fa163ee6-8f4d-1548-de56-000000003d20 | TASK | Create Keystone Admin resources 2025-12-01 11:05:08.061840 | fa163ee6-8f4d-1548-de56-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:23:04.253723 | 0.06s 2025-12-01 11:05:08.081743 | 8c6ab0ab-1b78-4693-a2a7-615ee6e2997a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-12-01 11:05:08.106534 | fa163ee6-8f4d-1548-de56-000000003d61 | TASK | Create admin and service projects 2025-12-01 11:05:08.143179 | fa163ee6-8f4d-1548-de56-000000003d61 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:23:04.335065 | 0.04s 2025-12-01 11:05:08.151353 | db086283-37e4-4e3e-ab4b-da54fafb5489 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-12-01 11:05:08.175571 | fa163ee6-8f4d-1548-de56-000000003db2 | TASK | Async creation of Keystone project 2025-12-01 11:05:08.680267 | fa163ee6-8f4d-1548-de56-000000003db2 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-12-01 11:05:08.681440 | fa163ee6-8f4d-1548-de56-000000003db2 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:23:04.873325 | 0.50s 2025-12-01 11:05:08.974678 | fa163ee6-8f4d-1548-de56-000000003db2 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-12-01 11:05:08.975473 | fa163ee6-8f4d-1548-de56-000000003db2 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:23:05.167363 | 0.80s 2025-12-01 11:05:08.980459 | fa163ee6-8f4d-1548-de56-000000003db2 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:23:05.172338 | 0.80s 2025-12-01 11:05:09.000561 | fa163ee6-8f4d-1548-de56-000000003db4 | TASK | Check Keystone project status 2025-12-01 11:05:09.260622 | fa163ee6-8f4d-1548-de56-000000003db4 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-12-01 11:05:14.477830 | fa163ee6-8f4d-1548-de56-000000003db4 | OK | Check Keystone project status | undercloud | item=admin 2025-12-01 11:05:14.478867 | fa163ee6-8f4d-1548-de56-000000003db4 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:23:10.670755 | 5.48s 2025-12-01 11:05:14.673466 | fa163ee6-8f4d-1548-de56-000000003db4 | CHANGED | Check Keystone project status | undercloud | item=service 2025-12-01 11:05:14.674628 | fa163ee6-8f4d-1548-de56-000000003db4 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:23:10.866514 | 5.67s 2025-12-01 11:05:14.682478 | fa163ee6-8f4d-1548-de56-000000003db4 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:23:10.874357 | 5.68s 2025-12-01 11:05:14.705152 | fa163ee6-8f4d-1548-de56-000000003d62 | TASK | Create admin role 2025-12-01 11:05:16.044874 | fa163ee6-8f4d-1548-de56-000000003d62 | OK | Create admin role | undercloud 2025-12-01 11:05:16.045912 | fa163ee6-8f4d-1548-de56-000000003d62 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:23:12.237803 | 1.34s 2025-12-01 11:05:16.060804 | fa163ee6-8f4d-1548-de56-000000003d63 | TASK | Create _member_ role 2025-12-01 11:05:16.107451 | fa163ee6-8f4d-1548-de56-000000003d63 | SKIPPED | Create _member_ role | undercloud 2025-12-01 11:05:16.108455 | fa163ee6-8f4d-1548-de56-000000003d63 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:23:12.300336 | 0.05s 2025-12-01 11:05:16.124514 | fa163ee6-8f4d-1548-de56-000000003d64 | TASK | Check admin password 2025-12-01 11:05:17.547938 | fa163ee6-8f4d-1548-de56-000000003d64 | OK | Check admin password | undercloud 2025-12-01 11:05:17.549537 | fa163ee6-8f4d-1548-de56-000000003d64 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:23:13.741420 | 1.42s 2025-12-01 11:05:17.570171 | fa163ee6-8f4d-1548-de56-000000003d65 | TASK | Create admin user 2025-12-01 11:05:19.347518 | fa163ee6-8f4d-1548-de56-000000003d65 | CHANGED | Create admin user | undercloud 2025-12-01 11:05:19.348403 | fa163ee6-8f4d-1548-de56-000000003d65 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:23:15.540297 | 1.78s 2025-12-01 11:05:19.363522 | fa163ee6-8f4d-1548-de56-000000003d66 | TASK | Assign admin role to admin project for admin user 2025-12-01 11:05:20.966612 | fa163ee6-8f4d-1548-de56-000000003d66 | OK | Assign admin role to admin project for admin user | undercloud 2025-12-01 11:05:20.968308 | fa163ee6-8f4d-1548-de56-000000003d66 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:23:17.160186 | 1.60s 2025-12-01 11:05:20.988131 | fa163ee6-8f4d-1548-de56-000000003d67 | TASK | Assign _member_ role to admin project for admin user 2025-12-01 11:05:21.050554 | fa163ee6-8f4d-1548-de56-000000003d67 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-12-01 11:05:21.051886 | fa163ee6-8f4d-1548-de56-000000003d67 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:23:17.243768 | 0.06s 2025-12-01 11:05:21.070930 | fa163ee6-8f4d-1548-de56-000000003d68 | TASK | Create identity service 2025-12-01 11:05:22.227203 | fa163ee6-8f4d-1548-de56-000000003d68 | OK | Create identity service | undercloud 2025-12-01 11:05:22.228432 | fa163ee6-8f4d-1548-de56-000000003d68 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:23:18.420321 | 1.16s 2025-12-01 11:05:22.245371 | fa163ee6-8f4d-1548-de56-000000003d69 | TASK | Create identity public endpoint 2025-12-01 11:05:23.642322 | fa163ee6-8f4d-1548-de56-000000003d69 | OK | Create identity public endpoint | undercloud 2025-12-01 11:05:23.643577 | fa163ee6-8f4d-1548-de56-000000003d69 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:23:19.835459 | 1.40s 2025-12-01 11:05:23.663984 | fa163ee6-8f4d-1548-de56-000000003d6a | TASK | Create identity internal endpoint 2025-12-01 11:05:24.855846 | fa163ee6-8f4d-1548-de56-000000003d6a | OK | Create identity internal endpoint | undercloud 2025-12-01 11:05:24.856559 | fa163ee6-8f4d-1548-de56-000000003d6a | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:23:21.048452 | 1.19s 2025-12-01 11:05:24.871021 | fa163ee6-8f4d-1548-de56-000000003d6b | TASK | Create identity admin endpoint 2025-12-01 11:05:26.325659 | fa163ee6-8f4d-1548-de56-000000003d6b | OK | Create identity admin endpoint | undercloud 2025-12-01 11:05:26.327504 | fa163ee6-8f4d-1548-de56-000000003d6b | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:23:22.519381 | 1.46s 2025-12-01 11:05:26.349129 | fa163ee6-8f4d-1548-de56-000000003d21 | TASK | Create Keystone Projects 2025-12-01 11:05:26.451495 | fa163ee6-8f4d-1548-de56-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:23:22.643367 | 0.10s 2025-12-01 11:05:26.458535 | fa163ee6-8f4d-1548-de56-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:23:22.650419 | 0.11s 2025-12-01 11:05:26.467339 | e3c37cd6-f641-4805-8334-cee74c223cbb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-12-01 11:05:26.499237 | fa163ee6-8f4d-1548-de56-000000003e3e | TASK | Async creation of Keystone project 2025-12-01 11:05:26.788190 | fa163ee6-8f4d-1548-de56-000000003e3e | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-12-01 11:05:26.790411 | fa163ee6-8f4d-1548-de56-000000003e3e | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:23:22.982294 | 0.29s 2025-12-01 11:05:26.800445 | fa163ee6-8f4d-1548-de56-000000003e3e | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:23:22.992334 | 0.30s 2025-12-01 11:05:26.821334 | fa163ee6-8f4d-1548-de56-000000003e40 | TASK | Check Keystone project status 2025-12-01 11:05:27.078960 | fa163ee6-8f4d-1548-de56-000000003e40 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-12-01 11:05:32.258678 | fa163ee6-8f4d-1548-de56-000000003e40 | OK | Check Keystone project status | undercloud | item=service 2025-12-01 11:05:32.260755 | fa163ee6-8f4d-1548-de56-000000003e40 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:23:28.452641 | 5.44s 2025-12-01 11:05:32.271339 | fa163ee6-8f4d-1548-de56-000000003e40 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:23:28.463217 | 5.45s 2025-12-01 11:05:32.291564 | fa163ee6-8f4d-1548-de56-000000003d23 | TASK | Create Keystone Domains 2025-12-01 11:05:32.378871 | fa163ee6-8f4d-1548-de56-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:23:28.570747 | 0.09s 2025-12-01 11:05:32.385027 | fa163ee6-8f4d-1548-de56-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:23:28.576906 | 0.09s 2025-12-01 11:05:32.400249 | 845fa4c2-0de0-462a-a024-c32f4815169d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-12-01 11:05:32.451591 | fa163ee6-8f4d-1548-de56-000000003ef3 | TASK | Async creation of Keystone domains 2025-12-01 11:05:33.014928 | fa163ee6-8f4d-1548-de56-000000003ef3 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-12-01 11:05:33.016253 | fa163ee6-8f4d-1548-de56-000000003ef3 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:23:29.208141 | 0.56s 2025-12-01 11:05:33.020413 | fa163ee6-8f4d-1548-de56-000000003ef3 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:23:29.212297 | 0.57s 2025-12-01 11:05:33.037287 | fa163ee6-8f4d-1548-de56-000000003ef5 | TASK | Check Keystone domain status 2025-12-01 11:05:33.392787 | fa163ee6-8f4d-1548-de56-000000003ef5 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-12-01 11:05:38.615003 | fa163ee6-8f4d-1548-de56-000000003ef5 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-12-01 11:05:38.615822 | fa163ee6-8f4d-1548-de56-000000003ef5 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:23:34.807715 | 5.58s 2025-12-01 11:05:38.618854 | fa163ee6-8f4d-1548-de56-000000003ef5 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:23:34.810750 | 5.58s 2025-12-01 11:05:38.634950 | fa163ee6-8f4d-1548-de56-000000003d25 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-12-01 11:05:38.684704 | fa163ee6-8f4d-1548-de56-000000003d25 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:23:34.876586 | 0.05s 2025-12-01 11:05:38.694292 | d69443d7-f41d-4c30-ad43-5aa267d68379 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-12-01 11:05:38.734868 | fa163ee6-8f4d-1548-de56-000000003fbd | TASK | Collect OpenStack Keystone domains infos 2025-12-01 11:05:40.091693 | fa163ee6-8f4d-1548-de56-000000003fbd | OK | Collect OpenStack Keystone domains infos | undercloud 2025-12-01 11:05:40.093074 | fa163ee6-8f4d-1548-de56-000000003fbd | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:23:36.284956 | 1.36s 2025-12-01 11:05:40.111570 | fa163ee6-8f4d-1548-de56-000000003fbe | TASK | Set openstack_domains fact 2025-12-01 11:05:40.175009 | fa163ee6-8f4d-1548-de56-000000003fbe | OK | Set openstack_domains fact | undercloud 2025-12-01 11:05:40.176114 | fa163ee6-8f4d-1548-de56-000000003fbe | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:23:36.368002 | 0.06s 2025-12-01 11:05:40.192291 | fa163ee6-8f4d-1548-de56-000000003d26 | TASK | Create Keystone Services 2025-12-01 11:05:40.288697 | fa163ee6-8f4d-1548-de56-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:23:36.480565 | 0.10s 2025-12-01 11:05:40.304602 | fa163ee6-8f4d-1548-de56-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:23:36.496488 | 0.11s 2025-12-01 11:05:40.314645 | fa163ee6-8f4d-1548-de56-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:23:36.506512 | 0.12s 2025-12-01 11:05:40.333628 | cb1699bb-9824-4908-8e4a-ec5fa76c9874 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-12-01 11:05:40.342466 | 9329f0e5-216f-47b7-85b0-e78257c77fe6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-12-01 11:05:40.393489 | fa163ee6-8f4d-1548-de56-00000000409a | TASK | Async creation of Keystone service 2025-12-01 11:05:40.753997 | fa163ee6-8f4d-1548-de56-00000000409a | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-12-01 11:05:40.756181 | fa163ee6-8f4d-1548-de56-00000000409a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:36.948063 | 0.36s 2025-12-01 11:05:41.063198 | fa163ee6-8f4d-1548-de56-00000000409a | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-12-01 11:05:41.064023 | fa163ee6-8f4d-1548-de56-00000000409a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:37.255914 | 0.67s 2025-12-01 11:05:41.374803 | fa163ee6-8f4d-1548-de56-00000000409a | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-12-01 11:05:41.375601 | fa163ee6-8f4d-1548-de56-00000000409a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:37.567493 | 0.98s 2025-12-01 11:05:41.700952 | fa163ee6-8f4d-1548-de56-00000000409a | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-12-01 11:05:41.702523 | fa163ee6-8f4d-1548-de56-00000000409a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:37.894417 | 1.31s 2025-12-01 11:05:41.982303 | fa163ee6-8f4d-1548-de56-00000000409a | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-12-01 11:05:41.983660 | fa163ee6-8f4d-1548-de56-00000000409a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:38.175548 | 1.59s 2025-12-01 11:05:42.285252 | fa163ee6-8f4d-1548-de56-00000000409a | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-12-01 11:05:42.286321 | fa163ee6-8f4d-1548-de56-00000000409a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:38.478208 | 1.89s 2025-12-01 11:05:42.527966 | fa163ee6-8f4d-1548-de56-00000000409a | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-12-01 11:05:42.528563 | fa163ee6-8f4d-1548-de56-00000000409a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:38.720457 | 2.13s 2025-12-01 11:05:42.830956 | fa163ee6-8f4d-1548-de56-00000000409a | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-12-01 11:05:42.831815 | fa163ee6-8f4d-1548-de56-00000000409a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:39.023709 | 2.44s 2025-12-01 11:05:43.157799 | fa163ee6-8f4d-1548-de56-00000000409a | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-12-01 11:05:43.160104 | fa163ee6-8f4d-1548-de56-00000000409a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:39.351961 | 2.77s 2025-12-01 11:05:43.421174 | fa163ee6-8f4d-1548-de56-00000000409a | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-12-01 11:05:43.421786 | fa163ee6-8f4d-1548-de56-00000000409a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:39.613680 | 3.03s 2025-12-01 11:05:43.425326 | fa163ee6-8f4d-1548-de56-00000000409a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:39.617217 | 3.03s 2025-12-01 11:05:43.440381 | fa163ee6-8f4d-1548-de56-00000000409c | TASK | Check Keystone service status 2025-12-01 11:05:43.711509 | fa163ee6-8f4d-1548-de56-00000000409c | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-12-01 11:05:43.713214 | fa163ee6-8f4d-1548-de56-00000000409c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:39.905104 | 0.27s 2025-12-01 11:05:43.972025 | fa163ee6-8f4d-1548-de56-00000000409c | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-12-01 11:05:43.979849 | fa163ee6-8f4d-1548-de56-00000000409c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:40.171732 | 0.54s 2025-12-01 11:05:44.203704 | fa163ee6-8f4d-1548-de56-00000000409c | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-12-01 11:05:44.208110 | fa163ee6-8f4d-1548-de56-00000000409c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:40.399993 | 0.77s 2025-12-01 11:05:44.413027 | fa163ee6-8f4d-1548-de56-00000000409c | CHANGED | Check Keystone service status | undercloud | item=glance 2025-12-01 11:05:44.414827 | fa163ee6-8f4d-1548-de56-00000000409c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:40.606713 | 0.97s 2025-12-01 11:05:44.714383 | fa163ee6-8f4d-1548-de56-00000000409c | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-12-01 11:05:44.715481 | fa163ee6-8f4d-1548-de56-00000000409c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:40.907367 | 1.27s 2025-12-01 11:05:44.960983 | fa163ee6-8f4d-1548-de56-00000000409c | CHANGED | Check Keystone service status | undercloud | item=heat 2025-12-01 11:05:44.962821 | fa163ee6-8f4d-1548-de56-00000000409c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:41.154707 | 1.52s 2025-12-01 11:05:45.241657 | fa163ee6-8f4d-1548-de56-00000000409c | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-12-01 11:05:45.242935 | fa163ee6-8f4d-1548-de56-00000000409c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:41.434821 | 1.80s 2025-12-01 11:05:45.470827 | fa163ee6-8f4d-1548-de56-00000000409c | CHANGED | Check Keystone service status | undercloud | item=manila 2025-12-01 11:05:45.472678 | fa163ee6-8f4d-1548-de56-00000000409c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:41.664565 | 2.03s 2025-12-01 11:05:45.774772 | fa163ee6-8f4d-1548-de56-00000000409c | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-12-01 11:05:45.775884 | fa163ee6-8f4d-1548-de56-00000000409c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:41.967770 | 2.33s 2025-12-01 11:05:46.032535 | fa163ee6-8f4d-1548-de56-00000000409c | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-12-01 11:05:46.034159 | fa163ee6-8f4d-1548-de56-00000000409c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:42.226045 | 2.59s 2025-12-01 11:05:46.045915 | fa163ee6-8f4d-1548-de56-00000000409c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:42.237801 | 2.60s 2025-12-01 11:05:46.065808 | fa163ee6-8f4d-1548-de56-0000000040a1 | TASK | Async creation of Keystone service 2025-12-01 11:05:46.359893 | fa163ee6-8f4d-1548-de56-0000000040a1 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-12-01 11:05:46.361372 | fa163ee6-8f4d-1548-de56-0000000040a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:42.553256 | 0.29s 2025-12-01 11:05:46.633273 | fa163ee6-8f4d-1548-de56-0000000040a1 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-12-01 11:05:46.633971 | fa163ee6-8f4d-1548-de56-0000000040a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:42.825866 | 0.57s 2025-12-01 11:05:46.950583 | fa163ee6-8f4d-1548-de56-0000000040a1 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-12-01 11:05:46.951962 | fa163ee6-8f4d-1548-de56-0000000040a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:43.143856 | 0.89s 2025-12-01 11:05:47.278357 | fa163ee6-8f4d-1548-de56-0000000040a1 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-12-01 11:05:47.279056 | fa163ee6-8f4d-1548-de56-0000000040a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:43.470950 | 1.21s 2025-12-01 11:05:47.287173 | fa163ee6-8f4d-1548-de56-0000000040a1 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:43.479063 | 1.22s 2025-12-01 11:05:47.302633 | fa163ee6-8f4d-1548-de56-0000000040a3 | TASK | Check Keystone service status 2025-12-01 11:05:47.586532 | fa163ee6-8f4d-1548-de56-0000000040a3 | CHANGED | Check Keystone service status | undercloud | item=nova 2025-12-01 11:05:47.588223 | fa163ee6-8f4d-1548-de56-0000000040a3 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:43.780115 | 0.28s 2025-12-01 11:05:47.796225 | fa163ee6-8f4d-1548-de56-0000000040a3 | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-12-01 11:05:53.023231 | fa163ee6-8f4d-1548-de56-0000000040a3 | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-12-01 11:05:53.025234 | fa163ee6-8f4d-1548-de56-0000000040a3 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:49.217121 | 5.72s 2025-12-01 11:05:53.292084 | fa163ee6-8f4d-1548-de56-0000000040a3 | CHANGED | Check Keystone service status | undercloud | item=placement 2025-12-01 11:05:53.294832 | fa163ee6-8f4d-1548-de56-0000000040a3 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:49.486713 | 5.99s 2025-12-01 11:05:53.550076 | fa163ee6-8f4d-1548-de56-0000000040a3 | CHANGED | Check Keystone service status | undercloud | item=swift 2025-12-01 11:05:53.552188 | fa163ee6-8f4d-1548-de56-0000000040a3 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:49.744072 | 6.25s 2025-12-01 11:05:53.563861 | fa163ee6-8f4d-1548-de56-0000000040a3 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:49.755743 | 6.26s 2025-12-01 11:05:53.585466 | fa163ee6-8f4d-1548-de56-000000003d28 | TASK | Create Keystone Endpoints 2025-12-01 11:05:53.660157 | fa163ee6-8f4d-1548-de56-000000003d28 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:23:49.852027 | 0.07s 2025-12-01 11:05:53.693303 | fa163ee6-8f4d-1548-de56-000000003d28 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:23:49.885187 | 0.11s 2025-12-01 11:05:53.712407 | fa163ee6-8f4d-1548-de56-000000003d28 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:23:49.904287 | 0.13s 2025-12-01 11:05:53.718819 | fa163ee6-8f4d-1548-de56-000000003d28 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:23:49.910697 | 0.13s 2025-12-01 11:05:53.733994 | abfe7a44-feb7-4994-b10d-32266500d65a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-12-01 11:05:53.741390 | db2cdbd4-007d-4827-b123-a55745115f18 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-12-01 11:05:53.747141 | bdec221c-3613-42cb-86b3-e79b2aff9147 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-12-01 11:05:53.806753 | fa163ee6-8f4d-1548-de56-0000000041d7 | TASK | Create Keystone public endpoints 2025-12-01 11:05:53.921782 | fa163ee6-8f4d-1548-de56-0000000041d7 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:23:50.113606 | 0.11s 2025-12-01 11:05:53.939915 | fa163ee6-8f4d-1548-de56-0000000041d7 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:23:50.131797 | 0.13s 2025-12-01 11:05:53.949903 | fa163ee6-8f4d-1548-de56-0000000041d7 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:23:50.141790 | 0.14s 2025-12-01 11:05:53.962257 | 71156cbb-a910-400d-a7c6-7f9813d15807 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-01 11:05:53.968774 | ec18ecd2-94cb-42c7-933e-5aed949a1307 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-01 11:05:53.988109 | fa163ee6-8f4d-1548-de56-0000000042ff | TASK | Async creation of Keystone public endpoint 2025-12-01 11:05:54.359075 | fa163ee6-8f4d-1548-de56-0000000042ff | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-12-01 11:05:54.361469 | fa163ee6-8f4d-1548-de56-0000000042ff | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:50.553347 | 0.37s 2025-12-01 11:05:54.654921 | fa163ee6-8f4d-1548-de56-0000000042ff | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-12-01 11:05:54.656777 | fa163ee6-8f4d-1548-de56-0000000042ff | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:50.848662 | 0.67s 2025-12-01 11:05:54.940876 | fa163ee6-8f4d-1548-de56-0000000042ff | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-12-01 11:05:54.941664 | fa163ee6-8f4d-1548-de56-0000000042ff | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:51.133555 | 0.95s 2025-12-01 11:05:55.159255 | fa163ee6-8f4d-1548-de56-0000000042ff | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-12-01 11:05:55.160017 | fa163ee6-8f4d-1548-de56-0000000042ff | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:51.351908 | 1.17s 2025-12-01 11:05:55.415600 | fa163ee6-8f4d-1548-de56-0000000042ff | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-12-01 11:05:55.416651 | fa163ee6-8f4d-1548-de56-0000000042ff | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:51.608545 | 1.43s 2025-12-01 11:05:55.685475 | fa163ee6-8f4d-1548-de56-0000000042ff | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-12-01 11:05:55.686580 | fa163ee6-8f4d-1548-de56-0000000042ff | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:51.878474 | 1.70s 2025-12-01 11:05:55.937417 | fa163ee6-8f4d-1548-de56-0000000042ff | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-12-01 11:05:55.938139 | fa163ee6-8f4d-1548-de56-0000000042ff | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:52.130032 | 1.95s 2025-12-01 11:05:56.250318 | fa163ee6-8f4d-1548-de56-0000000042ff | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-12-01 11:05:56.251395 | fa163ee6-8f4d-1548-de56-0000000042ff | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:52.443289 | 2.26s 2025-12-01 11:05:56.488238 | fa163ee6-8f4d-1548-de56-0000000042ff | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-12-01 11:05:56.488957 | fa163ee6-8f4d-1548-de56-0000000042ff | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:52.680849 | 2.50s 2025-12-01 11:05:56.748900 | fa163ee6-8f4d-1548-de56-0000000042ff | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-12-01 11:05:56.749891 | fa163ee6-8f4d-1548-de56-0000000042ff | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:52.941778 | 2.76s 2025-12-01 11:05:56.756867 | fa163ee6-8f4d-1548-de56-0000000042ff | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:52.948756 | 2.77s 2025-12-01 11:05:56.773101 | fa163ee6-8f4d-1548-de56-000000004301 | TASK | Check Keystone public endpoint status 2025-12-01 11:05:57.023108 | fa163ee6-8f4d-1548-de56-000000004301 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-12-01 11:05:57.025368 | fa163ee6-8f4d-1548-de56-000000004301 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:53.217252 | 0.25s 2025-12-01 11:05:57.262147 | fa163ee6-8f4d-1548-de56-000000004301 | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-12-01 11:05:57.263473 | fa163ee6-8f4d-1548-de56-000000004301 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:53.455360 | 0.49s 2025-12-01 11:05:57.535005 | fa163ee6-8f4d-1548-de56-000000004301 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-12-01 11:05:57.537379 | fa163ee6-8f4d-1548-de56-000000004301 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:53.729265 | 0.76s 2025-12-01 11:05:57.804547 | fa163ee6-8f4d-1548-de56-000000004301 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-12-01 11:05:57.805559 | fa163ee6-8f4d-1548-de56-000000004301 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:53.997449 | 1.03s 2025-12-01 11:05:58.015294 | fa163ee6-8f4d-1548-de56-000000004301 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-12-01 11:05:58.015944 | fa163ee6-8f4d-1548-de56-000000004301 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:54.207839 | 1.24s 2025-12-01 11:05:58.259238 | fa163ee6-8f4d-1548-de56-000000004301 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-12-01 11:06:03.502048 | fa163ee6-8f4d-1548-de56-000000004301 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-12-01 11:06:03.503001 | fa163ee6-8f4d-1548-de56-000000004301 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:59.694894 | 6.73s 2025-12-01 11:06:03.780671 | fa163ee6-8f4d-1548-de56-000000004301 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-12-01 11:06:03.782416 | fa163ee6-8f4d-1548-de56-000000004301 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:59.974302 | 7.01s 2025-12-01 11:06:03.986101 | fa163ee6-8f4d-1548-de56-000000004301 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-12-01 11:06:03.988111 | fa163ee6-8f4d-1548-de56-000000004301 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:24:00.179997 | 7.21s 2025-12-01 11:06:04.218663 | fa163ee6-8f4d-1548-de56-000000004301 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-12-01 11:06:04.220076 | fa163ee6-8f4d-1548-de56-000000004301 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:24:00.411961 | 7.45s 2025-12-01 11:06:04.510652 | fa163ee6-8f4d-1548-de56-000000004301 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-12-01 11:06:04.511800 | fa163ee6-8f4d-1548-de56-000000004301 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:24:00.703685 | 7.74s 2025-12-01 11:06:04.520662 | fa163ee6-8f4d-1548-de56-000000004301 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:24:00.712547 | 7.75s 2025-12-01 11:06:04.539517 | fa163ee6-8f4d-1548-de56-000000004306 | TASK | Async creation of Keystone public endpoint 2025-12-01 11:06:04.887325 | fa163ee6-8f4d-1548-de56-000000004306 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-12-01 11:06:04.888914 | fa163ee6-8f4d-1548-de56-000000004306 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:24:01.080803 | 0.35s 2025-12-01 11:06:05.194053 | fa163ee6-8f4d-1548-de56-000000004306 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-12-01 11:06:05.194680 | fa163ee6-8f4d-1548-de56-000000004306 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:24:01.386575 | 0.65s 2025-12-01 11:06:05.468323 | fa163ee6-8f4d-1548-de56-000000004306 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-12-01 11:06:05.470025 | fa163ee6-8f4d-1548-de56-000000004306 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:24:01.661910 | 0.93s 2025-12-01 11:06:05.680864 | fa163ee6-8f4d-1548-de56-000000004306 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-12-01 11:06:05.681669 | fa163ee6-8f4d-1548-de56-000000004306 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:24:01.873560 | 1.14s 2025-12-01 11:06:05.686466 | fa163ee6-8f4d-1548-de56-000000004306 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:24:01.878349 | 1.15s 2025-12-01 11:06:05.705972 | fa163ee6-8f4d-1548-de56-000000004308 | TASK | Check Keystone public endpoint status 2025-12-01 11:06:06.016169 | fa163ee6-8f4d-1548-de56-000000004308 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-12-01 11:06:11.273146 | fa163ee6-8f4d-1548-de56-000000004308 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-12-01 11:06:11.274267 | fa163ee6-8f4d-1548-de56-000000004308 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:24:07.466156 | 5.57s 2025-12-01 11:06:11.540588 | fa163ee6-8f4d-1548-de56-000000004308 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-12-01 11:06:11.541816 | fa163ee6-8f4d-1548-de56-000000004308 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:24:07.733701 | 5.83s 2025-12-01 11:06:11.788833 | fa163ee6-8f4d-1548-de56-000000004308 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-12-01 11:06:11.790844 | fa163ee6-8f4d-1548-de56-000000004308 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:24:07.982724 | 6.08s 2025-12-01 11:06:12.036130 | fa163ee6-8f4d-1548-de56-000000004308 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-12-01 11:06:12.037884 | fa163ee6-8f4d-1548-de56-000000004308 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:24:08.229775 | 6.33s 2025-12-01 11:06:12.050563 | fa163ee6-8f4d-1548-de56-000000004308 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:24:08.242440 | 6.34s 2025-12-01 11:06:12.075100 | fa163ee6-8f4d-1548-de56-0000000041dc | TASK | Create Keystone admin endpoints 2025-12-01 11:06:12.146689 | fa163ee6-8f4d-1548-de56-0000000041dc | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:24:08.338566 | 0.07s 2025-12-01 11:06:12.167475 | fa163ee6-8f4d-1548-de56-0000000041dc | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:24:08.359356 | 0.09s 2025-12-01 11:06:12.183592 | fa163ee6-8f4d-1548-de56-0000000041dc | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:24:08.375473 | 0.11s 2025-12-01 11:06:12.201186 | f197ddbd-fccd-4a11-9a4c-325c5af11d83 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-01 11:06:12.211567 | 748856a2-194e-4474-86dc-6b688f9a646d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-01 11:06:12.236897 | fa163ee6-8f4d-1548-de56-000000004366 | TASK | Async creation of Keystone admin endpoint 2025-12-01 11:06:12.536841 | fa163ee6-8f4d-1548-de56-000000004366 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-12-01 11:06:12.538401 | fa163ee6-8f4d-1548-de56-000000004366 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:08.730280 | 0.30s 2025-12-01 11:06:12.821524 | fa163ee6-8f4d-1548-de56-000000004366 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-12-01 11:06:12.822822 | fa163ee6-8f4d-1548-de56-000000004366 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:09.014717 | 0.58s 2025-12-01 11:06:13.138289 | fa163ee6-8f4d-1548-de56-000000004366 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-12-01 11:06:13.139057 | fa163ee6-8f4d-1548-de56-000000004366 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:09.330950 | 0.90s 2025-12-01 11:06:13.408892 | fa163ee6-8f4d-1548-de56-000000004366 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-12-01 11:06:13.410882 | fa163ee6-8f4d-1548-de56-000000004366 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:09.602557 | 1.17s 2025-12-01 11:06:13.663321 | fa163ee6-8f4d-1548-de56-000000004366 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-12-01 11:06:13.663961 | fa163ee6-8f4d-1548-de56-000000004366 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:09.855855 | 1.43s 2025-12-01 11:06:13.911173 | fa163ee6-8f4d-1548-de56-000000004366 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-12-01 11:06:13.911820 | fa163ee6-8f4d-1548-de56-000000004366 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:10.103715 | 1.67s 2025-12-01 11:06:14.221192 | fa163ee6-8f4d-1548-de56-000000004366 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-12-01 11:06:14.222686 | fa163ee6-8f4d-1548-de56-000000004366 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:10.414574 | 1.98s 2025-12-01 11:06:14.519355 | fa163ee6-8f4d-1548-de56-000000004366 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-12-01 11:06:14.520210 | fa163ee6-8f4d-1548-de56-000000004366 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:10.712104 | 2.28s 2025-12-01 11:06:14.774632 | fa163ee6-8f4d-1548-de56-000000004366 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-12-01 11:06:14.777249 | fa163ee6-8f4d-1548-de56-000000004366 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:10.969129 | 2.54s 2025-12-01 11:06:15.012391 | fa163ee6-8f4d-1548-de56-000000004366 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-12-01 11:06:15.013041 | fa163ee6-8f4d-1548-de56-000000004366 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:11.204936 | 2.77s 2025-12-01 11:06:15.017252 | fa163ee6-8f4d-1548-de56-000000004366 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:11.209140 | 2.78s 2025-12-01 11:06:15.034067 | fa163ee6-8f4d-1548-de56-000000004368 | TASK | Check Keystone admin endpoint status 2025-12-01 11:06:15.252243 | fa163ee6-8f4d-1548-de56-000000004368 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-12-01 11:06:15.257373 | fa163ee6-8f4d-1548-de56-000000004368 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:11.449262 | 0.22s 2025-12-01 11:06:15.483678 | fa163ee6-8f4d-1548-de56-000000004368 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-12-01 11:06:15.484370 | fa163ee6-8f4d-1548-de56-000000004368 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:11.676249 | 0.45s 2025-12-01 11:06:15.732029 | fa163ee6-8f4d-1548-de56-000000004368 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-12-01 11:06:15.732849 | fa163ee6-8f4d-1548-de56-000000004368 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:11.924742 | 0.70s 2025-12-01 11:06:15.926642 | fa163ee6-8f4d-1548-de56-000000004368 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-12-01 11:06:15.927897 | fa163ee6-8f4d-1548-de56-000000004368 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:12.119791 | 0.89s 2025-12-01 11:06:16.146880 | fa163ee6-8f4d-1548-de56-000000004368 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-12-01 11:06:16.147754 | fa163ee6-8f4d-1548-de56-000000004368 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:12.339645 | 1.11s 2025-12-01 11:06:16.333247 | fa163ee6-8f4d-1548-de56-000000004368 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-12-01 11:06:21.566642 | fa163ee6-8f4d-1548-de56-000000004368 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-12-01 11:06:21.568192 | fa163ee6-8f4d-1548-de56-000000004368 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:17.760073 | 6.53s 2025-12-01 11:06:21.809449 | fa163ee6-8f4d-1548-de56-000000004368 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-12-01 11:06:21.811519 | fa163ee6-8f4d-1548-de56-000000004368 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:18.003405 | 6.78s 2025-12-01 11:06:22.032792 | fa163ee6-8f4d-1548-de56-000000004368 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-12-01 11:06:22.033940 | fa163ee6-8f4d-1548-de56-000000004368 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:18.225824 | 7.00s 2025-12-01 11:06:22.262959 | fa163ee6-8f4d-1548-de56-000000004368 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-12-01 11:06:22.264988 | fa163ee6-8f4d-1548-de56-000000004368 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:18.456873 | 7.23s 2025-12-01 11:06:22.552569 | fa163ee6-8f4d-1548-de56-000000004368 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-12-01 11:06:22.554121 | fa163ee6-8f4d-1548-de56-000000004368 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:18.746012 | 7.52s 2025-12-01 11:06:22.566342 | fa163ee6-8f4d-1548-de56-000000004368 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:18.758228 | 7.53s 2025-12-01 11:06:22.586041 | fa163ee6-8f4d-1548-de56-00000000436d | TASK | Async creation of Keystone admin endpoint 2025-12-01 11:06:22.897001 | fa163ee6-8f4d-1548-de56-00000000436d | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-12-01 11:06:22.899263 | fa163ee6-8f4d-1548-de56-00000000436d | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:19.091137 | 0.31s 2025-12-01 11:06:23.218345 | fa163ee6-8f4d-1548-de56-00000000436d | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-12-01 11:06:23.219086 | fa163ee6-8f4d-1548-de56-00000000436d | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:19.410980 | 0.63s 2025-12-01 11:06:23.492080 | fa163ee6-8f4d-1548-de56-00000000436d | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-12-01 11:06:23.492782 | fa163ee6-8f4d-1548-de56-00000000436d | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:19.684676 | 0.91s 2025-12-01 11:06:23.938350 | fa163ee6-8f4d-1548-de56-00000000436d | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-12-01 11:06:23.939361 | fa163ee6-8f4d-1548-de56-00000000436d | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:20.131248 | 1.35s 2025-12-01 11:06:23.945588 | fa163ee6-8f4d-1548-de56-00000000436d | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:24:20.137470 | 1.36s 2025-12-01 11:06:23.967116 | fa163ee6-8f4d-1548-de56-00000000436f | TASK | Check Keystone admin endpoint status 2025-12-01 11:06:24.227344 | fa163ee6-8f4d-1548-de56-00000000436f | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-12-01 11:06:29.452655 | fa163ee6-8f4d-1548-de56-00000000436f | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-12-01 11:06:29.453563 | fa163ee6-8f4d-1548-de56-00000000436f | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:25.645445 | 5.48s 2025-12-01 11:06:29.725376 | fa163ee6-8f4d-1548-de56-00000000436f | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-12-01 11:06:29.726178 | fa163ee6-8f4d-1548-de56-00000000436f | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:25.918070 | 5.76s 2025-12-01 11:06:29.959902 | fa163ee6-8f4d-1548-de56-00000000436f | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-12-01 11:06:29.960703 | fa163ee6-8f4d-1548-de56-00000000436f | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:26.152595 | 5.99s 2025-12-01 11:06:30.209093 | fa163ee6-8f4d-1548-de56-00000000436f | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-12-01 11:06:30.210960 | fa163ee6-8f4d-1548-de56-00000000436f | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:26.402847 | 6.24s 2025-12-01 11:06:30.221462 | fa163ee6-8f4d-1548-de56-00000000436f | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:24:26.413348 | 6.25s 2025-12-01 11:06:30.239028 | fa163ee6-8f4d-1548-de56-0000000041e1 | TASK | Create Keystone internal endpoints 2025-12-01 11:06:30.355570 | fa163ee6-8f4d-1548-de56-0000000041e1 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:24:26.547437 | 0.11s 2025-12-01 11:06:30.374631 | fa163ee6-8f4d-1548-de56-0000000041e1 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:24:26.566512 | 0.13s 2025-12-01 11:06:30.387810 | fa163ee6-8f4d-1548-de56-0000000041e1 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:24:26.579699 | 0.15s 2025-12-01 11:06:30.397413 | 512262c5-fcad-41d5-9d7c-6d207d690784 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-01 11:06:30.402272 | 3c04b0f7-0c2f-4275-8c97-3ef9409eb3ef | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-01 11:06:30.420023 | fa163ee6-8f4d-1548-de56-0000000043cd | TASK | Async creation of Keystone internal endpoint 2025-12-01 11:06:30.766775 | fa163ee6-8f4d-1548-de56-0000000043cd | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-12-01 11:06:30.768363 | fa163ee6-8f4d-1548-de56-0000000043cd | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:26.960234 | 0.35s 2025-12-01 11:06:31.084468 | fa163ee6-8f4d-1548-de56-0000000043cd | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-12-01 11:06:31.086309 | fa163ee6-8f4d-1548-de56-0000000043cd | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:27.278192 | 0.66s 2025-12-01 11:06:31.374827 | fa163ee6-8f4d-1548-de56-0000000043cd | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-12-01 11:06:31.375974 | fa163ee6-8f4d-1548-de56-0000000043cd | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:27.567869 | 0.95s 2025-12-01 11:06:31.675811 | fa163ee6-8f4d-1548-de56-0000000043cd | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-12-01 11:06:31.676457 | fa163ee6-8f4d-1548-de56-0000000043cd | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:27.868353 | 1.26s 2025-12-01 11:06:31.952603 | fa163ee6-8f4d-1548-de56-0000000043cd | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-12-01 11:06:31.953755 | fa163ee6-8f4d-1548-de56-0000000043cd | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:28.145650 | 1.53s 2025-12-01 11:06:32.213657 | fa163ee6-8f4d-1548-de56-0000000043cd | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-12-01 11:06:32.214740 | fa163ee6-8f4d-1548-de56-0000000043cd | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:28.406600 | 1.79s 2025-12-01 11:06:32.505071 | fa163ee6-8f4d-1548-de56-0000000043cd | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-12-01 11:06:32.505685 | fa163ee6-8f4d-1548-de56-0000000043cd | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:28.697578 | 2.08s 2025-12-01 11:06:32.737221 | fa163ee6-8f4d-1548-de56-0000000043cd | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-12-01 11:06:32.739011 | fa163ee6-8f4d-1548-de56-0000000043cd | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:28.930905 | 2.32s 2025-12-01 11:06:33.069399 | fa163ee6-8f4d-1548-de56-0000000043cd | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-12-01 11:06:33.070373 | fa163ee6-8f4d-1548-de56-0000000043cd | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:29.262260 | 2.65s 2025-12-01 11:06:33.331881 | fa163ee6-8f4d-1548-de56-0000000043cd | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-12-01 11:06:33.332597 | fa163ee6-8f4d-1548-de56-0000000043cd | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:29.524491 | 2.91s 2025-12-01 11:06:33.339127 | fa163ee6-8f4d-1548-de56-0000000043cd | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:29.531010 | 2.92s 2025-12-01 11:06:33.366449 | fa163ee6-8f4d-1548-de56-0000000043cf | TASK | Check Keystone internal endpoint status 2025-12-01 11:06:33.664000 | fa163ee6-8f4d-1548-de56-0000000043cf | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-12-01 11:06:33.664915 | fa163ee6-8f4d-1548-de56-0000000043cf | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:29.856808 | 0.30s 2025-12-01 11:06:33.921020 | fa163ee6-8f4d-1548-de56-0000000043cf | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-12-01 11:06:33.921739 | fa163ee6-8f4d-1548-de56-0000000043cf | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:30.113633 | 0.55s 2025-12-01 11:06:34.130027 | fa163ee6-8f4d-1548-de56-0000000043cf | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-12-01 11:06:34.131591 | fa163ee6-8f4d-1548-de56-0000000043cf | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:30.323485 | 0.76s 2025-12-01 11:06:34.391662 | fa163ee6-8f4d-1548-de56-0000000043cf | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-12-01 11:06:34.392461 | fa163ee6-8f4d-1548-de56-0000000043cf | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:30.584355 | 1.02s 2025-12-01 11:06:34.636830 | fa163ee6-8f4d-1548-de56-0000000043cf | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-12-01 11:06:34.638769 | fa163ee6-8f4d-1548-de56-0000000043cf | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:30.830651 | 1.27s 2025-12-01 11:06:34.856754 | fa163ee6-8f4d-1548-de56-0000000043cf | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-12-01 11:06:34.857486 | fa163ee6-8f4d-1548-de56-0000000043cf | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:31.049379 | 1.49s 2025-12-01 11:06:35.082906 | fa163ee6-8f4d-1548-de56-0000000043cf | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-12-01 11:06:35.085751 | fa163ee6-8f4d-1548-de56-0000000043cf | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:31.277599 | 1.72s 2025-12-01 11:06:35.290984 | fa163ee6-8f4d-1548-de56-0000000043cf | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-12-01 11:06:35.292844 | fa163ee6-8f4d-1548-de56-0000000043cf | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:31.484730 | 1.93s 2025-12-01 11:06:35.589901 | fa163ee6-8f4d-1548-de56-0000000043cf | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-12-01 11:06:35.591605 | fa163ee6-8f4d-1548-de56-0000000043cf | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:31.783484 | 2.22s 2025-12-01 11:06:35.821831 | fa163ee6-8f4d-1548-de56-0000000043cf | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-12-01 11:06:35.823017 | fa163ee6-8f4d-1548-de56-0000000043cf | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:32.014902 | 2.46s 2025-12-01 11:06:35.836879 | fa163ee6-8f4d-1548-de56-0000000043cf | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:32.028751 | 2.47s 2025-12-01 11:06:35.864242 | fa163ee6-8f4d-1548-de56-0000000043d4 | TASK | Async creation of Keystone internal endpoint 2025-12-01 11:06:36.218923 | fa163ee6-8f4d-1548-de56-0000000043d4 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-12-01 11:06:36.220541 | fa163ee6-8f4d-1548-de56-0000000043d4 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:32.412423 | 0.35s 2025-12-01 11:06:36.545271 | fa163ee6-8f4d-1548-de56-0000000043d4 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-12-01 11:06:36.547060 | fa163ee6-8f4d-1548-de56-0000000043d4 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:32.738954 | 0.68s 2025-12-01 11:06:36.824292 | fa163ee6-8f4d-1548-de56-0000000043d4 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-12-01 11:06:36.825064 | fa163ee6-8f4d-1548-de56-0000000043d4 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:33.016955 | 0.96s 2025-12-01 11:06:37.137878 | fa163ee6-8f4d-1548-de56-0000000043d4 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-12-01 11:06:37.138451 | fa163ee6-8f4d-1548-de56-0000000043d4 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:33.330346 | 1.27s 2025-12-01 11:06:37.141516 | fa163ee6-8f4d-1548-de56-0000000043d4 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:24:33.333413 | 1.28s 2025-12-01 11:06:37.156787 | fa163ee6-8f4d-1548-de56-0000000043d6 | TASK | Check Keystone internal endpoint status 2025-12-01 11:06:37.379207 | fa163ee6-8f4d-1548-de56-0000000043d6 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-12-01 11:06:42.603462 | fa163ee6-8f4d-1548-de56-0000000043d6 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-12-01 11:06:42.605107 | fa163ee6-8f4d-1548-de56-0000000043d6 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:38.796995 | 5.45s 2025-12-01 11:06:42.845177 | fa163ee6-8f4d-1548-de56-0000000043d6 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-12-01 11:06:42.845986 | fa163ee6-8f4d-1548-de56-0000000043d6 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:39.037877 | 5.69s 2025-12-01 11:06:43.088963 | fa163ee6-8f4d-1548-de56-0000000043d6 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-12-01 11:06:43.089973 | fa163ee6-8f4d-1548-de56-0000000043d6 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:39.281862 | 5.93s 2025-12-01 11:06:43.331737 | fa163ee6-8f4d-1548-de56-0000000043d6 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-12-01 11:06:43.333475 | fa163ee6-8f4d-1548-de56-0000000043d6 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:39.525365 | 6.18s 2025-12-01 11:06:43.345410 | fa163ee6-8f4d-1548-de56-0000000043d6 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:24:39.537291 | 6.19s 2025-12-01 11:06:43.367448 | fa163ee6-8f4d-1548-de56-000000003d2a | TASK | Run cleanup tasks 2025-12-01 11:06:43.413367 | fa163ee6-8f4d-1548-de56-000000003d2a | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:24:39.605225 | 0.04s 2025-12-01 11:06:43.434004 | f3824ec3-21e5-4501-8fcd-e2e347a6f76d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-12-01 11:06:43.505805 | fa163ee6-8f4d-1548-de56-00000000442e | TASK | Get list of enabled services 2025-12-01 11:06:46.076847 | fa163ee6-8f4d-1548-de56-00000000442e | CHANGED | Get list of enabled services | undercloud 2025-12-01 11:06:46.078331 | fa163ee6-8f4d-1548-de56-00000000442e | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:24:42.270216 | 2.57s 2025-12-01 11:06:46.097811 | fa163ee6-8f4d-1548-de56-00000000442f | TASK | List services to be disabled 2025-12-01 11:06:46.183495 | fa163ee6-8f4d-1548-de56-00000000442f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-12-01 11:06:46.221110 | fa163ee6-8f4d-1548-de56-00000000442f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-12-01 11:06:46.272482 | fa163ee6-8f4d-1548-de56-00000000442f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-12-01 11:06:46.327870 | fa163ee6-8f4d-1548-de56-00000000442f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-12-01 11:06:46.371298 | fa163ee6-8f4d-1548-de56-00000000442f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-12-01 11:06:46.401210 | fa163ee6-8f4d-1548-de56-00000000442f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-12-01 11:06:46.440763 | fa163ee6-8f4d-1548-de56-00000000442f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-12-01 11:06:46.471218 | fa163ee6-8f4d-1548-de56-00000000442f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-12-01 11:06:46.497686 | fa163ee6-8f4d-1548-de56-00000000442f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-12-01 11:06:46.526779 | fa163ee6-8f4d-1548-de56-00000000442f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-12-01 11:06:46.553751 | fa163ee6-8f4d-1548-de56-00000000442f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-12-01 11:06:46.581382 | fa163ee6-8f4d-1548-de56-00000000442f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-12-01 11:06:46.608944 | fa163ee6-8f4d-1548-de56-00000000442f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-12-01 11:06:46.638765 | fa163ee6-8f4d-1548-de56-00000000442f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-12-01 11:06:46.664837 | fa163ee6-8f4d-1548-de56-00000000442f | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-12-01 11:06:46.677532 | fa163ee6-8f4d-1548-de56-00000000442f | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:24:42.869413 | 0.58s 2025-12-01 11:06:46.698233 | fa163ee6-8f4d-1548-de56-000000004430 | TASK | Delete keystone services not enabled 2025-12-01 11:06:46.729957 | fa163ee6-8f4d-1548-de56-000000004430 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:24:42.921829 | 0.03s 2025-12-01 11:06:46.748950 | fa163ee6-8f4d-1548-de56-000000003d2b | TASK | Create Keystone Roles 2025-12-01 11:06:46.850493 | fa163ee6-8f4d-1548-de56-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:24:43.042360 | 0.10s 2025-12-01 11:06:46.870159 | fa163ee6-8f4d-1548-de56-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:24:43.062043 | 0.12s 2025-12-01 11:06:46.881988 | fa163ee6-8f4d-1548-de56-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:24:43.073874 | 0.13s 2025-12-01 11:06:46.897697 | 86d9889b-67be-40ec-8b7c-416de7f6f5a6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-12-01 11:06:46.906250 | ddfc8414-314c-4fb3-b567-1125c6e96dae | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-12-01 11:06:46.972151 | fa163ee6-8f4d-1548-de56-00000000459e | TASK | Async creation of Keystone role 2025-12-01 11:06:47.326547 | fa163ee6-8f4d-1548-de56-00000000459e | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-12-01 11:06:47.327735 | fa163ee6-8f4d-1548-de56-00000000459e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:43.519615 | 0.35s 2025-12-01 11:06:47.635962 | fa163ee6-8f4d-1548-de56-00000000459e | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-12-01 11:06:47.637228 | fa163ee6-8f4d-1548-de56-00000000459e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:43.829120 | 0.66s 2025-12-01 11:06:47.998519 | fa163ee6-8f4d-1548-de56-00000000459e | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-12-01 11:06:47.999551 | fa163ee6-8f4d-1548-de56-00000000459e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:44.191443 | 1.03s 2025-12-01 11:06:48.302813 | fa163ee6-8f4d-1548-de56-00000000459e | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-12-01 11:06:48.303561 | fa163ee6-8f4d-1548-de56-00000000459e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:44.495453 | 1.33s 2025-12-01 11:06:48.594204 | fa163ee6-8f4d-1548-de56-00000000459e | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-12-01 11:06:48.595984 | fa163ee6-8f4d-1548-de56-00000000459e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:44.787869 | 1.62s 2025-12-01 11:06:48.881783 | fa163ee6-8f4d-1548-de56-00000000459e | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-12-01 11:06:48.883336 | fa163ee6-8f4d-1548-de56-00000000459e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:45.075222 | 1.91s 2025-12-01 11:06:49.155973 | fa163ee6-8f4d-1548-de56-00000000459e | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-12-01 11:06:49.158080 | fa163ee6-8f4d-1548-de56-00000000459e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:45.349961 | 2.18s 2025-12-01 11:06:49.533664 | fa163ee6-8f4d-1548-de56-00000000459e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-12-01 11:06:49.535861 | fa163ee6-8f4d-1548-de56-00000000459e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:45.727746 | 2.56s 2025-12-01 11:06:49.818668 | fa163ee6-8f4d-1548-de56-00000000459e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-12-01 11:06:49.819982 | fa163ee6-8f4d-1548-de56-00000000459e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:46.011863 | 2.85s 2025-12-01 11:06:50.118039 | fa163ee6-8f4d-1548-de56-00000000459e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-12-01 11:06:50.126708 | fa163ee6-8f4d-1548-de56-00000000459e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:46.318576 | 3.15s 2025-12-01 11:06:50.145974 | fa163ee6-8f4d-1548-de56-00000000459e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:46.337856 | 3.17s 2025-12-01 11:06:50.161271 | fa163ee6-8f4d-1548-de56-0000000045a0 | TASK | Check Keystone role status 2025-12-01 11:06:50.445822 | fa163ee6-8f4d-1548-de56-0000000045a0 | CHANGED | Check Keystone role status | undercloud | item=service 2025-12-01 11:06:50.449523 | fa163ee6-8f4d-1548-de56-0000000045a0 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:46.641398 | 0.29s 2025-12-01 11:06:50.750332 | fa163ee6-8f4d-1548-de56-0000000045a0 | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-12-01 11:06:50.752781 | fa163ee6-8f4d-1548-de56-0000000045a0 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:46.944662 | 0.59s 2025-12-01 11:06:51.003543 | fa163ee6-8f4d-1548-de56-0000000045a0 | CHANGED | Check Keystone role status | undercloud | item=creator 2025-12-01 11:06:51.005056 | fa163ee6-8f4d-1548-de56-0000000045a0 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:47.196937 | 0.84s 2025-12-01 11:06:51.301156 | fa163ee6-8f4d-1548-de56-0000000045a0 | CHANGED | Check Keystone role status | undercloud | item=observer 2025-12-01 11:06:51.302781 | fa163ee6-8f4d-1548-de56-0000000045a0 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:47.494663 | 1.14s 2025-12-01 11:06:51.615127 | fa163ee6-8f4d-1548-de56-0000000045a0 | CHANGED | Check Keystone role status | undercloud | item=audit 2025-12-01 11:06:51.617295 | fa163ee6-8f4d-1548-de56-0000000045a0 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:47.809174 | 1.46s 2025-12-01 11:06:51.858451 | fa163ee6-8f4d-1548-de56-0000000045a0 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-12-01 11:06:51.859671 | fa163ee6-8f4d-1548-de56-0000000045a0 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:48.051556 | 1.70s 2025-12-01 11:06:52.140219 | fa163ee6-8f4d-1548-de56-0000000045a0 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-12-01 11:06:52.142122 | fa163ee6-8f4d-1548-de56-0000000045a0 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:48.334005 | 1.98s 2025-12-01 11:06:52.409867 | fa163ee6-8f4d-1548-de56-0000000045a0 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-12-01 11:06:52.411057 | fa163ee6-8f4d-1548-de56-0000000045a0 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:48.602950 | 2.25s 2025-12-01 11:06:52.646551 | fa163ee6-8f4d-1548-de56-0000000045a0 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-12-01 11:06:52.648549 | fa163ee6-8f4d-1548-de56-0000000045a0 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:48.840442 | 2.49s 2025-12-01 11:06:52.922003 | fa163ee6-8f4d-1548-de56-0000000045a0 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-12-01 11:06:52.923171 | fa163ee6-8f4d-1548-de56-0000000045a0 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:49.115055 | 2.76s 2025-12-01 11:06:52.932081 | fa163ee6-8f4d-1548-de56-0000000045a0 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:49.123965 | 2.77s 2025-12-01 11:06:52.951931 | fa163ee6-8f4d-1548-de56-0000000045a5 | TASK | Async creation of Keystone role 2025-12-01 11:06:53.314050 | fa163ee6-8f4d-1548-de56-0000000045a5 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-12-01 11:06:53.315475 | fa163ee6-8f4d-1548-de56-0000000045a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:49.507360 | 0.36s 2025-12-01 11:06:53.622211 | fa163ee6-8f4d-1548-de56-0000000045a5 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-12-01 11:06:53.624513 | fa163ee6-8f4d-1548-de56-0000000045a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:49.816398 | 0.67s 2025-12-01 11:06:53.915034 | fa163ee6-8f4d-1548-de56-0000000045a5 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-12-01 11:06:53.916164 | fa163ee6-8f4d-1548-de56-0000000045a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:50.108057 | 0.96s 2025-12-01 11:06:53.926241 | fa163ee6-8f4d-1548-de56-0000000045a5 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:24:50.118128 | 0.97s 2025-12-01 11:06:53.940944 | fa163ee6-8f4d-1548-de56-0000000045a7 | TASK | Check Keystone role status 2025-12-01 11:06:54.178461 | fa163ee6-8f4d-1548-de56-0000000045a7 | WAITING | Check Keystone role status | undercloud | 30 retries left 2025-12-01 11:06:59.435150 | fa163ee6-8f4d-1548-de56-0000000045a7 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-12-01 11:06:59.437397 | fa163ee6-8f4d-1548-de56-0000000045a7 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:55.629275 | 5.50s 2025-12-01 11:06:59.690637 | fa163ee6-8f4d-1548-de56-0000000045a7 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-12-01 11:06:59.692661 | fa163ee6-8f4d-1548-de56-0000000045a7 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:55.884546 | 5.75s 2025-12-01 11:06:59.941530 | fa163ee6-8f4d-1548-de56-0000000045a7 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-12-01 11:06:59.942833 | fa163ee6-8f4d-1548-de56-0000000045a7 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:56.134683 | 6.00s 2025-12-01 11:06:59.950308 | fa163ee6-8f4d-1548-de56-0000000045a7 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:56.142184 | 6.01s 2025-12-01 11:06:59.971690 | fa163ee6-8f4d-1548-de56-000000003d2d | TASK | Create Keystone Users 2025-12-01 11:07:00.061170 | fa163ee6-8f4d-1548-de56-000000003d2d | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:24:56.253033 | 0.09s 2025-12-01 11:07:00.079259 | fa163ee6-8f4d-1548-de56-000000003d2d | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:24:56.271146 | 0.11s 2025-12-01 11:07:00.087233 | fa163ee6-8f4d-1548-de56-000000003d2d | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:24:56.279108 | 0.11s 2025-12-01 11:07:00.110594 | 4535241c-dab5-41cb-b732-147e5da13816 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-12-01 11:07:00.124494 | 580fde51-e3cf-4672-93cf-533e585e7950 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-12-01 11:07:00.190082 | fa163ee6-8f4d-1548-de56-00000000474f | TASK | Check password of Keystone user 2025-12-01 11:07:01.231078 | fa163ee6-8f4d-1548-de56-00000000474f | 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-12-01 11:07:01.232549 | fa163ee6-8f4d-1548-de56-00000000474f | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:57.424427 | 1.04s 2025-12-01 11:07:02.157326 | fa163ee6-8f4d-1548-de56-00000000474f | 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-12-01 11:07:02.158835 | fa163ee6-8f4d-1548-de56-00000000474f | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:58.350720 | 1.97s 2025-12-01 11:07:03.074243 | fa163ee6-8f4d-1548-de56-00000000474f | 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-12-01 11:07:03.076185 | fa163ee6-8f4d-1548-de56-00000000474f | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:59.268070 | 2.89s 2025-12-01 11:07:04.078984 | fa163ee6-8f4d-1548-de56-00000000474f | 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-12-01 11:07:04.080436 | fa163ee6-8f4d-1548-de56-00000000474f | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:00.272319 | 3.89s 2025-12-01 11:07:05.040564 | fa163ee6-8f4d-1548-de56-00000000474f | 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-12-01 11:07:05.042558 | fa163ee6-8f4d-1548-de56-00000000474f | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:01.234442 | 4.85s 2025-12-01 11:07:05.957031 | fa163ee6-8f4d-1548-de56-00000000474f | 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-12-01 11:07:05.958930 | fa163ee6-8f4d-1548-de56-00000000474f | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:02.150815 | 5.77s 2025-12-01 11:07:06.884738 | fa163ee6-8f4d-1548-de56-00000000474f | 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-12-01 11:07:06.885313 | fa163ee6-8f4d-1548-de56-00000000474f | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:03.077207 | 6.69s 2025-12-01 11:07:07.863821 | fa163ee6-8f4d-1548-de56-00000000474f | 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-12-01 11:07:07.865236 | fa163ee6-8f4d-1548-de56-00000000474f | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:04.057125 | 7.67s 2025-12-01 11:07:08.770939 | fa163ee6-8f4d-1548-de56-00000000474f | 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-12-01 11:07:08.771601 | fa163ee6-8f4d-1548-de56-00000000474f | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:04.963492 | 8.58s 2025-12-01 11:07:09.702944 | fa163ee6-8f4d-1548-de56-00000000474f | 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-12-01 11:07:09.704656 | fa163ee6-8f4d-1548-de56-00000000474f | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:05.896547 | 9.51s 2025-12-01 11:07:09.715210 | fa163ee6-8f4d-1548-de56-00000000474f | 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-12-01 11:07:09.716244 | fa163ee6-8f4d-1548-de56-00000000474f | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:05.908130 | 9.53s 2025-12-01 11:07:09.737775 | fa163ee6-8f4d-1548-de56-000000004751 | TASK | Async creation of Keystone user 2025-12-01 11:07:10.113441 | fa163ee6-8f4d-1548-de56-000000004751 | CHANGED | Async creation of Keystone user | undercloud 2025-12-01 11:07:10.115869 | fa163ee6-8f4d-1548-de56-000000004751 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:06.307747 | 0.38s 2025-12-01 11:07:10.400135 | fa163ee6-8f4d-1548-de56-000000004751 | CHANGED | Async creation of Keystone user | undercloud 2025-12-01 11:07:10.400745 | fa163ee6-8f4d-1548-de56-000000004751 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:06.592638 | 0.66s 2025-12-01 11:07:10.728923 | fa163ee6-8f4d-1548-de56-000000004751 | CHANGED | Async creation of Keystone user | undercloud 2025-12-01 11:07:10.730234 | fa163ee6-8f4d-1548-de56-000000004751 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:06.922124 | 0.99s 2025-12-01 11:07:11.059842 | fa163ee6-8f4d-1548-de56-000000004751 | CHANGED | Async creation of Keystone user | undercloud 2025-12-01 11:07:11.060402 | fa163ee6-8f4d-1548-de56-000000004751 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:07.252297 | 1.32s 2025-12-01 11:07:11.341319 | fa163ee6-8f4d-1548-de56-000000004751 | CHANGED | Async creation of Keystone user | undercloud 2025-12-01 11:07:11.342128 | fa163ee6-8f4d-1548-de56-000000004751 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:07.534019 | 1.60s 2025-12-01 11:07:11.647491 | fa163ee6-8f4d-1548-de56-000000004751 | CHANGED | Async creation of Keystone user | undercloud 2025-12-01 11:07:11.648255 | fa163ee6-8f4d-1548-de56-000000004751 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:07.840145 | 1.91s 2025-12-01 11:07:11.965701 | fa163ee6-8f4d-1548-de56-000000004751 | CHANGED | Async creation of Keystone user | undercloud 2025-12-01 11:07:11.966759 | fa163ee6-8f4d-1548-de56-000000004751 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:08.158651 | 2.23s 2025-12-01 11:07:12.291648 | fa163ee6-8f4d-1548-de56-000000004751 | CHANGED | Async creation of Keystone user | undercloud 2025-12-01 11:07:12.292306 | fa163ee6-8f4d-1548-de56-000000004751 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:08.484199 | 2.55s 2025-12-01 11:07:12.578276 | fa163ee6-8f4d-1548-de56-000000004751 | CHANGED | Async creation of Keystone user | undercloud 2025-12-01 11:07:12.578921 | fa163ee6-8f4d-1548-de56-000000004751 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:08.770814 | 2.84s 2025-12-01 11:07:12.923470 | fa163ee6-8f4d-1548-de56-000000004751 | CHANGED | Async creation of Keystone user | undercloud 2025-12-01 11:07:12.925108 | fa163ee6-8f4d-1548-de56-000000004751 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:09.116998 | 3.19s 2025-12-01 11:07:12.935442 | fa163ee6-8f4d-1548-de56-000000004751 | CHANGED | Async creation of Keystone user | undercloud 2025-12-01 11:07:12.936485 | fa163ee6-8f4d-1548-de56-000000004751 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:09.128372 | 3.20s 2025-12-01 11:07:12.955141 | fa163ee6-8f4d-1548-de56-000000004753 | TASK | Check Keystone user status 2025-12-01 11:07:13.259854 | fa163ee6-8f4d-1548-de56-000000004753 | CHANGED | Check Keystone user status | undercloud 2025-12-01 11:07:13.260846 | fa163ee6-8f4d-1548-de56-000000004753 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:09.452736 | 0.30s 2025-12-01 11:07:13.536682 | fa163ee6-8f4d-1548-de56-000000004753 | CHANGED | Check Keystone user status | undercloud 2025-12-01 11:07:13.537383 | fa163ee6-8f4d-1548-de56-000000004753 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:09.729275 | 0.58s 2025-12-01 11:07:13.790273 | fa163ee6-8f4d-1548-de56-000000004753 | CHANGED | Check Keystone user status | undercloud 2025-12-01 11:07:13.791690 | fa163ee6-8f4d-1548-de56-000000004753 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:09.983577 | 0.84s 2025-12-01 11:07:14.058905 | fa163ee6-8f4d-1548-de56-000000004753 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-12-01 11:07:19.281808 | fa163ee6-8f4d-1548-de56-000000004753 | CHANGED | Check Keystone user status | undercloud 2025-12-01 11:07:19.283872 | fa163ee6-8f4d-1548-de56-000000004753 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:15.475754 | 6.33s 2025-12-01 11:07:19.556194 | fa163ee6-8f4d-1548-de56-000000004753 | CHANGED | Check Keystone user status | undercloud 2025-12-01 11:07:19.557167 | fa163ee6-8f4d-1548-de56-000000004753 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:15.749051 | 6.60s 2025-12-01 11:07:19.798873 | fa163ee6-8f4d-1548-de56-000000004753 | CHANGED | Check Keystone user status | undercloud 2025-12-01 11:07:19.799673 | fa163ee6-8f4d-1548-de56-000000004753 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:15.991564 | 6.84s 2025-12-01 11:07:20.069532 | fa163ee6-8f4d-1548-de56-000000004753 | CHANGED | Check Keystone user status | undercloud 2025-12-01 11:07:20.070272 | fa163ee6-8f4d-1548-de56-000000004753 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:16.262165 | 7.11s 2025-12-01 11:07:20.349152 | fa163ee6-8f4d-1548-de56-000000004753 | CHANGED | Check Keystone user status | undercloud 2025-12-01 11:07:20.350606 | fa163ee6-8f4d-1548-de56-000000004753 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:16.542490 | 7.39s 2025-12-01 11:07:20.579161 | fa163ee6-8f4d-1548-de56-000000004753 | CHANGED | Check Keystone user status | undercloud 2025-12-01 11:07:20.580119 | fa163ee6-8f4d-1548-de56-000000004753 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:16.772006 | 7.62s 2025-12-01 11:07:20.791207 | fa163ee6-8f4d-1548-de56-000000004753 | CHANGED | Check Keystone user status | undercloud 2025-12-01 11:07:20.792053 | fa163ee6-8f4d-1548-de56-000000004753 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:16.983942 | 7.84s 2025-12-01 11:07:20.797752 | fa163ee6-8f4d-1548-de56-000000004753 | CHANGED | Check Keystone user status | undercloud 2025-12-01 11:07:20.799071 | fa163ee6-8f4d-1548-de56-000000004753 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:16.990953 | 7.84s 2025-12-01 11:07:20.821276 | fa163ee6-8f4d-1548-de56-000000004758 | TASK | Check password of Keystone user 2025-12-01 11:07:21.793838 | fa163ee6-8f4d-1548-de56-000000004758 | 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-12-01 11:07:21.796003 | fa163ee6-8f4d-1548-de56-000000004758 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:17.987885 | 0.97s 2025-12-01 11:07:22.757286 | fa163ee6-8f4d-1548-de56-000000004758 | 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-12-01 11:07:22.759663 | fa163ee6-8f4d-1548-de56-000000004758 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:18.951547 | 1.94s 2025-12-01 11:07:23.782270 | fa163ee6-8f4d-1548-de56-000000004758 | 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-12-01 11:07:23.785093 | fa163ee6-8f4d-1548-de56-000000004758 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:19.976981 | 2.96s 2025-12-01 11:07:24.959934 | fa163ee6-8f4d-1548-de56-000000004758 | 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-12-01 11:07:24.961879 | fa163ee6-8f4d-1548-de56-000000004758 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:21.153762 | 4.14s 2025-12-01 11:07:25.895502 | fa163ee6-8f4d-1548-de56-000000004758 | 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-12-01 11:07:25.897359 | fa163ee6-8f4d-1548-de56-000000004758 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:22.089242 | 5.07s 2025-12-01 11:07:26.847349 | fa163ee6-8f4d-1548-de56-000000004758 | 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-12-01 11:07:26.850676 | fa163ee6-8f4d-1548-de56-000000004758 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:23.042556 | 6.03s 2025-12-01 11:07:27.762244 | fa163ee6-8f4d-1548-de56-000000004758 | 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-12-01 11:07:27.763668 | fa163ee6-8f4d-1548-de56-000000004758 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:23.955549 | 6.94s 2025-12-01 11:07:27.775808 | fa163ee6-8f4d-1548-de56-000000004758 | 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-12-01 11:07:27.776867 | fa163ee6-8f4d-1548-de56-000000004758 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:23.968754 | 6.95s 2025-12-01 11:07:27.796497 | fa163ee6-8f4d-1548-de56-00000000475a | TASK | Async creation of Keystone user 2025-12-01 11:07:28.163993 | fa163ee6-8f4d-1548-de56-00000000475a | CHANGED | Async creation of Keystone user | undercloud 2025-12-01 11:07:28.165836 | fa163ee6-8f4d-1548-de56-00000000475a | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:24.357713 | 0.37s 2025-12-01 11:07:28.515498 | fa163ee6-8f4d-1548-de56-00000000475a | CHANGED | Async creation of Keystone user | undercloud 2025-12-01 11:07:28.516938 | fa163ee6-8f4d-1548-de56-00000000475a | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:24.708823 | 0.72s 2025-12-01 11:07:28.894528 | fa163ee6-8f4d-1548-de56-00000000475a | CHANGED | Async creation of Keystone user | undercloud 2025-12-01 11:07:28.896325 | fa163ee6-8f4d-1548-de56-00000000475a | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:25.088212 | 1.10s 2025-12-01 11:07:29.231668 | fa163ee6-8f4d-1548-de56-00000000475a | CHANGED | Async creation of Keystone user | undercloud 2025-12-01 11:07:29.234512 | fa163ee6-8f4d-1548-de56-00000000475a | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:25.426396 | 1.44s 2025-12-01 11:07:29.576089 | fa163ee6-8f4d-1548-de56-00000000475a | CHANGED | Async creation of Keystone user | undercloud 2025-12-01 11:07:29.577928 | fa163ee6-8f4d-1548-de56-00000000475a | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:25.769816 | 1.78s 2025-12-01 11:07:29.968079 | fa163ee6-8f4d-1548-de56-00000000475a | CHANGED | Async creation of Keystone user | undercloud 2025-12-01 11:07:29.970301 | fa163ee6-8f4d-1548-de56-00000000475a | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:26.162182 | 2.17s 2025-12-01 11:07:30.280927 | fa163ee6-8f4d-1548-de56-00000000475a | CHANGED | Async creation of Keystone user | undercloud 2025-12-01 11:07:30.281990 | fa163ee6-8f4d-1548-de56-00000000475a | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:26.473881 | 2.48s 2025-12-01 11:07:30.287478 | fa163ee6-8f4d-1548-de56-00000000475a | CHANGED | Async creation of Keystone user | undercloud 2025-12-01 11:07:30.288886 | fa163ee6-8f4d-1548-de56-00000000475a | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:25:26.480768 | 2.49s 2025-12-01 11:07:30.311066 | fa163ee6-8f4d-1548-de56-00000000475c | TASK | Check Keystone user status 2025-12-01 11:07:30.556526 | fa163ee6-8f4d-1548-de56-00000000475c | CHANGED | Check Keystone user status | undercloud 2025-12-01 11:07:30.558303 | fa163ee6-8f4d-1548-de56-00000000475c | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:26.750194 | 0.24s 2025-12-01 11:07:30.796283 | fa163ee6-8f4d-1548-de56-00000000475c | CHANGED | Check Keystone user status | undercloud 2025-12-01 11:07:30.797788 | fa163ee6-8f4d-1548-de56-00000000475c | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:26.989675 | 0.48s 2025-12-01 11:07:31.010063 | fa163ee6-8f4d-1548-de56-00000000475c | CHANGED | Check Keystone user status | undercloud 2025-12-01 11:07:31.011638 | fa163ee6-8f4d-1548-de56-00000000475c | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:27.203525 | 0.70s 2025-12-01 11:07:31.285691 | fa163ee6-8f4d-1548-de56-00000000475c | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-12-01 11:07:36.517355 | fa163ee6-8f4d-1548-de56-00000000475c | CHANGED | Check Keystone user status | undercloud 2025-12-01 11:07:36.519109 | fa163ee6-8f4d-1548-de56-00000000475c | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:32.710984 | 6.21s 2025-12-01 11:07:36.783578 | fa163ee6-8f4d-1548-de56-00000000475c | CHANGED | Check Keystone user status | undercloud 2025-12-01 11:07:36.784821 | fa163ee6-8f4d-1548-de56-00000000475c | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:32.976703 | 6.47s 2025-12-01 11:07:37.027290 | fa163ee6-8f4d-1548-de56-00000000475c | CHANGED | Check Keystone user status | undercloud 2025-12-01 11:07:37.029139 | fa163ee6-8f4d-1548-de56-00000000475c | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:33.221021 | 6.72s 2025-12-01 11:07:37.310655 | fa163ee6-8f4d-1548-de56-00000000475c | CHANGED | Check Keystone user status | undercloud 2025-12-01 11:07:37.312675 | fa163ee6-8f4d-1548-de56-00000000475c | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:33.504559 | 7.00s 2025-12-01 11:07:37.322376 | fa163ee6-8f4d-1548-de56-00000000475c | CHANGED | Check Keystone user status | undercloud 2025-12-01 11:07:37.323852 | fa163ee6-8f4d-1548-de56-00000000475c | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:25:33.515736 | 7.01s 2025-12-01 11:07:37.346523 | fa163ee6-8f4d-1548-de56-000000003d2f | TASK | Assign Keystone Users to Roles 2025-12-01 11:07:37.434652 | fa163ee6-8f4d-1548-de56-000000003d2f | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:25:33.626516 | 0.08s 2025-12-01 11:07:37.456237 | fa163ee6-8f4d-1548-de56-000000003d2f | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:25:33.648119 | 0.11s 2025-12-01 11:07:37.483104 | fa163ee6-8f4d-1548-de56-000000003d2f | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:25:33.674992 | 0.13s 2025-12-01 11:07:37.497337 | fa163ee6-8f4d-1548-de56-000000003d2f | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:25:33.689213 | 0.15s 2025-12-01 11:07:37.514260 | 1c5fe87e-42a7-4156-9141-677610c7e44d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-12-01 11:07:37.521762 | f6def34a-6369-4f1a-a0dc-9d4f89ddb91b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-12-01 11:07:37.527829 | 0c419973-6398-4ad4-8ec8-908c5c64db71 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-12-01 11:07:37.601301 | fa163ee6-8f4d-1548-de56-00000000496c | TASK | Async assignment of Keystone user per role 2025-12-01 11:07:37.700319 | fa163ee6-8f4d-1548-de56-00000000496c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:25:33.892175 | 0.10s 2025-12-01 11:07:37.717507 | fa163ee6-8f4d-1548-de56-00000000496c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:25:33.909389 | 0.12s 2025-12-01 11:07:37.724252 | fa163ee6-8f4d-1548-de56-00000000496c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:25:33.916125 | 0.12s 2025-12-01 11:07:37.742625 | 96d5931e-1436-46ad-8997-c9a02631cfd5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-01 11:07:37.753342 | da009f45-7b40-41e9-84b9-1220caa6f78e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-01 11:07:37.777183 | fa163ee6-8f4d-1548-de56-000000004b4c | TASK | Async assignment of Keystone user to roles 2025-12-01 11:07:38.145306 | fa163ee6-8f4d-1548-de56-000000004b4c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-12-01 11:07:38.147161 | fa163ee6-8f4d-1548-de56-000000004b4c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:34.339040 | 0.37s 2025-12-01 11:07:38.455215 | fa163ee6-8f4d-1548-de56-000000004b4c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-12-01 11:07:38.457050 | fa163ee6-8f4d-1548-de56-000000004b4c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:34.648933 | 0.68s 2025-12-01 11:07:38.767400 | fa163ee6-8f4d-1548-de56-000000004b4c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-12-01 11:07:38.769155 | fa163ee6-8f4d-1548-de56-000000004b4c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:34.961039 | 0.99s 2025-12-01 11:07:39.093168 | fa163ee6-8f4d-1548-de56-000000004b4c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-12-01 11:07:39.094408 | fa163ee6-8f4d-1548-de56-000000004b4c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:35.286301 | 1.32s 2025-12-01 11:07:39.365331 | fa163ee6-8f4d-1548-de56-000000004b4c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-12-01 11:07:39.366046 | fa163ee6-8f4d-1548-de56-000000004b4c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:35.557938 | 1.59s 2025-12-01 11:07:39.712843 | fa163ee6-8f4d-1548-de56-000000004b4c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-12-01 11:07:39.713535 | fa163ee6-8f4d-1548-de56-000000004b4c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:35.905428 | 1.93s 2025-12-01 11:07:40.041367 | fa163ee6-8f4d-1548-de56-000000004b4c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-12-01 11:07:40.042551 | fa163ee6-8f4d-1548-de56-000000004b4c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:36.234404 | 2.26s 2025-12-01 11:07:40.373203 | fa163ee6-8f4d-1548-de56-000000004b4c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-12-01 11:07:40.375393 | fa163ee6-8f4d-1548-de56-000000004b4c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:36.567279 | 2.60s 2025-12-01 11:07:40.678722 | fa163ee6-8f4d-1548-de56-000000004b4c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-12-01 11:07:40.680611 | fa163ee6-8f4d-1548-de56-000000004b4c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:36.872504 | 2.90s 2025-12-01 11:07:40.995961 | fa163ee6-8f4d-1548-de56-000000004b4c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-12-01 11:07:40.996615 | fa163ee6-8f4d-1548-de56-000000004b4c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:37.188508 | 3.22s 2025-12-01 11:07:41.005612 | fa163ee6-8f4d-1548-de56-000000004b4c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:37.197485 | 3.23s 2025-12-01 11:07:41.027225 | fa163ee6-8f4d-1548-de56-000000004b4e | TASK | Check Keystone user assignment to roles status 2025-12-01 11:07:41.344514 | fa163ee6-8f4d-1548-de56-000000004b4e | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-01 11:07:46.591501 | fa163ee6-8f4d-1548-de56-000000004b4e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-12-01 11:07:46.592905 | fa163ee6-8f4d-1548-de56-000000004b4e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:42.784793 | 5.56s 2025-12-01 11:07:46.836681 | fa163ee6-8f4d-1548-de56-000000004b4e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-12-01 11:07:46.839227 | fa163ee6-8f4d-1548-de56-000000004b4e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:43.031104 | 5.81s 2025-12-01 11:07:47.117143 | fa163ee6-8f4d-1548-de56-000000004b4e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-12-01 11:07:47.119387 | fa163ee6-8f4d-1548-de56-000000004b4e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:43.311263 | 6.09s 2025-12-01 11:07:47.394451 | fa163ee6-8f4d-1548-de56-000000004b4e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-12-01 11:07:47.395164 | fa163ee6-8f4d-1548-de56-000000004b4e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:43.587056 | 6.37s 2025-12-01 11:07:47.667568 | fa163ee6-8f4d-1548-de56-000000004b4e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-12-01 11:07:47.670392 | fa163ee6-8f4d-1548-de56-000000004b4e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:43.862262 | 6.64s 2025-12-01 11:07:47.933260 | fa163ee6-8f4d-1548-de56-000000004b4e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-12-01 11:07:47.936932 | fa163ee6-8f4d-1548-de56-000000004b4e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:44.128813 | 6.91s 2025-12-01 11:07:48.198979 | fa163ee6-8f4d-1548-de56-000000004b4e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-12-01 11:07:48.201234 | fa163ee6-8f4d-1548-de56-000000004b4e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:44.393121 | 7.17s 2025-12-01 11:07:48.461856 | fa163ee6-8f4d-1548-de56-000000004b4e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-12-01 11:07:48.466526 | fa163ee6-8f4d-1548-de56-000000004b4e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:44.658406 | 7.44s 2025-12-01 11:07:48.739687 | fa163ee6-8f4d-1548-de56-000000004b4e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-12-01 11:07:48.743463 | fa163ee6-8f4d-1548-de56-000000004b4e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:44.935344 | 7.71s 2025-12-01 11:07:48.992207 | fa163ee6-8f4d-1548-de56-000000004b4e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-12-01 11:07:48.993861 | fa163ee6-8f4d-1548-de56-000000004b4e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:45.185753 | 7.96s 2025-12-01 11:07:49.006970 | fa163ee6-8f4d-1548-de56-000000004b4e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:45.198847 | 7.98s 2025-12-01 11:07:49.032806 | fa163ee6-8f4d-1548-de56-000000004b53 | TASK | Async assignment of Keystone user to roles 2025-12-01 11:07:49.441816 | fa163ee6-8f4d-1548-de56-000000004b53 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-12-01 11:07:49.443235 | fa163ee6-8f4d-1548-de56-000000004b53 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:45.635125 | 0.41s 2025-12-01 11:07:49.749823 | fa163ee6-8f4d-1548-de56-000000004b53 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-12-01 11:07:49.750542 | fa163ee6-8f4d-1548-de56-000000004b53 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:45.942435 | 0.72s 2025-12-01 11:07:50.075209 | fa163ee6-8f4d-1548-de56-000000004b53 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-12-01 11:07:50.076389 | fa163ee6-8f4d-1548-de56-000000004b53 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:46.268269 | 1.04s 2025-12-01 11:07:50.456955 | fa163ee6-8f4d-1548-de56-000000004b53 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-12-01 11:07:50.457679 | fa163ee6-8f4d-1548-de56-000000004b53 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:46.649569 | 1.42s 2025-12-01 11:07:50.764381 | fa163ee6-8f4d-1548-de56-000000004b53 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-12-01 11:07:50.765137 | fa163ee6-8f4d-1548-de56-000000004b53 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:46.957029 | 1.73s 2025-12-01 11:07:51.052350 | fa163ee6-8f4d-1548-de56-000000004b53 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-12-01 11:07:51.054163 | fa163ee6-8f4d-1548-de56-000000004b53 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:47.246054 | 2.02s 2025-12-01 11:07:51.379901 | fa163ee6-8f4d-1548-de56-000000004b53 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-12-01 11:07:51.381861 | fa163ee6-8f4d-1548-de56-000000004b53 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:47.573748 | 2.35s 2025-12-01 11:07:51.394672 | fa163ee6-8f4d-1548-de56-000000004b53 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:47.586540 | 2.36s 2025-12-01 11:07:51.414628 | fa163ee6-8f4d-1548-de56-000000004b55 | TASK | Check Keystone user assignment to roles status 2025-12-01 11:07:51.655703 | fa163ee6-8f4d-1548-de56-000000004b55 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-01 11:07:56.877508 | fa163ee6-8f4d-1548-de56-000000004b55 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-12-01 11:07:56.879304 | fa163ee6-8f4d-1548-de56-000000004b55 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:53.071187 | 5.46s 2025-12-01 11:07:57.141762 | fa163ee6-8f4d-1548-de56-000000004b55 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-12-01 11:07:57.143361 | fa163ee6-8f4d-1548-de56-000000004b55 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:53.335246 | 5.73s 2025-12-01 11:07:57.418616 | fa163ee6-8f4d-1548-de56-000000004b55 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-12-01 11:07:57.419974 | fa163ee6-8f4d-1548-de56-000000004b55 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:53.611866 | 6.00s 2025-12-01 11:07:57.702186 | fa163ee6-8f4d-1548-de56-000000004b55 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-12-01 11:07:57.703279 | fa163ee6-8f4d-1548-de56-000000004b55 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:53.895169 | 6.29s 2025-12-01 11:07:57.965144 | fa163ee6-8f4d-1548-de56-000000004b55 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-12-01 11:07:57.967632 | fa163ee6-8f4d-1548-de56-000000004b55 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:54.159513 | 6.55s 2025-12-01 11:07:58.237996 | fa163ee6-8f4d-1548-de56-000000004b55 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-12-01 11:07:58.239987 | fa163ee6-8f4d-1548-de56-000000004b55 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:54.431871 | 6.82s 2025-12-01 11:07:58.535245 | fa163ee6-8f4d-1548-de56-000000004b55 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-12-01 11:07:58.537781 | fa163ee6-8f4d-1548-de56-000000004b55 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:54.729661 | 7.12s 2025-12-01 11:07:58.548317 | fa163ee6-8f4d-1548-de56-000000004b55 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:54.740195 | 7.13s 2025-12-01 11:07:58.565603 | fa163ee6-8f4d-1548-de56-000000004971 | TASK | Async assignment of Keystone user per role 2025-12-01 11:07:58.663506 | fa163ee6-8f4d-1548-de56-000000004971 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:25:54.855366 | 0.10s 2025-12-01 11:07:58.670652 | fa163ee6-8f4d-1548-de56-000000004971 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:25:54.862526 | 0.10s 2025-12-01 11:07:58.684994 | 7255a0ae-6e44-459b-a33f-c6db4c411602 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-01 11:07:58.710341 | fa163ee6-8f4d-1548-de56-000000004bbd | TASK | Async assignment of Keystone user to roles 2025-12-01 11:07:59.095786 | fa163ee6-8f4d-1548-de56-000000004bbd | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-12-01 11:07:59.097015 | fa163ee6-8f4d-1548-de56-000000004bbd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:55.288902 | 0.38s 2025-12-01 11:07:59.104758 | fa163ee6-8f4d-1548-de56-000000004bbd | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:55.296600 | 0.39s 2025-12-01 11:07:59.134420 | fa163ee6-8f4d-1548-de56-000000004bbf | TASK | Check Keystone user assignment to roles status 2025-12-01 11:07:59.460590 | fa163ee6-8f4d-1548-de56-000000004bbf | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-01 11:08:04.696770 | fa163ee6-8f4d-1548-de56-000000004bbf | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-12-01 11:08:04.699189 | fa163ee6-8f4d-1548-de56-000000004bbf | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:00.891077 | 5.56s 2025-12-01 11:08:04.710384 | fa163ee6-8f4d-1548-de56-000000004bbf | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:00.902245 | 5.57s 2025-12-01 11:08:04.730534 | fa163ee6-8f4d-1548-de56-000000004976 | TASK | Async assignment of Keystone user per role 2025-12-01 11:08:04.806997 | fa163ee6-8f4d-1548-de56-000000004976 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:26:00.998873 | 0.07s 2025-12-01 11:08:04.811657 | fa163ee6-8f4d-1548-de56-000000004976 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:26:01.003531 | 0.08s 2025-12-01 11:08:04.822161 | a212ed2f-67d9-444a-88e4-bb524c99a3be | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-01 11:08:04.845410 | fa163ee6-8f4d-1548-de56-000000004be1 | TASK | Async assignment of Keystone user to roles 2025-12-01 11:08:05.190381 | fa163ee6-8f4d-1548-de56-000000004be1 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-12-01 11:08:05.193630 | fa163ee6-8f4d-1548-de56-000000004be1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:01.385500 | 0.35s 2025-12-01 11:08:05.518004 | fa163ee6-8f4d-1548-de56-000000004be1 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-12-01 11:08:05.519523 | fa163ee6-8f4d-1548-de56-000000004be1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:01.711412 | 0.67s 2025-12-01 11:08:05.856138 | fa163ee6-8f4d-1548-de56-000000004be1 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-12-01 11:08:05.857509 | fa163ee6-8f4d-1548-de56-000000004be1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:02.049391 | 1.01s 2025-12-01 11:08:05.864027 | fa163ee6-8f4d-1548-de56-000000004be1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:02.055898 | 1.02s 2025-12-01 11:08:05.881788 | fa163ee6-8f4d-1548-de56-000000004be3 | TASK | Check Keystone user assignment to roles status 2025-12-01 11:08:06.195021 | fa163ee6-8f4d-1548-de56-000000004be3 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-01 11:08:11.435678 | fa163ee6-8f4d-1548-de56-000000004be3 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-12-01 11:08:11.436897 | fa163ee6-8f4d-1548-de56-000000004be3 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:07.628773 | 5.55s 2025-12-01 11:08:11.692574 | fa163ee6-8f4d-1548-de56-000000004be3 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-12-01 11:08:11.694811 | fa163ee6-8f4d-1548-de56-000000004be3 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:07.886701 | 5.81s 2025-12-01 11:08:11.986344 | fa163ee6-8f4d-1548-de56-000000004be3 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-12-01 11:08:11.989286 | fa163ee6-8f4d-1548-de56-000000004be3 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:08.181168 | 6.11s 2025-12-01 11:08:12.001577 | fa163ee6-8f4d-1548-de56-000000004be3 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:08.193443 | 6.12s 2025-12-01 11:08:12.038874 | fa163ee6-8f4d-1548-de56-000000003cf5 | TASK | is Keystone LDAP enabled 2025-12-01 11:08:12.093403 | fa163ee6-8f4d-1548-de56-000000003cf5 | OK | is Keystone LDAP enabled | undercloud 2025-12-01 11:08:12.095081 | fa163ee6-8f4d-1548-de56-000000003cf5 | TIMING | is Keystone LDAP enabled | undercloud | 0:26:08.286962 | 0.05s 2025-12-01 11:08:12.113357 | fa163ee6-8f4d-1548-de56-000000003cf6 | TASK | Set fact for tripleo_keystone_ldap_domains 2025-12-01 11:08:12.157405 | fa163ee6-8f4d-1548-de56-000000003cf6 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-12-01 11:08:12.158770 | fa163ee6-8f4d-1548-de56-000000003cf6 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:26:08.350651 | 0.04s 2025-12-01 11:08:12.176813 | fa163ee6-8f4d-1548-de56-000000003cf7 | TASK | Manage Keystone domains from LDAP config 2025-12-01 11:08:12.232621 | fa163ee6-8f4d-1548-de56-000000003cf7 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-12-01 11:08:12.234120 | fa163ee6-8f4d-1548-de56-000000003cf7 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:26:08.426000 | 0.06s PLAY [Deploy step tasks for 4] ************************************************* 2025-12-01 11:08:12.381268 | fa163ee6-8f4d-1548-de56-0000000000e2 | TASK | Deploy step tasks for 4 2025-12-01 11:08:12.409325 | fa163ee6-8f4d-1548-de56-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', 'fa163ee6-8f4d-1548-de56-0000000000e2') missing from stats 2025-12-01 11:08:12.434983 | fa163ee6-8f4d-1548-de56-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-12-01 11:08:12.996281 | fa163ee6-8f4d-1548-de56-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-12-01 11:08:12.998216 | fa163ee6-8f4d-1548-de56-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:26:09.190094 | 0.56s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-01 11:08:13.081938 | fa163ee6-8f4d-1548-de56-0000000000e4 | TIMING | include_tasks | standalone | 0:26:09.273806 | 0.04s 2025-12-01 11:08:13.130559 | 026ebf51-5187-4278-b29c-133ecbfe0aa9 | INCLUDED | /root/standalone-ansible-95hluu53/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-12-01 11:08:13.159615 | fa163ee6-8f4d-1548-de56-000000004c25 | TASK | Create virtqemud recovery script 2025-12-01 11:08:13.690221 | fa163ee6-8f4d-1548-de56-000000004c25 | CHANGED | Create virtqemud recovery script | standalone 2025-12-01 11:08:13.692255 | fa163ee6-8f4d-1548-de56-000000004c25 | TIMING | Create virtqemud recovery script | standalone | 0:26:09.884133 | 0.53s 2025-12-01 11:08:13.724022 | fa163ee6-8f4d-1548-de56-000000004c26 | TASK | Create virtqemud recovery trigger service 2025-12-01 11:08:14.212855 | fa163ee6-8f4d-1548-de56-000000004c26 | CHANGED | Create virtqemud recovery trigger service | standalone 2025-12-01 11:08:14.214802 | fa163ee6-8f4d-1548-de56-000000004c26 | TIMING | Create virtqemud recovery trigger service | standalone | 0:26:10.406681 | 0.49s 2025-12-01 11:08:14.243539 | fa163ee6-8f4d-1548-de56-000000004c27 | TASK | Create virtqemud recovery trigger timer 2025-12-01 11:08:14.874157 | fa163ee6-8f4d-1548-de56-000000004c27 | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-12-01 11:08:14.876040 | fa163ee6-8f4d-1548-de56-000000004c27 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:26:11.067921 | 0.63s 2025-12-01 11:08:14.906507 | fa163ee6-8f4d-1548-de56-000000004c28 | TASK | Enable virtqemud recovery trigger service 2025-12-01 11:08:16.080270 | fa163ee6-8f4d-1548-de56-000000004c28 | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-12-01 11:08:16.085949 | fa163ee6-8f4d-1548-de56-000000004c28 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:26:12.277801 | 1.18s 2025-12-01 11:08:16.114248 | fa163ee6-8f4d-1548-de56-000000004c29 | TASK | Enable virtqemud recovery trigger timer 2025-12-01 11:08:17.351362 | fa163ee6-8f4d-1548-de56-000000004c29 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-12-01 11:08:17.353892 | fa163ee6-8f4d-1548-de56-000000004c29 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:26:13.545772 | 1.24s 2025-12-01 11:08:17.385140 | fa163ee6-8f4d-1548-de56-000000004c2a | TASK | Really enable virtqemud recovery trigger timer 2025-12-01 11:08:18.087868 | fa163ee6-8f4d-1548-de56-000000004c2a | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-12-01 11:08:18.089576 | fa163ee6-8f4d-1548-de56-000000004c2a | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:26:14.281457 | 0.70s 2025-12-01 11:08:18.114432 | fa163ee6-8f4d-1548-de56-000000004c2c | TASK | Create systemd file 2025-12-01 11:08:18.651626 | fa163ee6-8f4d-1548-de56-000000004c2c | CHANGED | Create systemd file | standalone 2025-12-01 11:08:18.653729 | fa163ee6-8f4d-1548-de56-000000004c2c | TIMING | Create systemd file | standalone | 0:26:14.845590 | 0.54s 2025-12-01 11:08:18.687057 | fa163ee6-8f4d-1548-de56-000000004c2d | TASK | Reload systemd 2025-12-01 11:08:19.530536 | fa163ee6-8f4d-1548-de56-000000004c2d | CHANGED | Reload systemd | standalone 2025-12-01 11:08:19.533336 | fa163ee6-8f4d-1548-de56-000000004c2d | TIMING | Reload systemd | standalone | 0:26:15.725204 | 0.84s 2025-12-01 11:08:19.566176 | fa163ee6-8f4d-1548-de56-000000004c30 | TASK | Start OVN container 2025-12-01 11:08:19.641520 | fa163ee6-8f4d-1548-de56-000000004c30 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-12-01 11:08:19.674639 | fa163ee6-8f4d-1548-de56-000000004c30 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-12-01 11:08:19.702648 | fa163ee6-8f4d-1548-de56-000000004c30 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-12-01 11:08:19.714098 | fa163ee6-8f4d-1548-de56-000000004c30 | TIMING | Start OVN container | standalone | 0:26:15.905961 | 0.15s 2025-12-01 11:08:19.749119 | fa163ee6-8f4d-1548-de56-000000004c32 | TASK | Set NB connection 2025-12-01 11:08:19.802877 | fa163ee6-8f4d-1548-de56-000000004c32 | SKIPPED | Set NB connection | standalone 2025-12-01 11:08:19.804643 | fa163ee6-8f4d-1548-de56-000000004c32 | TIMING | Set NB connection | standalone | 0:26:15.996521 | 0.05s 2025-12-01 11:08:19.836324 | fa163ee6-8f4d-1548-de56-000000004c33 | TASK | Set SB connection 2025-12-01 11:08:19.894515 | fa163ee6-8f4d-1548-de56-000000004c33 | SKIPPED | Set SB connection | standalone 2025-12-01 11:08:19.896147 | fa163ee6-8f4d-1548-de56-000000004c33 | TIMING | Set SB connection | standalone | 0:26:16.088025 | 0.06s 2025-12-01 11:08:19.927203 | fa163ee6-8f4d-1548-de56-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-12-01 11:08:20.189492 | fa163ee6-8f4d-1548-de56-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-12-01 11:08:20.191273 | fa163ee6-8f4d-1548-de56-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:26:16.383155 | 0.26s 2025-12-01 11:08:20.322558 | fa163ee6-8f4d-1548-de56-0000000000e7 | TIMING | include_tasks | standalone | 0:26:16.514423 | 0.10s 2025-12-01 11:08:20.368351 | 0119a3ce-c461-48d5-94cd-ce2e86b5336f | INCLUDED | /root/standalone-ansible-95hluu53/common_deploy_steps_tasks.yaml | standalone 2025-12-01 11:08:20.404591 | fa163ee6-8f4d-1548-de56-000000004c62 | TASK | Write the config_step hieradata 2025-12-01 11:08:20.927155 | fa163ee6-8f4d-1548-de56-000000004c62 | OK | Write the config_step hieradata | standalone 2025-12-01 11:08:20.928702 | fa163ee6-8f4d-1548-de56-000000004c62 | TIMING | Write the config_step hieradata | standalone | 0:26:17.120583 | 0.52s 2025-12-01 11:08:20.959302 | fa163ee6-8f4d-1548-de56-000000004c63 | TASK | Run puppet host configuration for step 4 2025-12-01 11:08:21.309309 | fa163ee6-8f4d-1548-de56-000000004c63 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-12-01 11:08:21.310806 | fa163ee6-8f4d-1548-de56-000000004c63 | TIMING | Run puppet host configuration for step 4 | standalone | 0:26:17.502690 | 0.35s 2025-12-01 11:08:21.343202 | fa163ee6-8f4d-1548-de56-000000004c64 | TASK | Wait for puppet host configuration to finish 2025-12-01 11:08:21.619451 | fa163ee6-8f4d-1548-de56-000000004c64 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-01 11:08:31.868932 | fa163ee6-8f4d-1548-de56-000000004c64 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-01 11:08:42.088647 | fa163ee6-8f4d-1548-de56-000000004c64 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-12-01 11:08:52.321580 | fa163ee6-8f4d-1548-de56-000000004c64 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-01 11:08:52.324377 | fa163ee6-8f4d-1548-de56-000000004c64 | TIMING | Wait for puppet host configuration to finish | standalone | 0:26:48.516265 | 30.98s 2025-12-01 11:08:52.351179 | fa163ee6-8f4d-1548-de56-000000004c65 | TASK | Debug output for task: Run puppet host configuration for step 4 2025-12-01 11:08:52.411745 | fa163ee6-8f4d-1548-de56-000000004c65 | 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>Dec 1 11:08:21 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 1 11:08:26 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 1 11:08:26 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 1 11:08:26 puppet-user: (file & line not available)", "<13>Dec 1 11:08:26 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>Dec 1 11:08:26 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Dec 1 11:08:26 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 1 11:08:26 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Dec 1 11:08:26 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Dec 1 11:08:26 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 1 11:08:26 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 1 11:08:26 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 1 11:08:26 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 1 11:08:26 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 1 11:08:26 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 1 11:08:26 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.52 seconds", "<13>Dec 1 11:08:31 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 1 11:08:33 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 1 11:08:40 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Dec 1 11:08:40 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}8bb8aa34628330f9126646a2bad4b77cd480c0631fbc63e67986974c34736c7a'", "<13>Dec 1 11:08:40 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Dec 1 11:08:40 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Dec 1 11:08:40 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Dec 1 11:08:40 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Dec 1 11:08:41 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 1 11:08:46 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>Dec 1 11:08:48 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Dec 1 11:08:48 puppet-user: Notice: Applied catalog in 21.61 seconds", "<13>Dec 1 11:08:48 puppet-user: Application:", "<13>Dec 1 11:08:48 puppet-user: Initial environment: production", "<13>Dec 1 11:08:48 puppet-user: Converged environment: production", "<13>Dec 1 11:08:48 puppet-user: Run mode: user", "<13>Dec 1 11:08:48 puppet-user: Changes:", "<13>Dec 1 11:08:48 puppet-user: Total: 10", "<13>Dec 1 11:08:48 puppet-user: Events:", "<13>Dec 1 11:08:48 puppet-user: Success: 10", "<13>Dec 1 11:08:48 puppet-user: Resources:", "<13>Dec 1 11:08:48 puppet-user: Restarted: 1", "<13>Dec 1 11:08:48 puppet-user: Changed: 10", "<13>Dec 1 11:08:48 puppet-user: Out of sync: 10", "<13>Dec 1 11:08:48 puppet-user: Total: 37", "<13>Dec 1 11:08:48 puppet-user: Time:", "<13>Dec 1 11:08:48 puppet-user: Filebucket: 0.00", "<13>Dec 1 11:08:48 puppet-user: Schedule: 0.00", "<13>Dec 1 11:08:48 puppet-user: File line: 0.00", "<13>Dec 1 11:08:48 puppet-user: Augeas: 0.01", "<13>Dec 1 11:08:48 puppet-user: User: 0.02", "<13>Dec 1 11:08:48 puppet-user: File: 0.08", "<13>Dec 1 11:08:48 puppet-user: Config retrieval: 0.60", "<13>Dec 1 11:08:48 puppet-user: Pcmk property: 1.56", "<13>Dec 1 11:08:48 puppet-user: Service: 1.71", "<13>Dec 1 11:08:48 puppet-user: Last run: 1764587328", "<13>Dec 1 11:08:48 puppet-user: Pcmk resource default: 2.12", "<13>Dec 1 11:08:48 puppet-user: Pcmk resource op default: 2.17", "<13>Dec 1 11:08:48 puppet-user: Transaction evaluation: 21.59", "<13>Dec 1 11:08:48 puppet-user: Catalog application: 21.61", "<13>Dec 1 11:08:48 puppet-user: Package: 6.57", "<13>Dec 1 11:08:48 puppet-user: Exec: 7.17", "<13>Dec 1 11:08:48 puppet-user: Total: 21.62", "<13>Dec 1 11:08:48 puppet-user: Version:", "<13>Dec 1 11:08:48 puppet-user: Config: 1764587306", "<13>Dec 1 11:08:48 puppet-user: Puppet: 7.10.0" ] } 2025-12-01 11:08:52.412737 | fa163ee6-8f4d-1548-de56-000000004c65 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:26:48.604611 | 0.06s 2025-12-01 11:08:52.440569 | fa163ee6-8f4d-1548-de56-000000004c66 | TASK | Pre-cache facts for puppet containers 2025-12-01 11:08:52.469557 | fa163ee6-8f4d-1548-de56-000000004c66 | TIMING | Pre-cache facts for puppet containers | standalone | 0:26:48.661428 | 0.03s 2025-12-01 11:08:52.531085 | fa163ee6-8f4d-1548-de56-000000004ca7 | TASK | Gather variables for each operating system 2025-12-01 11:08:52.637864 | fa163ee6-8f4d-1548-de56-000000004ca7 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:26:48.829746 | 0.11s 2025-12-01 11:08:52.658262 | fa163ee6-8f4d-1548-de56-000000004ca8 | TASK | Create puppet caching structures 2025-12-01 11:08:52.938404 | fa163ee6-8f4d-1548-de56-000000004ca8 | CHANGED | Create puppet caching structures | standalone 2025-12-01 11:08:52.939427 | fa163ee6-8f4d-1548-de56-000000004ca8 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:26:49.131318 | 0.28s 2025-12-01 11:08:52.959361 | fa163ee6-8f4d-1548-de56-000000004ca9 | TASK | Check for facter.conf 2025-12-01 11:08:53.224308 | fa163ee6-8f4d-1548-de56-000000004ca9 | OK | Check for facter.conf | standalone 2025-12-01 11:08:53.226126 | fa163ee6-8f4d-1548-de56-000000004ca9 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:26:49.418002 | 0.27s 2025-12-01 11:08:53.257014 | fa163ee6-8f4d-1548-de56-000000004caa | TASK | Remove facter.conf if directory 2025-12-01 11:08:53.311694 | fa163ee6-8f4d-1548-de56-000000004caa | SKIPPED | Remove facter.conf if directory | standalone 2025-12-01 11:08:53.312879 | fa163ee6-8f4d-1548-de56-000000004caa | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:26:49.504762 | 0.05s 2025-12-01 11:08:53.339658 | fa163ee6-8f4d-1548-de56-000000004cab | TASK | Write facter cache config 2025-12-01 11:08:53.832905 | fa163ee6-8f4d-1548-de56-000000004cab | CHANGED | Write facter cache config | standalone 2025-12-01 11:08:53.834487 | fa163ee6-8f4d-1548-de56-000000004cab | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:26:50.026369 | 0.49s 2025-12-01 11:08:53.864684 | fa163ee6-8f4d-1548-de56-000000004cac | TASK | Cleanup facter cache if exists 2025-12-01 11:08:54.078260 | fa163ee6-8f4d-1548-de56-000000004cac | CHANGED | Cleanup facter cache if exists | standalone 2025-12-01 11:08:54.080573 | fa163ee6-8f4d-1548-de56-000000004cac | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:26:50.272456 | 0.21s 2025-12-01 11:08:54.111311 | fa163ee6-8f4d-1548-de56-000000004cad | TASK | Pre-cache facts 2025-12-01 11:08:54.707414 | fa163ee6-8f4d-1548-de56-000000004cad | CHANGED | Pre-cache facts | standalone 2025-12-01 11:08:54.709275 | fa163ee6-8f4d-1548-de56-000000004cad | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:26:50.901156 | 0.60s 2025-12-01 11:08:54.744670 | fa163ee6-8f4d-1548-de56-000000004cae | TASK | Failed deployment if facter fails 2025-12-01 11:08:54.788163 | fa163ee6-8f4d-1548-de56-000000004cae | SKIPPED | Failed deployment if facter fails | standalone 2025-12-01 11:08:54.789951 | fa163ee6-8f4d-1548-de56-000000004cae | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:26:50.981826 | 0.04s 2025-12-01 11:08:54.839372 | fa163ee6-8f4d-1548-de56-000000004caf | TASK | Sync cached facts 2025-12-01 11:08:55.110247 | fa163ee6-8f4d-1548-de56-000000004caf | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee6-8f4d-1548-de56-000000004caf') missing from stats 2025-12-01 11:08:55.168853 | fa163ee6-8f4d-1548-de56-000000004c67 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-01 11:08:55.211028 | fa163ee6-8f4d-1548-de56-000000004c67 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-01 11:08:55.212594 | fa163ee6-8f4d-1548-de56-000000004c67 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:26:51.404472 | 0.04s 2025-12-01 11:08:55.244537 | fa163ee6-8f4d-1548-de56-000000004c69 | TASK | Manage containers for step 4 with tripleo-ansible 2025-12-01 11:08:55.278926 | fa163ee6-8f4d-1548-de56-000000004c69 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:26:51.470793 | 0.03s 2025-12-01 11:08:55.358126 | fa163ee6-8f4d-1548-de56-000000004d06 | TASK | Gather variables for each operating system 2025-12-01 11:08:55.446072 | fa163ee6-8f4d-1548-de56-000000004d06 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:51.637940 | 0.09s 2025-12-01 11:08:55.478135 | fa163ee6-8f4d-1548-de56-000000004d07 | TASK | Create container logs path 2025-12-01 11:08:55.725258 | fa163ee6-8f4d-1548-de56-000000004d07 | OK | Create container logs path | standalone 2025-12-01 11:08:55.726860 | fa163ee6-8f4d-1548-de56-000000004d07 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:51.918740 | 0.25s 2025-12-01 11:08:55.763950 | fa163ee6-8f4d-1548-de56-000000004d09 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-12-01 11:08:56.089423 | fa163ee6-8f4d-1548-de56-000000004d09 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-12-01 11:08:56.090865 | fa163ee6-8f4d-1548-de56-000000004d09 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:52.282745 | 0.33s 2025-12-01 11:08:56.126979 | fa163ee6-8f4d-1548-de56-000000004d0a | TASK | Finalise hashes for all containers 2025-12-01 11:08:56.223951 | fa163ee6-8f4d-1548-de56-000000004d0a | OK | Finalise hashes for all containers | standalone 2025-12-01 11:08:56.225463 | fa163ee6-8f4d-1548-de56-000000004d0a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:52.417344 | 0.10s 2025-12-01 11:08:56.257905 | fa163ee6-8f4d-1548-de56-000000004d0c | TASK | Manage systemd shutdown files 2025-12-01 11:08:56.289486 | fa163ee6-8f4d-1548-de56-000000004d0c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:52.481354 | 0.03s 2025-12-01 11:08:56.325902 | 301fd41c-5043-4562-8914-b48e6581cb09 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-01 11:08:56.358254 | fa163ee6-8f4d-1548-de56-000000004d3f | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-01 11:08:56.599813 | fa163ee6-8f4d-1548-de56-000000004d3f | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-01 11:08:56.600823 | fa163ee6-8f4d-1548-de56-000000004d3f | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:26:52.792717 | 0.24s 2025-12-01 11:08:56.621130 | fa163ee6-8f4d-1548-de56-000000004d40 | TASK | Set podman_drop_in fact 2025-12-01 11:08:56.660155 | fa163ee6-8f4d-1548-de56-000000004d40 | OK | Set podman_drop_in fact | standalone 2025-12-01 11:08:56.661160 | fa163ee6-8f4d-1548-de56-000000004d40 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:26:52.853050 | 0.04s 2025-12-01 11:08:56.681163 | fa163ee6-8f4d-1548-de56-000000004d42 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-01 11:08:57.131016 | fa163ee6-8f4d-1548-de56-000000004d42 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-01 11:08:57.133382 | fa163ee6-8f4d-1548-de56-000000004d42 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:26:53.325265 | 0.45s 2025-12-01 11:08:57.608364 | fa163ee6-8f4d-1548-de56-000000004d42 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-01 11:08:57.612800 | fa163ee6-8f4d-1548-de56-000000004d42 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:26:53.804687 | 0.93s 2025-12-01 11:08:57.623253 | fa163ee6-8f4d-1548-de56-000000004d42 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:26:53.815142 | 0.94s 2025-12-01 11:08:57.653556 | fa163ee6-8f4d-1548-de56-000000004d43 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-01 11:08:58.195050 | fa163ee6-8f4d-1548-de56-000000004d43 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-01 11:08:58.196571 | fa163ee6-8f4d-1548-de56-000000004d43 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:26:54.388453 | 0.54s 2025-12-01 11:08:58.226609 | fa163ee6-8f4d-1548-de56-000000004d44 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-01 11:08:58.696900 | fa163ee6-8f4d-1548-de56-000000004d44 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-01 11:08:58.698510 | fa163ee6-8f4d-1548-de56-000000004d44 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:26:54.890391 | 0.47s 2025-12-01 11:08:58.722197 | fa163ee6-8f4d-1548-de56-000000004d45 | TASK | Enable and start tripleo-container-shutdown 2025-12-01 11:08:59.537842 | fa163ee6-8f4d-1548-de56-000000004d45 | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-01 11:08:59.539096 | fa163ee6-8f4d-1548-de56-000000004d45 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:26:55.730986 | 0.82s 2025-12-01 11:08:59.563324 | fa163ee6-8f4d-1548-de56-000000004d46 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-01 11:09:00.154897 | fa163ee6-8f4d-1548-de56-000000004d46 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-01 11:09:00.156179 | fa163ee6-8f4d-1548-de56-000000004d46 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:26:56.348067 | 0.59s 2025-12-01 11:09:00.177436 | fa163ee6-8f4d-1548-de56-000000004d47 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-01 11:09:00.690856 | fa163ee6-8f4d-1548-de56-000000004d47 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-01 11:09:00.692843 | fa163ee6-8f4d-1548-de56-000000004d47 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:26:56.884725 | 0.51s 2025-12-01 11:09:00.728739 | fa163ee6-8f4d-1548-de56-000000004d48 | TASK | Enable and start netns-placeholder 2025-12-01 11:09:01.578882 | fa163ee6-8f4d-1548-de56-000000004d48 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-01 11:09:01.581402 | fa163ee6-8f4d-1548-de56-000000004d48 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:26:57.773285 | 0.85s 2025-12-01 11:09:01.614845 | fa163ee6-8f4d-1548-de56-000000004d0e | TASK | Update container configs with new config hashes 2025-12-01 11:09:01.680992 | fa163ee6-8f4d-1548-de56-000000004d0e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:57.872863 | 0.06s 2025-12-01 11:09:01.702390 | 9d3a1477-9b71-4444-abfc-ebd53c3f10f2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-01 11:09:01.738796 | fa163ee6-8f4d-1548-de56-000000004d70 | TASK | Update config hashes for container startup configs 2025-12-01 11:09:02.083911 | fa163ee6-8f4d-1548-de56-000000004d70 | OK | Update config hashes for container startup configs | standalone 2025-12-01 11:09:02.085361 | fa163ee6-8f4d-1548-de56-000000004d70 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:26:58.277244 | 0.34s 2025-12-01 11:09:02.118026 | fa163ee6-8f4d-1548-de56-000000004d0f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-12-01 11:09:02.180259 | fa163ee6-8f4d-1548-de56-000000004d0f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:58.372133 | 0.06s 2025-12-01 11:09:02.195704 | 032c5144-7991-47af-a5f0-ddfdadef17b1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-01 11:09:02.221694 | fa163ee6-8f4d-1548-de56-000000004d8f | TASK | Gather podman infos 2025-12-01 11:09:03.999320 | fa163ee6-8f4d-1548-de56-000000004d8f | OK | Gather podman infos | standalone 2025-12-01 11:09:04.001035 | fa163ee6-8f4d-1548-de56-000000004d8f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:27:00.192918 | 1.78s 2025-12-01 11:09:04.123152 | fa163ee6-8f4d-1548-de56-000000004d90 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-12-01 11:09:04.185302 | fa163ee6-8f4d-1548-de56-000000004d90 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:27:00.377170 | 0.05s 2025-12-01 11:09:04.324547 | fa163ee6-8f4d-1548-de56-000000004dd9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:27:00.516403 | 0.10s 2025-12-01 11:09:04.388478 | fa163ee6-8f4d-1548-de56-000000004d10 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-12-01 11:09:04.444479 | fa163ee6-8f4d-1548-de56-000000004d10 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:27:00.636345 | 0.05s 2025-12-01 11:09:04.463162 | 1a642345-233e-4074-8ad8-4ebc180fdd70 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-01 11:09:04.498328 | fa163ee6-8f4d-1548-de56-000000004dff | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-12-01 11:09:27.936518 | fa163ee6-8f4d-1548-de56-000000004dff | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-12-01 11:09:27.938222 | fa163ee6-8f4d-1548-de56-000000004dff | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:27:24.130111 | 23.44s 2025-12-01 11:09:27.965601 | fa163ee6-8f4d-1548-de56-000000004e00 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-12-01 11:11:39.738242 | fa163ee6-8f4d-1548-de56-000000004e00 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-12-01 11:11:39.740014 | fa163ee6-8f4d-1548-de56-000000004e00 | 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:29:35.931905 | 131.77s 2025-12-01 11:11:39.810552 | fa163ee6-8f4d-1548-de56-000000004c6b | TASK | Clean container_puppet_tasks for standalone step 4 2025-12-01 11:11:40.047224 | fa163ee6-8f4d-1548-de56-000000004c6b | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-12-01 11:11:40.049130 | fa163ee6-8f4d-1548-de56-000000004c6b | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:29:36.241011 | 0.24s 2025-12-01 11:11:40.098095 | fa163ee6-8f4d-1548-de56-000000004c6c | TASK | Calculate container_puppet_tasks for standalone step 4 2025-12-01 11:11:40.160101 | fa163ee6-8f4d-1548-de56-000000004c6c | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:29:36.351967 | 0.06s 2025-12-01 11:11:40.194523 | fa163ee6-8f4d-1548-de56-000000004c6d | TASK | Include container-puppet tasks for step 4 2025-12-01 11:11:40.237101 | fa163ee6-8f4d-1548-de56-000000004c6d | TIMING | Include container-puppet tasks for step 4 | standalone | 0:29:36.428967 | 0.04s 2025-12-01 11:11:40.262646 | abf7af40-eb51-4b79-b20c-246510faac34 | INCLUDED | /root/standalone-ansible-95hluu53/host-container-puppet-tasks.yaml | standalone 2025-12-01 11:11:40.304392 | fa163ee6-8f4d-1548-de56-000000004e4b | TASK | Write container-puppet-tasks json file for standalone step 4 2025-12-01 11:11:40.818957 | fa163ee6-8f4d-1548-de56-000000004e4b | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-12-01 11:11:40.820415 | fa163ee6-8f4d-1548-de56-000000004e4b | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:29:37.012297 | 0.51s 2025-12-01 11:11:40.857373 | fa163ee6-8f4d-1548-de56-000000004e4d | TASK | Generate container puppet configs for step 4 2025-12-01 11:11:41.179771 | fa163ee6-8f4d-1548-de56-000000004e4d | OK | Generate container puppet configs for step 4 | standalone 2025-12-01 11:11:41.181640 | fa163ee6-8f4d-1548-de56-000000004e4d | TIMING | Generate container puppet configs for step 4 | standalone | 0:29:37.373517 | 0.32s 2025-12-01 11:11:41.218987 | fa163ee6-8f4d-1548-de56-000000004e4e | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-12-01 11:11:41.252233 | fa163ee6-8f4d-1548-de56-000000004e4e | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:29:37.444106 | 0.03s 2025-12-01 11:11:41.311308 | fa163ee6-8f4d-1548-de56-000000004e7d | TASK | Gather variables for each operating system 2025-12-01 11:11:41.436286 | fa163ee6-8f4d-1548-de56-000000004e7d | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:37.628152 | 0.12s 2025-12-01 11:11:41.468079 | fa163ee6-8f4d-1548-de56-000000004e7e | TASK | Create container logs path 2025-12-01 11:11:41.741093 | fa163ee6-8f4d-1548-de56-000000004e7e | OK | Create container logs path | standalone 2025-12-01 11:11:41.742623 | fa163ee6-8f4d-1548-de56-000000004e7e | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:37.934504 | 0.27s 2025-12-01 11:11:41.775674 | fa163ee6-8f4d-1548-de56-000000004e80 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-12-01 11:11:42.034283 | fa163ee6-8f4d-1548-de56-000000004e80 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-12-01 11:11:42.035743 | fa163ee6-8f4d-1548-de56-000000004e80 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:29:38.227595 | 0.26s 2025-12-01 11:11:42.065414 | fa163ee6-8f4d-1548-de56-000000004e81 | TASK | Finalise hashes for all containers 2025-12-01 11:11:42.107895 | fa163ee6-8f4d-1548-de56-000000004e81 | OK | Finalise hashes for all containers | standalone 2025-12-01 11:11:42.109388 | fa163ee6-8f4d-1548-de56-000000004e81 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:38.301269 | 0.04s 2025-12-01 11:11:42.139973 | fa163ee6-8f4d-1548-de56-000000004e83 | TASK | Manage systemd shutdown files 2025-12-01 11:11:42.170516 | fa163ee6-8f4d-1548-de56-000000004e83 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-01 11:11:42.171934 | fa163ee6-8f4d-1548-de56-000000004e83 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:38.363817 | 0.03s 2025-12-01 11:11:42.201938 | fa163ee6-8f4d-1548-de56-000000004e85 | TASK | Update container configs with new config hashes 2025-12-01 11:11:42.254567 | fa163ee6-8f4d-1548-de56-000000004e85 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-01 11:11:42.255913 | fa163ee6-8f4d-1548-de56-000000004e85 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:38.447795 | 0.05s 2025-12-01 11:11:42.288575 | fa163ee6-8f4d-1548-de56-000000004e86 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-12-01 11:11:42.340496 | fa163ee6-8f4d-1548-de56-000000004e86 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-12-01 11:11:42.341736 | fa163ee6-8f4d-1548-de56-000000004e86 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:29:38.533595 | 0.05s 2025-12-01 11:11:42.376095 | fa163ee6-8f4d-1548-de56-000000004e87 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-12-01 11:11:42.418332 | fa163ee6-8f4d-1548-de56-000000004e87 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-12-01 11:11:42.419467 | fa163ee6-8f4d-1548-de56-000000004e87 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:29:38.611355 | 0.04s PLAY [External deployment step 5] ********************************************** 2025-12-01 11:11:42.568690 | fa163ee6-8f4d-1548-de56-0000000000ea | TASK | External deployment step 5 2025-12-01 11:11:42.598588 | fa163ee6-8f4d-1548-de56-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', 'fa163ee6-8f4d-1548-de56-0000000000ea') missing from stats 2025-12-01 11:11:42.660656 | fa163ee6-8f4d-1548-de56-0000000000eb | TIMING | include_tasks | undercloud | 0:29:38.852535 | 0.04s 2025-12-01 11:11:42.667266 | a8049120-1f81-411d-8d82-accbcbba147f | INCLUDED | /root/standalone-ansible-95hluu53/external_deploy_steps_tasks_step5.yaml | undercloud 2025-12-01 11:11:42.683507 | fa163ee6-8f4d-1548-de56-000000004ed6 | TASK | Manage Cinder's default volume type 2025-12-01 11:11:53.296224 | fa163ee6-8f4d-1548-de56-000000004ed6 | OK | Manage Cinder's default volume type | undercloud 2025-12-01 11:11:53.297443 | fa163ee6-8f4d-1548-de56-000000004ed6 | TIMING | Manage Cinder's default volume type | undercloud | 0:29:49.489335 | 10.61s PLAY [Deploy step tasks for 5] ************************************************* 2025-12-01 11:11:53.396700 | fa163ee6-8f4d-1548-de56-0000000000ee | TASK | Deploy step tasks for 5 2025-12-01 11:11:53.424957 | fa163ee6-8f4d-1548-de56-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', 'fa163ee6-8f4d-1548-de56-0000000000ee') missing from stats 2025-12-01 11:11:53.445067 | fa163ee6-8f4d-1548-de56-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-12-01 11:11:53.998501 | fa163ee6-8f4d-1548-de56-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-12-01 11:11:54.000069 | fa163ee6-8f4d-1548-de56-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:29:50.191953 | 0.55s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-01 11:11:54.078124 | fa163ee6-8f4d-1548-de56-0000000000f0 | TIMING | include_tasks | standalone | 0:29:50.270006 | 0.06s 2025-12-01 11:11:54.155089 | 80019baa-cca6-4944-868e-36c9389755d6 | INCLUDED | /root/standalone-ansible-95hluu53/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-12-01 11:11:54.197081 | fa163ee6-8f4d-1548-de56-000000004ef9 | TASK | Gather variables for each operating system 2025-12-01 11:11:54.320762 | fa163ee6-8f4d-1548-de56-000000004ef9 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:50.512640 | 0.12s 2025-12-01 11:11:54.349334 | fa163ee6-8f4d-1548-de56-000000004efa | TASK | Detect if resource is being created or already exists 2025-12-01 11:11:55.203128 | fa163ee6-8f4d-1548-de56-000000004efa | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-01 11:11:55.204849 | fa163ee6-8f4d-1548-de56-000000004efa | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:51.396729 | 0.85s 2025-12-01 11:11:55.246172 | fa163ee6-8f4d-1548-de56-000000004efb | TASK | Run init bundle puppet on the host for cinder_backup 2025-12-01 11:12:19.749676 | fa163ee6-8f4d-1548-de56-000000004efb | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-12-01 11:12:19.752505 | fa163ee6-8f4d-1548-de56-000000004efb | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:30:15.944383 | 24.50s 2025-12-01 11:12:19.779321 | fa163ee6-8f4d-1548-de56-000000004efc | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-12-01 11:12:19.991410 | fa163ee6-8f4d-1548-de56-000000004efc | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-12-01 11:12:19.992992 | fa163ee6-8f4d-1548-de56-000000004efc | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:30:16.184875 | 0.21s 2025-12-01 11:12:20.021867 | fa163ee6-8f4d-1548-de56-000000004efd | TASK | Run pacemaker restart if the config file for the service changed 2025-12-01 11:12:20.499522 | fa163ee6-8f4d-1548-de56-000000004efd | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-01 11:12:20.500676 | fa163ee6-8f4d-1548-de56-000000004efd | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:30:16.692555 | 0.48s 2025-12-01 11:12:20.525122 | fa163ee6-8f4d-1548-de56-000000004efe | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-12-01 11:12:20.728110 | fa163ee6-8f4d-1548-de56-000000004efe | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-12-01 11:12:20.729196 | fa163ee6-8f4d-1548-de56-000000004efe | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:30:16.921083 | 0.20s 2025-12-01 11:12:20.752196 | fa163ee6-8f4d-1548-de56-000000004f00 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-12-01 11:12:20.789680 | fa163ee6-8f4d-1548-de56-000000004f00 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-12-01 11:12:20.791685 | fa163ee6-8f4d-1548-de56-000000004f00 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:30:16.983560 | 0.04s 2025-12-01 11:12:20.813941 | fa163ee6-8f4d-1548-de56-000000004f01 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-12-01 11:12:20.850758 | fa163ee6-8f4d-1548-de56-000000004f01 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-12-01 11:12:20.851679 | fa163ee6-8f4d-1548-de56-000000004f01 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:30:17.043571 | 0.04s 2025-12-01 11:12:20.872603 | fa163ee6-8f4d-1548-de56-000000004f02 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-12-01 11:12:20.925950 | fa163ee6-8f4d-1548-de56-000000004f02 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-12-01 11:12:20.926919 | fa163ee6-8f4d-1548-de56-000000004f02 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:30:17.118811 | 0.05s 2025-12-01 11:12:20.949141 | fa163ee6-8f4d-1548-de56-000000004f03 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-01 11:12:21.000838 | fa163ee6-8f4d-1548-de56-000000004f03 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-01 11:12:21.002477 | fa163ee6-8f4d-1548-de56-000000004f03 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:30:17.194352 | 0.05s 2025-12-01 11:12:21.038498 | fa163ee6-8f4d-1548-de56-000000004f04 | TASK | Remove update marker for bundle openstack-cinder-backup 2025-12-01 11:12:21.097875 | fa163ee6-8f4d-1548-de56-000000004f04 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-12-01 11:12:21.098987 | fa163ee6-8f4d-1548-de56-000000004f04 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:30:17.290874 | 0.06s 2025-12-01 11:12:21.150540 | fa163ee6-8f4d-1548-de56-000000004f25 | TASK | Gather variables for each operating system 2025-12-01 11:12:21.275272 | fa163ee6-8f4d-1548-de56-000000004f25 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:30:17.467151 | 0.12s 2025-12-01 11:12:21.302271 | fa163ee6-8f4d-1548-de56-000000004f26 | TASK | Detect if resource is being created or already exists 2025-12-01 11:12:22.078986 | fa163ee6-8f4d-1548-de56-000000004f26 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-01 11:12:22.080386 | fa163ee6-8f4d-1548-de56-000000004f26 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:30:18.272276 | 0.78s 2025-12-01 11:12:22.113268 | fa163ee6-8f4d-1548-de56-000000004f27 | TASK | Run init bundle puppet on the host for cinder_volume 2025-12-01 11:12:46.712414 | fa163ee6-8f4d-1548-de56-000000004f27 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-12-01 11:12:46.715029 | fa163ee6-8f4d-1548-de56-000000004f27 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:30:42.906917 | 24.60s 2025-12-01 11:12:46.742192 | fa163ee6-8f4d-1548-de56-000000004f28 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-12-01 11:12:47.074426 | fa163ee6-8f4d-1548-de56-000000004f28 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-12-01 11:12:47.075645 | fa163ee6-8f4d-1548-de56-000000004f28 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:30:43.267533 | 0.33s 2025-12-01 11:12:47.097775 | fa163ee6-8f4d-1548-de56-000000004f29 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-01 11:12:47.593362 | fa163ee6-8f4d-1548-de56-000000004f29 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-01 11:12:47.594387 | fa163ee6-8f4d-1548-de56-000000004f29 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:30:43.786280 | 0.50s 2025-12-01 11:12:47.614488 | fa163ee6-8f4d-1548-de56-000000004f2a | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-12-01 11:12:47.819556 | fa163ee6-8f4d-1548-de56-000000004f2a | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-12-01 11:12:47.820827 | fa163ee6-8f4d-1548-de56-000000004f2a | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:30:44.012713 | 0.21s 2025-12-01 11:12:47.847453 | fa163ee6-8f4d-1548-de56-000000004f2c | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-12-01 11:12:47.894231 | fa163ee6-8f4d-1548-de56-000000004f2c | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-12-01 11:12:47.895470 | fa163ee6-8f4d-1548-de56-000000004f2c | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:30:44.087355 | 0.05s 2025-12-01 11:12:47.923582 | fa163ee6-8f4d-1548-de56-000000004f2d | TASK | Get container image tag from bundle openstack-cinder-volume 2025-12-01 11:12:47.967981 | fa163ee6-8f4d-1548-de56-000000004f2d | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-12-01 11:12:47.969386 | fa163ee6-8f4d-1548-de56-000000004f2d | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:30:44.161271 | 0.04s 2025-12-01 11:12:47.994333 | fa163ee6-8f4d-1548-de56-000000004f2e | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-12-01 11:12:48.055196 | fa163ee6-8f4d-1548-de56-000000004f2e | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-12-01 11:12:48.056298 | fa163ee6-8f4d-1548-de56-000000004f2e | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:30:44.248186 | 0.06s 2025-12-01 11:12:48.085756 | fa163ee6-8f4d-1548-de56-000000004f2f | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-01 11:12:48.148157 | fa163ee6-8f4d-1548-de56-000000004f2f | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-01 11:12:48.149119 | fa163ee6-8f4d-1548-de56-000000004f2f | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:30:44.340997 | 0.06s 2025-12-01 11:12:48.172041 | fa163ee6-8f4d-1548-de56-000000004f30 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-12-01 11:12:48.214269 | fa163ee6-8f4d-1548-de56-000000004f30 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-12-01 11:12:48.215189 | fa163ee6-8f4d-1548-de56-000000004f30 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:30:44.407078 | 0.04s 2025-12-01 11:12:48.255148 | fa163ee6-8f4d-1548-de56-000000004f51 | TASK | Gather variables for each operating system 2025-12-01 11:12:48.378146 | fa163ee6-8f4d-1548-de56-000000004f51 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:30:44.570013 | 0.12s 2025-12-01 11:12:48.416697 | fa163ee6-8f4d-1548-de56-000000004f52 | TASK | Detect if resource is being created or already exists 2025-12-01 11:12:49.211406 | fa163ee6-8f4d-1548-de56-000000004f52 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-01 11:12:49.212919 | fa163ee6-8f4d-1548-de56-000000004f52 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:30:45.404807 | 0.79s 2025-12-01 11:12:49.240697 | fa163ee6-8f4d-1548-de56-000000004f53 | TASK | Run init bundle puppet on the host for manila_share 2025-12-01 11:13:13.200851 | fa163ee6-8f4d-1548-de56-000000004f53 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-12-01 11:13:13.203882 | fa163ee6-8f4d-1548-de56-000000004f53 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:31:09.395768 | 23.96s 2025-12-01 11:13:13.228962 | fa163ee6-8f4d-1548-de56-000000004f54 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-12-01 11:13:13.482240 | fa163ee6-8f4d-1548-de56-000000004f54 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-12-01 11:13:13.484040 | fa163ee6-8f4d-1548-de56-000000004f54 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:31:09.675920 | 0.25s 2025-12-01 11:13:13.516773 | fa163ee6-8f4d-1548-de56-000000004f55 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-01 11:13:13.885824 | fa163ee6-8f4d-1548-de56-000000004f55 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-01 11:13:13.886816 | fa163ee6-8f4d-1548-de56-000000004f55 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:31:10.078709 | 0.37s 2025-12-01 11:13:13.907628 | fa163ee6-8f4d-1548-de56-000000004f56 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-12-01 11:13:14.178550 | fa163ee6-8f4d-1548-de56-000000004f56 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-12-01 11:13:14.180231 | fa163ee6-8f4d-1548-de56-000000004f56 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:31:10.372112 | 0.27s 2025-12-01 11:13:14.215089 | fa163ee6-8f4d-1548-de56-000000004f58 | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-12-01 11:13:14.278559 | fa163ee6-8f4d-1548-de56-000000004f58 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-12-01 11:13:14.280034 | fa163ee6-8f4d-1548-de56-000000004f58 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:31:10.471913 | 0.06s 2025-12-01 11:13:14.321518 | fa163ee6-8f4d-1548-de56-000000004f59 | TASK | Get container image tag from bundle openstack-manila-share 2025-12-01 11:13:14.360505 | fa163ee6-8f4d-1548-de56-000000004f59 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-12-01 11:13:14.362352 | fa163ee6-8f4d-1548-de56-000000004f59 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:31:10.554219 | 0.04s 2025-12-01 11:13:14.389985 | fa163ee6-8f4d-1548-de56-000000004f5a | TASK | Compare tags between marker and bundle openstack-manila-share 2025-12-01 11:13:14.442654 | fa163ee6-8f4d-1548-de56-000000004f5a | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-12-01 11:13:14.444433 | fa163ee6-8f4d-1548-de56-000000004f5a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:31:10.636319 | 0.05s 2025-12-01 11:13:14.471541 | fa163ee6-8f4d-1548-de56-000000004f5b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-01 11:13:14.512302 | fa163ee6-8f4d-1548-de56-000000004f5b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-01 11:13:14.514194 | fa163ee6-8f4d-1548-de56-000000004f5b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:31:10.706080 | 0.04s 2025-12-01 11:13:14.540400 | fa163ee6-8f4d-1548-de56-000000004f5c | TASK | Remove update marker for bundle openstack-manila-share 2025-12-01 11:13:14.582091 | fa163ee6-8f4d-1548-de56-000000004f5c | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-12-01 11:13:14.584096 | fa163ee6-8f4d-1548-de56-000000004f5c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:31:10.775982 | 0.04s 2025-12-01 11:13:14.634853 | fa163ee6-8f4d-1548-de56-000000004f7d | TASK | Run kolla_set_configs to copy ring files 2025-12-01 11:13:15.248080 | fa163ee6-8f4d-1548-de56-000000004f7d | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-12-01 11:13:15.249902 | fa163ee6-8f4d-1548-de56-000000004f7d | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:11.441786 | 0.61s 2025-12-01 11:13:15.255077 | fa163ee6-8f4d-1548-de56-000000004f7d | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:11.446955 | 0.62s 2025-12-01 11:13:15.276480 | fa163ee6-8f4d-1548-de56-000000004f7e | TASK | Run kolla_set_configs to copy ring files 2025-12-01 11:13:15.593046 | fa163ee6-8f4d-1548-de56-000000004f7e | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-12-01 11:13:15.595006 | fa163ee6-8f4d-1548-de56-000000004f7e | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:11.786891 | 0.32s 2025-12-01 11:13:16.093414 | fa163ee6-8f4d-1548-de56-000000004f7e | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-12-01 11:13:16.095240 | fa163ee6-8f4d-1548-de56-000000004f7e | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:12.287127 | 0.82s 2025-12-01 11:13:16.428465 | fa163ee6-8f4d-1548-de56-000000004f7e | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-12-01 11:13:16.430428 | fa163ee6-8f4d-1548-de56-000000004f7e | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:12.622310 | 1.15s 2025-12-01 11:13:17.016413 | fa163ee6-8f4d-1548-de56-000000004f7e | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-12-01 11:13:17.019049 | fa163ee6-8f4d-1548-de56-000000004f7e | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:13.210927 | 1.74s 2025-12-01 11:13:17.305754 | fa163ee6-8f4d-1548-de56-000000004f7e | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-12-01 11:13:17.307592 | fa163ee6-8f4d-1548-de56-000000004f7e | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:13.499475 | 2.03s 2025-12-01 11:13:17.682227 | fa163ee6-8f4d-1548-de56-000000004f7e | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-12-01 11:13:17.683485 | fa163ee6-8f4d-1548-de56-000000004f7e | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:13.875370 | 2.41s 2025-12-01 11:13:18.216388 | fa163ee6-8f4d-1548-de56-000000004f7e | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-12-01 11:13:18.218005 | fa163ee6-8f4d-1548-de56-000000004f7e | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:14.409883 | 2.94s 2025-12-01 11:13:18.896250 | fa163ee6-8f4d-1548-de56-000000004f7e | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-12-01 11:13:18.897867 | fa163ee6-8f4d-1548-de56-000000004f7e | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:15.089760 | 3.62s 2025-12-01 11:13:19.245355 | fa163ee6-8f4d-1548-de56-000000004f7e | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-12-01 11:13:19.246559 | fa163ee6-8f4d-1548-de56-000000004f7e | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:15.438444 | 3.97s 2025-12-01 11:13:19.855184 | fa163ee6-8f4d-1548-de56-000000004f7e | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-12-01 11:13:19.857040 | fa163ee6-8f4d-1548-de56-000000004f7e | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:16.048928 | 4.58s 2025-12-01 11:13:20.107424 | fa163ee6-8f4d-1548-de56-000000004f7e | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-12-01 11:13:20.108301 | fa163ee6-8f4d-1548-de56-000000004f7e | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:16.300190 | 4.83s 2025-12-01 11:13:20.536539 | fa163ee6-8f4d-1548-de56-000000004f7e | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-12-01 11:13:20.538486 | fa163ee6-8f4d-1548-de56-000000004f7e | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:16.730375 | 5.26s 2025-12-01 11:13:21.046703 | fa163ee6-8f4d-1548-de56-000000004f7e | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-12-01 11:13:21.048396 | fa163ee6-8f4d-1548-de56-000000004f7e | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:17.240276 | 5.77s 2025-12-01 11:13:21.060514 | fa163ee6-8f4d-1548-de56-000000004f7e | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:31:17.252398 | 5.78s 2025-12-01 11:13:21.089374 | fa163ee6-8f4d-1548-de56-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-12-01 11:13:21.358431 | fa163ee6-8f4d-1548-de56-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-12-01 11:13:21.361364 | fa163ee6-8f4d-1548-de56-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:31:17.553244 | 0.27s 2025-12-01 11:13:21.487007 | fa163ee6-8f4d-1548-de56-0000000000f3 | TIMING | include_tasks | standalone | 0:31:17.678884 | 0.09s 2025-12-01 11:13:21.508937 | 80fadc51-9b6b-49ab-880f-d4fdd4cded7a | INCLUDED | /root/standalone-ansible-95hluu53/common_deploy_steps_tasks.yaml | standalone 2025-12-01 11:13:21.532401 | fa163ee6-8f4d-1548-de56-000000004ffb | TASK | Write the config_step hieradata 2025-12-01 11:13:22.117448 | fa163ee6-8f4d-1548-de56-000000004ffb | OK | Write the config_step hieradata | standalone 2025-12-01 11:13:22.119258 | fa163ee6-8f4d-1548-de56-000000004ffb | TIMING | Write the config_step hieradata | standalone | 0:31:18.311133 | 0.59s 2025-12-01 11:13:22.157702 | fa163ee6-8f4d-1548-de56-000000004ffc | TASK | Run puppet host configuration for step 5 2025-12-01 11:13:22.516584 | fa163ee6-8f4d-1548-de56-000000004ffc | CHANGED | Run puppet host configuration for step 5 | standalone 2025-12-01 11:13:22.517644 | fa163ee6-8f4d-1548-de56-000000004ffc | TIMING | Run puppet host configuration for step 5 | standalone | 0:31:18.709533 | 0.36s 2025-12-01 11:13:22.548866 | fa163ee6-8f4d-1548-de56-000000004ffd | TASK | Wait for puppet host configuration to finish 2025-12-01 11:13:22.744010 | fa163ee6-8f4d-1548-de56-000000004ffd | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-01 11:13:32.971806 | fa163ee6-8f4d-1548-de56-000000004ffd | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-01 11:13:43.214029 | fa163ee6-8f4d-1548-de56-000000004ffd | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-01 11:13:43.215158 | fa163ee6-8f4d-1548-de56-000000004ffd | TIMING | Wait for puppet host configuration to finish | standalone | 0:31:39.407049 | 20.66s 2025-12-01 11:13:43.243595 | fa163ee6-8f4d-1548-de56-000000004ffe | TASK | Debug output for task: Run puppet host configuration for step 5 2025-12-01 11:13:43.325172 | fa163ee6-8f4d-1548-de56-000000004ffe | 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>Dec 1 11:13:22 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 1 11:13:27 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 1 11:13:27 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 1 11:13:27 puppet-user: (file & line not available)", "<13>Dec 1 11:13:27 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Dec 1 11:13:27 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Dec 1 11:13:27 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 1 11:13:27 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Dec 1 11:13:27 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Dec 1 11:13:27 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 1 11:13:27 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 1 11:13:27 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 1 11:13:27 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 1 11:13:27 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Dec 1 11:13:27 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 1 11:13:28 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.62 seconds", "<13>Dec 1 11:13:33 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 1 11:13:35 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 1 11:13:36 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 1 11:13:37 puppet-user: Notice: Applied catalog in 8.91 seconds", "<13>Dec 1 11:13:37 puppet-user: Application:", "<13>Dec 1 11:13:37 puppet-user: Initial environment: production", "<13>Dec 1 11:13:37 puppet-user: Converged environment: production", "<13>Dec 1 11:13:37 puppet-user: Run mode: user", "<13>Dec 1 11:13:37 puppet-user: Changes:", "<13>Dec 1 11:13:37 puppet-user: Total: 2", "<13>Dec 1 11:13:37 puppet-user: Events:", "<13>Dec 1 11:13:37 puppet-user: Success: 2", "<13>Dec 1 11:13:37 puppet-user: Resources:", "<13>Dec 1 11:13:37 puppet-user: Changed: 2", "<13>Dec 1 11:13:37 puppet-user: Out of sync: 2", "<13>Dec 1 11:13:37 puppet-user: Total: 37", "<13>Dec 1 11:13:37 puppet-user: Time:", "<13>Dec 1 11:13:37 puppet-user: Filebucket: 0.00", "<13>Dec 1 11:13:37 puppet-user: Schedule: 0.00", "<13>Dec 1 11:13:37 puppet-user: File line: 0.00", "<13>Dec 1 11:13:37 puppet-user: Package: 0.00", "<13>Dec 1 11:13:37 puppet-user: Augeas: 0.01", "<13>Dec 1 11:13:37 puppet-user: User: 0.02", "<13>Dec 1 11:13:37 puppet-user: File: 0.10", "<13>Dec 1 11:13:37 puppet-user: Service: 0.20", "<13>Dec 1 11:13:37 puppet-user: Config retrieval: 0.77", "<13>Dec 1 11:13:37 puppet-user: Pcmk property: 1.54", "<13>Dec 1 11:13:37 puppet-user: Last run: 1764587617", "<13>Dec 1 11:13:37 puppet-user: Exec: 2.18", "<13>Dec 1 11:13:37 puppet-user: Pcmk resource default: 2.26", "<13>Dec 1 11:13:37 puppet-user: Pcmk resource op default: 2.31", "<13>Dec 1 11:13:37 puppet-user: Transaction evaluation: 8.83", "<13>Dec 1 11:13:37 puppet-user: Catalog application: 8.91", "<13>Dec 1 11:13:37 puppet-user: Total: 8.91", "<13>Dec 1 11:13:37 puppet-user: Version:", "<13>Dec 1 11:13:37 puppet-user: Config: 1764587607", "<13>Dec 1 11:13:37 puppet-user: Puppet: 7.10.0" ] } 2025-12-01 11:13:43.326790 | fa163ee6-8f4d-1548-de56-000000004ffe | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:31:39.518673 | 0.08s 2025-12-01 11:13:43.358705 | fa163ee6-8f4d-1548-de56-000000004fff | TASK | Pre-cache facts for puppet containers 2025-12-01 11:13:43.389033 | fa163ee6-8f4d-1548-de56-000000004fff | TIMING | Pre-cache facts for puppet containers | standalone | 0:31:39.580906 | 0.03s 2025-12-01 11:13:43.481285 | fa163ee6-8f4d-1548-de56-00000000503e | TASK | Gather variables for each operating system 2025-12-01 11:13:43.604338 | fa163ee6-8f4d-1548-de56-00000000503e | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:31:39.796201 | 0.12s 2025-12-01 11:13:43.636962 | fa163ee6-8f4d-1548-de56-00000000503f | TASK | Create puppet caching structures 2025-12-01 11:13:43.917235 | fa163ee6-8f4d-1548-de56-00000000503f | CHANGED | Create puppet caching structures | standalone 2025-12-01 11:13:43.918324 | fa163ee6-8f4d-1548-de56-00000000503f | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:31:40.110217 | 0.28s 2025-12-01 11:13:43.938538 | fa163ee6-8f4d-1548-de56-000000005040 | TASK | Check for facter.conf 2025-12-01 11:13:44.168968 | fa163ee6-8f4d-1548-de56-000000005040 | OK | Check for facter.conf | standalone 2025-12-01 11:13:44.170579 | fa163ee6-8f4d-1548-de56-000000005040 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:31:40.362463 | 0.23s 2025-12-01 11:13:44.197508 | fa163ee6-8f4d-1548-de56-000000005041 | TASK | Remove facter.conf if directory 2025-12-01 11:13:44.239748 | fa163ee6-8f4d-1548-de56-000000005041 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-01 11:13:44.241773 | fa163ee6-8f4d-1548-de56-000000005041 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:31:40.433661 | 0.04s 2025-12-01 11:13:44.264504 | fa163ee6-8f4d-1548-de56-000000005042 | TASK | Write facter cache config 2025-12-01 11:13:44.785982 | fa163ee6-8f4d-1548-de56-000000005042 | CHANGED | Write facter cache config | standalone 2025-12-01 11:13:44.786961 | fa163ee6-8f4d-1548-de56-000000005042 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:31:40.978854 | 0.52s 2025-12-01 11:13:44.807411 | fa163ee6-8f4d-1548-de56-000000005043 | TASK | Cleanup facter cache if exists 2025-12-01 11:13:45.147950 | fa163ee6-8f4d-1548-de56-000000005043 | CHANGED | Cleanup facter cache if exists | standalone 2025-12-01 11:13:45.149000 | fa163ee6-8f4d-1548-de56-000000005043 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:31:41.340889 | 0.34s 2025-12-01 11:13:45.176801 | fa163ee6-8f4d-1548-de56-000000005044 | TASK | Pre-cache facts 2025-12-01 11:13:45.729808 | fa163ee6-8f4d-1548-de56-000000005044 | CHANGED | Pre-cache facts | standalone 2025-12-01 11:13:45.731161 | fa163ee6-8f4d-1548-de56-000000005044 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:31:41.923049 | 0.55s 2025-12-01 11:13:45.760906 | fa163ee6-8f4d-1548-de56-000000005045 | TASK | Failed deployment if facter fails 2025-12-01 11:13:45.794256 | fa163ee6-8f4d-1548-de56-000000005045 | SKIPPED | Failed deployment if facter fails | standalone 2025-12-01 11:13:45.795391 | fa163ee6-8f4d-1548-de56-000000005045 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:31:41.987279 | 0.03s 2025-12-01 11:13:45.841113 | fa163ee6-8f4d-1548-de56-000000005046 | TASK | Sync cached facts 2025-12-01 11:13:46.150644 | fa163ee6-8f4d-1548-de56-000000005046 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee6-8f4d-1548-de56-000000005046') missing from stats 2025-12-01 11:13:46.190867 | fa163ee6-8f4d-1548-de56-000000005000 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-01 11:13:46.244822 | fa163ee6-8f4d-1548-de56-000000005000 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-01 11:13:46.247549 | fa163ee6-8f4d-1548-de56-000000005000 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:31:42.439426 | 0.05s 2025-12-01 11:13:46.282321 | fa163ee6-8f4d-1548-de56-000000005002 | TASK | Manage containers for step 5 with tripleo-ansible 2025-12-01 11:13:46.317780 | fa163ee6-8f4d-1548-de56-000000005002 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:31:42.509659 | 0.03s 2025-12-01 11:13:46.381425 | fa163ee6-8f4d-1548-de56-00000000509d | TASK | Gather variables for each operating system 2025-12-01 11:13:46.486907 | fa163ee6-8f4d-1548-de56-00000000509d | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:31:42.678776 | 0.10s 2025-12-01 11:13:46.520741 | fa163ee6-8f4d-1548-de56-00000000509e | TASK | Create container logs path 2025-12-01 11:13:46.797406 | fa163ee6-8f4d-1548-de56-00000000509e | OK | Create container logs path | standalone 2025-12-01 11:13:46.798665 | fa163ee6-8f4d-1548-de56-00000000509e | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:31:42.990551 | 0.28s 2025-12-01 11:13:46.835058 | fa163ee6-8f4d-1548-de56-0000000050a0 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-12-01 11:13:47.116763 | fa163ee6-8f4d-1548-de56-0000000050a0 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-12-01 11:13:47.118454 | fa163ee6-8f4d-1548-de56-0000000050a0 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:31:43.310324 | 0.28s 2025-12-01 11:13:47.150980 | fa163ee6-8f4d-1548-de56-0000000050a1 | TASK | Finalise hashes for all containers 2025-12-01 11:13:47.211376 | fa163ee6-8f4d-1548-de56-0000000050a1 | OK | Finalise hashes for all containers | standalone 2025-12-01 11:13:47.213258 | fa163ee6-8f4d-1548-de56-0000000050a1 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:31:43.405146 | 0.06s 2025-12-01 11:13:47.237412 | fa163ee6-8f4d-1548-de56-0000000050a3 | TASK | Manage systemd shutdown files 2025-12-01 11:13:47.268254 | fa163ee6-8f4d-1548-de56-0000000050a3 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:31:43.460133 | 0.03s 2025-12-01 11:13:47.297402 | a3d9ed48-6d8b-42fa-9750-b116e12a3495 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-01 11:13:47.329448 | fa163ee6-8f4d-1548-de56-0000000050d6 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-01 11:13:47.605300 | fa163ee6-8f4d-1548-de56-0000000050d6 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-01 11:13:47.608070 | fa163ee6-8f4d-1548-de56-0000000050d6 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:31:43.799952 | 0.28s 2025-12-01 11:13:47.629591 | fa163ee6-8f4d-1548-de56-0000000050d7 | TASK | Set podman_drop_in fact 2025-12-01 11:13:47.691149 | fa163ee6-8f4d-1548-de56-0000000050d7 | OK | Set podman_drop_in fact | standalone 2025-12-01 11:13:47.692634 | fa163ee6-8f4d-1548-de56-0000000050d7 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:31:43.884516 | 0.06s 2025-12-01 11:13:47.726984 | fa163ee6-8f4d-1548-de56-0000000050d9 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-01 11:13:48.193380 | fa163ee6-8f4d-1548-de56-0000000050d9 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-01 11:13:48.196020 | fa163ee6-8f4d-1548-de56-0000000050d9 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:31:44.387891 | 0.47s 2025-12-01 11:13:48.659764 | fa163ee6-8f4d-1548-de56-0000000050d9 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-01 11:13:48.661365 | fa163ee6-8f4d-1548-de56-0000000050d9 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:31:44.853240 | 0.93s 2025-12-01 11:13:48.671843 | fa163ee6-8f4d-1548-de56-0000000050d9 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:31:44.863708 | 0.94s 2025-12-01 11:13:48.704059 | fa163ee6-8f4d-1548-de56-0000000050da | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-01 11:13:49.249622 | fa163ee6-8f4d-1548-de56-0000000050da | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-01 11:13:49.251236 | fa163ee6-8f4d-1548-de56-0000000050da | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:31:45.443117 | 0.55s 2025-12-01 11:13:49.282529 | fa163ee6-8f4d-1548-de56-0000000050db | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-01 11:13:49.784056 | fa163ee6-8f4d-1548-de56-0000000050db | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-01 11:13:49.785630 | fa163ee6-8f4d-1548-de56-0000000050db | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:31:45.977510 | 0.50s 2025-12-01 11:13:49.810460 | fa163ee6-8f4d-1548-de56-0000000050dc | TASK | Enable and start tripleo-container-shutdown 2025-12-01 11:13:50.803956 | fa163ee6-8f4d-1548-de56-0000000050dc | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-01 11:13:50.806514 | fa163ee6-8f4d-1548-de56-0000000050dc | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:31:46.998402 | 0.99s 2025-12-01 11:13:50.850030 | fa163ee6-8f4d-1548-de56-0000000050dd | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-01 11:13:51.447903 | fa163ee6-8f4d-1548-de56-0000000050dd | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-01 11:13:51.449572 | fa163ee6-8f4d-1548-de56-0000000050dd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:31:47.641454 | 0.60s 2025-12-01 11:13:51.480555 | fa163ee6-8f4d-1548-de56-0000000050de | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-01 11:13:51.995569 | fa163ee6-8f4d-1548-de56-0000000050de | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-01 11:13:51.997165 | fa163ee6-8f4d-1548-de56-0000000050de | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:31:48.189048 | 0.51s 2025-12-01 11:13:52.032389 | fa163ee6-8f4d-1548-de56-0000000050df | TASK | Enable and start netns-placeholder 2025-12-01 11:13:53.073172 | fa163ee6-8f4d-1548-de56-0000000050df | CHANGED | Enable and start netns-placeholder | standalone 2025-12-01 11:13:53.074851 | fa163ee6-8f4d-1548-de56-0000000050df | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:31:49.266739 | 1.04s 2025-12-01 11:13:53.103633 | fa163ee6-8f4d-1548-de56-0000000050a5 | TASK | Update container configs with new config hashes 2025-12-01 11:13:53.153277 | fa163ee6-8f4d-1548-de56-0000000050a5 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:31:49.345160 | 0.05s 2025-12-01 11:13:53.165222 | 08b3fe1d-3eec-4548-aaa2-b5aba8b8dc21 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-01 11:13:53.187584 | fa163ee6-8f4d-1548-de56-000000005107 | TASK | Update config hashes for container startup configs 2025-12-01 11:13:53.492182 | fa163ee6-8f4d-1548-de56-000000005107 | OK | Update config hashes for container startup configs | standalone 2025-12-01 11:13:53.493425 | fa163ee6-8f4d-1548-de56-000000005107 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:31:49.685310 | 0.30s 2025-12-01 11:13:53.525579 | fa163ee6-8f4d-1548-de56-0000000050a6 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-12-01 11:13:53.565219 | fa163ee6-8f4d-1548-de56-0000000050a6 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:31:49.757097 | 0.04s 2025-12-01 11:13:53.589514 | 3713d0b8-dcdc-4f4f-b2d4-3da7d8c515bb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-01 11:13:53.620859 | fa163ee6-8f4d-1548-de56-000000005126 | TASK | Gather podman infos 2025-12-01 11:13:55.887369 | fa163ee6-8f4d-1548-de56-000000005126 | OK | Gather podman infos | standalone 2025-12-01 11:13:55.888587 | fa163ee6-8f4d-1548-de56-000000005126 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:31:52.080477 | 2.27s 2025-12-01 11:13:56.010664 | fa163ee6-8f4d-1548-de56-000000005127 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-12-01 11:13:56.091549 | fa163ee6-8f4d-1548-de56-000000005127 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:31:52.283418 | 0.07s 2025-12-01 11:13:56.311041 | fa163ee6-8f4d-1548-de56-000000005170 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:31:52.502897 | 0.14s 2025-12-01 11:13:56.380927 | fa163ee6-8f4d-1548-de56-0000000050a7 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-12-01 11:13:56.415911 | fa163ee6-8f4d-1548-de56-0000000050a7 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:31:52.607791 | 0.03s 2025-12-01 11:13:56.433239 | e534e9eb-edde-466f-8645-e2b19ce1f68e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-01 11:13:56.471599 | fa163ee6-8f4d-1548-de56-000000005196 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-12-01 11:14:23.124908 | fa163ee6-8f4d-1548-de56-000000005196 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-12-01 11:14:23.126668 | fa163ee6-8f4d-1548-de56-000000005196 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:32:19.318556 | 26.65s 2025-12-01 11:14:23.153067 | fa163ee6-8f4d-1548-de56-000000005197 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-12-01 11:14:49.563017 | fa163ee6-8f4d-1548-de56-000000005197 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-12-01 11:14:49.564454 | fa163ee6-8f4d-1548-de56-000000005197 | 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:32:45.756339 | 26.41s 2025-12-01 11:14:49.626062 | fa163ee6-8f4d-1548-de56-000000005004 | TASK | Clean container_puppet_tasks for standalone step 5 2025-12-01 11:14:49.814672 | fa163ee6-8f4d-1548-de56-000000005004 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-12-01 11:14:49.815738 | fa163ee6-8f4d-1548-de56-000000005004 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:32:46.007612 | 0.19s 2025-12-01 11:14:49.845243 | fa163ee6-8f4d-1548-de56-000000005005 | TASK | Calculate container_puppet_tasks for standalone step 5 2025-12-01 11:14:49.893031 | fa163ee6-8f4d-1548-de56-000000005005 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:32:46.084909 | 0.05s 2025-12-01 11:14:49.919696 | fa163ee6-8f4d-1548-de56-000000005006 | TASK | Include container-puppet tasks for step 5 2025-12-01 11:14:49.962799 | fa163ee6-8f4d-1548-de56-000000005006 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:32:46.154673 | 0.04s 2025-12-01 11:14:49.987634 | 6ee3ab27-428d-44db-bb68-afb2e8d6aead | INCLUDED | /root/standalone-ansible-95hluu53/host-container-puppet-tasks.yaml | standalone 2025-12-01 11:14:50.031854 | fa163ee6-8f4d-1548-de56-0000000051e2 | TASK | Write container-puppet-tasks json file for standalone step 5 2025-12-01 11:14:50.467010 | fa163ee6-8f4d-1548-de56-0000000051e2 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-12-01 11:14:50.467701 | fa163ee6-8f4d-1548-de56-0000000051e2 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:32:46.659594 | 0.43s 2025-12-01 11:14:50.488156 | fa163ee6-8f4d-1548-de56-0000000051e4 | TASK | Generate container puppet configs for step 5 2025-12-01 11:14:50.725376 | fa163ee6-8f4d-1548-de56-0000000051e4 | OK | Generate container puppet configs for step 5 | standalone 2025-12-01 11:14:50.726553 | fa163ee6-8f4d-1548-de56-0000000051e4 | TIMING | Generate container puppet configs for step 5 | standalone | 0:32:46.918445 | 0.24s 2025-12-01 11:14:50.749794 | fa163ee6-8f4d-1548-de56-0000000051e5 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-12-01 11:14:50.776099 | fa163ee6-8f4d-1548-de56-0000000051e5 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:32:46.967984 | 0.03s 2025-12-01 11:14:50.827169 | fa163ee6-8f4d-1548-de56-000000005214 | TASK | Gather variables for each operating system 2025-12-01 11:14:50.917763 | fa163ee6-8f4d-1548-de56-000000005214 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:32:47.109648 | 0.09s 2025-12-01 11:14:50.941167 | fa163ee6-8f4d-1548-de56-000000005215 | TASK | Create container logs path 2025-12-01 11:14:51.208353 | fa163ee6-8f4d-1548-de56-000000005215 | OK | Create container logs path | standalone 2025-12-01 11:14:51.210583 | fa163ee6-8f4d-1548-de56-000000005215 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:32:47.402468 | 0.27s 2025-12-01 11:14:51.241865 | fa163ee6-8f4d-1548-de56-000000005217 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-12-01 11:14:51.453643 | fa163ee6-8f4d-1548-de56-000000005217 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-12-01 11:14:51.455390 | fa163ee6-8f4d-1548-de56-000000005217 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:32:47.647279 | 0.21s 2025-12-01 11:14:51.478518 | fa163ee6-8f4d-1548-de56-000000005218 | TASK | Finalise hashes for all containers 2025-12-01 11:14:51.505769 | fa163ee6-8f4d-1548-de56-000000005218 | OK | Finalise hashes for all containers | standalone 2025-12-01 11:14:51.506495 | fa163ee6-8f4d-1548-de56-000000005218 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:32:47.698387 | 0.03s 2025-12-01 11:14:51.527027 | fa163ee6-8f4d-1548-de56-00000000521a | TASK | Manage systemd shutdown files 2025-12-01 11:14:51.554166 | fa163ee6-8f4d-1548-de56-00000000521a | SKIPPED | Manage systemd shutdown files | standalone 2025-12-01 11:14:51.554851 | fa163ee6-8f4d-1548-de56-00000000521a | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:32:47.746743 | 0.03s 2025-12-01 11:14:51.575841 | fa163ee6-8f4d-1548-de56-00000000521c | TASK | Update container configs with new config hashes 2025-12-01 11:14:51.615801 | fa163ee6-8f4d-1548-de56-00000000521c | SKIPPED | Update container configs with new config hashes | standalone 2025-12-01 11:14:51.616641 | fa163ee6-8f4d-1548-de56-00000000521c | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:32:47.808533 | 0.04s 2025-12-01 11:14:51.637580 | fa163ee6-8f4d-1548-de56-00000000521d | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-12-01 11:14:51.674652 | fa163ee6-8f4d-1548-de56-00000000521d | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-12-01 11:14:51.675311 | fa163ee6-8f4d-1548-de56-00000000521d | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:32:47.867204 | 0.04s 2025-12-01 11:14:51.697164 | fa163ee6-8f4d-1548-de56-00000000521e | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-12-01 11:14:51.734669 | fa163ee6-8f4d-1548-de56-00000000521e | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-12-01 11:14:51.735501 | fa163ee6-8f4d-1548-de56-00000000521e | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:32:47.927394 | 0.04s PLAY [Server Post Deployments] ************************************************* 2025-12-01 11:14:51.883014 | fa163ee6-8f4d-1548-de56-0000000000f7 | TASK | Server Post Deployments 2025-12-01 11:14:51.902786 | fa163ee6-8f4d-1548-de56-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', 'fa163ee6-8f4d-1548-de56-0000000000f7') missing from stats 2025-12-01 11:14:51.961437 | fa163ee6-8f4d-1548-de56-0000000000f8 | TIMING | include_tasks | standalone | 0:32:48.153317 | 0.04s PLAY [External deployment Post Deploy tasks] *********************************** 2025-12-01 11:14:52.079903 | fa163ee6-8f4d-1548-de56-0000000000fc | TASK | External deployment Post Deploy tasks 2025-12-01 11:14:52.104801 | fa163ee6-8f4d-1548-de56-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', 'fa163ee6-8f4d-1548-de56-0000000000fc') missing from stats 2025-12-01 11:14:52.120034 | fa163ee6-8f4d-1548-de56-000000000100 | TASK | is additonal Cell? 2025-12-01 11:14:52.155339 | fa163ee6-8f4d-1548-de56-000000000100 | OK | is additonal Cell? | undercloud 2025-12-01 11:14:52.157141 | fa163ee6-8f4d-1548-de56-000000000100 | TIMING | is additonal Cell? | undercloud | 0:32:48.349029 | 0.04s 2025-12-01 11:14:52.172806 | fa163ee6-8f4d-1548-de56-000000000102 | TASK | discover via nova_manager? 2025-12-01 11:14:52.253545 | fa163ee6-8f4d-1548-de56-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-12-01 11:14:52.254629 | fa163ee6-8f4d-1548-de56-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:32:48.446512 | 0.08s 2025-12-01 11:14:52.270780 | fa163ee6-8f4d-1548-de56-000000000103 | TASK | discover via nova_api? 2025-12-01 11:14:52.352225 | fa163ee6-8f4d-1548-de56-000000000103 | OK | discover via nova_api? | undercloud 2025-12-01 11:14:52.353430 | fa163ee6-8f4d-1548-de56-000000000103 | TIMING | discover via nova_api? | undercloud | 0:32:48.545315 | 0.08s 2025-12-01 11:14:52.369788 | fa163ee6-8f4d-1548-de56-000000000104 | TASK | Warn if no discovery host available 2025-12-01 11:14:52.441850 | fa163ee6-8f4d-1548-de56-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-12-01 11:14:52.442679 | fa163ee6-8f4d-1548-de56-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:32:48.634570 | 0.07s 2025-12-01 11:14:52.467003 | fa163ee6-8f4d-1548-de56-000000000105 | TASK | Discovering nova hosts 2025-12-01 11:14:55.079909 | fa163ee6-8f4d-1548-de56-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ee6-8f4d-1548-de56-000000000105') missing from stats 2025-12-01 11:14:55.170842 | fa163ee6-8f4d-1548-de56-000000000106 | OK | set_fact | undercloud 2025-12-01 11:14:55.172268 | fa163ee6-8f4d-1548-de56-000000000106 | TIMING | set_fact | undercloud | 0:32:51.364148 | 0.07s 2025-12-01 11:14:55.194465 | fa163ee6-8f4d-1548-de56-000000000108 | TASK | Set up group_vars 2025-12-01 11:14:55.238686 | fa163ee6-8f4d-1548-de56-000000000108 | OK | Set up group_vars | undercloud 2025-12-01 11:14:55.240573 | fa163ee6-8f4d-1548-de56-000000000108 | TIMING | Set up group_vars | undercloud | 0:32:51.432460 | 0.04s 2025-12-01 11:14:55.258538 | fa163ee6-8f4d-1548-de56-000000000109 | TASK | Make needed directories on the undercloud 2025-12-01 11:14:55.563321 | fa163ee6-8f4d-1548-de56-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-95hluu53/octavia-ansible 2025-12-01 11:14:55.564476 | fa163ee6-8f4d-1548-de56-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:32:51.756368 | 0.30s 2025-12-01 11:14:55.812165 | fa163ee6-8f4d-1548-de56-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-95hluu53/octavia-ansible/local_dir 2025-12-01 11:14:55.814527 | fa163ee6-8f4d-1548-de56-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:32:52.006412 | 0.55s 2025-12-01 11:14:56.048874 | fa163ee6-8f4d-1548-de56-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-95hluu53/octavia-ansible/group_vars 2025-12-01 11:14:56.050315 | fa163ee6-8f4d-1548-de56-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:32:52.242198 | 0.79s 2025-12-01 11:14:56.060370 | fa163ee6-8f4d-1548-de56-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:32:52.252253 | 0.80s 2025-12-01 11:14:56.076858 | fa163ee6-8f4d-1548-de56-00000000010a | TASK | Write group_vars file 2025-12-01 11:14:56.582036 | fa163ee6-8f4d-1548-de56-00000000010a | CHANGED | Write group_vars file | undercloud 2025-12-01 11:14:56.583705 | fa163ee6-8f4d-1548-de56-00000000010a | TIMING | Write group_vars file | undercloud | 0:32:52.775588 | 0.51s 2025-12-01 11:14:56.613038 | fa163ee6-8f4d-1548-de56-00000000010b | TASK | Gather missing facts 2025-12-01 11:14:57.010204 | fa163ee6-8f4d-1548-de56-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ee6-8f4d-1548-de56-00000000010b') missing from stats 2025-12-01 11:14:57.021115 | fa163ee6-8f4d-1548-de56-00000000010b | TIMING | Gather missing facts | undercloud | 0:32:53.213008 | 0.41s 2025-12-01 11:14:57.036163 | fa163ee6-8f4d-1548-de56-00000000010c | TASK | Write octavia inventory 2025-12-01 11:14:57.637798 | fa163ee6-8f4d-1548-de56-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-12-01 11:14:57.639144 | fa163ee6-8f4d-1548-de56-00000000010c | TIMING | Write octavia inventory | undercloud | 0:32:53.831027 | 0.60s 2025-12-01 11:14:57.657410 | fa163ee6-8f4d-1548-de56-00000000010d | TASK | Check for ssh_private_key in working directory 2025-12-01 11:14:57.840198 | fa163ee6-8f4d-1548-de56-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-12-01 11:14:57.842002 | fa163ee6-8f4d-1548-de56-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:32:54.033879 | 0.18s 2025-12-01 11:14:57.860387 | fa163ee6-8f4d-1548-de56-00000000010e | TASK | Set private key location 2025-12-01 11:14:57.898844 | fa163ee6-8f4d-1548-de56-00000000010e | SKIPPED | Set private key location | undercloud 2025-12-01 11:14:57.900066 | fa163ee6-8f4d-1548-de56-00000000010e | TIMING | Set private key location | undercloud | 0:32:54.091947 | 0.04s 2025-12-01 11:14:57.918213 | fa163ee6-8f4d-1548-de56-00000000010f | TASK | Configure octavia command 2025-12-01 11:14:57.977926 | fa163ee6-8f4d-1548-de56-00000000010f | OK | Configure octavia command | undercloud 2025-12-01 11:14:57.978961 | fa163ee6-8f4d-1548-de56-00000000010f | TIMING | Configure octavia command | undercloud | 0:32:54.170846 | 0.06s 2025-12-01 11:14:58.036885 | fa163ee6-8f4d-1548-de56-000000000110 | OK | set_fact | undercloud 2025-12-01 11:14:58.038186 | fa163ee6-8f4d-1548-de56-000000000110 | TIMING | set_fact | undercloud | 0:32:54.230073 | 0.04s 2025-12-01 11:14:58.097154 | fa163ee6-8f4d-1548-de56-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-95hluu53/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-95hluu53/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-95hluu53/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-12-01 11:14:58.098057 | fa163ee6-8f4d-1548-de56-000000000111 | TIMING | debug | undercloud | 0:32:54.289943 | 0.04s 2025-12-01 11:14:58.112290 | fa163ee6-8f4d-1548-de56-000000000112 | TASK | Configure octavia on overcloud 2025-12-01 11:19:11.261439 | fa163ee6-8f4d-1548-de56-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-12-01 11:19:11.264617 | fa163ee6-8f4d-1548-de56-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:37:07.456504 | 253.15s 2025-12-01 11:19:11.285183 | fa163ee6-8f4d-1548-de56-000000000113 | TASK | Purge temp dirs 2025-12-01 11:19:11.517275 | fa163ee6-8f4d-1548-de56-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-95hluu53/octavia-ansible/local_dir 2025-12-01 11:19:11.521255 | fa163ee6-8f4d-1548-de56-000000000113 | TIMING | Purge temp dirs | undercloud | 0:37:07.713145 | 0.23s 2025-12-01 11:19:11.528188 | fa163ee6-8f4d-1548-de56-000000000113 | TIMING | Purge temp dirs | undercloud | 0:37:07.720073 | 0.24s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=647 changed=315 unreachable=0 failed=0 skipped=329 rescued=0 ignored=0 undercloud : ok=183 changed=66 unreachable=0 failed=0 skipped=34 rescued=0 ignored=2 2025-12-01 11:19:11.607684 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-01 11:19:11.608221 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1221 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-01 11:19:11.609192 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:37:07.801088 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-01 11:19:11.610127 | UUID | Info | Host | Task Name | Run Time 2025-12-01 11:19:11.611081 | fa163ee6-8f4d-1548-de56-000000002205 | SUMMARY | standalone | Pre-fetch all the containers | 257.62s 2025-12-01 11:19:11.612070 | fa163ee6-8f4d-1548-de56-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 253.15s 2025-12-01 11:19:11.613167 | fa163ee6-8f4d-1548-de56-000000003c1a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 242.17s 2025-12-01 11:19:11.614086 | fa163ee6-8f4d-1548-de56-000000004e00 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 131.77s 2025-12-01 11:19:11.615175 | fa163ee6-8f4d-1548-de56-0000000033ef | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 107.39s 2025-12-01 11:19:11.616191 | fa163ee6-8f4d-1548-de56-0000000024a2 | SUMMARY | standalone | Wait for puppet host configuration to finish | 71.89s 2025-12-01 11:19:11.617216 | fa163ee6-8f4d-1548-de56-000000003057 | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 62.01s 2025-12-01 11:19:11.618126 | fa163ee6-8f4d-1548-de56-000000002642 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 34.99s 2025-12-01 11:19:11.619086 | fa163ee6-8f4d-1548-de56-000000004c64 | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.98s 2025-12-01 11:19:11.620049 | fa163ee6-8f4d-1548-de56-000000003c1b | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 30.81s 2025-12-01 11:19:11.621009 | fa163ee6-8f4d-1548-de56-00000000341b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 27.75s 2025-12-01 11:19:11.621946 | fa163ee6-8f4d-1548-de56-000000005196 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 26.65s 2025-12-01 11:19:11.622886 | fa163ee6-8f4d-1548-de56-000000005197 | 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.41s 2025-12-01 11:19:11.623920 | fa163ee6-8f4d-1548-de56-000000003447 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 25.91s 2025-12-01 11:19:11.624927 | fa163ee6-8f4d-1548-de56-000000003473 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 25.50s 2025-12-01 11:19:11.625852 | fa163ee6-8f4d-1548-de56-000000004f27 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 24.60s 2025-12-01 11:19:11.626876 | fa163ee6-8f4d-1548-de56-000000004efb | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 24.50s 2025-12-01 11:19:11.628282 | fa163ee6-8f4d-1548-de56-000000004f53 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 23.96s 2025-12-01 11:19:11.628814 | fa163ee6-8f4d-1548-de56-000000004dff | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 23.44s 2025-12-01 11:19:11.629814 | fa163ee6-8f4d-1548-de56-0000000021cf | SUMMARY | standalone | install systemd-container for a greenfield | 21.36s 2025-12-01 11:19:11.630909 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-95hluu53 Install artifact is located at /root/standalone-install-20251201111912.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.LB4qmY88OU + exit 0 ~/ci-framework-data/artifacts