~/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.JVndSwmsK2 + 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.JVndSwmsK2/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 + 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.JVndSwmsK2/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.JVndSwmsK2 + J2_VARS_FILE=/tmp/tmp.JVndSwmsK2/tmp.Mo7AyjCBkf.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.JVndSwmsK2/tmp.Mo7AyjCBkf.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.JVndSwmsK2/tmp.Mo7AyjCBkf.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.JVndSwmsK2/tmp.Mo7AyjCBkf.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.JVndSwmsK2/tmp.Mo7AyjCBkf.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.JVndSwmsK2/tmp.Mo7AyjCBkf.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.JVndSwmsK2/tmp.Mo7AyjCBkf.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.JVndSwmsK2/tmp.Mo7AyjCBkf.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.JVndSwmsK2/tmp.Mo7AyjCBkf.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.JVndSwmsK2/tmp.Mo7AyjCBkf.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.JVndSwmsK2/tmp.Mo7AyjCBkf.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.JVndSwmsK2/tmp.Mo7AyjCBkf.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.JVndSwmsK2/tmp.Mo7AyjCBkf.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.JVndSwmsK2/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.JVndSwmsK2/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.JVndSwmsK2/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.JVndSwmsK2/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.JVndSwmsK2/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 6.7 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250523121326.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 553 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-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-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-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-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-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-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20250704160749.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 617 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20230621001106.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 259 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20230620181556.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20230621022040.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k puppet-git noarch 0.5.0-17.1.20230620193928.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20230620193950.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20230621075748.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 63 k puppet-inifile noarch 4.2.1-17.1.20230620180624.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-ipaclient noarch 2.5.2-17.1.20230620194626.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20230620194716.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k puppet-keystone noarch 18.6.1-17.1.20250425111017.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20230620195419.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20230620192417.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-rsync noarch 1.1.4-17.1.20230621002829.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20230620200411.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20230620183456.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20230620183456.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-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-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.4-110.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 369 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250702110757.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 570 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): boost-system-1.75.0-8.el9.x86_64.rpm 109 kB/s | 15 kB 00:00 (2/399): perl-Getopt-Long-2.52-4.el9.noarch.rpm 409 kB/s | 64 kB 00:00 (3/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 1.4 MB/s | 223 kB 00:00 (4/399): perl-Storable-3.21-460.el9.x86_64.rpm 893 kB/s | 98 kB 00:00 (5/399): python3-urllib-gssapi-1.0.2-4.el9.noar 252 kB/s | 24 kB 00:00 (6/399): boost-locale-1.75.0-8.el9.x86_64.rpm 2.1 MB/s | 216 kB 00:00 (7/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 198 kB/s | 17 kB 00:00 (8/399): boost-thread-1.75.0-8.el9.x86_64.rpm 620 kB/s | 57 kB 00:00 (9/399): perl-Data-Dumper-2.174-462.el9.x86_64. 669 kB/s | 59 kB 00:00 (10/399): perl-Exporter-5.74-461.el9.noarch.rpm 374 kB/s | 34 kB 00:00 (11/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 283 kB/s | 25 kB 00:00 (12/399): perl-parent-0.238-460.el9.noarch.rpm 183 kB/s | 16 kB 00:00 (13/399): python3-pyasn1-modules-0.4.8-6.el9.no 2.8 MB/s | 283 kB 00:00 (14/399): perl-File-Temp-0.231.100-4.el9.noarch 302 kB/s | 63 kB 00:00 (15/399): xorriso-1.5.4-4.el9.x86_64.rpm 2.8 MB/s | 321 kB 00:00 (16/399): libisofs-1.5.4-4.el9.x86_64.rpm 2.3 MB/s | 224 kB 00:00 (17/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 520 kB/s | 45 kB 00:00 (18/399): perl-PathTools-3.78-461.el9.x86_64.rp 1.0 MB/s | 92 kB 00:00 (19/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 3.7 MB/s | 392 kB 00:00 (20/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 2.1 MB/s | 229 kB 00:00 (21/399): perl-Term-ANSIColor-5.01-461.el9.noar 555 kB/s | 51 kB 00:00 (22/399): perl-Text-ParseWords-3.30-460.el9.noa 212 kB/s | 18 kB 00:00 (23/399): perl-URI-5.09-3.el9.noarch.rpm 1.3 MB/s | 125 kB 00:00 (24/399): perl-libnet-3.13-4.el9.noarch.rpm 1.4 MB/s | 134 kB 00:00 (25/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 11 MB/s | 1.2 MB 00:00 (26/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 269 kB/s | 26 kB 00:00 (27/399): iptables-nft-services-1.8.8-6.el9_1.n 309 kB/s | 28 kB 00:00 (28/399): perl-Carp-1.50-460.el9.noarch.rpm 355 kB/s | 31 kB 00:00 (29/399): perl-Encode-3.08-462.el9.x86_64.rpm 14 MB/s | 1.7 MB 00:00 (30/399): perl-Pod-Escapes-1.07-460.el9.noarch. 252 kB/s | 22 kB 00:00 (31/399): python3-psutil-5.8.0-12.el9.x86_64.rp 2.3 MB/s | 218 kB 00:00 (32/399): libburn-1.5.4-4.el9.x86_64.rpm 1.8 MB/s | 175 kB 00:00 (33/399): perl-Mozilla-CA-20200520-6.el9.noarch 168 kB/s | 14 kB 00:00 (34/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 275 kB/s | 24 kB 00:00 (35/399): perl-Time-Local-1.300-7.el9.noarch.rp 408 kB/s | 37 kB 00:00 (36/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 821 kB/s | 76 kB 00:00 (37/399): python3-yubico-1.3.3-7.el9.noarch.rpm 825 kB/s | 73 kB 00:00 (38/399): sshpass-1.09-4.el9.x86_64.rpm 334 kB/s | 30 kB 00:00 (39/399): boost-filesystem-1.75.0-8.el9.x86_64. 657 kB/s | 59 kB 00:00 (40/399): boost-log-1.75.0-8.el9.x86_64.rpm 4.1 MB/s | 410 kB 00:00 (41/399): boost-program-options-1.75.0-8.el9.x8 1.2 MB/s | 108 kB 00:00 (42/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 444 kB/s | 39 kB 00:00 (43/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 390 kB/s | 34 kB 00:00 (44/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 205 kB/s | 19 kB 00:00 (45/399): libisoburn-1.5.4-4.el9.x86_64.rpm 4.2 MB/s | 419 kB 00:00 (46/399): perl-Digest-1.19-4.el9.noarch.rpm 326 kB/s | 29 kB 00:00 (47/399): perl-File-Path-2.18-4.el9.noarch.rpm 440 kB/s | 38 kB 00:00 (48/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 1.0 MB/s | 92 kB 00:00 (49/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 470 kB/s | 43 kB 00:00 (50/399): perl-Scalar-List-Utils-1.56-461.el9.x 831 kB/s | 77 kB 00:00 (51/399): perl-Socket-2.031-4.el9.x86_64.rpm 633 kB/s | 58 kB 00:00 (52/399): perl-constant-1.33-461.el9.noarch.rpm 277 kB/s | 25 kB 00:00 (53/399): perl-podlators-4.14-460.el9.noarch.rp 1.3 MB/s | 118 kB 00:00 (54/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 1.2 MB/s | 112 kB 00:00 (55/399): python3-appdirs-1.4.4-4.el9.noarch.rp 311 kB/s | 27 kB 00:00 (56/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.8 MB/s | 163 kB 00:00 (57/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 1.0 MB/s | 96 kB 00:00 (58/399): python3-qrcode-core-6.1-12.el9.noarch 711 kB/s | 61 kB 00:00 (59/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 517 kB/s | 48 kB 00:00 (60/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.9 MB/s | 279 kB 00:00 (61/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.2 MB/s | 221 kB 00:00 (62/399): python3-alembic-1.7.5-3.el9.noarch.rp 8.9 MB/s | 900 kB 00:00 (63/399): python3-augeas-0.5.0-25.el9.noarch.rp 339 kB/s | 31 kB 00:00 (64/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 5.2 MB/s | 489 kB 00:00 (65/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 479 kB/s | 42 kB 00:00 (66/399): perl-AutoLoader-5.74-480.el9.noarch.r 245 kB/s | 23 kB 00:00 (67/399): perl-B-1.80-480.el9.x86_64.rpm 1.9 MB/s | 185 kB 00:00 (68/399): perl-Class-Struct-0.66-480.el9.noarch 272 kB/s | 24 kB 00:00 (69/399): perl-Errno-1.30-480.el9.x86_64.rpm 178 kB/s | 17 kB 00:00 (70/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 260 kB/s | 23 kB 00:00 (71/399): perl-File-Basename-2.85-480.el9.noarc 213 kB/s | 19 kB 00:00 (72/399): perl-FileHandle-2.03-480.el9.noarch.r 185 kB/s | 17 kB 00:00 (73/399): perl-File-stat-1.09-480.el9.noarch.rp 192 kB/s | 19 kB 00:00 (74/399): perl-Getopt-Std-1.12-480.el9.noarch.r 196 kB/s | 17 kB 00:00 (75/399): perl-IO-1.43-480.el9.x86_64.rpm 1.1 MB/s | 94 kB 00:00 (76/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 286 kB/s | 25 kB 00:00 (77/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 287 kB/s | 25 kB 00:00 (78/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.1 MB/s | 99 kB 00:00 (79/399): perl-SelectSaver-1.02-480.el9.noarch. 147 kB/s | 13 kB 00:00 (80/399): perl-Symbol-1.08-480.el9.noarch.rpm 178 kB/s | 16 kB 00:00 (81/399): perl-base-2.27-480.el9.noarch.rpm 205 kB/s | 18 kB 00:00 (82/399): perl-if-0.60.800-480.el9.noarch.rpm 179 kB/s | 16 kB 00:00 (83/399): perl-interpreter-5.32.1-480.el9.x86_6 843 kB/s | 75 kB 00:00 (84/399): perl-mro-1.23-480.el9.x86_64.rpm 294 kB/s | 31 kB 00:00 (85/399): perl-libs-5.32.1-480.el9.x86_64.rpm 16 MB/s | 2.2 MB 00:00 (86/399): perl-overload-1.31-480.el9.noarch.rpm 513 kB/s | 47 kB 00:00 (87/399): perl-overloading-0.02-480.el9.noarch. 161 kB/s | 15 kB 00:00 (88/399): perl-subs-1.03-480.el9.noarch.rpm 149 kB/s | 13 kB 00:00 (89/399): perl-vars-1.05-480.el9.noarch.rpm 165 kB/s | 15 kB 00:00 (90/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 2.8 MB/s | 259 kB 00:00 (91/399): python3-mako-1.1.4-6.el9.noarch.rpm 2.0 MB/s | 176 kB 00:00 (92/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 4.8 MB/s | 459 kB 00:00 (93/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 442 kB/s | 40 kB 00:00 (94/399): jq-1.6-14.el9.x86_64.rpm 2.0 MB/s | 190 kB 00:00 (95/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 656 kB/s | 59 kB 00:00 (96/399): ansible-freeipa-1.9.2-3.el9_2.noarch. 4.1 MB/s | 452 kB 00:00 (97/399): python3-openvswitch3.3-3.3.4-110.el9f 3.8 MB/s | 369 kB 00:00 (98/399): rhel-system-roles-1.21.2-1.el9_2.noar 19 MB/s | 2.4 MB 00:00 (99/399): ansible-collection-community-general- 13 MB/s | 1.3 MB 00:00 (100/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 725 kB/s | 68 kB 00:00 (101/399): ansible-collection-ansible-posix-1.2 1.4 MB/s | 124 kB 00:00 (102/399): cephadm-18.2.1-361.el9cp.noarch.rpm 3.5 MB/s | 354 kB 00:00 (103/399): bash-completion-2.11-4.el9.noarch.rp 4.4 MB/s | 459 kB 00:00 (104/399): device-mapper-persistent-data-0.9.0- 7.4 MB/s | 786 kB 00:00 (105/399): libaio-0.3.111-13.el9.x86_64.rpm 60 kB/s | 26 kB 00:00 (106/399): krb5-workstation-1.20.1-8.el9.x86_64 5.2 MB/s | 542 kB 00:00 (107/399): libkadm5-1.20.1-8.el9.x86_64.rpm 890 kB/s | 81 kB 00:00 (108/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 416 kB/s | 37 kB 00:00 (109/399): glibc-langpack-en-2.34-60.el9.x86_64 914 kB/s | 675 kB 00:00 (110/399): pkgconf-1.7.3-10.el9.x86_64.rpm 512 kB/s | 45 kB 00:00 (111/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 179 kB/s | 16 kB 00:00 (112/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 74 kB/s | 62 kB 00:00 (113/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 134 kB/s | 12 kB 00:00 (114/399): python3-dns-2.2.1-2.el9.noarch.rpm 4.3 MB/s | 418 kB 00:00 (115/399): ipa-client-common-4.10.1-12.el9_2.2. 495 kB/s | 44 kB 00:00 (116/399): ipa-common-4.10.1-12.el9_2.2.noarch. 6.5 MB/s | 656 kB 00:00 (117/399): python3-ipaclient-4.10.1-12.el9_2.2. 6.6 MB/s | 648 kB 00:00 (118/399): python3-ipalib-4.10.1-12.el9_2.2.noa 6.8 MB/s | 663 kB 00:00 (119/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 645 kB/s | 57 kB 00:00 (120/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 462 kB/s | 41 kB 00:00 (121/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 45 MB/s | 7.9 MB 00:00 (122/399): ruby-default-gems-3.0.4-161.el9_2.2. 410 kB/s | 46 kB 00:00 (123/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 24 MB/s | 3.3 MB 00:00 (124/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 621 kB/s | 55 kB 00:00 (125/399): rubygem-bundler-2.2.33-161.el9_2.2.n 4.7 MB/s | 456 kB 00:00 (126/399): rubygem-io-console-0.5.7-161.el9_2.2 295 kB/s | 26 kB 00:00 (127/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 615 kB/s | 59 kB 00:00 (128/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 649 kB/s | 60 kB 00:00 (129/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 4.5 MB/s | 441 kB 00:00 (130/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 1.2 MB/s | 110 kB 00:00 (131/399): rubygems-3.2.33-161.el9_2.2.noarch.r 3.1 MB/s | 306 kB 00:00 (132/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 2.5 MB/s | 245 kB 00:00 (133/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 18 MB/s | 2.2 MB 00:00 (134/399): buildah-1.29.5-1.el9_2.x86_64.rpm 41 MB/s | 8.6 MB 00:00 (135/399): ansible-collection-ansible-netcommon 1.9 MB/s | 181 kB 00:00 (136/399): ansible-collection-ansible-utils-2.3 1.0 MB/s | 91 kB 00:00 (137/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 827 kB/s | 77 kB 00:00 (138/399): golang-github-vbatts-tar-split-0.11. 9.4 MB/s | 1.0 MB 00:00 (139/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.7 MB/s | 162 kB 00:00 (140/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.8 MB/s | 178 kB 00:00 (141/399): puppet-fdio-18.2-1.20220727113954.6f 283 kB/s | 25 kB 00:00 (142/399): python3-ansible-runner-2.0.0a1-3.el9 1.3 MB/s | 122 kB 00:00 (143/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 464 kB/s | 44 kB 00:00 (144/399): python3-beautifulsoup4-4.9.3-2.el9os 2.0 MB/s | 204 kB 00:00 (145/399): python3-croniter-0.3.35-2.el9ost.noa 525 kB/s | 49 kB 00:00 (146/399): python3-daemon-2.3.0-1.el9ost.noarch 423 kB/s | 39 kB 00:00 (147/399): python3-docutils-0.16-6.el9ost.noarc 14 MB/s | 1.5 MB 00:00 (148/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 463 kB/s | 44 kB 00:00 (149/399): python3-gevent-21.1.2-2.el9ost.x86_6 15 MB/s | 1.6 MB 00:00 (150/399): python3-gitdb-4.0.5-2.el9ost.noarch. 1.1 MB/s | 107 kB 00:00 (151/399): python3-jeepney-0.6.0-2.el9ost.noarc 3.0 MB/s | 284 kB 00:00 (152/399): python3-jmespath-0.10.0-1.el9ost.noa 483 kB/s | 46 kB 00:00 (153/399): python3-lockfile-0.12.2-2.el9ost.noa 341 kB/s | 31 kB 00:00 (154/399): python3-logutils-0.3.5-15.el9ost.noa 527 kB/s | 47 kB 00:00 (155/399): python3-memcached-1.59-3.el9ost.noar 436 kB/s | 40 kB 00:00 (156/399): python3-mimeparse-1.6.0-16.el9ost.no 185 kB/s | 16 kB 00:00 (157/399): python3-migrate-0.13.0-1.el9ost.noar 2.2 MB/s | 224 kB 00:00 (158/399): python3-passlib-1.7.4-3.el9ost.noarc 7.2 MB/s | 712 kB 00:00 (159/399): python3-natsort-7.1.1-2.el9ost.noarc 563 kB/s | 59 kB 00:00 (160/399): python3-pecan-1.4.0-2.el9ost.noarch. 2.6 MB/s | 273 kB 00:00 (161/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 980 kB/s | 90 kB 00:00 (162/399): python3-pynacl-1.4.0-1.el9ost.x86_64 1.2 MB/s | 111 kB 00:00 (163/399): python3-pyperclip-1.8.0-3.el9ost.noa 273 kB/s | 25 kB 00:00 (164/399): python3-setproctitle-1.2.2-1.el9ost. 264 kB/s | 23 kB 00:00 (165/399): python3-smmap-3.0.1-4.el9ost.noarch. 524 kB/s | 47 kB 00:00 (166/399): python3-soupsieve-2.2-1.el9ost.noarc 746 kB/s | 67 kB 00:00 (167/399): python3-sqlalchemy13-1.3.24-3.el9ost 17 MB/s | 1.7 MB 00:00 (168/399): python3-tenacity-6.3.1-1.el9ost.noar 524 kB/s | 51 kB 00:00 (169/399): python3-webtest-2.0.35-6.el9ost.noar 857 kB/s | 82 kB 00:00 (170/399): python3-zope-event-4.2.0-20.el9ost.n 2.2 MB/s | 205 kB 00:00 (171/399): python3-zope-interface-5.4.0-1.el9os 2.2 MB/s | 202 kB 00:00 (172/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 3.7 MB/s | 396 kB 00:00 (173/399): rubygem-concurrent-ruby-1.1.5-2.el9o 2.6 MB/s | 243 kB 00:00 (174/399): rubygem-deep_merge-1.2.1-7.el9ost.no 157 kB/s | 14 kB 00:00 (175/399): rubygem-fast_gettext-1.2.0-9.el9ost. 374 kB/s | 34 kB 00:00 (176/399): rubygem-multi_json-1.15.0-2.el9ost.n 248 kB/s | 22 kB 00:00 (177/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 935 kB/s | 90 kB 00:00 (178/399): rubygem-puppet-resource_api-1.8.13-1 378 kB/s | 34 kB 00:00 (179/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 169 kB/s | 16 kB 00:00 (180/399): rubygem-semantic_puppet-1.0.4-2.el9o 221 kB/s | 21 kB 00:00 (181/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 4.2 MB/s | 433 kB 00:00 (182/399): ansible-config_template-2.0.1-17.1.2 326 kB/s | 29 kB 00:00 (183/399): ansible-role-atos-hsm-1.0.1-17.1.202 195 kB/s | 17 kB 00:00 (184/399): ansible-role-chrony-1.3.1-17.1.20230 249 kB/s | 22 kB 00:00 (185/399): ansible-role-collectd-config-0.0.3-1 585 kB/s | 53 kB 00:00 (186/399): ansible-role-container-registry-1.4. 269 kB/s | 24 kB 00:00 (187/399): ansible-role-openstack-operations-0. 307 kB/s | 30 kB 00:00 (188/399): ansible-role-qdr-config-0.0.2-17.1.2 246 kB/s | 21 kB 00:00 (189/399): ansible-role-redhat-subscription-1.3 285 kB/s | 28 kB 00:00 (190/399): ansible-role-thales-hsm-3.0.1-17.1.2 211 kB/s | 21 kB 00:00 (191/399): ansible-role-tripleo-modify-image-1. 301 kB/s | 27 kB 00:00 (192/399): ansible-tripleo-ipa-0.3.1-17.1.20230 410 kB/s | 36 kB 00:00 (193/399): ansible-tripleo-ipsec-11.0.1-17.1.20 413 kB/s | 38 kB 00:00 (194/399): dib-utils-0.0.11-17.1.20230620173328 143 kB/s | 12 kB 00:00 (195/399): openstack-heat-agents-2.2.1-17.1.202 104 kB/s | 9.6 kB 00:00 (196/399): os-apply-config-13.1.1-17.1.20231020 350 kB/s | 54 kB 00:00 (197/399): os-collect-config-13.1.1-17.1.202310 483 kB/s | 50 kB 00:00 (198/399): os-refresh-config-13.1.1-17.1.202310 238 kB/s | 21 kB 00:00 (199/399): puppet-apache-6.5.2-17.1.20230621001 2.8 MB/s | 259 kB 00:00 (200/399): puppet-aodh-18.4.2-17.1.202306201512 623 kB/s | 62 kB 00:00 (201/399): puppet-archive-4.6.1-17.1.2023062018 443 kB/s | 44 kB 00:00 (202/399): puppet-auditd-2.2.1-17.1.20230620192 312 kB/s | 28 kB 00:00 (203/399): puppet-ceilometer-18.4.3-17.1.202309 797 kB/s | 70 kB 00:00 (204/399): puppet-certmonger-2.7.1-17.1.2023062 277 kB/s | 26 kB 00:00 (205/399): puppet-cinder-18.5.2-17.1.2023062105 1.2 MB/s | 120 kB 00:00 (206/399): puppet-collectd-13.0.1-17.1.20230620 1.4 MB/s | 135 kB 00:00 (207/399): puppet-concat-6.2.1-17.1.20230620181 435 kB/s | 41 kB 00:00 (208/399): puppet-corosync-8.0.1-17.1.202306211 781 kB/s | 68 kB 00:00 (209/399): puppet-designate-18.6.1-17.1.2023062 769 kB/s | 69 kB 00:00 (210/399): puppet-dns-8.2.1-17.1.20230621002045 395 kB/s | 36 kB 00:00 (211/399): puppet-etcd-1.12.3-17.1.202306201932 281 kB/s | 25 kB 00:00 (212/399): puppet-firewall-3.4.1-17.1.202306210 829 kB/s | 77 kB 00:00 (213/399): puppet-git-0.5.0-17.1.20230620193928 236 kB/s | 23 kB 00:00 (214/399): puppet-gnocchi-18.4.3-17.1.202306210 622 kB/s | 58 kB 00:00 (215/399): puppet-haproxy-4.2.2-17.1.2023062019 576 kB/s | 52 kB 00:00 (216/399): puppet-heat-18.4.1-17.1.202306211116 801 kB/s | 70 kB 00:00 (217/399): puppet-horizon-18.6.1-17.1.202306210 721 kB/s | 63 kB 00:00 (218/399): puppet-inifile-4.2.1-17.1.2023062018 478 kB/s | 42 kB 00:00 (219/399): puppet-ipaclient-2.5.2-17.1.20230620 182 kB/s | 17 kB 00:00 (220/399): puppet-keepalived-0.0.2-17.1.2023062 156 kB/s | 14 kB 00:00 (221/399): puppet-kmod-2.5.0-17.1.2023062019064 243 kB/s | 21 kB 00:00 (222/399): puppet-manila-18.5.2-17.1.2023110219 907 kB/s | 81 kB 00:00 (223/399): puppet-memcached-6.0.0-17.1.20230620 256 kB/s | 23 kB 00:00 (224/399): puppet-module-data-0.5.1-17.1.202306 148 kB/s | 13 kB 00:00 (225/399): puppet-mysql-10.6.1-17.1.20230621022 1.1 MB/s | 99 kB 00:00 (226/399): puppet-neutron-18.6.1-17.1.202306210 2.1 MB/s | 196 kB 00:00 (227/399): puppet-nova-18.6.1-17.1.202306210904 2.1 MB/s | 200 kB 00:00 (228/399): puppet-nssdb-1.0.2-17.1.202306201856 133 kB/s | 12 kB 00:00 (229/399): puppet-octavia-18.5.1-17.1.202306210 872 kB/s | 76 kB 00:00 (230/399): puppet-openstack_extras-18.5.1-17.1. 538 kB/s | 48 kB 00:00 (231/399): puppet-openstacklib-18.5.2-17.1.2023 700 kB/s | 62 kB 00:00 (232/399): puppet-oslo-18.5.1-17.1.202306210523 536 kB/s | 48 kB 00:00 (233/399): puppet-placement-5.4.3-17.1.20230621 468 kB/s | 41 kB 00:00 (234/399): puppet-qdr-7.4.1-17.1.20230620195605 362 kB/s | 31 kB 00:00 (235/399): puppet-rabbitmq-11.0.1-17.1.20230620 2.7 MB/s | 266 kB 00:00 (236/399): puppet-remote-10.0.0-17.1.2023062019 90 kB/s | 16 kB 00:00 (237/399): puppet-rsync-1.1.4-17.1.202306210028 265 kB/s | 28 kB 00:00 (238/399): puppet-redis-6.1.1-17.1.202306201917 252 kB/s | 51 kB 00:00 (239/399): puppet-snmp-3.9.1-17.1.2023062020041 399 kB/s | 34 kB 00:00 (240/399): puppet-rsyslog-4.0.1-17.1.2023062020 617 kB/s | 58 kB 00:00 (241/399): puppet-ssh-6.2.1-17.1.20230620190251 320 kB/s | 29 kB 00:00 (242/399): puppet-swift-18.6.1-17.1.20230621052 1.3 MB/s | 115 kB 00:00 (243/399): puppet-stdlib-6.3.1-17.1.20230621000 1.6 MB/s | 160 kB 00:00 (244/399): puppet-sysctl-0.0.13-17.1.2023062018 160 kB/s | 16 kB 00:00 (245/399): puppet-systemd-2.12.1-17.1.202306201 476 kB/s | 42 kB 00:00 (246/399): puppet-vcsrepo-3.1.1-17.1.2023062018 563 kB/s | 50 kB 00:00 (247/399): puppet-vswitch-14.4.3-17.1.202306210 465 kB/s | 41 kB 00:00 (248/399): puppet-xinetd-3.3.1-17.1.20230620185 293 kB/s | 26 kB 00:00 (249/399): python-oslo-cache-lang-2.7.1-17.1.20 216 kB/s | 19 kB 00:00 (250/399): python-oslo-log-lang-4.4.0-17.1.2023 161 kB/s | 14 kB 00:00 (251/399): python-oslo-policy-lang-3.7.1-17.1.2 154 kB/s | 14 kB 00:00 (252/399): python-oslo-middleware-lang-4.2.1-17 125 kB/s | 13 kB 00:00 (253/399): python-oslo-versionedobjects-lang-2. 142 kB/s | 14 kB 00:00 (254/399): python-pycadf-common-3.1.1-17.1.2023 162 kB/s | 15 kB 00:00 (255/399): python3-GitPython-3.1.14-2.el9ost.no 2.6 MB/s | 238 kB 00:00 (256/399): python3-aodhclient-2.2.0-17.1.202306 620 kB/s | 56 kB 00:00 (257/399): python3-barbicanclient-5.3.0-17.1.20 1.4 MB/s | 127 kB 00:00 (258/399): python3-cinderclient-7.4.1-17.1.2023 2.3 MB/s | 218 kB 00:00 (259/399): python3-cliff-3.7.0-17.1.20230620172 974 kB/s | 95 kB 00:00 (260/399): python3-designateclient-4.2.1-17.1.2 1.0 MB/s | 92 kB 00:00 (261/399): python3-futurist-2.3.0-17.1.20230621 709 kB/s | 64 kB 00:00 (262/399): python3-heat-agent-2.2.1-17.1.202306 211 kB/s | 19 kB 00:00 (263/399): python3-heat-agent-ansible-2.2.1-17. 124 kB/s | 11 kB 00:00 (264/399): python3-heat-agent-apply-config-2.2. 112 kB/s | 9.9 kB 00:00 (265/399): python3-heat-agent-docker-cmd-2.2.1- 143 kB/s | 12 kB 00:00 (266/399): python3-heat-agent-hiera-2.2.1-17.1. 122 kB/s | 10 kB 00:00 (267/399): python3-heat-agent-json-file-2.2.1-1 110 kB/s | 9.8 kB 00:00 (268/399): python3-heat-agent-puppet-2.2.1-17.1 125 kB/s | 11 kB 00:00 (269/399): python3-heatclient-2.3.1-17.1.202306 1.7 MB/s | 158 kB 00:00 (270/399): python3-ironic-inspector-client-4.5. 734 kB/s | 67 kB 00:00 (271/399): python3-ironicclient-4.6.4-17.1.2023 3.5 MB/s | 342 kB 00:00 (272/399): python3-keystoneclient-4.3.0-17.1.20 2.5 MB/s | 239 kB 00:00 (273/399): python3-keystonemiddleware-9.2.0-17. 1.0 MB/s | 92 kB 00:00 (274/399): python3-magnumclient-3.4.1-17.1.2023 1.3 MB/s | 121 kB 00:00 (275/399): python3-mistralclient-4.2.0-17.1.202 1.8 MB/s | 166 kB 00:00 (276/399): python3-neutronclient-7.3.1-17.1.202 3.1 MB/s | 298 kB 00:00 (277/399): python3-novaclient-17.4.1-17.1.20230 2.1 MB/s | 201 kB 00:00 (278/399): python3-os-client-config-2.1.0-17.1. 605 kB/s | 55 kB 00:00 (279/399): python3-os-service-types-1.7.0-17.1. 436 kB/s | 38 kB 00:00 (280/399): python3-os-traits-2.5.0-17.1.2023062 501 kB/s | 45 kB 00:00 (281/399): python3-osc-lib-2.3.1-17.1.202306202 858 kB/s | 78 kB 00:00 (282/399): python3-oslo-cache-2.7.1-17.1.202306 616 kB/s | 56 kB 00:00 (283/399): python3-oslo-context-3.2.1-17.1.2023 327 kB/s | 27 kB 00:00 (284/399): python3-oslo-log-4.4.0-17.1.20230620 749 kB/s | 64 kB 00:00 (285/399): python3-oslo-middleware-4.2.1-17.1.2 613 kB/s | 55 kB 00:00 (286/399): python3-oslo-policy-3.7.1-17.1.20230 590 kB/s | 76 kB 00:00 (287/399): python3-oslo-reports-2.2.0-17.1.2023 673 kB/s | 59 kB 00:00 (288/399): python3-oslo-rootwrap-6.3.1-17.1.202 534 kB/s | 46 kB 00:00 (289/399): python3-oslo-serialization-4.1.1-17. 379 kB/s | 34 kB 00:00 (290/399): python3-oslo-upgradecheck-1.3.1-17.1 327 kB/s | 29 kB 00:00 (291/399): python3-oslo-versionedobjects-2.4.1- 892 kB/s | 79 kB 00:00 (292/399): python3-osprofiler-3.4.0-17.1.202306 1.4 MB/s | 130 kB 00:00 (293/399): python3-pycadf-3.1.1-17.1.2023062021 572 kB/s | 53 kB 00:00 (294/399): python3-requestsexceptions-1.4.0-17. 184 kB/s | 17 kB 00:00 (295/399): python3-saharaclient-3.3.0-17.1.2023 2.0 MB/s | 188 kB 00:00 (296/399): python3-shade-1.33.0-17.1.2023062022 5.5 MB/s | 523 kB 00:00 (297/399): python3-statsd-3.2.1-20.1.el9ost.noa 376 kB/s | 35 kB 00:00 (298/399): python3-swiftclient-3.11.1-17.1.2023 1.5 MB/s | 136 kB 00:00 (299/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 567 kB/s | 50 kB 00:00 (300/399): python3-troveclient-7.0.0-17.1.20230 3.6 MB/s | 344 kB 00:00 (301/399): python3-validations-libs-1.9.1-17.1. 1.5 MB/s | 137 kB 00:00 (302/399): python3-zaqarclient-2.4.0-17.1.20230 1.4 MB/s | 129 kB 00:00 (303/399): validations-common-1.9.1-17.1.202310 1.2 MB/s | 111 kB 00:00 (304/399): python3-paramiko-2.11.0-2.el9ost.noa 3.2 MB/s | 299 kB 00:00 (305/399): ansible-pacemaker-1.0.4-17.1.2023121 244 kB/s | 21 kB 00:00 (306/399): python3-werkzeug-2.0.1-7.el9ost.noar 4.3 MB/s | 427 kB 00:00 (307/399): python3-manilaclient-2.6.4-17.1.2024 5.6 MB/s | 528 kB 00:00 (308/399): python3-sqlparse-0.4.1-2.el9ost.noar 937 kB/s | 83 kB 00:00 (309/399): python3-webob-1.8.7-2.1.el9ost.noarc 2.5 MB/s | 230 kB 00:00 (310/399): ansible-role-metalsmith-deployment-1 244 kB/s | 21 kB 00:00 (311/399): openstack-selinux-0.8.37-17.1.202311 2.4 MB/s | 221 kB 00:00 (312/399): puppet-ironic-18.7.1-17.1.2024030521 1.3 MB/s | 121 kB 00:00 (313/399): python-oslo-db-lang-8.5.2-17.1.20240 165 kB/s | 14 kB 00:00 (314/399): python3-glanceclient-3.3.0-17.1.2024 1.6 MB/s | 143 kB 00:00 (315/399): python3-keystoneauth1-4.4.0-17.1.202 3.8 MB/s | 409 kB 00:00 (316/399): python3-metalsmith-1.4.4-17.1.202405 673 kB/s | 65 kB 00:00 (317/399): python3-neutron-lib-2.10.3-17.1.2023 3.8 MB/s | 375 kB 00:00 (318/399): python3-octaviaclient-2.3.1-17.1.202 1.0 MB/s | 91 kB 00:00 (319/399): python3-oslo-db-8.5.2-17.1.202408201 1.6 MB/s | 144 kB 00:00 (320/399): python3-oslo-messaging-12.7.3-17.1.2 2.3 MB/s | 216 kB 00:00 (321/399): python3-oslo-service-2.5.1-17.1.2024 791 kB/s | 71 kB 00:00 (322/399): python3-rhosp-openvswitch-3.3-1.el9o 95 kB/s | 8.3 kB 00:00 (323/399): python3-waitress-2.0.0-4.el9ost.noar 1.2 MB/s | 109 kB 00:00 (324/399): openstack-ansible-core-2.14.2-4.7.el 21 MB/s | 2.3 MB 00:00 (325/399): openstack-tripleo-validations-14.3.2 2.2 MB/s | 204 kB 00:00 (326/399): puppet-glance-18.6.1-17.1.2025022015 952 kB/s | 87 kB 00:00 (327/399): puppet-ovn-18.6.1-17.1.2024092509490 331 kB/s | 29 kB 00:00 (328/399): puppet-pacemaker-1.5.1-17.1.20250214 1.7 MB/s | 158 kB 00:00 (329/399): python3-os-ken-1.4.1-17.1.2024120509 18 MB/s | 2.1 MB 00:00 (330/399): puppet-tripleo-14.2.3-17.1.202503201 2.4 MB/s | 239 kB 00:00 (331/399): ansible-collection-containers-podman 2.6 MB/s | 243 kB 00:00 (332/399): ansible-collections-openstack-1.9.1- 1.6 MB/s | 146 kB 00:00 (333/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 3.8 MB/s | 351 kB 00:00 (334/399): facter-3.14.19-3.el9ost.x86_64.rpm 5.5 MB/s | 518 kB 00:00 (335/399): hiera-3.6.0-6.el9ost.noarch.rpm 382 kB/s | 33 kB 00:00 (336/399): leatherman-1.12.6-5.el9ost.x86_64.rp 4.2 MB/s | 405 kB 00:00 (337/399): openstack-tripleo-common-15.4.1-17.1 596 kB/s | 52 kB 00:00 (338/399): openstack-tripleo-common-containers- 845 kB/s | 78 kB 00:00 (339/399): puppet-7.10.0-4.el9ost.noarch.rpm 120 kB/s | 11 kB 00:00 (340/399): puppet-headless-7.10.0-4.el9ost.noar 14 MB/s | 1.4 MB 00:00 (341/399): puppet-keystone-18.6.1-17.1.20250425 1.4 MB/s | 127 kB 00:00 (342/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.0 MB/s | 92 kB 00:00 (343/399): python3-boto-2.45.0-8.1.el9ost.noarc 13 MB/s | 1.3 MB 00:00 (344/399): python3-cachetools-4.2.2-3.el9ost.no 376 kB/s | 33 kB 00:00 (345/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 3.1 MB/s | 284 kB 00:00 (346/399): python3-colorama-0.4.4-4.el9ost.noar 363 kB/s | 35 kB 00:00 (347/399): python3-dogpile-cache-1.1.5-5.el9ost 1.0 MB/s | 89 kB 00:00 (348/399): python3-extras-1.0.0-17.el9ost.noarc 233 kB/s | 21 kB 00:00 (349/399): python3-fixtures-3.0.0-24.el9ost.noa 1.0 MB/s | 93 kB 00:00 (350/399): python3-keyring-21.8.0-4.el9ost.noar 894 kB/s | 77 kB 00:00 (351/399): python3-kombu-5.0.2-3.el9ost.noarch. 3.4 MB/s | 313 kB 00:00 (352/399): python3-msgpack-1.0.2-4.el9ost.x86_6 963 kB/s | 87 kB 00:00 (353/399): python3-munch-2.5.0-6.el9ost.noarch. 286 kB/s | 25 kB 00:00 (354/399): python3-openstacksdk-0.55.1-17.1.202 7.4 MB/s | 735 kB 00:00 (355/399): python3-paste-3.5.0-5.el9ost.noarch. 8.0 MB/s | 776 kB 00:00 (356/399): python3-paste-deploy-2.1.1-4.el9ost. 458 kB/s | 41 kB 00:00 (357/399): python3-pystache-0.5.4-15.el9ost.noa 1.5 MB/s | 132 kB 00:00 (358/399): python3-repoze-lru-0.7-12.el9ost.noa 373 kB/s | 32 kB 00:00 (359/399): python3-routes-2.4.1-14.el9ost.noarc 2.0 MB/s | 188 kB 00:00 (360/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 675 kB/s | 57 kB 00:00 (361/399): python3-secretstorage-3.3.1-3.el9ost 395 kB/s | 36 kB 00:00 (362/399): python3-simplejson-3.17.5-3.el9ost.x 2.9 MB/s | 266 kB 00:00 (363/399): python3-tempita-0.5.1-27.el9ost.noar 431 kB/s | 36 kB 00:00 (364/399): python3-testtools-2.4.0-10.el9ost.no 3.5 MB/s | 333 kB 00:00 (365/399): python3-tripleo-common-15.4.1-17.1.2 2.3 MB/s | 202 kB 00:00 (366/399): python3-tripleoclient-16.5.1-17.1.20 5.9 MB/s | 553 kB 00:00 (367/399): python3-vine-5.0.0-5.el9ost.noarch.r 306 kB/s | 26 kB 00:00 (368/399): python3-warlock-1.3.3-7.el9ost.noarc 244 kB/s | 21 kB 00:00 (369/399): python3-yappi-1.3.1-5.el9ost.x86_64. 654 kB/s | 56 kB 00:00 (370/399): python3-yaql-1.1.3-13.el9ost.noarch. 1.9 MB/s | 180 kB 00:00 (371/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 318 kB/s | 29 kB 00:00 (372/399): ruby-facter-3.14.19-3.el9ost.x86_64. 112 kB/s | 9.5 kB 00:00 (373/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.3 MB/s | 123 kB 00:00 (374/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 204 kB/s | 19 kB 00:00 (375/399): openstack-heat-api-16.1.1-17.1.20250 179 kB/s | 16 kB 00:00 (376/399): openstack-heat-engine-16.1.1-17.1.20 180 kB/s | 15 kB 00:00 (377/399): openstack-heat-monolith-16.1.1-17.1. 179 kB/s | 16 kB 00:00 (378/399): openstack-heat-common-16.1.1-17.1.20 13 MB/s | 1.6 MB 00:00 (379/399): openstack-tripleo-heat-templates-14. 6.6 MB/s | 617 kB 00:00 (380/399): puppet-barbican-18.4.2-17.1.20250625 586 kB/s | 57 kB 00:00 (381/399): python-openstackclient-lang-5.5.2-17 632 kB/s | 58 kB 00:00 (382/399): python3-openstackclient-5.5.2-17.1.2 11 MB/s | 1.1 MB 00:00 (383/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 407 kB/s | 36 kB 00:00 (384/399): tripleo-ansible-3.3.1-17.1.202507021 5.3 MB/s | 570 kB 00:00 (385/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 342 kB/s | 30 kB 00:00 (386/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 210 kB/s | 19 kB 00:00 (387/399): device-mapper-event-1.02.187-7.el9_2 353 kB/s | 32 kB 00:00 (388/399): device-mapper-event-libs-1.02.187-7. 329 kB/s | 31 kB 00:00 (389/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 13 MB/s | 1.5 MB 00:00 (390/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 8.4 MB/s | 1.0 MB 00:00 (391/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.7 MB/s | 156 kB 00:00 (392/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.5 MB/s | 136 kB 00:00 (393/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 334 kB/s | 30 kB 00:00 (394/399): util-linux-2.37.4-11.el9_2.x86_64.rp 18 MB/s | 2.3 MB 00:00 (395/399): util-linux-core-2.37.4-11.el9_2.x86_ 4.3 MB/s | 464 kB 00:00 (396/399): libsmartcols-2.37.4-11.el9_2.x86_64. 737 kB/s | 65 kB 00:00 (397/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 590 kB/s | 109 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 1.4 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 1.9 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 7.2 MB/s | 97 MB 00:13 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 24/408 Installing : python3-mako-1.1.4-6.el9.noarch 25/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 54/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-mro-1.23-480.el9.x86_64 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-overloading-0.02-480.el9.noarch 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 89/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 90/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 91/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 92/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 93/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 94/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 95/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 96/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 97/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 98/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 99/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 100/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 101/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 102/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 103/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 104/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 105/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 106/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 107/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 108/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 109/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 110/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 111/408 Installing : python3-dns-2.2.1-2.el9.noarch 112/408 Installing : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 113/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 114/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 115/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 116/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 117/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 118/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 119/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 120/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 121/408 Installing : python3-yubico-1.3.3-7.el9.noarch 122/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 123/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 124/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 125/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 126/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 127/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 128/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 129/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 130/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 131/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 132/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 133/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-alembic-1.7.5-3.el9.noarch 138/408 Installing : python3-augeas-0.5.0-25.el9.noarch 139/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 150/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 168/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 169/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 170/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 171/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 172/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 173/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 174/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 175/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 176/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 177/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 178/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 179/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 180/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 181/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 182/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 183/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 184/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 185/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 185/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 186/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 187/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 188/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 189/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 190/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 191/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 192/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 193/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 194/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 195/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 196/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 197/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 198/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 199/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 200/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 201/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 202/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 203/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 204/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 205/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 206/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 207/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 208/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 209/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 210/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 211/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 212/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 213/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 214/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 215/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 216/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 217/408 Installing : python3-memcached-1.59-3.el9ost.noarch 218/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 219/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 220/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 221/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 222/408 Installing : python3-docutils-0.16-6.el9ost.noarch 223/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 224/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 225/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 226/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 227/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 228/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 229/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 230/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 231/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 232/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 233/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 234/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 235/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 236/408 Installing : pkgconf-1.7.3-10.el9.x86_64 237/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 238/408 Installing : bash-completion-1:2.11-4.el9.noarch 239/408 Installing : libkadm5-1.20.1-8.el9.x86_64 240/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 241/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 242/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 243/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 244/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 245/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 246/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 247/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 248/408 warning: group neutron does not exist - using root Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 249/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 250/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 251/408 Installing : jq-1.6-14.el9.x86_64 252/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 253/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 254/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 255/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 256/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 257/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 258/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 259/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 259/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 260/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 261/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 262/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 263/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 265/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 266/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 267/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 268/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 269/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 270/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 271/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 272/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 273/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 274/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 275/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 276/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 277/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 278/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 279/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 280/408 Installing : boost-log-1.75.0-8.el9.x86_64 281/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 282/408 Installing : sshpass-1.09-4.el9.x86_64 283/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 284/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 285/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 286/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 287/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 288/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 289/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 290/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 291/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 292/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 293/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 294/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 295/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 296/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 297/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 298/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 299/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 300/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 301/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 302/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 303/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 304/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 305/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 306/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 307/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 308/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 309/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 310/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 311/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 312/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 313/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 314/408 Installing : libburn-1.5.4-4.el9.x86_64 315/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Installing : libisofs-1.5.4-4.el9.x86_64 317/408 Installing : libisoburn-1.5.4-4.el9.x86_64 318/408 Installing : xorriso-1.5.4-4.el9.x86_64 319/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 319/408 Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 320/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 321/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250527161 323/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Installing : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 327/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 328/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 329/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 330/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 331/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 332/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 333/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 334/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 335/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-7.10.0-4.el9ost.noarch 337/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 337/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 338/408 Installing : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 339/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 340/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 341/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 342/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 343/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 344/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 345/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 346/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 347/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 348/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 349/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 350/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 351/408 Installing : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 352/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 353/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 354/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 355/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 356/408 Installing : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 357/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 358/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 359/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 360/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 361/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 362/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 363/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 364/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 365/408 Installing : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 366/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 367/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 368/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 369/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 370/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 371/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 372/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 373/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 374/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 375/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 376/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 377/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 378/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 379/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 380/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 381/408 Installing : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 382/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 383/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 384/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 385/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 386/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 387/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 388/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 389/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 390/408 Installing : puppet-module-data-0.5.1-17.1.20230620195419.28d 391/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 392/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 393/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 394/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 395/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 396/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250523121326 398/408 Running scriptlet: cephadm-2:18.2.1-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 1/408 Verifying : boost-system-1.75.0-8.el9.x86_64 2/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 3/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 4/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 5/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 6/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 7/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 8/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 9/408 Verifying : perl-Exporter-5.74-461.el9.noarch 10/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 11/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 12/408 Verifying : perl-parent-1:0.238-460.el9.noarch 13/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 14/408 Verifying : xorriso-1.5.4-4.el9.x86_64 15/408 Verifying : libisofs-1.5.4-4.el9.x86_64 16/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 17/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 18/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 19/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 20/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 21/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 22/408 Verifying : perl-URI-5.09-3.el9.noarch 23/408 Verifying : perl-libnet-3.13-4.el9.noarch 24/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 25/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 26/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 27/408 Verifying : perl-Carp-1.50-460.el9.noarch 28/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 29/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 30/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 31/408 Verifying : libburn-1.5.4-4.el9.x86_64 32/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 33/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 34/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 35/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 36/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 37/408 Verifying : sshpass-1.09-4.el9.x86_64 38/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 39/408 Verifying : boost-log-1.75.0-8.el9.x86_64 40/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 41/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 42/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 43/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 44/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 45/408 Verifying : perl-Digest-1.19-4.el9.noarch 46/408 Verifying : perl-File-Path-2.18-4.el9.noarch 47/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 48/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 49/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 50/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 51/408 Verifying : perl-constant-1.33-461.el9.noarch 52/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 53/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 54/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 55/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 56/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 57/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 58/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 59/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 60/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 61/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 62/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 63/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 64/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 65/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 66/408 Verifying : perl-B-1.80-480.el9.x86_64 67/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 68/408 Verifying : perl-Errno-1.30-480.el9.x86_64 69/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 70/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 71/408 Verifying : perl-File-stat-1.09-480.el9.noarch 72/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 73/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 74/408 Verifying : perl-IO-1.43-480.el9.x86_64 75/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 76/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 77/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 78/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 79/408 Verifying : perl-Symbol-1.08-480.el9.noarch 80/408 Verifying : perl-base-2.27-480.el9.noarch 81/408 Verifying : perl-if-0.60.800-480.el9.noarch 82/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 83/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 84/408 Verifying : perl-mro-1.23-480.el9.x86_64 85/408 Verifying : perl-overload-1.31-480.el9.noarch 86/408 Verifying : perl-overloading-0.02-480.el9.noarch 87/408 Verifying : perl-subs-1.03-480.el9.noarch 88/408 Verifying : perl-vars-1.05-480.el9.noarch 89/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 90/408 Verifying : python3-mako-1.1.4-6.el9.noarch 91/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 92/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 93/408 Verifying : jq-1.6-14.el9.x86_64 94/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 95/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 96/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 97/408 Verifying : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 98/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 99/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 100/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 101/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 102/408 Verifying : bash-completion-1:2.11-4.el9.noarch 103/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 104/408 Verifying : libaio-0.3.111-13.el9.x86_64 105/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 106/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 107/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 108/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 109/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 110/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 111/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 112/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 113/408 Verifying : python3-dns-2.2.1-2.el9.noarch 114/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 115/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 116/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 117/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 118/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 119/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 120/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 121/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 122/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 123/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 124/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 125/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 126/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 127/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 128/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 129/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 130/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 131/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 132/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 133/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 134/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 135/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 136/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 137/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 138/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 139/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 140/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 141/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 142/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 143/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 144/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 145/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 146/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 147/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 148/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 149/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 150/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 151/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 152/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 153/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 154/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 155/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 156/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 157/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 158/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 159/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 160/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 161/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 162/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 163/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 164/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 165/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 166/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 167/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 168/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 169/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 170/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 171/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 172/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 173/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 174/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 175/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 176/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 177/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 178/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 179/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 180/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 181/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 182/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 183/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 184/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 185/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 186/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 187/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 188/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 189/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 190/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 191/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 192/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 193/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 194/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 195/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 196/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 197/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 198/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 199/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 200/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 201/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 202/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 203/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 204/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 205/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 206/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 207/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 208/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 209/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 210/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 211/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 212/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 213/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 214/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 215/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 216/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 217/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 218/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 219/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 220/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 221/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 222/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 223/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 224/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 225/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 226/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 227/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 228/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 229/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 230/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 231/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 232/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 233/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 234/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 235/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 236/408 Verifying : puppet-remote-10.0.0-17.1.20230620192417.7420908 237/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 238/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 239/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 240/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 241/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 242/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 243/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 244/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 245/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 246/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 247/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 248/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 249/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 250/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 251/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 252/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 253/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 254/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 255/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 256/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 257/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 258/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 259/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 260/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 261/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 262/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 263/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 264/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 265/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 266/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 267/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 268/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 269/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 270/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 271/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 272/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 273/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 274/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 275/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 276/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 277/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 278/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 279/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 280/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 281/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 282/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 283/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 284/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 285/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 286/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 287/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 288/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 289/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 290/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 291/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 292/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 293/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 294/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 295/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 296/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 297/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 298/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 299/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 300/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 301/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 302/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 303/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 304/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 305/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 306/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 307/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 308/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 309/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 310/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 311/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 312/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 313/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 314/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 315/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 316/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 317/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 318/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 319/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 320/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 321/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 322/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 323/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 324/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 325/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 326/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 327/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 328/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 329/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 330/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 331/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 332/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 333/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 334/408 Verifying : hiera-3.6.0-6.el9ost.noarch 335/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 336/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 337/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 338/408 Verifying : puppet-7.10.0-4.el9ost.noarch 339/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 340/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 341/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 342/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 343/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 344/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 345/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 346/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 347/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 348/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 349/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 350/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 351/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 352/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 353/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 354/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 355/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 356/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 357/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 358/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 359/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 360/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 361/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 362/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 363/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 364/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 365/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 366/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 367/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 368/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 369/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 370/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 371/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 372/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 373/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 374/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 375/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 376/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 377/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 378/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 379/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 380/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 381/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 382/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 383/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 384/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 385/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 386/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 387/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 388/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 389/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 390/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20250704160749.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20230621001106.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20230620181556.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20230621022040.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20230621075748.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20230620180624.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20230620194626.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20230620194716.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20250425111017.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20230620195419.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20230620192417.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250523121326.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250702110757.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.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 HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2025-10-10T06:51:54.165013 # # 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, 0.000156315 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-10-10 06:51:58.049339 | fa163ef4-4e38-f0d4-4dc8-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-10-10 06:51:58.086987 | fa163ef4-4e38-f0d4-4dc8-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-10-10 06:51:58.087705 | fa163ef4-4e38-f0d4-4dc8-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.052407 | 0.04s 2025-10-10 06:51:58.090675 | fa163ef4-4e38-f0d4-4dc8-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-10-10 06:51:58.118244 | fa163ef4-4e38-f0d4-4dc8-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-10-10 06:51:58.118846 | fa163ef4-4e38-f0d4-4dc8-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.083550 | 0.03s 2025-10-10 06:51:58.121746 | fa163ef4-4e38-f0d4-4dc8-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-10-10 06:51:58.220788 | fa163ef4-4e38-f0d4-4dc8-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-10 06:51:58.222040 | fa163ef4-4e38-f0d4-4dc8-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.186731 | 0.10s 2025-10-10 06:51:58.228423 | fa163ef4-4e38-f0d4-4dc8-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-10-10 06:51:58.627407 | fa163ef4-4e38-f0d4-4dc8-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-10-10 06:51:58.628940 | fa163ef4-4e38-f0d4-4dc8-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.593630 | 0.40s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-10 06:51:58.661464 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 06:51:58.661987 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 06:51:58.662475 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.627177 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 06:51:58.662944 | UUID | Info | Host | Task Name | Run Time 2025-10-10 06:51:58.663449 | fa163ef4-4e38-f0d4-4dc8-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.40s 2025-10-10 06:51:58.663919 | fa163ef4-4e38-f0d4-4dc8-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.10s 2025-10-10 06:51:58.664496 | fa163ef4-4e38-f0d4-4dc8-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.04s 2025-10-10 06:51:58.665019 | fa163ef4-4e38-f0d4-4dc8-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.03s 2025-10-10 06:51:58.665489 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-10-10 06:52:01.144037 | fa163ef4-4e38-4fc8-24e7-000000000005 | TASK | set ssh key path facts 2025-10-10 06:52:01.167661 | fa163ef4-4e38-4fc8-24e7-000000000005 | OK | set ssh key path facts | undercloud 2025-10-10 06:52:01.168484 | fa163ef4-4e38-4fc8-24e7-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.038983 | 0.02s 2025-10-10 06:52:01.172638 | fa163ef4-4e38-4fc8-24e7-000000000006 | TASK | stat private key 2025-10-10 06:52:01.540405 | fa163ef4-4e38-4fc8-24e7-000000000006 | OK | stat private key | undercloud 2025-10-10 06:52:01.541628 | fa163ef4-4e38-4fc8-24e7-000000000006 | TIMING | stat private key | undercloud | 0:00:00.412121 | 0.37s 2025-10-10 06:52:01.548537 | fa163ef4-4e38-4fc8-24e7-000000000007 | TASK | stat public key 2025-10-10 06:52:01.728170 | fa163ef4-4e38-4fc8-24e7-000000000007 | OK | stat public key | undercloud 2025-10-10 06:52:01.729002 | fa163ef4-4e38-4fc8-24e7-000000000007 | TIMING | stat public key | undercloud | 0:00:00.599504 | 0.18s 2025-10-10 06:52:01.732489 | fa163ef4-4e38-4fc8-24e7-000000000008 | TASK | create private key if it does not exist 2025-10-10 06:52:02.417501 | fa163ef4-4e38-4fc8-24e7-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-10-10 06:52:02.418654 | fa163ef4-4e38-4fc8-24e7-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.289149 | 0.68s 2025-10-10 06:52:02.424756 | fa163ef4-4e38-4fc8-24e7-000000000009 | TASK | create public key if it does not exist 2025-10-10 06:52:02.635242 | fa163ef4-4e38-4fc8-24e7-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-10-10 06:52:02.636994 | fa163ef4-4e38-4fc8-24e7-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:01.507448 | 0.21s PLAY [allovercloud] ************************************************************ 2025-10-10 06:52:02.687476 | fa163ef4-4e38-4fc8-24e7-000000000023 | TASK | Get local private key 2025-10-10 06:52:02.967924 | fa163ef4-4e38-4fc8-24e7-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163ef4-4e38-4fc8-24e7-000000000023') missing from stats 2025-10-10 06:52:02.974048 | fa163ef4-4e38-4fc8-24e7-000000000024 | TASK | Get local public key 2025-10-10 06:52:03.181918 | fa163ef4-4e38-4fc8-24e7-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163ef4-4e38-4fc8-24e7-000000000024') missing from stats 2025-10-10 06:52:03.202730 | fa163ef4-4e38-4fc8-24e7-000000000012 | TASK | create user ceph-admin 2025-10-10 06:52:03.708837 | fa163ef4-4e38-4fc8-24e7-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-10-10 06:52:03.710215 | fa163ef4-4e38-4fc8-24e7-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:02.580706 | 0.51s 2025-10-10 06:52:03.719634 | fa163ef4-4e38-4fc8-24e7-000000000013 | TASK | grant admin rights to user ceph-admin 2025-10-10 06:52:04.306734 | fa163ef4-4e38-4fc8-24e7-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-10-10 06:52:04.308032 | fa163ef4-4e38-4fc8-24e7-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.178524 | 0.59s 2025-10-10 06:52:04.318498 | fa163ef4-4e38-4fc8-24e7-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-10-10 06:52:04.662845 | fa163ef4-4e38-4fc8-24e7-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-10-10 06:52:04.664271 | fa163ef4-4e38-4fc8-24e7-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:03.534760 | 0.34s 2025-10-10 06:52:04.673935 | fa163ef4-4e38-4fc8-24e7-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-10-10 06:52:04.906508 | fa163ef4-4e38-4fc8-24e7-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-10-10 06:52:04.907871 | fa163ef4-4e38-4fc8-24e7-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:03.778363 | 0.23s 2025-10-10 06:52:04.918451 | fa163ef4-4e38-4fc8-24e7-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-10-10 06:52:05.158564 | fa163ef4-4e38-4fc8-24e7-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-10-10 06:52:05.160424 | fa163ef4-4e38-4fc8-24e7-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.030908 | 0.24s 2025-10-10 06:52:05.172599 | fa163ef4-4e38-4fc8-24e7-000000000017 | TASK | get remote ceph-admin public key 2025-10-10 06:52:05.219793 | fa163ef4-4e38-4fc8-24e7-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-10-10 06:52:05.221113 | fa163ef4-4e38-4fc8-24e7-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.091605 | 0.05s 2025-10-10 06:52:05.231618 | fa163ef4-4e38-4fc8-24e7-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-10-10 06:52:05.292554 | fa163ef4-4e38-4fc8-24e7-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-10-10 06:52:05.294041 | fa163ef4-4e38-4fc8-24e7-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.164531 | 0.06s 2025-10-10 06:52:05.303190 | fa163ef4-4e38-4fc8-24e7-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-10-10 06:52:05.691194 | fa163ef4-4e38-4fc8-24e7-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-10-10 06:52:05.692502 | fa163ef4-4e38-4fc8-24e7-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:04.562988 | 0.39s 2025-10-10 06:52:05.702242 | fa163ef4-4e38-4fc8-24e7-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-10-10 06:52:06.249739 | fa163ef4-4e38-4fc8-24e7-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-10-10 06:52:06.251318 | fa163ef4-4e38-4fc8-24e7-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.121803 | 0.55s 2025-10-10 06:52:06.261847 | fa163ef4-4e38-4fc8-24e7-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-10-10 06:52:06.789206 | fa163ef4-4e38-4fc8-24e7-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-10-10 06:52:06.790388 | fa163ef4-4e38-4fc8-24e7-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.660880 | 0.53s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-10-10 06:52:06.820762 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 06:52:06.821388 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 06:52:06.821910 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:05.692411 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 06:52:06.822530 | UUID | Info | Host | Task Name | Run Time 2025-10-10 06:52:06.823125 | fa163ef4-4e38-4fc8-24e7-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 0.68s 2025-10-10 06:52:06.823666 | fa163ef4-4e38-4fc8-24e7-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.59s 2025-10-10 06:52:06.824260 | fa163ef4-4e38-4fc8-24e7-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.55s 2025-10-10 06:52:06.825040 | fa163ef4-4e38-4fc8-24e7-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.53s 2025-10-10 06:52:06.825729 | fa163ef4-4e38-4fc8-24e7-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.51s 2025-10-10 06:52:06.826362 | fa163ef4-4e38-4fc8-24e7-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.39s 2025-10-10 06:52:06.826997 | fa163ef4-4e38-4fc8-24e7-000000000006 | SUMMARY | undercloud | stat private key | 0.37s 2025-10-10 06:52:06.827549 | fa163ef4-4e38-4fc8-24e7-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.34s 2025-10-10 06:52:06.828309 | fa163ef4-4e38-4fc8-24e7-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.24s 2025-10-10 06:52:06.828848 | fa163ef4-4e38-4fc8-24e7-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.23s 2025-10-10 06:52:06.829450 | fa163ef4-4e38-4fc8-24e7-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.21s 2025-10-10 06:52:06.830005 | fa163ef4-4e38-4fc8-24e7-000000000007 | SUMMARY | undercloud | stat public key | 0.18s 2025-10-10 06:52:06.830648 | fa163ef4-4e38-4fc8-24e7-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.06s 2025-10-10 06:52:06.831241 | fa163ef4-4e38-4fc8-24e7-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.05s 2025-10-10 06:52:06.831776 | fa163ef4-4e38-4fc8-24e7-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.02s 2025-10-10 06:52:06.832346 | fa163ef4-4e38-4fc8-24e7-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-10-10 06:52:06.832872 | fa163ef4-4e38-4fc8-24e7-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-10-10 06:52:06.833429 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-10-10 06:52:09.344390 | fa163ef4-4e38-939e-0c3c-000000000039 | TASK | Gathering Facts 2025-10-10 06:52:09.896489 | fa163ef4-4e38-939e-0c3c-000000000039 | OK | Gathering Facts | undercloud 2025-10-10 06:52:09.898864 | fa163ef4-4e38-939e-0c3c-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.568632 | 0.55s 2025-10-10 06:52:09.913862 | fa163ef4-4e38-939e-0c3c-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-10-10 06:52:09.915142 | fa163ef4-4e38-939e-0c3c-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.584933 | 0.57s 2025-10-10 06:52:09.945808 | fa163ef4-4e38-939e-0c3c-00000000000a | TASK | Load distro-specific variables 2025-10-10 06:52:10.026680 | fa163ef4-4e38-939e-0c3c-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.696451 | 0.07s 2025-10-10 06:52:10.027797 | fa163ef4-4e38-939e-0c3c-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.697592 | 0.08s 2025-10-10 06:52:10.045334 | e9cc69a4-3ed8-4236-816b-9cf25f847c19 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-10 06:52:10.046029 | e9cc69a4-3ed8-4236-816b-9cf25f847c19 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-10 06:52:10.067260 | fa163ef4-4e38-939e-0c3c-000000000052 | TASK | Load distro-specific variables 2025-10-10 06:52:10.163813 | fa163ef4-4e38-939e-0c3c-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-10 06:52:10.165463 | fa163ef4-4e38-939e-0c3c-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.835238 | 0.09s 2025-10-10 06:52:10.175054 | fa163ef4-4e38-939e-0c3c-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.844842 | 0.10s 2025-10-10 06:52:10.180027 | fa163ef4-4e38-939e-0c3c-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-10 06:52:10.180818 | fa163ef4-4e38-939e-0c3c-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.850610 | 0.11s 2025-10-10 06:52:10.190377 | fa163ef4-4e38-939e-0c3c-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.860167 | 0.12s 2025-10-10 06:52:10.196341 | fa163ef4-4e38-939e-0c3c-00000000000b | TASK | Install chronyd 2025-10-10 06:52:10.261904 | fa163ef4-4e38-939e-0c3c-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.931679 | 0.06s 2025-10-10 06:52:10.273172 | fa163ef4-4e38-939e-0c3c-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.942965 | 0.07s 2025-10-10 06:52:10.284077 | 95f2368d-648b-4ec9-bce0-843cae764ad0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-10-10 06:52:10.284823 | 95f2368d-648b-4ec9-bce0-843cae764ad0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-10-10 06:52:10.297515 | fa163ef4-4e38-939e-0c3c-0000000000a2 | TASK | Load distro-specific variables 2025-10-10 06:52:10.349610 | fa163ef4-4e38-939e-0c3c-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.019374 | 0.05s 2025-10-10 06:52:10.385476 | fa163ef4-4e38-939e-0c3c-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.055256 | 0.08s 2025-10-10 06:52:10.401346 | 19b90b6c-abf8-47fc-b475-232df2e5a659 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-10 06:52:10.402225 | 19b90b6c-abf8-47fc-b475-232df2e5a659 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-10 06:52:10.424024 | fa163ef4-4e38-939e-0c3c-000000000102 | TASK | Load distro-specific variables 2025-10-10 06:52:10.511258 | fa163ef4-4e38-939e-0c3c-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-10 06:52:10.513008 | fa163ef4-4e38-939e-0c3c-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.182756 | 0.08s 2025-10-10 06:52:10.522658 | fa163ef4-4e38-939e-0c3c-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.192445 | 0.09s 2025-10-10 06:52:10.533635 | fa163ef4-4e38-939e-0c3c-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-10 06:52:10.534577 | fa163ef4-4e38-939e-0c3c-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.204369 | 0.11s 2025-10-10 06:52:10.544335 | fa163ef4-4e38-939e-0c3c-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.214134 | 0.12s 2025-10-10 06:52:10.548794 | fa163ef4-4e38-939e-0c3c-0000000000a3 | TASK | Check for NTP service 2025-10-10 06:52:10.936221 | fa163ef4-4e38-939e-0c3c-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-10-10 06:52:10.937588 | fa163ef4-4e38-939e-0c3c-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.607367 | 0.38s 2025-10-10 06:52:10.938572 | fa163ef4-4e38-939e-0c3c-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-10-10 06:52:10.939250 | fa163ef4-4e38-939e-0c3c-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.609044 | 0.39s 2025-10-10 06:52:10.948000 | fa163ef4-4e38-939e-0c3c-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-10-10 06:52:11.006026 | fa163ef4-4e38-939e-0c3c-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-10-10 06:52:11.007265 | fa163ef4-4e38-939e-0c3c-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.677045 | 0.06s 2025-10-10 06:52:11.049206 | fa163ef4-4e38-939e-0c3c-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-10-10 06:52:11.049937 | fa163ef4-4e38-939e-0c3c-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.719727 | 0.09s 2025-10-10 06:52:11.061056 | fa163ef4-4e38-939e-0c3c-0000000000a5 | TASK | Install chronyd package 2025-10-10 06:52:14.215283 | fa163ef4-4e38-939e-0c3c-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-10-10 06:52:14.216752 | fa163ef4-4e38-939e-0c3c-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:04.886528 | 3.15s 2025-10-10 06:52:15.758732 | fa163ef4-4e38-939e-0c3c-0000000000a5 | OK | Install chronyd package | undercloud 2025-10-10 06:52:15.759824 | fa163ef4-4e38-939e-0c3c-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:06.429615 | 4.69s 2025-10-10 06:52:15.767881 | fa163ef4-4e38-939e-0c3c-00000000000c | TASK | Upgrade chronyd 2025-10-10 06:52:15.815595 | fa163ef4-4e38-939e-0c3c-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-10-10 06:52:15.816839 | fa163ef4-4e38-939e-0c3c-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.486619 | 0.05s 2025-10-10 06:52:15.851431 | fa163ef4-4e38-939e-0c3c-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-10-10 06:52:15.852246 | fa163ef4-4e38-939e-0c3c-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.522038 | 0.07s 2025-10-10 06:52:15.860193 | fa163ef4-4e38-939e-0c3c-00000000000d | TASK | Configure chronyd 2025-10-10 06:52:15.919305 | fa163ef4-4e38-939e-0c3c-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.589072 | 0.05s 2025-10-10 06:52:15.930653 | fa163ef4-4e38-939e-0c3c-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.600445 | 0.07s 2025-10-10 06:52:15.948105 | 663095c2-456f-4591-b812-d82cf0122d07 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-10-10 06:52:15.948793 | 663095c2-456f-4591-b812-d82cf0122d07 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-10-10 06:52:15.981340 | fa163ef4-4e38-939e-0c3c-000000000162 | TASK | Load distro-specific variables 2025-10-10 06:52:16.035685 | fa163ef4-4e38-939e-0c3c-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.705463 | 0.05s 2025-10-10 06:52:16.036464 | fa163ef4-4e38-939e-0c3c-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.706263 | 0.05s 2025-10-10 06:52:16.045696 | 9dd4ba02-6ae8-4b0c-8ba8-279743f29a74 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-10 06:52:16.046188 | 9dd4ba02-6ae8-4b0c-8ba8-279743f29a74 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-10 06:52:16.056281 | fa163ef4-4e38-939e-0c3c-0000000001fa | TASK | Load distro-specific variables 2025-10-10 06:52:16.140159 | fa163ef4-4e38-939e-0c3c-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-10 06:52:16.141893 | fa163ef4-4e38-939e-0c3c-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.811667 | 0.08s 2025-10-10 06:52:16.152595 | fa163ef4-4e38-939e-0c3c-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-10 06:52:16.153634 | fa163ef4-4e38-939e-0c3c-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.823427 | 0.10s 2025-10-10 06:52:16.158774 | fa163ef4-4e38-939e-0c3c-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.828554 | 0.09s 2025-10-10 06:52:16.160113 | fa163ef4-4e38-939e-0c3c-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.829906 | 0.10s 2025-10-10 06:52:16.168658 | fa163ef4-4e38-939e-0c3c-000000000163 | TASK | Install chrony configuration file 2025-10-10 06:52:16.970806 | fa163ef4-4e38-939e-0c3c-000000000163 | OK | Install chrony configuration file | standalone.localdomain 2025-10-10 06:52:16.972335 | fa163ef4-4e38-939e-0c3c-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:07.642116 | 0.80s 2025-10-10 06:52:16.974042 | fa163ef4-4e38-939e-0c3c-000000000163 | CHANGED | Install chrony configuration file | undercloud 2025-10-10 06:52:16.974820 | fa163ef4-4e38-939e-0c3c-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:07.644613 | 0.79s 2025-10-10 06:52:16.983614 | fa163ef4-4e38-939e-0c3c-00000000000e | TASK | Run chronyd 2025-10-10 06:52:17.063803 | fa163ef4-4e38-939e-0c3c-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:07.733567 | 0.08s 2025-10-10 06:52:17.077784 | fa163ef4-4e38-939e-0c3c-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:07.747570 | 0.08s 2025-10-10 06:52:17.099363 | 1998ee39-ceed-4133-be2e-5c32b218dd14 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-10-10 06:52:17.100325 | 1998ee39-ceed-4133-be2e-5c32b218dd14 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-10-10 06:52:17.138831 | fa163ef4-4e38-939e-0c3c-000000000233 | TASK | Load distro-specific variables 2025-10-10 06:52:17.223498 | fa163ef4-4e38-939e-0c3c-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.893265 | 0.08s 2025-10-10 06:52:17.227744 | fa163ef4-4e38-939e-0c3c-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.897532 | 0.08s 2025-10-10 06:52:17.243574 | eb32b7e0-e369-4819-9883-708878f5b873 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-10-10 06:52:17.244342 | eb32b7e0-e369-4819-9883-708878f5b873 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-10-10 06:52:17.264138 | fa163ef4-4e38-939e-0c3c-0000000002ee | TASK | Load distro-specific variables 2025-10-10 06:52:17.363099 | fa163ef4-4e38-939e-0c3c-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-10 06:52:17.364244 | fa163ef4-4e38-939e-0c3c-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.034028 | 0.10s 2025-10-10 06:52:17.367643 | fa163ef4-4e38-939e-0c3c-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.037422 | 0.10s 2025-10-10 06:52:17.409430 | fa163ef4-4e38-939e-0c3c-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-10 06:52:17.410308 | fa163ef4-4e38-939e-0c3c-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.080103 | 0.11s 2025-10-10 06:52:17.420698 | fa163ef4-4e38-939e-0c3c-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.090484 | 0.12s 2025-10-10 06:52:17.429386 | fa163ef4-4e38-939e-0c3c-000000000234 | TASK | Ensure chronyd is running 2025-10-10 06:52:18.064906 | fa163ef4-4e38-939e-0c3c-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-10-10 06:52:18.069288 | fa163ef4-4e38-939e-0c3c-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:08.739063 | 0.64s 2025-10-10 06:52:18.071999 | fa163ef4-4e38-939e-0c3c-000000000234 | OK | Ensure chronyd is running | undercloud 2025-10-10 06:52:18.073327 | fa163ef4-4e38-939e-0c3c-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:08.743120 | 0.63s 2025-10-10 06:52:18.082774 | fa163ef4-4e38-939e-0c3c-000000000235 | TASK | Force chronyd restart 2025-10-10 06:52:18.173615 | fa163ef4-4e38-939e-0c3c-000000000235 | SKIPPED | Force chronyd restart | standalone.localdomain 2025-10-10 06:52:18.175079 | fa163ef4-4e38-939e-0c3c-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:08.844857 | 0.09s 2025-10-10 06:52:18.542718 | fa163ef4-4e38-939e-0c3c-000000000235 | CHANGED | Force chronyd restart | undercloud 2025-10-10 06:52:18.544439 | fa163ef4-4e38-939e-0c3c-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:09.214227 | 0.45s 2025-10-10 06:52:18.554222 | fa163ef4-4e38-939e-0c3c-00000000000f | TASK | Enable online service 2025-10-10 06:52:18.634546 | fa163ef4-4e38-939e-0c3c-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:09.304308 | 0.08s 2025-10-10 06:52:18.646181 | fa163ef4-4e38-939e-0c3c-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:09.315970 | 0.08s 2025-10-10 06:52:18.663832 | a31d4ec1-1392-455f-a664-ef49b4c23cbc | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-10-10 06:52:18.664587 | a31d4ec1-1392-455f-a664-ef49b4c23cbc | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-10-10 06:52:18.707306 | fa163ef4-4e38-939e-0c3c-000000000338 | TASK | Create chrony-online.service unit file 2025-10-10 06:52:19.129394 | fa163ef4-4e38-939e-0c3c-000000000338 | CHANGED | Create chrony-online.service unit file | undercloud 2025-10-10 06:52:19.131113 | fa163ef4-4e38-939e-0c3c-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:09.800887 | 0.41s 2025-10-10 06:52:19.173169 | fa163ef4-4e38-939e-0c3c-000000000338 | OK | Create chrony-online.service unit file | standalone.localdomain 2025-10-10 06:52:19.174221 | fa163ef4-4e38-939e-0c3c-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:09.844013 | 0.47s 2025-10-10 06:52:19.182441 | fa163ef4-4e38-939e-0c3c-000000000339 | TASK | Enable chrony-online.service 2025-10-10 06:52:20.394273 | fa163ef4-4e38-939e-0c3c-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-10-10 06:52:20.396375 | fa163ef4-4e38-939e-0c3c-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:11.066145 | 1.20s 2025-10-10 06:52:20.409208 | fa163ef4-4e38-939e-0c3c-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-10-10 06:52:20.410558 | fa163ef4-4e38-939e-0c3c-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:11.080349 | 1.23s 2025-10-10 06:52:20.420941 | fa163ef4-4e38-939e-0c3c-000000000010 | TASK | Sync chronyc 2025-10-10 06:52:20.513824 | fa163ef4-4e38-939e-0c3c-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:11.183584 | 0.08s 2025-10-10 06:52:20.519287 | fa163ef4-4e38-939e-0c3c-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:11.189079 | 0.10s 2025-10-10 06:52:20.537399 | b64648bf-f094-4503-8797-7cae5a50e5d0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-10-10 06:52:20.538129 | b64648bf-f094-4503-8797-7cae5a50e5d0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-10-10 06:52:20.583652 | fa163ef4-4e38-939e-0c3c-00000000042a | TASK | Force NTP sync 2025-10-10 06:52:20.853442 | fa163ef4-4e38-939e-0c3c-00000000042a | CHANGED | Force NTP sync | undercloud 2025-10-10 06:52:20.854890 | fa163ef4-4e38-939e-0c3c-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:11.524663 | 0.26s 2025-10-10 06:52:20.867462 | fa163ef4-4e38-939e-0c3c-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-10-10 06:52:20.868344 | fa163ef4-4e38-939e-0c3c-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:11.538136 | 0.28s 2025-10-10 06:52:20.876403 | fa163ef4-4e38-939e-0c3c-00000000042b | TASK | Ensure system is NTP time synced 2025-10-10 06:52:31.151277 | fa163ef4-4e38-939e-0c3c-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-10-10 06:52:31.152676 | fa163ef4-4e38-939e-0c3c-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:21.822454 | 10.27s 2025-10-10 06:52:31.194619 | fa163ef4-4e38-939e-0c3c-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-10-10 06:52:31.195710 | fa163ef4-4e38-939e-0c3c-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:21.865500 | 10.30s 2025-10-10 06:52:31.217584 | fa163ef4-4e38-939e-0c3c-00000000002c | TASK | Set timezone 2025-10-10 06:52:31.709241 | fa163ef4-4e38-939e-0c3c-00000000002c | OK | Set timezone | undercloud 2025-10-10 06:52:31.710615 | fa163ef4-4e38-939e-0c3c-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:22.380394 | 0.48s 2025-10-10 06:52:31.721911 | fa163ef4-4e38-939e-0c3c-00000000002c | OK | Set timezone | standalone.localdomain 2025-10-10 06:52:31.722848 | fa163ef4-4e38-939e-0c3c-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:22.392639 | 0.50s 2025-10-10 06:52:31.731087 | fa163ef4-4e38-939e-0c3c-00000000002d | TASK | Restart time services 2025-10-10 06:52:31.770779 | fa163ef4-4e38-939e-0c3c-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-10-10 06:52:31.776803 | fa163ef4-4e38-939e-0c3c-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-10-10 06:52:31.786235 | fa163ef4-4e38-939e-0c3c-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-10-10 06:52:31.793105 | fa163ef4-4e38-939e-0c3c-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-10-10 06:52:31.822713 | fa163ef4-4e38-939e-0c3c-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:22.492491 | 0.09s 2025-10-10 06:52:31.823770 | fa163ef4-4e38-939e-0c3c-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:22.493564 | 0.08s 2025-10-10 06:52:31.874267 | fa163ef4-4e38-939e-0c3c-000000000012 | HANDLER | Restart chronyd 2025-10-10 06:52:32.357611 | fa163ef4-4e38-939e-0c3c-000000000012 | CHANGED | Restart chronyd | undercloud 2025-10-10 06:52:32.359902 | fa163ef4-4e38-939e-0c3c-000000000012 | TIMING | chrony : Restart chronyd | undercloud | 0:00:23.029684 | 0.48s PLAY RECAP ********************************************************************* standalone.localdomain : ok=23 changed=4 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 undercloud : ok=25 changed=8 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 2025-10-10 06:52:32.378150 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 06:52:32.378657 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 06:52:32.379197 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:23.048993 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 06:52:32.379661 | UUID | Info | Host | Task Name | Run Time 2025-10-10 06:52:32.380171 | fa163ef4-4e38-939e-0c3c-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.30s 2025-10-10 06:52:32.380645 | fa163ef4-4e38-939e-0c3c-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.27s 2025-10-10 06:52:32.381151 | fa163ef4-4e38-939e-0c3c-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 4.69s 2025-10-10 06:52:32.381617 | fa163ef4-4e38-939e-0c3c-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 3.15s 2025-10-10 06:52:32.382139 | fa163ef4-4e38-939e-0c3c-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.23s 2025-10-10 06:52:32.382593 | fa163ef4-4e38-939e-0c3c-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.20s 2025-10-10 06:52:32.383074 | fa163ef4-4e38-939e-0c3c-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.80s 2025-10-10 06:52:32.383524 | fa163ef4-4e38-939e-0c3c-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.79s 2025-10-10 06:52:32.384093 | fa163ef4-4e38-939e-0c3c-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.64s 2025-10-10 06:52:32.384606 | fa163ef4-4e38-939e-0c3c-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.63s 2025-10-10 06:52:32.385176 | fa163ef4-4e38-939e-0c3c-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.57s 2025-10-10 06:52:32.385640 | fa163ef4-4e38-939e-0c3c-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.55s 2025-10-10 06:52:32.386167 | fa163ef4-4e38-939e-0c3c-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.50s 2025-10-10 06:52:32.386625 | fa163ef4-4e38-939e-0c3c-000000000012 | SUMMARY | undercloud | chrony : Restart chronyd | 0.48s 2025-10-10 06:52:32.387107 | fa163ef4-4e38-939e-0c3c-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.48s 2025-10-10 06:52:32.387567 | fa163ef4-4e38-939e-0c3c-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.47s 2025-10-10 06:52:32.388047 | fa163ef4-4e38-939e-0c3c-000000000235 | SUMMARY | undercloud | chrony : Force chronyd restart | 0.45s 2025-10-10 06:52:32.388505 | fa163ef4-4e38-939e-0c3c-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.41s 2025-10-10 06:52:32.389057 | fa163ef4-4e38-939e-0c3c-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.39s 2025-10-10 06:52:32.389519 | fa163ef4-4e38-939e-0c3c-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.38s 2025-10-10 06:52:32.390018 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-10-10 06:52:33.256418 | fa163ef4-4e38-a223-9279-000000000005 | SKIPPED | fail | undercloud 2025-10-10 06:52:33.257109 | fa163ef4-4e38-a223-9279-000000000005 | TIMING | fail | undercloud | 0:00:00.055837 | 0.04s 2025-10-10 06:52:33.314600 | fa163ef4-4e38-a223-9279-000000000006 | SKIPPED | fail | undercloud 2025-10-10 06:52:33.315782 | fa163ef4-4e38-a223-9279-000000000006 | TIMING | fail | undercloud | 0:00:00.114495 | 0.05s 2025-10-10 06:52:33.323331 | fa163ef4-4e38-a223-9279-000000000008 | TASK | Ensure working_dir is provided 2025-10-10 06:52:33.359260 | fa163ef4-4e38-a223-9279-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-10-10 06:52:33.360082 | fa163ef4-4e38-a223-9279-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.158804 | 0.04s 2025-10-10 06:52:33.373570 | fa163ef4-4e38-a223-9279-00000000000a | TASK | ensure ceph_spec_path is defined 2025-10-10 06:52:33.408396 | fa163ef4-4e38-a223-9279-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-10-10 06:52:33.409193 | fa163ef4-4e38-a223-9279-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.207917 | 0.03s 2025-10-10 06:52:33.415079 | fa163ef4-4e38-a223-9279-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-10-10 06:52:33.443540 | fa163ef4-4e38-a223-9279-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-10-10 06:52:33.444718 | fa163ef4-4e38-a223-9279-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.243433 | 0.03s 2025-10-10 06:52:33.452203 | fa163ef4-4e38-a223-9279-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-10-10 06:52:33.479505 | fa163ef4-4e38-a223-9279-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-10-10 06:52:33.480739 | fa163ef4-4e38-a223-9279-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.279453 | 0.03s 2025-10-10 06:52:33.489643 | fa163ef4-4e38-a223-9279-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-10-10 06:52:33.536529 | fa163ef4-4e38-a223-9279-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-10-10 06:52:33.537605 | fa163ef4-4e38-a223-9279-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.336327 | 0.05s 2025-10-10 06:52:33.542601 | fa163ef4-4e38-a223-9279-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-10-10 06:52:33.643059 | fa163ef4-4e38-a223-9279-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['_admin', 'mon', 'osd', 'mgr'], 'service_type': 'host'} 2025-10-10 06:52:33.644260 | fa163ef4-4e38-a223-9279-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.442978 | 0.10s 2025-10-10 06:52:33.657399 | fa163ef4-4e38-a223-9279-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-10-10 06:52:33.672192 | fa163ef4-4e38-a223-9279-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-10-10 06:52:33.685050 | fa163ef4-4e38-a223-9279-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-10-10 06:52:33.690769 | fa163ef4-4e38-a223-9279-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.489490 | 0.15s 2025-10-10 06:52:33.700048 | fa163ef4-4e38-a223-9279-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-10-10 06:52:33.825192 | fa163ef4-4e38-a223-9279-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': ['_admin', 'mon', 'osd', 'mgr'], 'service_type': 'host'} 2025-10-10 06:52:33.838395 | fa163ef4-4e38-a223-9279-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-10-10 06:52:33.853952 | fa163ef4-4e38-a223-9279-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-10-10 06:52:33.866520 | fa163ef4-4e38-a223-9279-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-10-10 06:52:33.878145 | fa163ef4-4e38-a223-9279-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.676860 | 0.18s 2025-10-10 06:52:33.886403 | fa163ef4-4e38-a223-9279-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-10-10 06:52:33.943139 | fa163ef4-4e38-a223-9279-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-10-10 06:52:33.943917 | fa163ef4-4e38-a223-9279-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.742643 | 0.06s 2025-10-10 06:52:33.947748 | fa163ef4-4e38-a223-9279-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-10-10 06:52:33.973125 | fa163ef4-4e38-a223-9279-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-10-10 06:52:33.973810 | fa163ef4-4e38-a223-9279-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.772537 | 0.03s 2025-10-10 06:52:33.974184 | fa163ef4-4e38-a223-9279-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.772918 | 0.03s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-10-10 06:52:34.008453 | fa163ef4-4e38-a223-9279-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-10-10 06:52:34.046117 | fa163ef4-4e38-a223-9279-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-10-10 06:52:34.046735 | fa163ef4-4e38-a223-9279-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.845459 | 0.04s 2025-10-10 06:52:34.050571 | fa163ef4-4e38-a223-9279-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-10-10 06:52:34.208914 | fa163ef4-4e38-a223-9279-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-10-10 06:52:34.210336 | fa163ef4-4e38-a223-9279-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.009050 | 0.16s 2025-10-10 06:52:34.218874 | fa163ef4-4e38-a223-9279-000000000019 | TASK | Set IP address of first monitor 2025-10-10 06:52:34.246065 | fa163ef4-4e38-a223-9279-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-10-10 06:52:34.247119 | fa163ef4-4e38-a223-9279-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.045835 | 0.03s 2025-10-10 06:52:34.269117 | fa163ef4-4e38-a223-9279-000000000020 | TASK | Gather distribution facts if they don't exist 2025-10-10 06:52:34.305181 | fa163ef4-4e38-a223-9279-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-10-10 06:52:34.305939 | fa163ef4-4e38-a223-9279-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.104665 | 0.04s 2025-10-10 06:52:34.311367 | fa163ef4-4e38-a223-9279-000000000021 | TASK | Install cephadm package 2025-10-10 06:52:37.388526 | fa163ef4-4e38-a223-9279-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-10-10 06:52:37.390346 | fa163ef4-4e38-a223-9279-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.189054 | 3.08s 2025-10-10 06:52:37.403763 | fa163ef4-4e38-a223-9279-000000000022 | TASK | Stat cephadm file 2025-10-10 06:52:37.762758 | fa163ef4-4e38-a223-9279-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-10-10 06:52:37.764603 | fa163ef4-4e38-a223-9279-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.563313 | 0.36s 2025-10-10 06:52:37.777841 | fa163ef4-4e38-a223-9279-000000000023 | TASK | Fail if cephadm is not available 2025-10-10 06:52:37.809068 | fa163ef4-4e38-a223-9279-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-10-10 06:52:37.810476 | fa163ef4-4e38-a223-9279-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.609190 | 0.03s 2025-10-10 06:52:37.819785 | fa163ef4-4e38-a223-9279-000000000024 | TASK | List Ceph daemon instances on this host 2025-10-10 06:52:38.654195 | fa163ef4-4e38-a223-9279-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-10-10 06:52:38.655301 | fa163ef4-4e38-a223-9279-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.454023 | 0.83s 2025-10-10 06:52:38.661728 | fa163ef4-4e38-a223-9279-000000000026 | TASK | Set list of found FSIDs 2025-10-10 06:52:38.768189 | fa163ef4-4e38-a223-9279-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-10-10 06:52:38.769809 | fa163ef4-4e38-a223-9279-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.568520 | 0.11s 2025-10-10 06:52:38.778042 | fa163ef4-4e38-a223-9279-000000000027 | TASK | Fail if >1 FSID was discovered 2025-10-10 06:52:38.897025 | fa163ef4-4e38-a223-9279-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-10-10 06:52:38.897853 | fa163ef4-4e38-a223-9279-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.696578 | 0.12s 2025-10-10 06:52:38.902106 | fa163ef4-4e38-a223-9279-000000000028 | TASK | Set FSID to the discovered value 2025-10-10 06:52:38.997950 | fa163ef4-4e38-a223-9279-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-10-10 06:52:38.999235 | fa163ef4-4e38-a223-9279-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.797950 | 0.10s 2025-10-10 06:52:39.008918 | fa163ef4-4e38-a223-9279-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-10-10 06:52:39.106157 | fa163ef4-4e38-a223-9279-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-10-10 06:52:39.107320 | fa163ef4-4e38-a223-9279-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.906040 | 0.10s 2025-10-10 06:52:39.113362 | fa163ef4-4e38-a223-9279-00000000002b | TASK | Set first monitor IP if it was not passed 2025-10-10 06:52:39.179868 | fa163ef4-4e38-a223-9279-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-10-10 06:52:39.181067 | fa163ef4-4e38-a223-9279-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:05.979786 | 0.07s 2025-10-10 06:52:39.187627 | fa163ef4-4e38-a223-9279-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-10-10 06:52:39.522170 | fa163ef4-4e38-a223-9279-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-10-10 06:52:39.523695 | fa163ef4-4e38-a223-9279-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.322408 | 0.34s 2025-10-10 06:52:39.533349 | fa163ef4-4e38-a223-9279-00000000002d | TASK | Ensure specs directory exists 2025-10-10 06:52:39.756796 | fa163ef4-4e38-a223-9279-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-10-10 06:52:39.758337 | fa163ef4-4e38-a223-9279-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.557050 | 0.22s 2025-10-10 06:52:39.772528 | fa163ef4-4e38-a223-9279-00000000002e | TASK | Stat spec file on ansible host 2025-10-10 06:52:40.011340 | fa163ef4-4e38-a223-9279-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ef4-4e38-a223-9279-00000000002e') missing from stats 2025-10-10 06:52:40.023830 | fa163ef4-4e38-a223-9279-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-10-10 06:52:40.619365 | fa163ef4-4e38-a223-9279-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-10-10 06:52:40.620864 | fa163ef4-4e38-a223-9279-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.419520 | 0.60s 2025-10-10 06:52:40.637478 | fa163ef4-4e38-a223-9279-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-10-10 06:52:40.905481 | fa163ef4-4e38-a223-9279-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ef4-4e38-a223-9279-000000000031') missing from stats 2025-10-10 06:52:40.917778 | fa163ef4-4e38-a223-9279-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-10 06:52:41.478770 | fa163ef4-4e38-a223-9279-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-10 06:52:41.479669 | fa163ef4-4e38-a223-9279-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.278396 | 0.56s 2025-10-10 06:52:41.490833 | fa163ef4-4e38-a223-9279-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-10-10 06:52:41.578530 | fa163ef4-4e38-a223-9279-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-10-10 06:52:41.580365 | fa163ef4-4e38-a223-9279-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.379074 | 0.09s 2025-10-10 06:52:41.598817 | fa163ef4-4e38-a223-9279-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-10-10 06:52:41.689472 | fa163ef4-4e38-a223-9279-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-10-10 06:52:41.690679 | fa163ef4-4e38-a223-9279-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.489398 | 0.09s 2025-10-10 06:52:41.697543 | fa163ef4-4e38-a223-9279-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-10-10 06:52:41.982582 | fa163ef4-4e38-a223-9279-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-10-10 06:52:41.984122 | fa163ef4-4e38-a223-9279-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.782833 | 0.29s 2025-10-10 06:52:42.182868 | fa163ef4-4e38-a223-9279-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-10-10 06:52:42.183744 | fa163ef4-4e38-a223-9279-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.982470 | 0.49s 2025-10-10 06:52:42.188768 | fa163ef4-4e38-a223-9279-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.987492 | 0.49s 2025-10-10 06:52:42.193632 | fa163ef4-4e38-a223-9279-000000000065 | TASK | Fail if necessary files are missing 2025-10-10 06:52:42.268312 | fa163ef4-4e38-a223-9279-000000000065 | SKIPPED | Fail if necessary files are missing | standalone.localdomain | item={'changed': False, 'stat': {'exists': True, 'path': '/home/ceph-admin/.ssh/id_rsa', 'mode': '0600', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 1002, 'gid': 1002, 'size': 2610, 'inode': 369101955, 'dev': 64516, 'nlink': 1, 'atime': 1760079126.2174869, 'mtime': 1760079126.0174806, 'ctime': 1760079126.2214868, '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': 'b85617908ecffc71d6b1270a35aa0239da23e467', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '2570350735', '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-10-10 06:52:42.274013 | fa163ef4-4e38-a223-9279-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': 394344692, 'dev': 64516, 'nlink': 1, 'atime': 1760079126.7495031, 'mtime': 1760079126.5604973, 'ctime': 1760079126.7525032, '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': '6239245d274a705b2d8508a8d54cb1a9a9394567', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '3539604150', '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-10-10 06:52:42.286370 | fa163ef4-4e38-a223-9279-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:09.085077 | 0.09s 2025-10-10 06:52:42.297142 | fa163ef4-4e38-a223-9279-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-10-10 06:52:42.502401 | fa163ef4-4e38-a223-9279-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-10-10 06:52:42.503850 | fa163ef4-4e38-a223-9279-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.302564 | 0.21s 2025-10-10 06:52:42.513193 | fa163ef4-4e38-a223-9279-000000000068 | TASK | Run cephadm bootstrap 2025-10-10 06:53:47.910097 | fa163ef4-4e38-a223-9279-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-10-10 06:53:47.911696 | fa163ef4-4e38-a223-9279-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:14.710412 | 65.40s 2025-10-10 06:53:47.922451 | fa163ef4-4e38-a223-9279-000000000069 | TASK | Show results of bootstrap 2025-10-10 06:53:47.993737 | fa163ef4-4e38-a223-9279-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-10-10 06:53:47.995409 | fa163ef4-4e38-a223-9279-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:14.794119 | 0.07s 2025-10-10 06:53:48.005812 | fa163ef4-4e38-a223-9279-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-10 06:53:48.043354 | fa163ef4-4e38-a223-9279-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:14.842057 | 0.04s 2025-10-10 06:53:48.057521 | 4340226b-f2cd-4146-bbfe-9ba285e8bce7 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-10 06:53:48.077361 | fa163ef4-4e38-a223-9279-00000000020b | TASK | Set ceph CLI 2025-10-10 06:53:48.281338 | fa163ef4-4e38-a223-9279-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-10-10 06:53:48.282623 | fa163ef4-4e38-a223-9279-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:15.081336 | 0.20s 2025-10-10 06:53:48.292368 | fa163ef4-4e38-a223-9279-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-10-10 06:53:49.240413 | fa163ef4-4e38-a223-9279-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-10-10 06:53:49.241882 | fa163ef4-4e38-a223-9279-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:16.040596 | 0.95s 2025-10-10 06:53:49.251997 | fa163ef4-4e38-a223-9279-00000000006c | TASK | Set the default container image in ceph configuration 2025-10-10 06:53:50.557083 | fa163ef4-4e38-a223-9279-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-10-10 06:53:50.558708 | fa163ef4-4e38-a223-9279-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:17.357421 | 1.31s 2025-10-10 06:53:50.570837 | fa163ef4-4e38-a223-9279-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-10-10 06:53:50.598088 | fa163ef4-4e38-a223-9279-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-10-10 06:53:50.599421 | fa163ef4-4e38-a223-9279-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:17.398144 | 0.03s 2025-10-10 06:53:50.612089 | fa163ef4-4e38-a223-9279-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-10 06:53:50.647242 | fa163ef4-4e38-a223-9279-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-10 06:53:50.648145 | fa163ef4-4e38-a223-9279-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:17.446869 | 0.04s 2025-10-10 06:53:50.654056 | fa163ef4-4e38-a223-9279-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-10-10 06:53:50.678434 | fa163ef4-4e38-a223-9279-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-10-10 06:53:50.679337 | fa163ef4-4e38-a223-9279-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:17.478061 | 0.02s 2025-10-10 06:53:50.686033 | fa163ef4-4e38-a223-9279-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-10-10 06:53:50.754371 | fa163ef4-4e38-a223-9279-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-10-10 06:53:50.755349 | fa163ef4-4e38-a223-9279-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.554071 | 0.07s 2025-10-10 06:53:50.763286 | fa163ef4-4e38-a223-9279-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-10-10 06:53:50.763759 | fa163ef4-4e38-a223-9279-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.562491 | 0.08s 2025-10-10 06:53:50.775621 | fa163ef4-4e38-a223-9279-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-10-10 06:53:50.776476 | fa163ef4-4e38-a223-9279-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.575205 | 0.09s 2025-10-10 06:53:50.778723 | fa163ef4-4e38-a223-9279-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-10-10 06:53:50.779231 | fa163ef4-4e38-a223-9279-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.577963 | 0.09s 2025-10-10 06:53:50.782859 | fa163ef4-4e38-a223-9279-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:17.581571 | 0.10s 2025-10-10 06:53:50.806941 | fa163ef4-4e38-a223-9279-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-10-10 06:53:50.916850 | fa163ef4-4e38-a223-9279-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-10-10 06:53:50.980732 | fa163ef4-4e38-a223-9279-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-10-10 06:53:51.043756 | fa163ef4-4e38-a223-9279-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-10-10 06:53:51.107091 | fa163ef4-4e38-a223-9279-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-10-10 06:53:51.171786 | fa163ef4-4e38-a223-9279-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-10-10 06:53:51.234821 | fa163ef4-4e38-a223-9279-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-10-10 06:53:51.302046 | fa163ef4-4e38-a223-9279-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-10-10 06:53:51.377488 | fa163ef4-4e38-a223-9279-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-10-10 06:53:51.383015 | fa163ef4-4e38-a223-9279-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:18.181730 | 0.57s 2025-10-10 06:53:51.388608 | fa163ef4-4e38-a223-9279-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-10-10 06:53:52.403587 | fa163ef4-4e38-a223-9279-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-10-10 06:53:52.405771 | fa163ef4-4e38-a223-9279-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.204462 | 1.02s 2025-10-10 06:53:53.368533 | fa163ef4-4e38-a223-9279-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-10-10 06:53:53.369843 | fa163ef4-4e38-a223-9279-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:20.168566 | 1.98s 2025-10-10 06:53:54.249424 | fa163ef4-4e38-a223-9279-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-10-10 06:53:54.250171 | fa163ef4-4e38-a223-9279-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:21.048899 | 2.86s 2025-10-10 06:53:55.116878 | fa163ef4-4e38-a223-9279-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-10-10 06:53:55.117747 | fa163ef4-4e38-a223-9279-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:21.916475 | 3.73s 2025-10-10 06:53:55.123023 | fa163ef4-4e38-a223-9279-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:21.921733 | 3.73s 2025-10-10 06:53:55.144710 | fa163ef4-4e38-a223-9279-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-10-10 06:53:55.398034 | fa163ef4-4e38-a223-9279-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-10-10 06:53:55.398877 | fa163ef4-4e38-a223-9279-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:22.197602 | 0.25s 2025-10-10 06:53:55.401845 | fa163ef4-4e38-a223-9279-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:22.200565 | 0.26s 2025-10-10 06:53:55.407643 | fa163ef4-4e38-a223-9279-0000000000a7 | TASK | Fail if spec file is missing 2025-10-10 06:53:55.460332 | fa163ef4-4e38-a223-9279-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': 1006642927, 'dev': 64516, 'nlink': 1, 'atime': 1760079160.58322, 'mtime': 1760079160.2882109, 'ctime': 1760079160.58622, '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': '181db0b925aa7a2118f2aa7abfa40317dbe1e6ca', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '3000889525', '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-10-10 06:53:55.466846 | fa163ef4-4e38-a223-9279-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:22.265550 | 0.06s 2025-10-10 06:53:55.477797 | fa163ef4-4e38-a223-9279-0000000000a8 | TASK | Get ceph_cli 2025-10-10 06:53:55.504142 | fa163ef4-4e38-a223-9279-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:22.302849 | 0.02s 2025-10-10 06:53:55.517777 | c8ee4921-daa4-46e7-b1ac-620febac28f0 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-10 06:53:55.540379 | fa163ef4-4e38-a223-9279-000000000270 | TASK | Set ceph CLI 2025-10-10 06:53:55.704181 | fa163ef4-4e38-a223-9279-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-10-10 06:53:55.705403 | fa163ef4-4e38-a223-9279-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:22.504112 | 0.16s 2025-10-10 06:53:55.715097 | fa163ef4-4e38-a223-9279-0000000000a9 | TASK | Get the ceph orchestrator status 2025-10-10 06:53:56.657789 | fa163ef4-4e38-a223-9279-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-10 06:53:56.659291 | fa163ef4-4e38-a223-9279-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:23.458003 | 0.94s 2025-10-10 06:53:56.669220 | fa163ef4-4e38-a223-9279-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-10-10 06:53:56.736415 | fa163ef4-4e38-a223-9279-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-10 06:53:56.737869 | fa163ef4-4e38-a223-9279-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:23.536580 | 0.07s 2025-10-10 06:53:56.748816 | fa163ef4-4e38-a223-9279-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-10-10 06:53:56.779199 | fa163ef4-4e38-a223-9279-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:23.577906 | 0.03s 2025-10-10 06:53:56.816875 | 447e77a3-efea-4a6b-ba11-36566c7cd44a | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-10-10 06:53:56.832315 | fa163ef4-4e38-a223-9279-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-10-10 06:53:56.898055 | fa163ef4-4e38-a223-9279-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-10-10 06:53:56.899431 | fa163ef4-4e38-a223-9279-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:23.698141 | 0.07s 2025-10-10 06:53:56.909596 | fa163ef4-4e38-a223-9279-0000000002a8 | TASK | set cephadm debug level 2025-10-10 06:53:56.977257 | fa163ef4-4e38-a223-9279-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-10-10 06:53:56.978595 | fa163ef4-4e38-a223-9279-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:23.777303 | 0.07s 2025-10-10 06:53:56.988444 | fa163ef4-4e38-a223-9279-0000000002a9 | TASK | enforce minimum ceph clients version 2025-10-10 06:53:57.046909 | fa163ef4-4e38-a223-9279-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-10-10 06:53:57.048367 | fa163ef4-4e38-a223-9279-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:23.847074 | 0.06s 2025-10-10 06:53:57.058217 | fa163ef4-4e38-a223-9279-0000000002aa | TASK | set container image base in ceph configuration 2025-10-10 06:53:58.032222 | fa163ef4-4e38-a223-9279-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-10-10 06:53:58.033333 | fa163ef4-4e38-a223-9279-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:24.832052 | 0.97s 2025-10-10 06:53:58.040605 | fa163ef4-4e38-a223-9279-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-10-10 06:53:58.085834 | fa163ef4-4e38-a223-9279-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-10-10 06:53:58.086700 | fa163ef4-4e38-a223-9279-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:24.885421 | 0.05s 2025-10-10 06:53:58.092154 | fa163ef4-4e38-a223-9279-0000000002ad | TASK | set grafana container image in ceph configuration 2025-10-10 06:53:58.156217 | fa163ef4-4e38-a223-9279-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-10-10 06:53:58.157015 | fa163ef4-4e38-a223-9279-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:24.955741 | 0.06s 2025-10-10 06:53:58.161432 | fa163ef4-4e38-a223-9279-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-10-10 06:53:58.206395 | fa163ef4-4e38-a223-9279-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-10-10 06:53:58.206995 | fa163ef4-4e38-a223-9279-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:25.005722 | 0.04s 2025-10-10 06:53:58.211435 | fa163ef4-4e38-a223-9279-0000000002af | TASK | set prometheus container image in ceph configuration 2025-10-10 06:53:58.269873 | fa163ef4-4e38-a223-9279-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-10-10 06:53:58.271269 | fa163ef4-4e38-a223-9279-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:25.069982 | 0.06s 2025-10-10 06:53:58.288105 | fa163ef4-4e38-a223-9279-0000000000ac | TASK | Apply spec 2025-10-10 06:53:59.706992 | fa163ef4-4e38-a223-9279-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-10-10 06:53:59.708223 | fa163ef4-4e38-a223-9279-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:26.506940 | 1.42s 2025-10-10 06:53:59.718257 | fa163ef4-4e38-a223-9279-0000000000ad | TASK | Show results of spec apply 2025-10-10 06:53:59.775464 | fa163ef4-4e38-a223-9279-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-10-10 06:53:59.777003 | fa163ef4-4e38-a223-9279-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:26.575678 | 0.06s 2025-10-10 06:53:59.787834 | fa163ef4-4e38-a223-9279-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-10-10 06:53:59.824749 | fa163ef4-4e38-a223-9279-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:26.623452 | 0.04s 2025-10-10 06:53:59.837446 | 3dcb8ee8-44b2-4c9b-8380-e272f7b299da | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-10-10 06:53:59.869148 | fa163ef4-4e38-a223-9279-000000000307 | TASK | Wait for expected number of osds to be running 2025-10-10 06:54:00.792873 | fa163ef4-4e38-a223-9279-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-10-10 06:54:31.756305 | fa163ef4-4e38-a223-9279-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-10-10 06:54:31.757106 | fa163ef4-4e38-a223-9279-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:01:58.555831 | 31.89s 2025-10-10 06:54:31.765066 | fa163ef4-4e38-a223-9279-0000000000c9 | TASK | Get ceph_cli 2025-10-10 06:54:31.809755 | fa163ef4-4e38-a223-9279-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-10 06:54:31.810614 | fa163ef4-4e38-a223-9279-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:58.609339 | 0.04s 2025-10-10 06:54:31.815099 | fa163ef4-4e38-a223-9279-0000000000ca | TASK | Collect ceph config dump 2025-10-10 06:54:31.859761 | fa163ef4-4e38-a223-9279-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-10-10 06:54:31.861044 | fa163ef4-4e38-a223-9279-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:01:58.659760 | 0.05s 2025-10-10 06:54:31.870021 | fa163ef4-4e38-a223-9279-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-10-10 06:54:31.918707 | fa163ef4-4e38-a223-9279-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-10-10 06:54:31.921070 | fa163ef4-4e38-a223-9279-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:01:58.719679 | 0.05s 2025-10-10 06:54:31.931381 | fa163ef4-4e38-a223-9279-0000000000cc | TASK | Create pool 2025-10-10 06:54:31.972764 | fa163ef4-4e38-a223-9279-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:01:58.771477 | 0.04s 2025-10-10 06:54:31.983472 | fa163ef4-4e38-a223-9279-0000000000cd | TASK | Enable application on Ceph pools 2025-10-10 06:54:32.022067 | fa163ef4-4e38-a223-9279-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:01:58.820773 | 0.04s 2025-10-10 06:54:32.032343 | fa163ef4-4e38-a223-9279-0000000000cf | TASK | Get the RBD ceph_cli 2025-10-10 06:54:32.058398 | fa163ef4-4e38-a223-9279-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-10-10 06:54:32.059443 | fa163ef4-4e38-a223-9279-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:01:58.858166 | 0.03s 2025-10-10 06:54:32.065762 | fa163ef4-4e38-a223-9279-0000000000d0 | TASK | Set trash interval 2025-10-10 06:54:32.161121 | fa163ef4-4e38-a223-9279-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-10-10 06:54:32.166821 | fa163ef4-4e38-a223-9279-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:01:58.965534 | 0.10s 2025-10-10 06:54:32.183926 | fa163ef4-4e38-a223-9279-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-10-10 06:54:32.222626 | fa163ef4-4e38-a223-9279-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:01:59.021333 | 0.04s 2025-10-10 06:54:32.232296 | fa163ef4-4e38-a223-9279-0000000000e9 | TASK | Get ceph_cli 2025-10-10 06:54:32.259535 | fa163ef4-4e38-a223-9279-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-10 06:54:32.260752 | fa163ef4-4e38-a223-9279-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:59.059468 | 0.03s 2025-10-10 06:54:32.269381 | fa163ef4-4e38-a223-9279-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-10-10 06:54:32.309122 | fa163ef4-4e38-a223-9279-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:01:59.107828 | 0.04s 2025-10-10 06:54:32.326126 | fa163ef4-4e38-a223-9279-0000000000f9 | TASK | Get ceph_cli 2025-10-10 06:54:32.367332 | fa163ef4-4e38-a223-9279-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-10-10 06:54:32.368718 | fa163ef4-4e38-a223-9279-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:59.167425 | 0.04s 2025-10-10 06:54:32.380130 | fa163ef4-4e38-a223-9279-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-10-10 06:54:32.417622 | fa163ef4-4e38-a223-9279-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-10-10 06:54:32.418374 | fa163ef4-4e38-a223-9279-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:01:59.217100 | 0.04s 2025-10-10 06:54:32.422993 | fa163ef4-4e38-a223-9279-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-10-10 06:54:32.448452 | fa163ef4-4e38-a223-9279-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-10-10 06:54:32.449224 | fa163ef4-4e38-a223-9279-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:01:59.247950 | 0.03s 2025-10-10 06:54:32.453850 | fa163ef4-4e38-a223-9279-0000000000fc | TASK | Extract mons_json 2025-10-10 06:54:32.488105 | fa163ef4-4e38-a223-9279-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-10-10 06:54:32.489013 | fa163ef4-4e38-a223-9279-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:01:59.287735 | 0.03s 2025-10-10 06:54:32.496855 | fa163ef4-4e38-a223-9279-0000000000fd | TASK | Build mons_list 2025-10-10 06:54:32.524832 | fa163ef4-4e38-a223-9279-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-10-10 06:54:32.525688 | fa163ef4-4e38-a223-9279-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:01:59.324410 | 0.03s 2025-10-10 06:54:32.531699 | fa163ef4-4e38-a223-9279-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-10-10 06:54:32.555316 | fa163ef4-4e38-a223-9279-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-10-10 06:54:32.556072 | fa163ef4-4e38-a223-9279-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:01:59.354795 | 0.02s 2025-10-10 06:54:32.562159 | fa163ef4-4e38-a223-9279-0000000000ff | TASK | Verify the keyring 2025-10-10 06:54:32.600328 | fa163ef4-4e38-a223-9279-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:01:59.399043 | 0.04s 2025-10-10 06:54:32.609509 | fa163ef4-4e38-a223-9279-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-10-10 06:54:32.634836 | fa163ef4-4e38-a223-9279-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-10-10 06:54:32.636196 | fa163ef4-4e38-a223-9279-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:01:59.434901 | 0.03s 2025-10-10 06:54:32.651620 | fa163ef4-4e38-a223-9279-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-10-10 06:54:32.678441 | fa163ef4-4e38-a223-9279-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-10-10 06:54:32.679577 | fa163ef4-4e38-a223-9279-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:01:59.478287 | 0.03s 2025-10-10 06:54:32.697640 | fa163ef4-4e38-a223-9279-00000000011c | TASK | Get ceph_cli 2025-10-10 06:54:32.715590 | fa163ef4-4e38-a223-9279-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:59.514301 | 0.02s 2025-10-10 06:54:32.726671 | a3e4cd5e-f959-4068-944b-f8d266aa5d96 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-10-10 06:54:32.740494 | fa163ef4-4e38-a223-9279-0000000003c0 | TASK | Set ceph CLI 2025-10-10 06:54:32.880570 | fa163ef4-4e38-a223-9279-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-10-10 06:54:32.881843 | fa163ef4-4e38-a223-9279-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:59.680548 | 0.14s 2025-10-10 06:54:32.891873 | fa163ef4-4e38-a223-9279-00000000011d | TASK | Get the ceph orchestrator status 2025-10-10 06:54:33.696512 | fa163ef4-4e38-a223-9279-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-10-10 06:54:33.697832 | fa163ef4-4e38-a223-9279-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:02:00.496546 | 0.80s 2025-10-10 06:54:33.707691 | fa163ef4-4e38-a223-9279-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-10-10 06:54:33.766746 | fa163ef4-4e38-a223-9279-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-10-10 06:54:33.768062 | fa163ef4-4e38-a223-9279-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:02:00.566775 | 0.06s 2025-10-10 06:54:33.777819 | fa163ef4-4e38-a223-9279-000000000120 | TASK | Show the deployed daemons 2025-10-10 06:54:34.516341 | fa163ef4-4e38-a223-9279-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-10-10 06:54:34.517690 | fa163ef4-4e38-a223-9279-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:01.316407 | 0.74s 2025-10-10 06:54:34.526927 | fa163ef4-4e38-a223-9279-000000000121 | TASK | Deployed daemons 2025-10-10 06:54:34.582866 | fa163ef4-4e38-a223-9279-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-10-10 06:54:34.583535 | fa163ef4-4e38-a223-9279-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:01.382262 | 0.06s 2025-10-10 06:54:34.590736 | fa163ef4-4e38-a223-9279-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-10-10 06:54:35.488644 | fa163ef4-4e38-a223-9279-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-10-10 06:54:35.489899 | fa163ef4-4e38-a223-9279-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:02.288614 | 0.90s 2025-10-10 06:54:35.499013 | fa163ef4-4e38-a223-9279-000000000123 | TASK | Ceph cluster status 2025-10-10 06:54:35.534563 | fa163ef4-4e38-a223-9279-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: 230618e1-0488-58fd-8a7b-bda448add91e", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 79s)", " mgr: standalone.dujani(active, since 63s), standbys: standalone.kdsyyb", " osd: 1 osds: 1 up (since 15s), 1 in (since 30s)", " ", " data:", " pools: 1 pools, 1 pgs", " objects: 2 objects, 449 KiB", " usage: 27 MiB used, 7.0 GiB / 7.0 GiB avail", " pgs: 1 active+clean", " " ] } 2025-10-10 06:54:35.535717 | fa163ef4-4e38-a223-9279-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:02.334434 | 0.04s 2025-10-10 06:54:35.556552 | fa163ef4-4e38-a223-9279-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-10-10 06:54:36.127425 | fa163ef4-4e38-a223-9279-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ef4-4e38-a223-9279-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-10-10 06:54:36.170759 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 06:54:36.171393 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 06:54:36.172001 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:02.970687 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 06:54:36.172637 | UUID | Info | Host | Task Name | Run Time 2025-10-10 06:54:36.173254 | fa163ef4-4e38-a223-9279-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 65.40s 2025-10-10 06:54:36.173846 | fa163ef4-4e38-a223-9279-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 31.89s 2025-10-10 06:54:36.174500 | fa163ef4-4e38-a223-9279-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.73s 2025-10-10 06:54:36.175128 | fa163ef4-4e38-a223-9279-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 3.08s 2025-10-10 06:54:36.175711 | fa163ef4-4e38-a223-9279-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.42s 2025-10-10 06:54:36.176343 | fa163ef4-4e38-a223-9279-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 1.31s 2025-10-10 06:54:36.176941 | fa163ef4-4e38-a223-9279-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.97s 2025-10-10 06:54:36.177559 | fa163ef4-4e38-a223-9279-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.95s 2025-10-10 06:54:36.178170 | fa163ef4-4e38-a223-9279-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.94s 2025-10-10 06:54:36.178732 | fa163ef4-4e38-a223-9279-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.90s 2025-10-10 06:54:36.179360 | fa163ef4-4e38-a223-9279-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.83s 2025-10-10 06:54:36.179993 | fa163ef4-4e38-a223-9279-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.80s 2025-10-10 06:54:36.180625 | fa163ef4-4e38-a223-9279-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.74s 2025-10-10 06:54:36.181237 | fa163ef4-4e38-a223-9279-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.60s 2025-10-10 06:54:36.181803 | fa163ef4-4e38-a223-9279-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.57s 2025-10-10 06:54:36.182432 | fa163ef4-4e38-a223-9279-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.56s 2025-10-10 06:54:36.183043 | fa163ef4-4e38-a223-9279-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.49s 2025-10-10 06:54:36.183625 | fa163ef4-4e38-a223-9279-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.36s 2025-10-10 06:54:36.184272 | fa163ef4-4e38-a223-9279-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.34s 2025-10-10 06:54:36.184892 | fa163ef4-4e38-a223-9279-0000000000a6 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat spec file on bootstrap node | 0.26s 2025-10-10 06:54:36.185477 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-41 + export NEUTRON_INTERFACE=eth0 + NEUTRON_INTERFACE=eth0 + export CTLPLANE_IP=192.168.122.100 + CTLPLANE_IP=192.168.122.100 + export CTLPLANE_VIP=192.168.122.99 + CTLPLANE_VIP=192.168.122.99 + export CIDR=24 + CIDR=24 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export BRIDGE=br-ctlplane + BRIDGE=br-ctlplane + '[' libvirt = ironic ']' + BRIDGE_MAPPINGS=datacentre:br-ctlplane + NEUTRON_FLAT_NETWORKS=datacentre + cat + CMD='openstack tripleo deploy' + CMD_ARGS+=' --templates /usr/share/openstack-tripleo-heat-templates' + CMD_ARGS+=' --local-ip=192.168.122.100/24' + CMD_ARGS+=' --control-virtual-ip=192.168.122.99' + CMD_ARGS+=' --output-dir /root' + CMD_ARGS+=' --standalone-role Standalone' + CMD_ARGS+=' -r /root/Standalone.yaml' + CMD_ARGS+=' -n /root/network_data.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml' + '[' libvirt = ironic ']' + '[' true = true ']' + cat + ENV_ARGS+=' -e /root/enable_heat.yaml' + '[' 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' + '[' 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-10-10 06:54:39.293 40067 INFO migrate.versioning.api [-] 72 -> 73...  2025-10-10 06:54:39.320 40067 INFO migrate.versioning.api [-] done 2025-10-10 06:54:39.320 40067 INFO migrate.versioning.api [-] 73 -> 74...  2025-10-10 06:54:39.322 40067 INFO migrate.versioning.api [-] done 2025-10-10 06:54:39.323 40067 INFO migrate.versioning.api [-] 74 -> 75...  2025-10-10 06:54:39.324 40067 INFO migrate.versioning.api [-] done 2025-10-10 06:54:39.325 40067 INFO migrate.versioning.api [-] 75 -> 76...  2025-10-10 06:54:39.326 40067 INFO migrate.versioning.api [-] done 2025-10-10 06:54:39.327 40067 INFO migrate.versioning.api [-] 76 -> 77...  2025-10-10 06:54:39.328 40067 INFO migrate.versioning.api [-] done 2025-10-10 06:54:39.329 40067 INFO migrate.versioning.api [-] 77 -> 78...  2025-10-10 06:54:39.330 40067 INFO migrate.versioning.api [-] done 2025-10-10 06:54:39.331 40067 INFO migrate.versioning.api [-] 78 -> 79...  2025-10-10 06:54:39.356 40067 INFO migrate.versioning.api [-] done 2025-10-10 06:54:39.357 40067 INFO migrate.versioning.api [-] 79 -> 80...  2025-10-10 06:54:39.376 40067 INFO migrate.versioning.api [-] done 2025-10-10 06:54:39.376 40067 INFO migrate.versioning.api [-] 80 -> 81...  2025-10-10 06:54:39.378 40067 INFO migrate.versioning.api [-] done 2025-10-10 06:54:39.378 40067 INFO migrate.versioning.api [-] 81 -> 82...  2025-10-10 06:54:39.380 40067 INFO migrate.versioning.api [-] done 2025-10-10 06:54:39.380 40067 INFO migrate.versioning.api [-] 82 -> 83...  2025-10-10 06:54:39.382 40067 INFO migrate.versioning.api [-] done 2025-10-10 06:54:39.382 40067 INFO migrate.versioning.api [-] 83 -> 84...  2025-10-10 06:54:39.384 40067 INFO migrate.versioning.api [-] done 2025-10-10 06:54:39.384 40067 INFO migrate.versioning.api [-] 84 -> 85...  2025-10-10 06:54:39.386 40067 INFO migrate.versioning.api [-] done 2025-10-10 06:54:39.386 40067 INFO migrate.versioning.api [-] 85 -> 86...  2025-10-10 06:54:39.411 40067 INFO migrate.versioning.api [-] done /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:snapshot":"rule:deny_stack_user" was deprecated in W in favor of "actions:snapshot":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:suspend":"rule:deny_stack_user" was deprecated in W in favor of "actions:suspend":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:resume":"rule:deny_stack_user" was deprecated in W in favor of "actions:resume":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:check":"rule:deny_stack_user" was deprecated in W in favor of "actions:check":"(role:reader and system_scope:all) or (role:reader and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_update":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_update":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_without_rollback":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_without_rollback":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) ** Handling template files ** jinja2 rendering normal template overcloud-resource-registry-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud-resource-registry-puppet.yaml jinja2 rendering normal template overcloud.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud.yaml jinja2 rendering normal template post.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/post.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/services/standalone-role.yaml jinja2 rendering normal template apache-baremetal-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/apache/apache-baremetal-puppet.yaml jinja2 rendering normal template container-image-prepare-baremetal-ansible.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/container-image-prepare/container-image-prepare-baremetal-ansible.yaml jinja2 rendering normal template haproxy-internal-tls-certmonger.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/haproxy/haproxy-internal-tls-certmonger.yaml jinja2 rendering normal template octavia-deployment-config.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/octavia/octavia-deployment-config.yaml jinja2 rendering normal template deployed-server-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-server-environment.yaml jinja2 rendering normal template net-noop.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-noop.yaml jinja2 rendering normal template deployed-network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-network-environment.yaml jinja2 rendering normal template net-2-linux-bonds-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-2-linux-bonds-with-vlans.yaml jinja2 rendering normal template net-bond-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans-no-external.yaml jinja2 rendering normal template net-bond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans.yaml jinja2 rendering normal template net-dpdkbond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-dpdkbond-with-vlans.yaml jinja2 rendering normal template net-multiple-nics-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics-vlans.yaml jinja2 rendering normal template net-multiple-nics.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics.yaml jinja2 rendering normal template net-single-nic-linux-bridge-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-linux-bridge-with-vlans.yaml jinja2 rendering normal template net-single-nic-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans-no-external.yaml jinja2 rendering normal template net-single-nic-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans.yaml jinja2 rendering normal template network-environment-v6-all.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6-all.yaml jinja2 rendering normal template network-environment-v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6.yaml jinja2 rendering normal template network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment.yaml jinja2 rendering normal template networks-disable.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/networks-disable.yaml jinja2 rendering normal template overcloud-baremetal.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/overcloud-baremetal.yaml jinja2 rendering normal template split-stack-consistent-hostname-format.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/split-stack-consistent-hostname-format.yaml jinja2 rendering normal template enable-internal-tls.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/ssl/enable-internal-tls.yaml jinja2 rendering normal template swap-partition.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap-partition.yaml jinja2 rendering normal template swap.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/nova_metadata/krb-service-principals/standalone-role.yaml jinja2 rendering network template network.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external.yaml jinja2 rendering network template network_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external_v6.yaml jinja2 rendering normal template networks.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/networks.yaml jinja2 rendering normal template service_net_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/service_net_map.yaml jinja2 rendering network template deployed_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_external.yaml jinja2 rendering network template deployed_vip_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_external.yaml jinja2 rendering network template external_resource_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external.yaml jinja2 rendering network template external_resource_port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external_v6.yaml jinja2 rendering normal template net_ip_list_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_list_map.yaml jinja2 rendering normal template net_ip_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_map.yaml jinja2 rendering normal template net_vip_map_external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external.yaml jinja2 rendering normal template net_vip_map_external_v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external_v6.yaml jinja2 rendering network template port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external.yaml jinja2 rendering network template port_from_pool.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool.yaml jinja2 rendering network template port_from_pool_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool_v6.yaml jinja2 rendering network template port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_v6.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./puppet/standalone-role.yaml ** Performing Heat stack create.. ** 2025-10-10 06:54:47Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:54:48Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:48Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-10-10 06:54:49Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:49Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-10-10 06:54:50Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:50Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:54:50Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:50Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-10-10 06:54:50Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:54:51Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:51Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-10-10 06:54:51Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:54:51Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:51Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:51Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-10-10 06:54:51Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:54:52Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:52Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:54:52Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:52Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-10-10 06:54:52Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-10-10 06:54:52Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-10-10 06:54:52Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:52Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:54:53Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:53Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-10-10 06:54:53Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:53Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:54:53Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:53Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-10-10 06:54:53Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:54:53Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:53Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-10-10 06:54:53Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:53Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-10-10 06:54:53Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:54:54Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:54Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-10-10 06:54:54Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:54Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-10-10 06:54:54Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-10-10 06:54:54Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:54:54Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:54Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-10-10 06:54:54Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:54Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-10-10 06:54:54Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:54:55Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:55Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-10-10 06:54:55Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-10-10 06:54:55Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:56Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:56Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-10-10 06:54:56Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:54:56Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-10-10 06:54:56Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-10-10 06:54:57Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:57Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:57Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:57Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:57Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:57Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:57Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:57Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-10-10 06:54:57Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-10-10 06:54:57Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-10-10 06:54:58Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-10-10 06:54:58Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-10-10 06:54:58Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-10-10 06:54:58Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-10-10 06:54:58Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:58Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:54:58Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:58Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-10 06:54:58Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:54:59Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-10-10 06:54:59Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:59Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-10-10 06:54:59Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-10-10 06:55:01Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-10-10 06:55:01Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:01Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-10-10 06:55:01Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:01Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:55:01Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:03Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:55:04Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:04Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:55:04Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:05Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:05Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:55:05Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:05Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-10 06:55:05Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:55:05Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:55:06Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:06Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-10 06:55:07Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:07Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:55:08Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:08Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:55:08Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-10-10 06:55:08Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:55:09Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-10-10 06:55:10Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:10Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:55:10Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:11Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:11Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-10-10 06:55:12Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:12Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:55:13Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:13Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:55:13Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:55:13Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:55:14Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-10-10 06:55:14Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:14Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:55:15Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:16Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:16Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:55:16Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:55:17Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:18Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:18Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:55:19Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-10-10 06:55:19Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:55:19Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-10-10 06:55:20Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:20Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:55:20Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:21Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:21Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:55:22Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:22Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:55:23Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:23Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:55:23Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-10-10 06:55:23Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:55:24Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-10-10 06:55:25Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:25Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:55:25Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:25Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:55:25Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:55:26Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-10-10 06:55:26Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:26Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:55:26Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:27Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:27Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:55:27Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:55:28Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:28Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:55:28Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:28Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-10 06:55:28Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:55:29Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:29Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-10 06:55:30Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:30Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2025-10-10 06:55:31Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:31Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:55:31Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:55:31Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:31Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:55:31Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:55:32Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-10-10 06:55:32Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:55:33Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-10-10 06:55:34Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:35Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-10-10 06:55:35Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:36Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-10-10 06:55:37Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:37Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:55:37Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:38Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:38Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:55:38Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:55:39Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:40Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-10 06:55:40Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:55:41Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-10-10 06:55:41Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:41Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:55:41Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:42Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:43Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-10 06:55:43Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:43Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:55:44Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:55:44Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:55:44Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-10-10 06:55:45Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:45Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:55:45Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:45Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:55:45Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:45Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-10 06:55:46Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:46Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-10 06:55:46Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:46Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-10 06:55:46Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:55:47Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2025-10-10 06:55:47Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:55:48Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-10-10 06:55:48Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:49Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-10-10 06:55:50Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:50Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:55:50Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:50Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:55:50Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:50Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-10 06:55:51Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:51Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-10-10 06:55:51Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:51Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-10 06:55:51Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:51Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-10 06:55:51Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:55:52Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2025-10-10 06:55:52Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:55:53Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-10-10 06:55:53Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:53Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:55:53Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:54Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:55:54Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:54Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-10 06:55:54Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:54Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-10 06:55:55Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:55Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-10 06:55:55Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:55:56Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2025-10-10 06:55:56Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:55:56Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-10-10 06:55:57Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:57Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:55:57Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:57Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:55:57Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:57Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-10-10 06:55:58Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:58Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-10-10 06:55:58Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-10-10 06:55:58Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-10-10 06:55:58Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:55:59Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2025-10-10 06:55:59Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:56:00Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-10-10 06:56:00Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:00Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:56:01Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:01Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:56:02Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:03Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:03Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:56:04Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:04Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:56:04Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2025-10-10 06:56:04Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:05Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:05Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:56:05Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:05Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:05Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-10 06:56:05Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:56:05Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-10 06:56:06Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:06Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-10 06:56:06Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:56:06Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:56:07Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:56:07Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2025-10-10 06:56:07Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:56:08Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-10-10 06:56:08Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:08Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:56:08Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:08Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:56:08Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:08Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:56:09Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:09Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:09Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:10Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:10Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:56:10Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:10Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:56:10Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:56:10Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:10Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:11Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:56:11Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-10 06:56:11Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:56:11Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:11Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:56:11Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:11Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:56:11Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:11Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-10 06:56:12Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:56:12Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:56:12Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:12Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:13Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-10 06:56:13Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:56:13Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:56:13Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2025-10-10 06:56:13Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-10 06:56:13Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:56:14Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2025-10-10 06:56:14Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:56:15Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-10-10 06:56:16Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:16Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:56:16Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:17Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:17Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:56:17Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:56:18Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:19Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:19Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:56:20Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:20Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:56:21Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2025-10-10 06:56:21Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:22Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:22Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-10 06:56:23Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:56:23Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:56:23Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2025-10-10 06:56:24Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:56:24Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-10-10 06:56:25Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:25Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:56:25Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:25Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:56:25Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:26Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:26Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:26Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-10 06:56:27Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:27Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:56:27Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:56:27Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:56:27Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:56:28Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:28Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:28Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:56:28Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2025-10-10 06:56:28Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:29Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:56:29Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:29Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:29Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:56:30Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:30Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-10 06:56:30Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:56:30Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:31Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:31Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-10 06:56:31Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:31Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:56:32Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:56:32Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:56:32Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:56:33Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-10 06:56:33Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:56:33Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2025-10-10 06:56:33Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:56:34Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-10-10 06:56:35Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:35Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:56:35Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:35Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:56:36Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:38Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:38Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:56:38Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:56:38Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:39Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:39Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:56:39Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:56:40Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:41Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-10-10 06:56:41Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:56:42Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-10-10 06:56:42Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:56:42Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-10-10 06:56:43Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:43Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:56:43Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:44Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:44Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:56:44Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:56:45Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:46Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-10 06:56:46Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:56:47Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-10-10 06:56:48Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:49Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-10-10 06:56:49Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:49Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:56:49Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:49Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:56:50Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:51Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:56:51Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:56:52Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-10-10 06:56:53Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:54Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-10-10 06:56:54Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:54Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:56:54Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:55Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:55Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:56:56Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:56Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:56:56Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-10 06:56:57Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:58Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:58Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:56:58Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:56:58Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:58Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:56:58Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:56:59Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:56:59Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-10 06:56:59Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-10 06:56:59Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:57:00Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-10-10 06:57:01Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:01Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:57:01Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:02Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:02Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:57:02Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:57:02Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:03Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:03Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:57:03Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:03Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:57:03Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:57:03Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:03Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:57:04Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:04Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:57:04Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-10 06:57:04Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:04Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:57:04Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-10 06:57:05Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:05Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:57:05Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:05Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:57:05Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:57:06Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:06Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-10 06:57:06Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-10 06:57:07Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:08Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:57:08Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:57:09Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2025-10-10 06:57:09Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:57:10Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-10-10 06:57:11Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:11Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:57:11Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:11Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:57:11Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:11Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-10 06:57:11Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:57:12Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:12Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-10 06:57:13Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:13Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:57:14Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:14Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:57:14Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-10 06:57:15Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:16Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:57:16Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:57:17Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-10-10 06:57:17Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:17Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:57:17Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:18Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:18Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-10 06:57:19Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:19Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:57:20Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:57:21Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:22Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:57:22Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:57:22Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-10-10 06:57:23Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:23Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:57:23Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:24Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:24Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-10 06:57:25Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:25Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:57:26Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:26Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:57:26Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:57:26Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:57:27Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-10-10 06:57:27Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:28Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:57:28Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:28Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:57:28Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:29Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:29Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-10 06:57:29Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:29Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-10 06:57:29Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-10-10 06:57:30Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:30Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:57:30Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:30Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:57:31Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:31Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:32Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:32Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-10 06:57:32Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:32Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-10 06:57:33Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:57:33Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:57:33Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:57:34Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2025-10-10 06:57:34Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:57:35Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-10-10 06:57:35Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:35Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:57:35Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:36Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:37Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2025-10-10 06:57:37Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:37Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:57:38Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2025-10-10 06:57:38Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:38Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:57:39Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:39Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-10 06:57:39Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:57:39Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:40Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-10 06:57:41Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:57:41Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:57:41Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-10-10 06:57:42Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:42Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:57:42Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:42Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:57:43Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:44Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:44Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:57:44Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-10-10 06:57:44Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:44Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-10 06:57:44Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:57:45Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:45Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-10 06:57:46Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:46Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:57:47Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2025-10-10 06:57:47Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:57:48Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-10-10 06:57:49Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:49Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:57:49Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:50Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:50Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:57:50Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:57:50Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:50Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:57:50Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:57:51Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:51Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:57:51Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-10-10 06:57:52Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:53Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:53Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2025-10-10 06:57:54Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:57:54Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:57:55Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-10-10 06:57:55Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:55Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:57:56Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:57Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:57Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:57:57Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:57:57Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:57:57Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-10-10 06:57:58Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:58Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:57:58Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:57:58Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:57:59Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:00Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:58:00Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:58:01Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-10-10 06:58:01Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:01Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:58:02Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:02Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:58:02Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:58:03Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-10-10 06:58:03Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:03Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:58:03Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:04Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:04Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:58:05Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:05Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:58:05Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:58:06Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:06Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:58:06Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:06Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:58:06Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:58:07Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:07Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:58:07Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2025-10-10 06:58:07Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:07Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-10 06:58:07Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:58:08Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-10 06:58:08Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:58:09Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-10-10 06:58:10Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:10Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:58:10Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:10Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:58:11Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:12Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:12Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2025-10-10 06:58:13Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:13Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:58:14Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:14Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:58:14Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:58:14Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:14Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-10 06:58:14Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:58:15Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-10 06:58:15Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:58:16Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-10-10 06:58:16Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:17Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-10-10 06:58:18Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:18Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:58:18Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:19Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:19Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:58:19Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2025-10-10 06:58:20Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:21Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:21Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:58:22Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:58:22Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:58:23Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-10-10 06:58:23Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:24Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:58:24Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:25Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:25Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:58:25Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:58:25Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:25Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:58:26Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:26Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:58:26Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:26Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:27Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:27Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:27Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:58:27Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:58:27Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:58:28Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:28Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:58:28Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:58:28Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2025-10-10 06:58:28Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:28Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-10-10 06:58:29Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:29Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:58:29Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:58:29Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:30Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:58:30Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:58:31Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-10-10 06:58:31Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:58:32Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-10-10 06:58:32Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:58:33Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-10-10 06:58:33Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:33Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:58:34Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:34Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:58:35Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:36Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:58:36Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:58:36Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-10-10 06:58:37Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:37Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:58:37Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:37Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:58:38Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:39Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:39Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2025-10-10 06:58:40Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:58:40Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:58:41Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-10-10 06:58:41Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:43Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-10-10 06:58:43Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:43Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:58:43Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:44Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:44Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:58:44Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:58:45Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:46Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:46Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-10 06:58:46Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:58:47Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:47Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:58:47Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:47Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:58:47Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:58:48Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:48Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-10 06:58:49Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2025-10-10 06:58:49Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:58:50Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-10-10 06:58:51Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:51Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:58:51Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:51Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:58:51Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:51Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:58:51Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:52Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:52Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:58:52Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-10-10 06:58:52Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:58:53Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-10-10 06:58:53Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:58:54Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2025-10-10 06:58:54Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:58:55Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-10-10 06:58:55Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:55Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:58:56Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:57Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:57Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:58:57Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2025-10-10 06:58:58Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:59Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 06:58:59Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:59:00Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-10 06:59:00Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:59:00Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-10-10 06:59:01Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:01Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:59:01Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:02Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:02Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-10 06:59:03Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:03Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:59:03Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2025-10-10 06:59:04Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:05Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:59:05Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:59:06Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-10-10 06:59:07Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:07Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:59:07Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:08Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:08Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:59:08Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-10 06:59:08Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:08Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:59:08Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:59:09Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:09Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:59:09Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2025-10-10 06:59:10Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:11Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:11Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:59:11Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-10 06:59:11Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:11Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:59:11Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:59:12Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:12Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2025-10-10 06:59:13Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:13Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:59:14Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:14Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:59:14Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:59:14Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:14Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-10 06:59:14Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:59:15Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-10 06:59:15Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:59:16Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-10-10 06:59:17Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:17Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:59:17Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:18Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:18Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-10 06:59:18Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:59:18Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:18Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:59:18Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:59:19Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:19Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-10-10 06:59:20Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:20Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:59:21Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:21Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-10 06:59:22Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:22Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:59:22Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:22Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:59:22Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:59:22Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:22Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:59:23Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:23Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-10 06:59:23Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:59:24Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-10-10 06:59:24Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:59:25Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-10-10 06:59:26Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:26Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:59:26Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:26Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:59:26Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:26Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-10 06:59:26Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:59:27Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:27Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-10 06:59:28Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:28Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-10 06:59:29Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:29Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:59:29Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-10 06:59:30Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:30Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:59:30Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:30Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:59:30Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:59:31Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:31Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:59:31Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2025-10-10 06:59:31Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:31Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:59:31Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:59:32Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:32Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-10-10 06:59:33Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:33Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:59:34Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:59:34Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:59:35Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-10-10 06:59:35Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:36Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:59:36Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:37Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:37Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-10 06:59:37Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:59:37Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:37Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:59:37Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:59:38Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:38Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2025-10-10 06:59:39Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:39Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:59:40Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:40Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-10 06:59:41Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:41Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:59:41Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:41Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 06:59:41Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:59:41Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:41Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-10 06:59:42Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:42Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:59:42Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:59:43Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2025-10-10 06:59:43Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:59:44Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-10-10 06:59:44Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:44Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:59:45Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:45Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:59:45Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:45Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:59:45Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:59:46Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:46Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2025-10-10 06:59:47Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:47Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:59:48Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:48Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:59:48Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:48Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-10 06:59:48Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:59:48Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:48Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:59:49Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:49Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:49Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-10 06:59:49Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:59:50Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-10-10 06:59:50Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2025-10-10 06:59:50Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:59:50Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-10-10 06:59:51Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:51Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:59:51Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:52Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:53Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-10-10 06:59:53Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:54Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:59:54Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:59:54Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:54Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:59:54Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:59:55Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:55Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:59:55Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2025-10-10 06:59:55Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:55Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:59:55Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:59:55Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:55Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:59:56Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-10-10 06:59:56Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 06:59:56Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-10-10 06:59:57Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:57Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 06:59:57Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:58Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 06:59:58Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 06:59:58Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 06:59:59Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:00Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2025-10-10 07:00:00Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:00:01Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-10-10 07:00:02Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:02Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:00:02Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:02Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 07:00:02Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:02Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:00:02Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:02Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-10 07:00:03Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:03Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:03Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 07:00:03Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:00:04Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:04Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:00:04Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-10 07:00:04Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2025-10-10 07:00:04Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:04Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 07:00:04Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:00:05Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:05Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2025-10-10 07:00:06Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:06Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 07:00:07Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 07:00:07Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:00:08Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-10-10 07:00:08Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:08Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:00:09Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:09Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 07:00:09Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:10Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-10-10 07:00:11Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:12Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 07:00:12Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:00:12Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-10-10 07:00:13Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:13Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:00:13Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:13Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 07:00:14Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:15Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 07:00:15Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:00:16Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-10-10 07:00:16Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:16Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:00:17Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:18Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:18Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-10 07:00:19Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:19Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 07:00:19Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2025-10-10 07:00:20Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:21Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 07:00:21Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:00:22Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-10-10 07:00:22Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:22Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:00:22Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:23Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:23Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 07:00:23Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 07:00:24Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:25Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:25Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-10 07:00:25Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:00:26Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:26Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:27Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:27Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 07:00:27Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 07:00:27Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:27Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 07:00:28Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:28Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-10-10 07:00:29Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:29Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 07:00:30Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-10 07:00:30Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:00:31Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2025-10-10 07:00:31Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:00:31Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-10-10 07:00:32Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:32Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:00:32Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:32Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2025-10-10 07:00:32Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:00:33Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-10-10 07:00:34Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:34Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:00:34Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:34Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 07:00:35Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:36Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:36Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 07:00:37Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:37Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-10 07:00:38Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 07:00:38Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:00:39Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-10-10 07:00:39Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:39Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:00:39Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:40Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:40Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 07:00:41Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:41Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-10 07:00:42Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:42Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 07:00:42Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 07:00:42Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:00:43Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-10-10 07:00:44Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:44Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:00:44Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:45Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:45Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 07:00:45Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 07:00:46Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:47Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:47Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-10 07:00:48Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 07:00:48Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:00:49Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-10-10 07:00:49Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:51Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-10-10 07:00:51Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:51Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:00:51Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:52Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 07:00:52Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:00:53Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-10-10 07:00:53Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:53Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:00:54Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:54Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 07:00:55Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:55Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:00:55Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:55Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 07:00:56Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:56Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:56Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:00:56Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:56Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 07:00:57Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 07:00:57Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:57Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 07:00:58Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 07:00:58Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 07:00:58Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:00:59Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-10-10 07:00:59Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:01:00Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2025-10-10 07:01:00Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:01:00Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-10-10 07:01:01Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:02Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-10-10 07:01:03Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:03Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:01:03Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:03Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 07:01:04Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:04Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:01:04Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:04Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-10 07:01:04Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:01:05Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:05Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-10 07:01:06Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:06Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:01:06Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2025-10-10 07:01:06Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:06Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 07:01:06Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:01:07Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:07Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2025-10-10 07:01:08Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 07:01:08Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:01:09Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-10-10 07:01:09Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:10Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-10-10 07:01:11Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:11Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:01:11Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:11Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:01:11Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:12Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:12Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:12Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-10-10 07:01:13Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:13Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 07:01:13Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 07:01:13Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:13Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 07:01:13Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 07:01:13Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:01:14Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2025-10-10 07:01:14Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:01:15Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-10-10 07:01:15Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:17Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-10-10 07:01:17Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:18Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-10-10 07:01:18Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:19Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-10-10 07:01:20Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:20Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:01:20Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:21Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:21Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2025-10-10 07:01:21Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-10 07:01:22Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:23Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:23Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 07:01:23Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 07:01:23Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:01:24Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-10-10 07:01:24Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:24Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:01:24Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:24Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 07:01:24Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:01:25Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-10-10 07:01:26Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:26Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:01:26Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:27Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:27Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 07:01:27Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-10 07:01:28Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:29Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2025-10-10 07:01:29Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:01:30Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-10-10 07:01:30Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:31Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2025-10-10 07:01:32Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:33Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2025-10-10 07:01:33Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:34Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2025-10-10 07:01:35Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:35Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:01:35Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:35Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 07:01:35Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:01:36Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2025-10-10 07:01:36Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:36Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:01:36Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:37Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:37Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 07:01:37Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2025-10-10 07:01:37Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:01:38Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2025-10-10 07:01:39Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:39Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:01:39Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:39Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-10 07:01:39Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:01:40Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2025-10-10 07:01:40Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:01:40Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-10-10 07:01:42Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:43Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:43Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:43Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-10-10 07:01:43Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:43Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:44Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-10 07:01:44Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-10 07:01:44Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:44Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-10-10 07:01:45Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:45Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-10-10 07:01:45Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:45Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-10 07:01:45Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:45Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-10 07:01:46Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:46Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-10-10 07:01:46Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:46Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-10-10 07:01:46Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:46Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-10 07:01:46Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:47Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-10-10 07:01:47Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:47Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-10-10 07:01:47Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:47Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-10 07:01:47Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:48Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-10 07:01:48Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:48Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-10-10 07:01:48Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:48Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-10-10 07:01:48Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:49Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-10-10 07:01:49Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:49Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-10 07:01:49Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:49Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-10-10 07:01:49Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:50Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-10-10 07:01:50Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:50Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-10-10 07:01:50Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:50Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-10-10 07:01:50Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:50Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-10-10 07:01:51Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:51Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-10 07:01:51Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:51Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-10-10 07:01:51Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:51Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-10-10 07:01:51Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:52Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-10 07:01:52Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:52Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-10 07:01:52Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:52Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:52Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-10-10 07:01:52Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-10-10 07:01:52Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-10-10 07:01:52Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-10-10 07:01:52Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:01:53Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-10-10 07:01:53Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:53Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-10-10 07:01:54Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:54Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:54Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-10 07:01:54Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-10-10 07:01:54Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:54Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:54Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-10-10 07:01:54Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-10-10 07:01:54Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:55Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-10 07:01:55Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:55Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:55Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-10-10 07:01:55Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:01:55Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:01:56Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-10-10 07:01:56Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:56Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:01:56Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:56Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:01:56Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:56Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-10-10 07:01:57Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:57Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-10-10 07:01:57Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-10-10 07:01:58Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-10-10 07:01:58Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:01:59Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-10-10 07:02:00Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:00Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:00Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:00Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:00Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:00Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:00Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:00Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:00Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:00Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-10-10 07:02:00Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-10-10 07:02:00Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-10-10 07:02:00Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:02:00Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:02:00Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:02:00Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:02:00Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:02:00Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:00Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-10 07:02:00Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:00Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:00Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:00Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:00Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:00Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-10-10 07:02:00Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-10-10 07:02:00Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-10-10 07:02:00Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-10-10 07:02:00Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-10-10 07:02:00Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:02:00Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:02:00Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:02:00Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:02:00Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:02:01Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-10-10 07:02:01Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-10-10 07:02:01Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-10-10 07:02:01Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-10-10 07:02:01Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-10-10 07:02:01Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-10-10 07:02:01Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:01Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:01Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:02:01Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:01Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-10 07:02:01Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:02:02Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-10-10 07:02:02Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-10-10 07:02:02Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:02:03Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-10-10 07:02:03Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-10-10 07:02:04Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-10-10 07:02:04Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:04Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:04Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:04Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:04Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:04Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-10-10 07:02:04Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-10-10 07:02:04Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-10-10 07:02:04Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-10-10 07:02:05Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:05Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:05Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-10 07:02:05Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-10-10 07:02:05Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-10-10 07:02:05Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:05Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:05Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-10-10 07:02:05Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:05Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:02:05Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-10 07:02:05Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:05Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-10-10 07:02:05Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:05Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-10 07:02:06Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:06Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-10 07:02:06Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:02:06Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:06Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-10 07:02:07Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-10-10 07:02:07Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:07Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-10 07:02:08Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:08Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-10 07:02:09Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:09Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-10-10 07:02:10Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:10Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-10 07:02:11Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:12Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:12Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-10 07:02:12Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-10-10 07:02:12Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-10-10 07:02:12Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-10-10 07:02:12Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-10 07:02:13Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-10-10 07:02:13Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/d8ae1118-ed6b-4c6a-840d-96e94d13d451 CREATE_COMPLETE ** Downloading standalone ansible.. ** Generating default ansible config file /root/ansible.cfg [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Found both group and host with same name: standalone PLAY [External deployment step 0] ********************************************** [WARNING]: Using run_once with the tripleo_free strategy is not currently supported. This task will still be executed for every host in the inventory list. [WARNING]: any_errors_fatal only stops any future tasks running on the host that fails with the tripleo_free strategy. 2025-10-10 07:02:35.986898 | fa163ef4-4e38-a4de-df26-000000000006 | TASK | External deployment step 0 2025-10-10 07:02:36.013984 | fa163ef4-4e38-a4de-df26-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', 'fa163ef4-4e38-a4de-df26-000000000006') missing from stats 2025-10-10 07:02:36.067039 | fa163ef4-4e38-a4de-df26-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.131894 | 0.04s 2025-10-10 07:02:36.074702 | 2f8af196-40ee-4e3b-af83-01a2780299d6 | INCLUDED | /root/standalone-ansible-5h987wtv/external_deploy_steps_tasks_step0.yaml | undercloud 2025-10-10 07:02:36.090343 | fa163ef4-4e38-a4de-df26-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-10-10 07:02:37.061221 | fa163ef4-4e38-a4de-df26-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-10-10 07:02:37.062594 | fa163ef4-4e38-a4de-df26-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.127450 | 0.97s 2025-10-10 07:02:37.081782 | fa163ef4-4e38-a4de-df26-000000000129 | TASK | create redis virtual ip 2025-10-10 07:02:37.997645 | fa163ef4-4e38-a4de-df26-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-10-10 07:02:37.999072 | fa163ef4-4e38-a4de-df26-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:02.063927 | 0.92s PLAY [Check if required variables are defined] ********************************* 2025-10-10 07:02:38.087305 | fa163ef4-4e38-a4de-df26-000000000138 | TASK | Gathering Facts 2025-10-10 07:02:38.662700 | fa163ef4-4e38-a4de-df26-000000000138 | OK | Gathering Facts | localhost 2025-10-10 07:02:38.664488 | fa163ef4-4e38-a4de-df26-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.729338 | 0.58s 2025-10-10 07:02:38.760622 | fa163ef4-4e38-a4de-df26-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-10-10 07:02:38.762595 | fa163ef4-4e38-a4de-df26-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.827442 | 0.08s 2025-10-10 07:02:38.801119 | fa163ef4-4e38-a4de-df26-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-10-10 07:02:38.802321 | fa163ef4-4e38-a4de-df26-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.867173 | 0.03s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-10-10 07:02:38.921091 | fa163ef4-4e38-a4de-df26-000000000160 | TASK | Gathering Facts 2025-10-10 07:02:38.932903 | fa163ef4-4e38-a4de-df26-000000000160 | TASK | Gathering Facts 2025-10-10 07:02:39.285114 | fa163ef4-4e38-a4de-df26-000000000160 | OK | Gathering Facts | undercloud 2025-10-10 07:02:39.287063 | fa163ef4-4e38-a4de-df26-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.351914 | 0.37s 2025-10-10 07:02:39.316850 | fa163ef4-4e38-a4de-df26-000000000160 | OK | Gathering Facts | standalone 2025-10-10 07:02:39.317999 | fa163ef4-4e38-a4de-df26-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.382859 | 0.38s 2025-10-10 07:02:39.334746 | fa163ef4-4e38-a4de-df26-000000000012 | TASK | Set legacy facts 2025-10-10 07:02:39.371635 | fa163ef4-4e38-a4de-df26-000000000012 | TASK | Set legacy facts 2025-10-10 07:02:39.377324 | fa163ef4-4e38-a4de-df26-000000000012 | OK | Set legacy facts | undercloud 2025-10-10 07:02:39.378261 | fa163ef4-4e38-a4de-df26-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.443120 | 0.04s 2025-10-10 07:02:39.412462 | fa163ef4-4e38-a4de-df26-000000000012 | OK | Set legacy facts | standalone 2025-10-10 07:02:39.412812 | fa163ef4-4e38-a4de-df26-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.477681 | 0.04s PLAY [Load global variables] *************************************************** 2025-10-10 07:02:39.557382 | fa163ef4-4e38-a4de-df26-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-10-10 07:02:39.558449 | fa163ef4-4e38-a4de-df26-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.623305 | 0.03s 2025-10-10 07:02:39.581668 | fa163ef4-4e38-a4de-df26-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-10-10 07:02:39.582118 | fa163ef4-4e38-a4de-df26-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.646985 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-10-10 07:02:39.655104 | fa163ef4-4e38-a4de-df26-000000000018 | TASK | Include Service VIP vars 2025-10-10 07:02:39.680710 | fa163ef4-4e38-a4de-df26-000000000018 | OK | Include Service VIP vars | undercloud 2025-10-10 07:02:39.681747 | fa163ef4-4e38-a4de-df26-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.746598 | 0.03s 2025-10-10 07:02:39.695889 | fa163ef4-4e38-a4de-df26-000000000018 | OK | Include Service VIP vars | standalone 2025-10-10 07:02:39.696276 | fa163ef4-4e38-a4de-df26-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.761145 | 0.03s 2025-10-10 07:02:39.699667 | fa163ef4-4e38-a4de-df26-000000000019 | TASK | Include OVN bridge MAC address variables 2025-10-10 07:02:39.725761 | fa163ef4-4e38-a4de-df26-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-10-10 07:02:39.726887 | fa163ef4-4e38-a4de-df26-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.791728 | 0.03s 2025-10-10 07:02:39.747611 | fa163ef4-4e38-a4de-df26-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-10-10 07:02:39.747994 | fa163ef4-4e38-a4de-df26-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.812863 | 0.04s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-10-10 07:02:39.843263 | fa163ef4-4e38-a4de-df26-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-10-10 07:02:40.716710 | fa163ef4-4e38-a4de-df26-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ef4-4e38-a4de-df26-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-10-10 07:02:40.816184 | fa163ef4-4e38-a4de-df26-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-10-10 07:02:40.854070 | fa163ef4-4e38-a4de-df26-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-10-10 07:02:40.855192 | fa163ef4-4e38-a4de-df26-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.920049 | 0.04s PLAY [Manage SELinux] ********************************************************** 2025-10-10 07:02:40.945505 | fa163ef4-4e38-a4de-df26-000000000023 | TASK | Set selinux state 2025-10-10 07:02:41.516859 | fa163ef4-4e38-a4de-df26-000000000023 | OK | Set selinux state | standalone 2025-10-10 07:02:41.518720 | fa163ef4-4e38-a4de-df26-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.583574 | 0.57s PLAY [Generate /etc/hosts] ***************************************************** 2025-10-10 07:02:41.670888 | fa163ef4-4e38-a4de-df26-000000000026 | TASK | Configure Hosts Entries 2025-10-10 07:02:41.699636 | fa163ef4-4e38-a4de-df26-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.764480 | 0.03s 2025-10-10 07:02:41.721610 | fa163ef4-4e38-a4de-df26-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.786461 | 0.03s 2025-10-10 07:02:41.772988 | fa163ef4-4e38-a4de-df26-0000000001f1 | TASK | Create temporary file for hosts 2025-10-10 07:02:42.115566 | fa163ef4-4e38-a4de-df26-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-10-10 07:02:42.117252 | fa163ef4-4e38-a4de-df26-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:06.182099 | 0.34s 2025-10-10 07:02:42.120754 | fa163ef4-4e38-a4de-df26-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-10-10 07:02:42.121515 | fa163ef4-4e38-a4de-df26-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:06.186374 | 0.33s 2025-10-10 07:02:42.143265 | fa163ef4-4e38-a4de-df26-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-10-10 07:02:42.584258 | fa163ef4-4e38-a4de-df26-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-10-10 07:02:42.585829 | fa163ef4-4e38-a4de-df26-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.650641 | 0.42s 2025-10-10 07:02:42.608057 | fa163ef4-4e38-a4de-df26-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-10-10 07:02:42.609166 | fa163ef4-4e38-a4de-df26-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.674023 | 0.46s 2025-10-10 07:02:42.628701 | fa163ef4-4e38-a4de-df26-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-10-10 07:02:42.975762 | fa163ef4-4e38-a4de-df26-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-10-10 07:02:42.977195 | fa163ef4-4e38-a4de-df26-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:07.042048 | 0.35s 2025-10-10 07:02:43.009503 | fa163ef4-4e38-a4de-df26-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-10-10 07:02:43.010366 | fa163ef4-4e38-a4de-df26-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:07.075226 | 0.36s 2025-10-10 07:02:43.028659 | fa163ef4-4e38-a4de-df26-0000000001f4 | TASK | Render out the hosts entries 2025-10-10 07:02:43.148225 | fa163ef4-4e38-a4de-df26-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-10-10 07:02:43.149646 | fa163ef4-4e38-a4de-df26-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:07.214501 | 0.12s 2025-10-10 07:02:43.168074 | fa163ef4-4e38-a4de-df26-0000000001f5 | TASK | Prepare new /etc/hosts 2025-10-10 07:02:43.423363 | fa163ef4-4e38-a4de-df26-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-10-10 07:02:43.425135 | fa163ef4-4e38-a4de-df26-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.489978 | 0.23s 2025-10-10 07:02:43.478404 | fa163ef4-4e38-a4de-df26-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-10-10 07:02:43.479538 | fa163ef4-4e38-a4de-df26-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.544400 | 0.31s 2025-10-10 07:02:43.496259 | fa163ef4-4e38-a4de-df26-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-10-10 07:02:43.908224 | fa163ef4-4e38-a4de-df26-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-10-10 07:02:43.909983 | fa163ef4-4e38-a4de-df26-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.974807 | 0.41s 2025-10-10 07:02:43.932013 | fa163ef4-4e38-a4de-df26-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-10-10 07:02:43.933164 | fa163ef4-4e38-a4de-df26-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.998021 | 0.42s 2025-10-10 07:02:43.952539 | fa163ef4-4e38-a4de-df26-0000000001f7 | TASK | Clean up temporary hosts file 2025-10-10 07:02:44.281543 | fa163ef4-4e38-a4de-df26-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-10-10 07:02:44.283296 | fa163ef4-4e38-a4de-df26-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:08.348140 | 0.31s 2025-10-10 07:02:44.316523 | fa163ef4-4e38-a4de-df26-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-10-10 07:02:44.317776 | fa163ef4-4e38-a4de-df26-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:08.382632 | 0.36s PLAY [Common roles for TripleO servers] **************************************** 2025-10-10 07:02:44.444007 | fa163ef4-4e38-a4de-df26-00000000002a | TASK | Common roles for TripleO servers 2025-10-10 07:02:44.473685 | fa163ef4-4e38-a4de-df26-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', 'fa163ef4-4e38-a4de-df26-00000000002a') missing from stats 2025-10-10 07:02:44.544067 | fa163ef4-4e38-a4de-df26-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.608912 | 0.02s 2025-10-10 07:02:44.612396 | fa163ef4-4e38-a4de-df26-000000000254 | TASK | Gather variables for each operating system 2025-10-10 07:02:44.731104 | fa163ef4-4e38-a4de-df26-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-10 07:02:44.733128 | fa163ef4-4e38-a4de-df26-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.797975 | 0.12s 2025-10-10 07:02:44.742449 | fa163ef4-4e38-a4de-df26-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.807299 | 0.13s 2025-10-10 07:02:44.761204 | fa163ef4-4e38-a4de-df26-000000000256 | TASK | Check release version package is installed 2025-10-10 07:02:45.077983 | fa163ef4-4e38-a4de-df26-000000000256 | CHANGED | Check release version package is installed | standalone 2025-10-10 07:02:45.079742 | fa163ef4-4e38-a4de-df26-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:09.144595 | 0.32s 2025-10-10 07:02:45.109742 | fa163ef4-4e38-a4de-df26-000000000257 | TASK | Deploy release version package 2025-10-10 07:02:49.743332 | fa163ef4-4e38-a4de-df26-000000000257 | CHANGED | Deploy release version package | standalone 2025-10-10 07:02:49.744648 | fa163ef4-4e38-a4de-df26-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.809504 | 4.63s 2025-10-10 07:02:49.770716 | fa163ef4-4e38-a4de-df26-000000000259 | TASK | Include packages tasks 2025-10-10 07:02:49.792012 | fa163ef4-4e38-a4de-df26-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.856818 | 0.02s 2025-10-10 07:02:49.819322 | 5eddadef-d9b1-4328-979f-80c41c3fd17c | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-10-10 07:02:49.847994 | fa163ef4-4e38-a4de-df26-0000000002ad | TASK | Gather facts if they don't exist 2025-10-10 07:02:49.895239 | fa163ef4-4e38-a4de-df26-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-10-10 07:02:49.896621 | fa163ef4-4e38-a4de-df26-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.961472 | 0.05s 2025-10-10 07:02:49.922111 | fa163ef4-4e38-a4de-df26-0000000002ae | TASK | Gather variables for each operating system 2025-10-10 07:02:50.020326 | fa163ef4-4e38-a4de-df26-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-10 07:02:50.031613 | fa163ef4-4e38-a4de-df26-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:14.096462 | 0.11s 2025-10-10 07:02:50.052760 | fa163ef4-4e38-a4de-df26-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-10 07:02:50.327476 | fa163ef4-4e38-a4de-df26-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-10 07:02:50.328666 | fa163ef4-4e38-a4de-df26-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:14.393528 | 0.27s 2025-10-10 07:02:50.349431 | fa163ef4-4e38-a4de-df26-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-10-10 07:02:55.977129 | fa163ef4-4e38-a4de-df26-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-10-10 07:02:55.978233 | fa163ef4-4e38-a4de-df26-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:20.043092 | 5.63s 2025-10-10 07:02:55.999593 | fa163ef4-4e38-a4de-df26-0000000002b2 | TASK | Ensure packages are actually well installed 2025-10-10 07:02:57.004745 | fa163ef4-4e38-a4de-df26-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-10 07:02:57.005837 | fa163ef4-4e38-a4de-df26-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:21.070697 | 1.01s 2025-10-10 07:02:57.026749 | fa163ef4-4e38-a4de-df26-00000000025a | TASK | Enable openvswitch service if installed 2025-10-10 07:02:57.926966 | fa163ef4-4e38-a4de-df26-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-10-10 07:02:57.928520 | fa163ef4-4e38-a4de-df26-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.993380 | 0.90s 2025-10-10 07:02:57.951653 | fa163ef4-4e38-a4de-df26-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-10-10 07:02:58.180936 | fa163ef4-4e38-a4de-df26-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-10-10 07:02:58.181984 | fa163ef4-4e38-a4de-df26-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:22.246821 | 0.23s 2025-10-10 07:02:58.203213 | fa163ef4-4e38-a4de-df26-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-10-10 07:02:58.412555 | fa163ef4-4e38-a4de-df26-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-10-10 07:02:58.413417 | fa163ef4-4e38-a4de-df26-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:22.478280 | 0.21s 2025-10-10 07:02:58.430762 | fa163ef4-4e38-a4de-df26-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-10-10 07:02:58.475232 | fa163ef4-4e38-a4de-df26-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-10-10 07:02:58.476216 | fa163ef4-4e38-a4de-df26-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:22.541074 | 0.04s 2025-10-10 07:02:58.496179 | fa163ef4-4e38-a4de-df26-00000000025f | TASK | Ensure network service is enabled 2025-10-10 07:02:58.899571 | fa163ef4-4e38-a4de-df26-00000000025f | OK | Ensure network service is enabled | standalone 2025-10-10 07:02:58.900888 | fa163ef4-4e38-a4de-df26-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.965749 | 0.40s 2025-10-10 07:02:58.921714 | fa163ef4-4e38-a4de-df26-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-10-10 07:02:59.267827 | fa163ef4-4e38-a4de-df26-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-10 07:02:59.269239 | fa163ef4-4e38-a4de-df26-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.334093 | 0.35s 2025-10-10 07:02:59.294191 | fa163ef4-4e38-a4de-df26-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-10-10 07:02:59.529085 | fa163ef4-4e38-a4de-df26-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-10 07:02:59.530442 | fa163ef4-4e38-a4de-df26-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.595298 | 0.24s 2025-10-10 07:02:59.555349 | fa163ef4-4e38-a4de-df26-000000000263 | TASK | Reload NetworkManager 2025-10-10 07:02:59.919327 | fa163ef4-4e38-a4de-df26-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-10-10 07:02:59.920324 | fa163ef4-4e38-a4de-df26-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.985188 | 0.36s 2025-10-10 07:02:59.938875 | fa163ef4-4e38-a4de-df26-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-10-10 07:03:00.168171 | fa163ef4-4e38-a4de-df26-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-10-10 07:03:00.169236 | fa163ef4-4e38-a4de-df26-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:24.234096 | 0.23s 2025-10-10 07:03:00.190118 | fa163ef4-4e38-a4de-df26-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-10-10 07:03:00.521242 | fa163ef4-4e38-a4de-df26-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-10-10 07:03:00.522275 | fa163ef4-4e38-a4de-df26-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:24.587137 | 0.33s 2025-10-10 07:03:00.540310 | fa163ef4-4e38-a4de-df26-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-10-10 07:03:00.720950 | fa163ef4-4e38-a4de-df26-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-10-10 07:03:00.722255 | fa163ef4-4e38-a4de-df26-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:24.787107 | 0.18s 2025-10-10 07:03:00.749242 | fa163ef4-4e38-a4de-df26-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-10-10 07:03:01.013099 | fa163ef4-4e38-a4de-df26-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-10-10 07:03:01.014243 | fa163ef4-4e38-a4de-df26-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:25.079095 | 0.26s 2025-10-10 07:03:01.079846 | fa163ef4-4e38-a4de-df26-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:25.144688 | 0.02s 2025-10-10 07:03:01.147285 | fa163ef4-4e38-a4de-df26-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-10-10 07:03:01.325766 | fa163ef4-4e38-a4de-df26-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-10-10 07:03:01.327344 | fa163ef4-4e38-a4de-df26-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:25.392197 | 0.18s 2025-10-10 07:03:01.358807 | fa163ef4-4e38-a4de-df26-000000000362 | TASK | Check for ssh_known_hosts file 2025-10-10 07:03:01.573288 | fa163ef4-4e38-a4de-df26-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-10-10 07:03:01.574257 | fa163ef4-4e38-a4de-df26-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:25.639118 | 0.21s 2025-10-10 07:03:01.599181 | fa163ef4-4e38-a4de-df26-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-10-10 07:03:01.625370 | fa163ef4-4e38-a4de-df26-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-10-10 07:03:01.626624 | fa163ef4-4e38-a4de-df26-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:25.691477 | 0.03s 2025-10-10 07:03:01.652118 | fa163ef4-4e38-a4de-df26-000000000364 | TASK | Write temporary file 2025-10-10 07:03:01.681320 | fa163ef4-4e38-a4de-df26-000000000364 | SKIPPED | Write temporary file | standalone 2025-10-10 07:03:01.682755 | fa163ef4-4e38-a4de-df26-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:25.747607 | 0.03s 2025-10-10 07:03:01.709525 | fa163ef4-4e38-a4de-df26-000000000365 | TASK | Set ssh_known_hosts fact 2025-10-10 07:03:01.788831 | fa163ef4-4e38-a4de-df26-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-10-10 07:03:01.790129 | fa163ef4-4e38-a4de-df26-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:25.854981 | 0.08s 2025-10-10 07:03:01.815786 | fa163ef4-4e38-a4de-df26-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-10-10 07:03:02.040114 | fa163ef4-4e38-a4de-df26-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-10-10 07:03:02.041156 | fa163ef4-4e38-a4de-df26-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:26.106018 | 0.22s 2025-10-10 07:03:02.061417 | fa163ef4-4e38-a4de-df26-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-10-10 07:03:02.313179 | fa163ef4-4e38-a4de-df26-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-10-10 07:03:02.314171 | fa163ef4-4e38-a4de-df26-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:26.379031 | 0.25s 2025-10-10 07:03:02.334674 | fa163ef4-4e38-a4de-df26-000000000368 | TASK | Remove temp file 2025-10-10 07:03:02.550250 | fa163ef4-4e38-a4de-df26-000000000368 | CHANGED | Remove temp file | standalone 2025-10-10 07:03:02.551101 | fa163ef4-4e38-a4de-df26-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:26.615964 | 0.22s PLAY [Deploy step tasks for step 0] ******************************************** 2025-10-10 07:03:02.681189 | fa163ef4-4e38-a4de-df26-000000000034 | TASK | Deploy step tasks for step 0 2025-10-10 07:03:02.747454 | fa163ef4-4e38-a4de-df26-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', 'fa163ef4-4e38-a4de-df26-000000000034') missing from stats 2025-10-10 07:03:02.766096 | fa163ef4-4e38-a4de-df26-000000000035 | TASK | Ensure /var/log/journal exists 2025-10-10 07:03:03.012459 | fa163ef4-4e38-a4de-df26-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-10-10 07:03:03.013507 | fa163ef4-4e38-a4de-df26-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:27.078342 | 0.25s 2025-10-10 07:03:03.031168 | fa163ef4-4e38-a4de-df26-000000000036 | TASK | Check cloud-init status 2025-10-10 07:03:03.264750 | fa163ef4-4e38-a4de-df26-000000000036 | CHANGED | Check cloud-init status | standalone 2025-10-10 07:03:03.265587 | fa163ef4-4e38-a4de-df26-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:27.330451 | 0.23s 2025-10-10 07:03:03.285006 | fa163ef4-4e38-a4de-df26-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-10-10 07:03:03.492453 | fa163ef4-4e38-a4de-df26-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-10-10 07:03:03.493794 | fa163ef4-4e38-a4de-df26-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:27.558650 | 0.21s 2025-10-10 07:03:03.521639 | fa163ef4-4e38-a4de-df26-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-10-10 07:03:03.930564 | fa163ef4-4e38-a4de-df26-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-10-10 07:03:03.931214 | fa163ef4-4e38-a4de-df26-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:27.996080 | 0.41s 2025-10-10 07:03:03.951992 | fa163ef4-4e38-a4de-df26-000000000039 | TASK | Create /var/lib/container-puppet 2025-10-10 07:03:04.168111 | fa163ef4-4e38-a4de-df26-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-10-10 07:03:04.168978 | fa163ef4-4e38-a4de-df26-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:28.233823 | 0.22s 2025-10-10 07:03:04.190693 | fa163ef4-4e38-a4de-df26-00000000003a | TASK | Write container-puppet.sh 2025-10-10 07:03:04.635365 | fa163ef4-4e38-a4de-df26-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-10-10 07:03:04.636187 | fa163ef4-4e38-a4de-df26-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:28.701052 | 0.44s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-10 07:03:04.683229 | fa163ef4-4e38-a4de-df26-00000000003b | TIMING | include_tasks | standalone | 0:00:28.748089 | 0.03s 2025-10-10 07:03:04.693434 | e73144e0-34b6-439a-ba79-63fd04f4bc8c | INCLUDED | /root/standalone-ansible-5h987wtv/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-10-10 07:03:04.714430 | fa163ef4-4e38-a4de-df26-000000000416 | TASK | Configure tuned before reboot 2025-10-10 07:03:04.740766 | fa163ef4-4e38-a4de-df26-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:28.805628 | 0.03s 2025-10-10 07:03:04.776407 | fa163ef4-4e38-a4de-df26-000000000455 | TASK | Gather variables for each operating system 2025-10-10 07:03:04.856523 | fa163ef4-4e38-a4de-df26-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-10 07:03:04.857296 | fa163ef4-4e38-a4de-df26-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.922159 | 0.08s 2025-10-10 07:03:04.863992 | fa163ef4-4e38-a4de-df26-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.928851 | 0.09s 2025-10-10 07:03:04.920939 | fa163ef4-4e38-a4de-df26-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.985796 | 0.03s 2025-10-10 07:03:04.935274 | 84c07962-ffed-4c4c-b60b-2868e78523a8 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-10 07:03:04.963140 | fa163ef4-4e38-a4de-df26-00000000047f | TASK | Check tuned package is installed 2025-10-10 07:03:05.212716 | fa163ef4-4e38-a4de-df26-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-10-10 07:03:05.214107 | fa163ef4-4e38-a4de-df26-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:29.278962 | 0.25s 2025-10-10 07:03:05.240445 | fa163ef4-4e38-a4de-df26-000000000480 | TASK | Install tuned 2025-10-10 07:03:11.765210 | fa163ef4-4e38-a4de-df26-000000000480 | CHANGED | Install tuned | standalone 2025-10-10 07:03:11.766740 | fa163ef4-4e38-a4de-df26-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:35.831595 | 6.52s 2025-10-10 07:03:11.795033 | fa163ef4-4e38-a4de-df26-000000000481 | TASK | Restart tuned 2025-10-10 07:03:13.638425 | fa163ef4-4e38-a4de-df26-000000000481 | CHANGED | Restart tuned | standalone 2025-10-10 07:03:13.640697 | fa163ef4-4e38-a4de-df26-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:37.705549 | 1.84s 2025-10-10 07:03:13.668796 | fa163ef4-4e38-a4de-df26-000000000457 | TASK | Check for tuned-adm 2025-10-10 07:03:13.908541 | fa163ef4-4e38-a4de-df26-000000000457 | OK | Check for tuned-adm | standalone 2025-10-10 07:03:13.910165 | fa163ef4-4e38-a4de-df26-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:37.975017 | 0.24s 2025-10-10 07:03:13.995670 | fa163ef4-4e38-a4de-df26-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:38.060520 | 0.04s 2025-10-10 07:03:14.016857 | 6d8f787f-ae87-490f-b3e6-370ec1db97a2 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-10 07:03:14.054480 | fa163ef4-4e38-a4de-df26-0000000004b6 | TASK | Ensure profile directory exists 2025-10-10 07:03:14.125468 | fa163ef4-4e38-a4de-df26-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-10 07:03:14.126804 | fa163ef4-4e38-a4de-df26-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:38.191655 | 0.07s 2025-10-10 07:03:14.154040 | fa163ef4-4e38-a4de-df26-0000000004b7 | TASK | Create custom tuned profile 2025-10-10 07:03:14.221611 | fa163ef4-4e38-a4de-df26-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-10-10 07:03:14.223234 | fa163ef4-4e38-a4de-df26-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:38.288086 | 0.07s 2025-10-10 07:03:14.250353 | fa163ef4-4e38-a4de-df26-0000000004b8 | TASK | Check tuned active profile 2025-10-10 07:03:14.598469 | fa163ef4-4e38-a4de-df26-0000000004b8 | OK | Check tuned active profile | standalone 2025-10-10 07:03:14.599534 | fa163ef4-4e38-a4de-df26-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:38.664394 | 0.35s 2025-10-10 07:03:14.620318 | fa163ef4-4e38-a4de-df26-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-10-10 07:03:14.834212 | fa163ef4-4e38-a4de-df26-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-10-10 07:03:14.835036 | fa163ef4-4e38-a4de-df26-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:38.899900 | 0.21s 2025-10-10 07:03:14.853058 | fa163ef4-4e38-a4de-df26-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-10 07:03:14.915176 | fa163ef4-4e38-a4de-df26-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-10 07:03:14.916418 | fa163ef4-4e38-a4de-df26-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:38.981271 | 0.06s 2025-10-10 07:03:14.947023 | fa163ef4-4e38-a4de-df26-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-10-10 07:03:15.008387 | fa163ef4-4e38-a4de-df26-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-10 07:03:15.009667 | fa163ef4-4e38-a4de-df26-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:39.074520 | 0.06s 2025-10-10 07:03:15.036652 | fa163ef4-4e38-a4de-df26-0000000004bc | TASK | Enable tuned profile 2025-10-10 07:03:16.439031 | fa163ef4-4e38-a4de-df26-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-10-10 07:03:16.440116 | fa163ef4-4e38-a4de-df26-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:40.504975 | 1.40s 2025-10-10 07:03:16.482645 | fa163ef4-4e38-a4de-df26-000000000417 | TASK | Configure kernel args and reboot 2025-10-10 07:03:16.532919 | fa163ef4-4e38-a4de-df26-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:40.597770 | 0.05s 2025-10-10 07:03:16.664570 | fa163ef4-4e38-a4de-df26-000000000569 | TASK | Get the command line args of the node 2025-10-10 07:03:16.891190 | fa163ef4-4e38-a4de-df26-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-10-10 07:03:16.892444 | fa163ef4-4e38-a4de-df26-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:40.957300 | 0.23s 2025-10-10 07:03:16.918904 | fa163ef4-4e38-a4de-df26-00000000056b | TASK | Check if node has a nova.conf 2025-10-10 07:03:17.141452 | fa163ef4-4e38-a4de-df26-00000000056b | OK | Check if node has a nova.conf | standalone 2025-10-10 07:03:17.142860 | fa163ef4-4e38-a4de-df26-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:41.207715 | 0.22s 2025-10-10 07:03:17.170162 | fa163ef4-4e38-a4de-df26-00000000056d | TASK | Warn operator about workload protection 2025-10-10 07:03:17.200014 | fa163ef4-4e38-a4de-df26-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-10-10 07:03:17.201500 | fa163ef4-4e38-a4de-df26-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:41.266349 | 0.03s 2025-10-10 07:03:17.229680 | fa163ef4-4e38-a4de-df26-00000000056e | TASK | Setting defer reboot fact 2025-10-10 07:03:17.269887 | fa163ef4-4e38-a4de-df26-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-10-10 07:03:17.271185 | fa163ef4-4e38-a4de-df26-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:41.336038 | 0.04s 2025-10-10 07:03:17.297488 | fa163ef4-4e38-a4de-df26-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-10-10 07:03:17.325834 | fa163ef4-4e38-a4de-df26-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:41.390684 | 0.03s 2025-10-10 07:03:17.344856 | fa163ef4-4e38-a4de-df26-000000000575 | TASK | Find hugepages in cmdline 2025-10-10 07:03:17.391615 | fa163ef4-4e38-a4de-df26-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-10-10 07:03:17.392839 | fa163ef4-4e38-a4de-df26-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:41.457683 | 0.05s 2025-10-10 07:03:17.422551 | fa163ef4-4e38-a4de-df26-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-10-10 07:03:17.451328 | fa163ef4-4e38-a4de-df26-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-10-10 07:03:17.452482 | fa163ef4-4e38-a4de-df26-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:41.517336 | 0.03s 2025-10-10 07:03:17.473799 | fa163ef4-4e38-a4de-df26-00000000057a | TASK | Find desired default hugepage size 2025-10-10 07:03:17.510627 | fa163ef4-4e38-a4de-df26-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-10-10 07:03:17.511831 | fa163ef4-4e38-a4de-df26-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:41.576684 | 0.04s 2025-10-10 07:03:17.539615 | fa163ef4-4e38-a4de-df26-00000000057c | TASK | Storing non-configured hugepages 2025-10-10 07:03:17.568472 | fa163ef4-4e38-a4de-df26-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:41.633325 | 0.03s 2025-10-10 07:03:17.589271 | fa163ef4-4e38-a4de-df26-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-10-10 07:03:17.618449 | fa163ef4-4e38-a4de-df26-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-10-10 07:03:17.619283 | fa163ef4-4e38-a4de-df26-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:41.684144 | 0.03s 2025-10-10 07:03:17.639380 | fa163ef4-4e38-a4de-df26-00000000057f | TASK | Determining the default hugepagesz 2025-10-10 07:03:17.685522 | fa163ef4-4e38-a4de-df26-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-10-10 07:03:17.686755 | fa163ef4-4e38-a4de-df26-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:41.751580 | 0.05s 2025-10-10 07:03:17.712748 | fa163ef4-4e38-a4de-df26-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-10-10 07:03:17.751162 | fa163ef4-4e38-a4de-df26-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-10-10 07:03:17.752350 | fa163ef4-4e38-a4de-df26-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:41.817205 | 0.04s 2025-10-10 07:03:17.778703 | fa163ef4-4e38-a4de-df26-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-10-10 07:03:17.819661 | fa163ef4-4e38-a4de-df26-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-10-10 07:03:17.820774 | fa163ef4-4e38-a4de-df26-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:41.885629 | 0.04s 2025-10-10 07:03:17.846945 | fa163ef4-4e38-a4de-df26-000000000583 | TASK | Warn about possible modifications 2025-10-10 07:03:17.887333 | fa163ef4-4e38-a4de-df26-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-10-10 07:03:17.888510 | fa163ef4-4e38-a4de-df26-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:41.953364 | 0.04s 2025-10-10 07:03:17.914490 | fa163ef4-4e38-a4de-df26-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-10-10 07:03:17.955063 | fa163ef4-4e38-a4de-df26-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-10-10 07:03:17.956253 | fa163ef4-4e38-a4de-df26-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:42.021107 | 0.04s 2025-10-10 07:03:17.986209 | fa163ef4-4e38-a4de-df26-000000000585 | TASK | Cleaning up whitespaces 2025-10-10 07:03:18.017917 | fa163ef4-4e38-a4de-df26-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-10-10 07:03:18.019136 | fa163ef4-4e38-a4de-df26-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:42.083989 | 0.03s 2025-10-10 07:03:18.045503 | fa163ef4-4e38-a4de-df26-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-10-10 07:03:18.375795 | fa163ef4-4e38-a4de-df26-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-10-10 07:03:18.377233 | fa163ef4-4e38-a4de-df26-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:42.442089 | 0.33s 2025-10-10 07:03:18.403876 | fa163ef4-4e38-a4de-df26-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-10-10 07:03:18.464283 | fa163ef4-4e38-a4de-df26-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-10-10 07:03:18.465220 | fa163ef4-4e38-a4de-df26-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:42.530078 | 0.06s 2025-10-10 07:03:18.488543 | fa163ef4-4e38-a4de-df26-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-10-10 07:03:18.549936 | fa163ef4-4e38-a4de-df26-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-10-10 07:03:18.551012 | fa163ef4-4e38-a4de-df26-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:42.615869 | 0.06s 2025-10-10 07:03:18.578208 | fa163ef4-4e38-a4de-df26-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-10-10 07:03:18.640554 | fa163ef4-4e38-a4de-df26-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-10-10 07:03:18.641810 | fa163ef4-4e38-a4de-df26-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:42.706663 | 0.06s 2025-10-10 07:03:18.668469 | fa163ef4-4e38-a4de-df26-00000000058c | TASK | Generate grub config 2025-10-10 07:03:18.730888 | fa163ef4-4e38-a4de-df26-00000000058c | SKIPPED | Generate grub config | standalone 2025-10-10 07:03:18.732165 | fa163ef4-4e38-a4de-df26-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:42.797019 | 0.06s 2025-10-10 07:03:18.759197 | fa163ef4-4e38-a4de-df26-000000000590 | TASK | Get the block device that /boot is on 2025-10-10 07:03:18.809941 | fa163ef4-4e38-a4de-df26-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-10-10 07:03:18.811017 | fa163ef4-4e38-a4de-df26-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:42.875872 | 0.05s 2025-10-10 07:03:18.835136 | fa163ef4-4e38-a4de-df26-000000000591 | TASK | Get the mount point that /boot is in 2025-10-10 07:03:18.884899 | fa163ef4-4e38-a4de-df26-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-10-10 07:03:18.886734 | fa163ef4-4e38-a4de-df26-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:42.951593 | 0.05s 2025-10-10 07:03:18.908483 | fa163ef4-4e38-a4de-df26-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-10-10 07:03:18.978836 | fa163ef4-4e38-a4de-df26-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-10-10 07:03:18.980149 | fa163ef4-4e38-a4de-df26-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:43.044994 | 0.07s 2025-10-10 07:03:19.007522 | fa163ef4-4e38-a4de-df26-000000000593 | TASK | Executed script to fix grub-menu 2025-10-10 07:03:19.046799 | fa163ef4-4e38-a4de-df26-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-10-10 07:03:19.047848 | fa163ef4-4e38-a4de-df26-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:43.112709 | 0.04s 2025-10-10 07:03:19.070674 | fa163ef4-4e38-a4de-df26-000000000594 | TASK | Check grub config paths 2025-10-10 07:03:19.128472 | fa163ef4-4e38-a4de-df26-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-10-10 07:03:19.146489 | fa163ef4-4e38-a4de-df26-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-10-10 07:03:19.150846 | fa163ef4-4e38-a4de-df26-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:43.215696 | 0.08s 2025-10-10 07:03:19.176455 | fa163ef4-4e38-a4de-df26-000000000595 | TASK | Write EFI grub.cfg 2025-10-10 07:03:19.247187 | fa163ef4-4e38-a4de-df26-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2025-10-10 07:03:19.262897 | fa163ef4-4e38-a4de-df26-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2025-10-10 07:03:19.276425 | fa163ef4-4e38-a4de-df26-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:43.341268 | 0.10s 2025-10-10 07:03:19.305018 | fa163ef4-4e38-a4de-df26-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-10-10 07:03:19.366884 | fa163ef4-4e38-a4de-df26-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-10-10 07:03:19.368367 | fa163ef4-4e38-a4de-df26-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:43.433221 | 0.06s 2025-10-10 07:03:19.396947 | fa163ef4-4e38-a4de-df26-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-10-10 07:03:19.458027 | fa163ef4-4e38-a4de-df26-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-10-10 07:03:19.459023 | fa163ef4-4e38-a4de-df26-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:43.523883 | 0.06s 2025-10-10 07:03:19.480086 | fa163ef4-4e38-a4de-df26-000000000598 | TASK | Execute grub2-mkconfig 2025-10-10 07:03:19.547615 | fa163ef4-4e38-a4de-df26-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-10-10 07:03:19.548635 | fa163ef4-4e38-a4de-df26-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:43.613495 | 0.07s 2025-10-10 07:03:19.569527 | fa163ef4-4e38-a4de-df26-000000000599 | TASK | Check for active tuned profile 2025-10-10 07:03:19.638051 | fa163ef4-4e38-a4de-df26-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-10-10 07:03:19.639445 | fa163ef4-4e38-a4de-df26-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:43.704297 | 0.07s 2025-10-10 07:03:19.667018 | fa163ef4-4e38-a4de-df26-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-10-10 07:03:19.729607 | fa163ef4-4e38-a4de-df26-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-10-10 07:03:19.731038 | fa163ef4-4e38-a4de-df26-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:43.795891 | 0.06s 2025-10-10 07:03:19.758588 | fa163ef4-4e38-a4de-df26-00000000059b | TASK | Set reboot required fact 2025-10-10 07:03:19.822139 | fa163ef4-4e38-a4de-df26-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-10-10 07:03:19.823512 | fa163ef4-4e38-a4de-df26-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:43.888365 | 0.06s 2025-10-10 07:03:19.847255 | fa163ef4-4e38-a4de-df26-00000000059d | TASK | Apply DPDK workarounds 2025-10-10 07:03:19.901257 | fa163ef4-4e38-a4de-df26-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-10-10 07:03:19.902285 | fa163ef4-4e38-a4de-df26-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:43.967144 | 0.05s 2025-10-10 07:03:19.923629 | fa163ef4-4e38-a4de-df26-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-10-10 07:03:19.951906 | fa163ef4-4e38-a4de-df26-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-10-10 07:03:19.953218 | fa163ef4-4e38-a4de-df26-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:44.018071 | 0.03s 2025-10-10 07:03:19.982206 | fa163ef4-4e38-a4de-df26-0000000005a0 | TASK | Load modules 2025-10-10 07:03:20.014180 | fa163ef4-4e38-a4de-df26-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-10-10 07:03:20.021933 | fa163ef4-4e38-a4de-df26-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:44.086787 | 0.04s 2025-10-10 07:03:20.040162 | fa163ef4-4e38-a4de-df26-0000000005a2 | TASK | Persist modules via modules-load.d 2025-10-10 07:03:20.085214 | fa163ef4-4e38-a4de-df26-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-10-10 07:03:20.092675 | fa163ef4-4e38-a4de-df26-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:44.157517 | 0.05s 2025-10-10 07:03:20.120698 | fa163ef4-4e38-a4de-df26-0000000005a4 | TASK | Drop module persistence 2025-10-10 07:03:20.154863 | fa163ef4-4e38-a4de-df26-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-10-10 07:03:20.163278 | fa163ef4-4e38-a4de-df26-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:44.228121 | 0.04s 2025-10-10 07:03:20.184758 | fa163ef4-4e38-a4de-df26-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-10-10 07:03:20.223934 | fa163ef4-4e38-a4de-df26-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-10-10 07:03:20.236127 | fa163ef4-4e38-a4de-df26-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:44.300969 | 0.05s 2025-10-10 07:03:20.266090 | fa163ef4-4e38-a4de-df26-0000000005a8 | TASK | Modules reload 2025-10-10 07:03:20.305930 | fa163ef4-4e38-a4de-df26-0000000005a8 | SKIPPED | Modules reload | standalone 2025-10-10 07:03:20.307301 | fa163ef4-4e38-a4de-df26-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:44.372154 | 0.04s 2025-10-10 07:03:20.335293 | fa163ef4-4e38-a4de-df26-0000000005aa | TASK | Reboot tasks 2025-10-10 07:03:20.388215 | fa163ef4-4e38-a4de-df26-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-10-10 07:03:20.389418 | fa163ef4-4e38-a4de-df26-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:44.454273 | 0.05s 2025-10-10 07:03:20.415608 | fa163ef4-4e38-a4de-df26-0000000005ab | TASK | Skipping reboot for deployed node 2025-10-10 07:03:20.471492 | fa163ef4-4e38-a4de-df26-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-10-10 07:03:20.472661 | fa163ef4-4e38-a4de-df26-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:44.537516 | 0.06s PLAY [Server pre network steps] ************************************************ 2025-10-10 07:03:20.659676 | fa163ef4-4e38-a4de-df26-00000000003f | TASK | Server pre-network deployments 2025-10-10 07:03:20.688672 | fa163ef4-4e38-a4de-df26-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', 'fa163ef4-4e38-a4de-df26-00000000003f') missing from stats 2025-10-10 07:03:20.718147 | fa163ef4-4e38-a4de-df26-000000000043 | TASK | Hiera config 2025-10-10 07:03:20.744536 | fa163ef4-4e38-a4de-df26-000000000043 | TIMING | Hiera config | standalone | 0:00:44.809386 | 0.03s 2025-10-10 07:03:20.786953 | fa163ef4-4e38-a4de-df26-000000000721 | TASK | Create /etc/puppet/hieradata 2025-10-10 07:03:21.039118 | fa163ef4-4e38-a4de-df26-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-10-10 07:03:21.040589 | fa163ef4-4e38-a4de-df26-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:45.105445 | 0.25s 2025-10-10 07:03:21.066430 | fa163ef4-4e38-a4de-df26-000000000722 | TASK | Write hiera config 2025-10-10 07:03:21.537121 | fa163ef4-4e38-a4de-df26-000000000722 | CHANGED | Write hiera config | standalone 2025-10-10 07:03:21.537926 | fa163ef4-4e38-a4de-df26-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:45.602790 | 0.47s 2025-10-10 07:03:21.587581 | fa163ef4-4e38-a4de-df26-000000000044 | TASK | Hiera symlink 2025-10-10 07:03:21.773834 | fa163ef4-4e38-a4de-df26-000000000044 | CHANGED | Hiera symlink | standalone 2025-10-10 07:03:21.774773 | fa163ef4-4e38-a4de-df26-000000000044 | TIMING | Hiera symlink | standalone | 0:00:45.839634 | 0.19s 2025-10-10 07:03:21.801491 | fa163ef4-4e38-a4de-df26-000000000045 | TASK | Hieradata from vars 2025-10-10 07:03:21.829762 | fa163ef4-4e38-a4de-df26-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:45.894606 | 0.03s 2025-10-10 07:03:21.896005 | fa163ef4-4e38-a4de-df26-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-10-10 07:03:22.380287 | fa163ef4-4e38-a4de-df26-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-10-10 07:03:22.381072 | fa163ef4-4e38-a4de-df26-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:46.445933 | 0.48s 2025-10-10 07:03:22.398474 | fa163ef4-4e38-a4de-df26-00000000077d | TASK | Render hieradata from template 2025-10-10 07:03:22.863274 | fa163ef4-4e38-a4de-df26-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-10-10 07:03:22.864244 | fa163ef4-4e38-a4de-df26-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.929106 | 0.47s 2025-10-10 07:03:23.374474 | fa163ef4-4e38-a4de-df26-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-10-10 07:03:23.375307 | fa163ef4-4e38-a4de-df26-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.440171 | 0.98s 2025-10-10 07:03:24.004273 | fa163ef4-4e38-a4de-df26-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-10-10 07:03:24.005401 | fa163ef4-4e38-a4de-df26-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.070258 | 1.61s 2025-10-10 07:03:24.447662 | fa163ef4-4e38-a4de-df26-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-10-10 07:03:24.448346 | fa163ef4-4e38-a4de-df26-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.513210 | 2.05s 2025-10-10 07:03:24.922467 | fa163ef4-4e38-a4de-df26-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-10-10 07:03:24.924612 | fa163ef4-4e38-a4de-df26-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.989463 | 2.53s 2025-10-10 07:03:25.362886 | fa163ef4-4e38-a4de-df26-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-10-10 07:03:25.364636 | fa163ef4-4e38-a4de-df26-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.429500 | 2.97s 2025-10-10 07:03:25.834894 | fa163ef4-4e38-a4de-df26-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-10-10 07:03:25.836711 | fa163ef4-4e38-a4de-df26-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.901566 | 3.44s 2025-10-10 07:03:26.311431 | fa163ef4-4e38-a4de-df26-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-10-10 07:03:26.313761 | fa163ef4-4e38-a4de-df26-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.378617 | 3.91s 2025-10-10 07:03:26.782292 | fa163ef4-4e38-a4de-df26-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-10-10 07:03:26.782912 | fa163ef4-4e38-a4de-df26-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.847777 | 4.38s 2025-10-10 07:03:27.251838 | fa163ef4-4e38-a4de-df26-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-10 07:03:27.253119 | fa163ef4-4e38-a4de-df26-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.317971 | 4.85s 2025-10-10 07:03:27.262742 | fa163ef4-4e38-a4de-df26-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.327591 | 4.86s 2025-10-10 07:03:27.315235 | fa163ef4-4e38-a4de-df26-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-10-10 07:03:27.343452 | fa163ef4-4e38-a4de-df26-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:51.408299 | 0.03s 2025-10-10 07:03:27.412973 | fa163ef4-4e38-a4de-df26-000000000821 | TASK | Check for hieradata file 2025-10-10 07:03:27.602593 | fa163ef4-4e38-a4de-df26-000000000821 | OK | Check for hieradata file | standalone 2025-10-10 07:03:27.603935 | fa163ef4-4e38-a4de-df26-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:51.668789 | 0.19s 2025-10-10 07:03:27.630383 | fa163ef4-4e38-a4de-df26-000000000823 | TASK | Get existing data 2025-10-10 07:03:27.669127 | fa163ef4-4e38-a4de-df26-000000000823 | SKIPPED | Get existing data | standalone 2025-10-10 07:03:27.670403 | fa163ef4-4e38-a4de-df26-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:51.735259 | 0.04s 2025-10-10 07:03:27.696545 | fa163ef4-4e38-a4de-df26-000000000824 | TASK | Set data fact 2025-10-10 07:03:27.727122 | fa163ef4-4e38-a4de-df26-000000000824 | SKIPPED | Set data fact | standalone 2025-10-10 07:03:27.728245 | fa163ef4-4e38-a4de-df26-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:51.793101 | 0.03s 2025-10-10 07:03:27.754217 | fa163ef4-4e38-a4de-df26-000000000826 | TASK | Write ansible hieradata file 2025-10-10 07:03:28.228138 | fa163ef4-4e38-a4de-df26-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-10-10 07:03:28.229497 | fa163ef4-4e38-a4de-df26-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:52.294354 | 0.47s 2025-10-10 07:03:28.319217 | fa163ef4-4e38-a4de-df26-000000000047 | TIMING | include_tasks | standalone | 0:00:52.384057 | 0.04s PLAY [Server network deployments] ********************************************** 2025-10-10 07:03:28.489497 | fa163ef4-4e38-a4de-df26-00000000004b | TASK | Network Configuration 2025-10-10 07:03:28.514820 | fa163ef4-4e38-a4de-df26-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163ef4-4e38-a4de-df26-00000000004b') missing from stats 2025-10-10 07:03:28.537724 | fa163ef4-4e38-a4de-df26-00000000004c | TASK | Check NetworkConfig script existence 2025-10-10 07:03:28.563007 | fa163ef4-4e38-a4de-df26-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-10-10 07:03:28.563685 | fa163ef4-4e38-a4de-df26-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:52.628547 | 0.03s 2025-10-10 07:03:28.583611 | fa163ef4-4e38-a4de-df26-000000000052 | TASK | Gather SELinux fact if needed 2025-10-10 07:03:28.620244 | fa163ef4-4e38-a4de-df26-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-10-10 07:03:28.621078 | fa163ef4-4e38-a4de-df26-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:52.685939 | 0.04s 2025-10-10 07:03:28.640687 | fa163ef4-4e38-a4de-df26-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-10-10 07:03:29.312842 | fa163ef4-4e38-a4de-df26-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-10-10 07:03:29.314175 | fa163ef4-4e38-a4de-df26-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:53.379031 | 0.67s 2025-10-10 07:03:29.340675 | fa163ef4-4e38-a4de-df26-000000000054 | TASK | Ensure requirements are satisfied 2025-10-10 07:03:29.368908 | fa163ef4-4e38-a4de-df26-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:53.433752 | 0.03s 2025-10-10 07:03:29.430130 | fa163ef4-4e38-a4de-df26-0000000008bf | TASK | Gather facts if they don't exist 2025-10-10 07:03:29.467143 | fa163ef4-4e38-a4de-df26-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-10-10 07:03:29.468102 | fa163ef4-4e38-a4de-df26-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:53.532962 | 0.04s 2025-10-10 07:03:29.489254 | fa163ef4-4e38-a4de-df26-0000000008c0 | TASK | Gather variables for each operating system 2025-10-10 07:03:29.584110 | fa163ef4-4e38-a4de-df26-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-10 07:03:29.590695 | fa163ef4-4e38-a4de-df26-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:53.655544 | 0.10s 2025-10-10 07:03:29.608645 | fa163ef4-4e38-a4de-df26-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-10 07:03:29.862578 | fa163ef4-4e38-a4de-df26-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-10 07:03:29.863919 | fa163ef4-4e38-a4de-df26-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:53.928775 | 0.25s 2025-10-10 07:03:29.890427 | fa163ef4-4e38-a4de-df26-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-10-10 07:03:29.911536 | fa163ef4-4e38-a4de-df26-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-10-10 07:03:29.912753 | fa163ef4-4e38-a4de-df26-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:53.977607 | 0.02s 2025-10-10 07:03:29.940493 | fa163ef4-4e38-a4de-df26-0000000008c4 | TASK | Ensure packages are actually well installed 2025-10-10 07:03:30.941878 | fa163ef4-4e38-a4de-df26-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-10 07:03:30.943444 | fa163ef4-4e38-a4de-df26-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:55.008293 | 1.00s 2025-10-10 07:03:30.993915 | fa163ef4-4e38-a4de-df26-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-10-10 07:03:31.193954 | fa163ef4-4e38-a4de-df26-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-10 07:03:31.195206 | fa163ef4-4e38-a4de-df26-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:55.260066 | 0.20s 2025-10-10 07:03:31.216291 | fa163ef4-4e38-a4de-df26-000000000057 | TASK | Reload NetworkManager 2025-10-10 07:03:31.669783 | fa163ef4-4e38-a4de-df26-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-10-10 07:03:31.671954 | fa163ef4-4e38-a4de-df26-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:55.736808 | 0.45s 2025-10-10 07:03:31.700421 | fa163ef4-4e38-a4de-df26-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-10-10 07:03:31.944490 | fa163ef4-4e38-a4de-df26-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-10-10 07:03:31.946193 | fa163ef4-4e38-a4de-df26-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:56.011048 | 0.24s 2025-10-10 07:03:31.972785 | fa163ef4-4e38-a4de-df26-00000000005a | TASK | Check for previous run of NetworkConfig 2025-10-10 07:03:32.195694 | fa163ef4-4e38-a4de-df26-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-10-10 07:03:32.197127 | fa163ef4-4e38-a4de-df26-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:56.261981 | 0.22s 2025-10-10 07:03:32.223857 | fa163ef4-4e38-a4de-df26-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-10-10 07:03:32.252892 | fa163ef4-4e38-a4de-df26-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-10-10 07:03:32.254349 | fa163ef4-4e38-a4de-df26-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:56.319202 | 0.03s 2025-10-10 07:03:32.281107 | fa163ef4-4e38-a4de-df26-00000000005c | TASK | Ensure we get cloud-init 2025-10-10 07:03:32.551448 | fa163ef4-4e38-a4de-df26-00000000005c | OK | Ensure we get cloud-init | standalone 2025-10-10 07:03:32.553563 | fa163ef4-4e38-a4de-df26-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:56.618416 | 0.27s 2025-10-10 07:03:32.581043 | fa163ef4-4e38-a4de-df26-00000000005e | TASK | Create /etc/os-net-config directory 2025-10-10 07:03:32.860099 | fa163ef4-4e38-a4de-df26-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-10-10 07:03:32.861474 | fa163ef4-4e38-a4de-df26-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:56.926330 | 0.28s 2025-10-10 07:03:32.889639 | fa163ef4-4e38-a4de-df26-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-10-10 07:03:33.284381 | fa163ef4-4e38-a4de-df26-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-10-10 07:03:33.286363 | fa163ef4-4e38-a4de-df26-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:57.351206 | 0.39s 2025-10-10 07:03:33.315458 | fa163ef4-4e38-a4de-df26-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-10-10 07:03:33.379098 | fa163ef4-4e38-a4de-df26-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-10-10 07:03:33.381380 | fa163ef4-4e38-a4de-df26-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:57.446233 | 0.06s 2025-10-10 07:03:33.408674 | fa163ef4-4e38-a4de-df26-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-10-10 07:03:33.706923 | fa163ef4-4e38-a4de-df26-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-10-10 07:03:33.708346 | fa163ef4-4e38-a4de-df26-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:57.773200 | 0.30s 2025-10-10 07:03:33.735204 | fa163ef4-4e38-a4de-df26-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-10-10 07:03:33.795947 | fa163ef4-4e38-a4de-df26-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:57.860792 | 0.06s 2025-10-10 07:03:33.823644 | 7bbbb5a5-54bf-4635-aa9f-eddec6cda7ba | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-10-10 07:03:33.857365 | fa163ef4-4e38-a4de-df26-000000000909 | TASK | Set nic_config_file fact 2025-10-10 07:03:33.939942 | fa163ef4-4e38-a4de-df26-000000000909 | OK | Set nic_config_file fact | standalone 2025-10-10 07:03:33.941283 | fa163ef4-4e38-a4de-df26-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:58.006138 | 0.08s 2025-10-10 07:03:33.967631 | fa163ef4-4e38-a4de-df26-00000000090a | TASK | Render overidden network config 2025-10-10 07:03:34.049879 | fa163ef4-4e38-a4de-df26-00000000090a | SKIPPED | Render overidden network config | standalone 2025-10-10 07:03:34.051153 | fa163ef4-4e38-a4de-df26-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:58.116008 | 0.08s 2025-10-10 07:03:34.077988 | fa163ef4-4e38-a4de-df26-00000000090b | TASK | Render network_config 2025-10-10 07:03:34.142437 | fa163ef4-4e38-a4de-df26-00000000090b | SKIPPED | Render network_config | standalone 2025-10-10 07:03:34.143709 | fa163ef4-4e38-a4de-df26-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:58.208564 | 0.06s 2025-10-10 07:03:34.171092 | fa163ef4-4e38-a4de-df26-00000000090c | TASK | Render network_config from template 2025-10-10 07:03:34.709330 | fa163ef4-4e38-a4de-df26-00000000090c | CHANGED | Render network_config from template | standalone 2025-10-10 07:03:34.710742 | fa163ef4-4e38-a4de-df26-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:58.775597 | 0.54s 2025-10-10 07:03:34.737092 | fa163ef4-4e38-a4de-df26-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=514061905203.43155 2025-10-10 07:03:38.861125 | fa163ef4-4e38-a4de-df26-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-10-10 07:03:38.862565 | fa163ef4-4e38-a4de-df26-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:02.927426 | 4.12s 2025-10-10 07:03:38.884849 | fa163ef4-4e38-a4de-df26-000000000064 | TASK | Write rc of NetworkConfig script 2025-10-10 07:03:39.416638 | fa163ef4-4e38-a4de-df26-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-10-10 07:03:39.418299 | fa163ef4-4e38-a4de-df26-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:03.483121 | 0.53s 2025-10-10 07:03:39.444476 | fa163ef4-4e38-a4de-df26-000000000065 | TASK | Disable cloud-init network config 2025-10-10 07:03:39.979911 | fa163ef4-4e38-a4de-df26-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-10-10 07:03:39.981611 | fa163ef4-4e38-a4de-df26-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:04.046461 | 0.54s 2025-10-10 07:03:40.007844 | fa163ef4-4e38-a4de-df26-000000000066 | TASK | Ensure network service is enabled 2025-10-10 07:03:41.450265 | fa163ef4-4e38-a4de-df26-000000000066 | OK | Ensure network service is enabled | standalone 2025-10-10 07:03:41.451765 | fa163ef4-4e38-a4de-df26-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:05.516626 | 1.44s PLAY [Server network validation] *********************************************** 2025-10-10 07:03:41.616974 | fa163ef4-4e38-a4de-df26-000000000096 | TASK | Basic Network Validation 2025-10-10 07:03:41.642682 | fa163ef4-4e38-a4de-df26-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:05.707533 | 0.02s 2025-10-10 07:03:41.677393 | fa163ef4-4e38-a4de-df26-000000000945 | TASK | Collect default network fact 2025-10-10 07:03:42.305401 | fa163ef4-4e38-a4de-df26-000000000945 | OK | Collect default network fact | standalone 2025-10-10 07:03:42.306386 | fa163ef4-4e38-a4de-df26-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:06.371247 | 0.63s 2025-10-10 07:03:42.327390 | fa163ef4-4e38-a4de-df26-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-10-10 07:03:42.354012 | fa163ef4-4e38-a4de-df26-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-10-10 07:03:42.354741 | fa163ef4-4e38-a4de-df26-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:06.419603 | 0.03s 2025-10-10 07:03:42.374331 | fa163ef4-4e38-a4de-df26-000000000947 | TASK | Check all networks Gateway availability 2025-10-10 07:03:42.391575 | fa163ef4-4e38-a4de-df26-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:06.456430 | 0.02s 2025-10-10 07:03:42.411793 | fa163ef4-4e38-a4de-df26-000000000949 | TASK | Check Controllers availability 2025-10-10 07:03:42.458612 | fa163ef4-4e38-a4de-df26-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-10-10 07:03:42.501476 | fa163ef4-4e38-a4de-df26-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-10-10 07:03:42.504554 | fa163ef4-4e38-a4de-df26-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-10-10 07:03:42.506844 | fa163ef4-4e38-a4de-df26-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-10-10 07:03:42.509410 | fa163ef4-4e38-a4de-df26-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-10-10 07:03:42.511715 | fa163ef4-4e38-a4de-df26-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-10-10 07:03:42.515343 | fa163ef4-4e38-a4de-df26-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:06.580183 | 0.10s 2025-10-10 07:03:42.543443 | fa163ef4-4e38-a4de-df26-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-10-10 07:03:42.573096 | fa163ef4-4e38-a4de-df26-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-10-10 07:03:42.574773 | fa163ef4-4e38-a4de-df26-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:06.639626 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-10-10 07:03:42.754290 | fa163ef4-4e38-a4de-df26-00000000009a | TASK | Server pre deployments 2025-10-10 07:03:42.782685 | fa163ef4-4e38-a4de-df26-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', 'fa163ef4-4e38-a4de-df26-00000000009a') missing from stats 2025-10-10 07:03:42.808550 | fa163ef4-4e38-a4de-df26-00000000009e | TASK | Hiera config 2025-10-10 07:03:42.836779 | fa163ef4-4e38-a4de-df26-00000000009e | TIMING | Hiera config | standalone | 0:01:06.901631 | 0.03s 2025-10-10 07:03:42.880440 | fa163ef4-4e38-a4de-df26-00000000099e | TASK | Create /etc/puppet/hieradata 2025-10-10 07:03:43.127169 | fa163ef4-4e38-a4de-df26-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-10-10 07:03:43.128583 | fa163ef4-4e38-a4de-df26-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:07.193438 | 0.25s 2025-10-10 07:03:43.154715 | fa163ef4-4e38-a4de-df26-00000000099f | TASK | Write hiera config 2025-10-10 07:03:43.666614 | fa163ef4-4e38-a4de-df26-00000000099f | OK | Write hiera config | standalone 2025-10-10 07:03:43.667648 | fa163ef4-4e38-a4de-df26-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:07.732512 | 0.51s 2025-10-10 07:03:43.722724 | fa163ef4-4e38-a4de-df26-00000000009f | TASK | Hiera symlink 2025-10-10 07:03:43.943006 | fa163ef4-4e38-a4de-df26-00000000009f | OK | Hiera symlink | standalone 2025-10-10 07:03:43.944069 | fa163ef4-4e38-a4de-df26-00000000009f | TIMING | Hiera symlink | standalone | 0:01:08.008930 | 0.22s 2025-10-10 07:03:43.962309 | fa163ef4-4e38-a4de-df26-0000000000a0 | TASK | Hieradata from vars 2025-10-10 07:03:43.987469 | fa163ef4-4e38-a4de-df26-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:08.052319 | 0.02s 2025-10-10 07:03:44.046981 | fa163ef4-4e38-a4de-df26-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-10-10 07:03:44.631120 | fa163ef4-4e38-a4de-df26-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-10-10 07:03:44.632465 | fa163ef4-4e38-a4de-df26-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:08.697325 | 0.58s 2025-10-10 07:03:44.654277 | fa163ef4-4e38-a4de-df26-0000000009fa | TASK | Render hieradata from template 2025-10-10 07:03:45.136621 | fa163ef4-4e38-a4de-df26-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-10-10 07:03:45.138349 | fa163ef4-4e38-a4de-df26-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.203193 | 0.48s 2025-10-10 07:03:45.693190 | fa163ef4-4e38-a4de-df26-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-10-10 07:03:45.695178 | fa163ef4-4e38-a4de-df26-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.760034 | 1.04s 2025-10-10 07:03:46.300652 | fa163ef4-4e38-a4de-df26-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-10-10 07:03:46.301534 | fa163ef4-4e38-a4de-df26-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.366396 | 1.65s 2025-10-10 07:03:46.755911 | fa163ef4-4e38-a4de-df26-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-10-10 07:03:46.757225 | fa163ef4-4e38-a4de-df26-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.822078 | 2.10s 2025-10-10 07:03:47.267242 | fa163ef4-4e38-a4de-df26-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-10-10 07:03:47.268245 | fa163ef4-4e38-a4de-df26-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.333106 | 2.61s 2025-10-10 07:03:47.750614 | fa163ef4-4e38-a4de-df26-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-10-10 07:03:47.752563 | fa163ef4-4e38-a4de-df26-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.817420 | 3.10s 2025-10-10 07:03:48.274015 | fa163ef4-4e38-a4de-df26-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-10-10 07:03:48.277031 | fa163ef4-4e38-a4de-df26-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.341881 | 3.62s 2025-10-10 07:03:48.766642 | fa163ef4-4e38-a4de-df26-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-10-10 07:03:48.767657 | fa163ef4-4e38-a4de-df26-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.832518 | 4.11s 2025-10-10 07:03:49.222279 | fa163ef4-4e38-a4de-df26-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-10-10 07:03:49.224821 | fa163ef4-4e38-a4de-df26-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.289645 | 4.57s 2025-10-10 07:03:49.654301 | fa163ef4-4e38-a4de-df26-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-10 07:03:49.656192 | fa163ef4-4e38-a4de-df26-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.721049 | 5.00s 2025-10-10 07:03:49.669195 | fa163ef4-4e38-a4de-df26-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.734047 | 5.01s 2025-10-10 07:03:49.722791 | fa163ef4-4e38-a4de-df26-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-10-10 07:03:49.750771 | fa163ef4-4e38-a4de-df26-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:13.815619 | 0.03s 2025-10-10 07:03:49.821438 | fa163ef4-4e38-a4de-df26-000000000a9e | TASK | Check for hieradata file 2025-10-10 07:03:50.051431 | fa163ef4-4e38-a4de-df26-000000000a9e | OK | Check for hieradata file | standalone 2025-10-10 07:03:50.052807 | fa163ef4-4e38-a4de-df26-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:14.117661 | 0.23s 2025-10-10 07:03:50.079758 | fa163ef4-4e38-a4de-df26-000000000aa0 | TASK | Get existing data 2025-10-10 07:03:50.111232 | fa163ef4-4e38-a4de-df26-000000000aa0 | SKIPPED | Get existing data | standalone 2025-10-10 07:03:50.112529 | fa163ef4-4e38-a4de-df26-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:14.177382 | 0.03s 2025-10-10 07:03:50.139836 | fa163ef4-4e38-a4de-df26-000000000aa1 | TASK | Set data fact 2025-10-10 07:03:50.190099 | fa163ef4-4e38-a4de-df26-000000000aa1 | SKIPPED | Set data fact | standalone 2025-10-10 07:03:50.191364 | fa163ef4-4e38-a4de-df26-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:14.256218 | 0.05s 2025-10-10 07:03:50.218457 | fa163ef4-4e38-a4de-df26-000000000aa3 | TASK | Write ansible hieradata file 2025-10-10 07:03:50.679577 | fa163ef4-4e38-a4de-df26-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-10-10 07:03:50.681082 | fa163ef4-4e38-a4de-df26-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:14.745936 | 0.46s 2025-10-10 07:03:50.772583 | fa163ef4-4e38-a4de-df26-0000000000a2 | TIMING | include_tasks | standalone | 0:01:14.837426 | 0.04s PLAY [Host prep steps] ********************************************************* 2025-10-10 07:03:50.937033 | fa163ef4-4e38-a4de-df26-0000000000a6 | TASK | Host prep steps 2025-10-10 07:03:50.963393 | fa163ef4-4e38-a4de-df26-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', 'fa163ef4-4e38-a4de-df26-0000000000a6') missing from stats 2025-10-10 07:03:51.074286 | fa163ef4-4e38-a4de-df26-0000000000a7 | TASK | Deploy Artifacts 2025-10-10 07:03:51.164087 | fa163ef4-4e38-a4de-df26-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-10-10 07:03:51.165313 | fa163ef4-4e38-a4de-df26-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:15.230165 | 0.09s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-10 07:03:51.230028 | fa163ef4-4e38-a4de-df26-0000000000a8 | TIMING | include_tasks | standalone | 0:01:15.294823 | 0.04s 2025-10-10 07:03:51.417089 | 0f06aaea-bd12-41bc-83e6-c8b59c8251f1 | INCLUDED | /root/standalone-ansible-5h987wtv/Standalone/host_prep_tasks.yaml | standalone 2025-10-10 07:03:51.474354 | fa163ef4-4e38-a4de-df26-000000000b1e | TASK | Run firewall role 2025-10-10 07:03:51.499278 | fa163ef4-4e38-a4de-df26-000000000b1e | TIMING | Run firewall role | standalone | 0:01:15.564130 | 0.02s 2025-10-10 07:03:51.553152 | fa163ef4-4e38-a4de-df26-000000000c36 | TASK | Gather variables for each operating system 2025-10-10 07:03:51.671573 | fa163ef4-4e38-a4de-df26-000000000c36 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-10-10 07:03:51.672941 | fa163ef4-4e38-a4de-df26-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:15.737793 | 0.12s 2025-10-10 07:03:51.684893 | fa163ef4-4e38-a4de-df26-000000000c36 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:15.749744 | 0.13s 2025-10-10 07:03:51.712232 | fa163ef4-4e38-a4de-df26-000000000c37 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-10-10 07:03:54.604773 | fa163ef4-4e38-a4de-df26-000000000c37 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-10-10 07:03:54.606276 | fa163ef4-4e38-a4de-df26-000000000c37 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:18.671132 | 2.89s 2025-10-10 07:03:54.627415 | fa163ef4-4e38-a4de-df26-000000000c3b | TASK | Create empty var for masquerade rules 2025-10-10 07:03:54.655446 | fa163ef4-4e38-a4de-df26-000000000c3b | OK | Create empty var for masquerade rules | standalone 2025-10-10 07:03:54.656333 | fa163ef4-4e38-a4de-df26-000000000c3b | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:18.721196 | 0.03s 2025-10-10 07:03:54.676877 | fa163ef4-4e38-a4de-df26-000000000c3c | TASK | Enable masquerade 2025-10-10 07:03:54.725690 | fa163ef4-4e38-a4de-df26-000000000c3c | SKIPPED | Enable masquerade | standalone 2025-10-10 07:03:54.726510 | fa163ef4-4e38-a4de-df26-000000000c3c | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:18.791372 | 0.05s 2025-10-10 07:03:54.747213 | fa163ef4-4e38-a4de-df26-000000000c3d | TASK | Set the default frontend firewall rules 2025-10-10 07:03:54.779056 | fa163ef4-4e38-a4de-df26-000000000c3d | OK | Set the default frontend firewall rules | standalone 2025-10-10 07:03:54.779986 | fa163ef4-4e38-a4de-df26-000000000c3d | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:18.844848 | 0.03s 2025-10-10 07:03:54.801389 | fa163ef4-4e38-a4de-df26-000000000c40 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-10 07:03:54.850395 | fa163ef4-4e38-a4de-df26-000000000c40 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-10-10 07:03:54.851481 | fa163ef4-4e38-a4de-df26-000000000c40 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:18.916343 | 0.05s 2025-10-10 07:03:54.872117 | fa163ef4-4e38-a4de-df26-000000000c41 | TASK | Set frontend rule fact (ssl rules) 2025-10-10 07:03:54.910220 | fa163ef4-4e38-a4de-df26-000000000c41 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-10 07:03:54.911138 | fa163ef4-4e38-a4de-df26-000000000c41 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:18.975999 | 0.04s 2025-10-10 07:03:54.928670 | fa163ef4-4e38-a4de-df26-000000000c43 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-10 07:03:54.958565 | fa163ef4-4e38-a4de-df26-000000000c43 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-10-10 07:03:54.963444 | fa163ef4-4e38-a4de-df26-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:19.028301 | 0.03s 2025-10-10 07:03:54.983575 | fa163ef4-4e38-a4de-df26-000000000c44 | TASK | Set frontend rule fact (ssl rules) 2025-10-10 07:03:55.019576 | fa163ef4-4e38-a4de-df26-000000000c44 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-10 07:03:55.020582 | fa163ef4-4e38-a4de-df26-000000000c44 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:19.085440 | 0.04s 2025-10-10 07:03:55.043474 | fa163ef4-4e38-a4de-df26-000000000c46 | TASK | Enable LOG rules 2025-10-10 07:03:55.072369 | fa163ef4-4e38-a4de-df26-000000000c46 | SKIPPED | Enable LOG rules | standalone 2025-10-10 07:03:55.073398 | fa163ef4-4e38-a4de-df26-000000000c46 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:19.138258 | 0.03s 2025-10-10 07:03:55.093418 | fa163ef4-4e38-a4de-df26-000000000c47 | TASK | Set rule fact 2025-10-10 07:03:55.198907 | fa163ef4-4e38-a4de-df26-000000000c47 | OK | Set rule fact | standalone 2025-10-10 07:03:55.204014 | fa163ef4-4e38-a4de-df26-000000000c47 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:19.268861 | 0.11s 2025-10-10 07:03:55.239145 | fa163ef4-4e38-a4de-df26-000000000c48 | TASK | Manage rules via nftables 2025-10-10 07:03:55.269147 | fa163ef4-4e38-a4de-df26-000000000c48 | TIMING | Manage rules via nftables | standalone | 0:01:19.333923 | 0.03s 2025-10-10 07:03:55.345670 | fa163ef4-4e38-a4de-df26-000000000ce6 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:19.410524 | 0.02s 2025-10-10 07:03:55.357089 | a8a6332e-daa7-4e25-8101-a7260b22bfed | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-10-10 07:03:55.379113 | fa163ef4-4e38-a4de-df26-000000000d0f | TASK | Ensure legacy iptables services are off 2025-10-10 07:03:56.778065 | fa163ef4-4e38-a4de-df26-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-10-10 07:03:56.780852 | fa163ef4-4e38-a4de-df26-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:20.845701 | 1.40s 2025-10-10 07:03:57.131826 | fa163ef4-4e38-a4de-df26-000000000d0f | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-10-10 07:03:57.133422 | fa163ef4-4e38-a4de-df26-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:21.198287 | 1.75s 2025-10-10 07:03:57.145850 | fa163ef4-4e38-a4de-df26-000000000d0f | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:21.210701 | 1.77s 2025-10-10 07:03:57.175744 | fa163ef4-4e38-a4de-df26-000000000d10 | TASK | Ensure nftables service is enabled and running 2025-10-10 07:03:57.939818 | fa163ef4-4e38-a4de-df26-000000000d10 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-10-10 07:03:57.941907 | fa163ef4-4e38-a4de-df26-000000000d10 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:22.006761 | 0.76s 2025-10-10 07:03:57.969570 | fa163ef4-4e38-a4de-df26-000000000d11 | TASK | Empty nftables from anything that may lay around 2025-10-10 07:03:58.011536 | fa163ef4-4e38-a4de-df26-000000000d11 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-10-10 07:03:58.012641 | fa163ef4-4e38-a4de-df26-000000000d11 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:22.077495 | 0.04s 2025-10-10 07:03:58.067907 | fa163ef4-4e38-a4de-df26-000000000ce7 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:22.132756 | 0.03s 2025-10-10 07:03:58.106603 | 79578999-0ec9-4f22-affa-513a2647fd36 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-10-10 07:03:58.143041 | fa163ef4-4e38-a4de-df26-000000000d40 | TASK | Push empty ruleset 2025-10-10 07:03:58.634185 | fa163ef4-4e38-a4de-df26-000000000d40 | CHANGED | Push empty ruleset | standalone 2025-10-10 07:03:58.635549 | fa163ef4-4e38-a4de-df26-000000000d40 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:22.700403 | 0.49s 2025-10-10 07:03:58.663999 | fa163ef4-4e38-a4de-df26-000000000d41 | TASK | Load empty ruleset 2025-10-10 07:03:58.897622 | fa163ef4-4e38-a4de-df26-000000000d41 | CHANGED | Load empty ruleset | standalone 2025-10-10 07:03:58.898937 | fa163ef4-4e38-a4de-df26-000000000d41 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:22.963794 | 0.23s 2025-10-10 07:03:58.926251 | fa163ef4-4e38-a4de-df26-000000000d43 | TASK | Use default rules 2025-10-10 07:03:59.021602 | fa163ef4-4e38-a4de-df26-000000000d43 | OK | Use default rules | standalone 2025-10-10 07:03:59.024704 | fa163ef4-4e38-a4de-df26-000000000d43 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:23.089557 | 0.10s 2025-10-10 07:03:59.054985 | fa163ef4-4e38-a4de-df26-000000000d44 | TASK | Enable LOG rules 2025-10-10 07:03:59.129176 | fa163ef4-4e38-a4de-df26-000000000d44 | OK | Enable LOG rules | standalone 2025-10-10 07:03:59.133137 | fa163ef4-4e38-a4de-df26-000000000d44 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:23.197982 | 0.08s 2025-10-10 07:03:59.166336 | fa163ef4-4e38-a4de-df26-000000000d46 | TASK | Get current nftables content 2025-10-10 07:03:59.368560 | fa163ef4-4e38-a4de-df26-000000000d46 | CHANGED | Get current nftables content | standalone 2025-10-10 07:03:59.369725 | fa163ef4-4e38-a4de-df26-000000000d46 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:23.434583 | 0.20s 2025-10-10 07:03:59.395462 | fa163ef4-4e38-a4de-df26-000000000d48 | TASK | Generate chain jumps 2025-10-10 07:03:59.918165 | fa163ef4-4e38-a4de-df26-000000000d48 | CHANGED | Generate chain jumps | standalone 2025-10-10 07:03:59.919567 | fa163ef4-4e38-a4de-df26-000000000d48 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:23.984422 | 0.52s 2025-10-10 07:03:59.946456 | fa163ef4-4e38-a4de-df26-000000000d49 | TASK | Generate chain jumps 2025-10-10 07:04:00.544210 | fa163ef4-4e38-a4de-df26-000000000d49 | CHANGED | Generate chain jumps | standalone 2025-10-10 07:04:00.545902 | fa163ef4-4e38-a4de-df26-000000000d49 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:24.610756 | 0.60s 2025-10-10 07:04:00.572937 | fa163ef4-4e38-a4de-df26-000000000d4a | TASK | Generate nft flushes 2025-10-10 07:04:01.085328 | fa163ef4-4e38-a4de-df26-000000000d4a | CHANGED | Generate nft flushes | standalone 2025-10-10 07:04:01.086688 | fa163ef4-4e38-a4de-df26-000000000d4a | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:25.151543 | 0.51s 2025-10-10 07:04:01.114158 | fa163ef4-4e38-a4de-df26-000000000d4b | TASK | Generate nft tripleo chains 2025-10-10 07:04:01.584788 | fa163ef4-4e38-a4de-df26-000000000d4b | CHANGED | Generate nft tripleo chains | standalone 2025-10-10 07:04:01.586051 | fa163ef4-4e38-a4de-df26-000000000d4b | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:25.650913 | 0.47s 2025-10-10 07:04:01.607413 | fa163ef4-4e38-a4de-df26-000000000d4c | TASK | Generate nft ruleset in static file 2025-10-10 07:04:03.199656 | fa163ef4-4e38-a4de-df26-000000000d4c | CHANGED | Generate nft ruleset in static file | standalone 2025-10-10 07:04:03.200510 | fa163ef4-4e38-a4de-df26-000000000d4c | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:27.265375 | 1.59s 2025-10-10 07:04:03.218550 | fa163ef4-4e38-a4de-df26-000000000d4e | TASK | Validate all of the generated content before loading 2025-10-10 07:04:03.765894 | fa163ef4-4e38-a4de-df26-000000000d4e | CHANGED | Validate all of the generated content before loading | standalone 2025-10-10 07:04:03.766804 | fa163ef4-4e38-a4de-df26-000000000d4e | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:27.831665 | 0.55s 2025-10-10 07:04:03.788430 | fa163ef4-4e38-a4de-df26-000000000d4f | TASK | Ensure we load our different nft rulesets on boot 2025-10-10 07:04:04.065032 | fa163ef4-4e38-a4de-df26-000000000d4f | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-10-10 07:04:04.066044 | fa163ef4-4e38-a4de-df26-000000000d4f | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:28.130905 | 0.28s 2025-10-10 07:04:04.114797 | fa163ef4-4e38-a4de-df26-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:28.179651 | 0.03s 2025-10-10 07:04:04.128890 | 26d59cc8-5840-46d0-a872-f506d3bf0865 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-10-10 07:04:04.178544 | fa163ef4-4e38-a4de-df26-000000000db7 | TASK | Inject our custom chains in nftables 2025-10-10 07:04:04.417836 | fa163ef4-4e38-a4de-df26-000000000db7 | CHANGED | Inject our custom chains in nftables | standalone 2025-10-10 07:04:04.419107 | fa163ef4-4e38-a4de-df26-000000000db7 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:28.483963 | 0.24s 2025-10-10 07:04:04.441512 | fa163ef4-4e38-a4de-df26-000000000db8 | TASK | Reload custom nftables ruleset files 2025-10-10 07:04:04.747330 | fa163ef4-4e38-a4de-df26-000000000db8 | CHANGED | Reload custom nftables ruleset files | standalone 2025-10-10 07:04:04.748111 | fa163ef4-4e38-a4de-df26-000000000db8 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:28.812975 | 0.31s 2025-10-10 07:04:04.798482 | fa163ef4-4e38-a4de-df26-000000000b1f | TASK | create persistent logs directory 2025-10-10 07:04:05.067071 | fa163ef4-4e38-a4de-df26-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-10 07:04:05.068171 | fa163ef4-4e38-a4de-df26-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:29.133028 | 0.27s 2025-10-10 07:04:05.269996 | fa163ef4-4e38-a4de-df26-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-10-10 07:04:05.271663 | fa163ef4-4e38-a4de-df26-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:29.336522 | 0.47s 2025-10-10 07:04:05.282579 | fa163ef4-4e38-a4de-df26-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:29.347429 | 0.48s 2025-10-10 07:04:05.309876 | fa163ef4-4e38-a4de-df26-000000000b20 | TASK | create persistent directories 2025-10-10 07:04:05.571908 | fa163ef4-4e38-a4de-df26-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-10 07:04:05.573921 | fa163ef4-4e38-a4de-df26-000000000b20 | TIMING | create persistent directories | standalone | 0:01:29.638775 | 0.26s 2025-10-10 07:04:05.584196 | fa163ef4-4e38-a4de-df26-000000000b20 | TIMING | create persistent directories | standalone | 0:01:29.649043 | 0.27s 2025-10-10 07:04:05.610369 | fa163ef4-4e38-a4de-df26-000000000b21 | TASK | create persistent directories 2025-10-10 07:04:05.861008 | fa163ef4-4e38-a4de-df26-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-10 07:04:05.863088 | fa163ef4-4e38-a4de-df26-000000000b21 | TIMING | create persistent directories | standalone | 0:01:29.927940 | 0.25s 2025-10-10 07:04:06.091400 | fa163ef4-4e38-a4de-df26-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-10-10 07:04:06.092069 | fa163ef4-4e38-a4de-df26-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.156935 | 0.48s 2025-10-10 07:04:06.095312 | fa163ef4-4e38-a4de-df26-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.160178 | 0.48s 2025-10-10 07:04:06.115723 | fa163ef4-4e38-a4de-df26-000000000b22 | TASK | create persistent directories 2025-10-10 07:04:06.380517 | fa163ef4-4e38-a4de-df26-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-10-10 07:04:06.382181 | fa163ef4-4e38-a4de-df26-000000000b22 | TIMING | create persistent directories | standalone | 0:01:30.447024 | 0.27s 2025-10-10 07:04:06.586862 | fa163ef4-4e38-a4de-df26-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-10-10 07:04:06.587510 | fa163ef4-4e38-a4de-df26-000000000b22 | TIMING | create persistent directories | standalone | 0:01:30.652376 | 0.47s 2025-10-10 07:04:06.595283 | fa163ef4-4e38-a4de-df26-000000000b22 | TIMING | create persistent directories | standalone | 0:01:30.660142 | 0.48s 2025-10-10 07:04:06.616867 | fa163ef4-4e38-a4de-df26-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-10-10 07:04:07.721859 | fa163ef4-4e38-a4de-df26-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-10-10 07:04:07.723118 | fa163ef4-4e38-a4de-df26-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:31.787979 | 1.10s 2025-10-10 07:04:07.742725 | fa163ef4-4e38-a4de-df26-000000000b24 | TASK | create persistent directories 2025-10-10 07:04:08.006537 | fa163ef4-4e38-a4de-df26-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-10-10 07:04:08.009214 | fa163ef4-4e38-a4de-df26-000000000b24 | TIMING | create persistent directories | standalone | 0:01:32.074061 | 0.27s 2025-10-10 07:04:08.018846 | fa163ef4-4e38-a4de-df26-000000000b24 | TIMING | create persistent directories | standalone | 0:01:32.083692 | 0.28s 2025-10-10 07:04:08.045791 | fa163ef4-4e38-a4de-df26-000000000b25 | TASK | create persistent directories 2025-10-10 07:04:08.310399 | fa163ef4-4e38-a4de-df26-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-10 07:04:08.313356 | fa163ef4-4e38-a4de-df26-000000000b25 | TIMING | create persistent directories | standalone | 0:01:32.378203 | 0.27s 2025-10-10 07:04:08.504223 | fa163ef4-4e38-a4de-df26-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-10-10 07:04:08.506496 | fa163ef4-4e38-a4de-df26-000000000b25 | TIMING | create persistent directories | standalone | 0:01:32.571349 | 0.46s 2025-10-10 07:04:08.516915 | fa163ef4-4e38-a4de-df26-000000000b25 | TIMING | create persistent directories | standalone | 0:01:32.581756 | 0.47s 2025-10-10 07:04:08.544270 | fa163ef4-4e38-a4de-df26-000000000b26 | TASK | create fcontext entry for cinder data 2025-10-10 07:04:09.947086 | fa163ef4-4e38-a4de-df26-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2025-10-10 07:04:09.948708 | fa163ef4-4e38-a4de-df26-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:34.013565 | 1.40s 2025-10-10 07:04:09.975035 | fa163ef4-4e38-a4de-df26-000000000b27 | TASK | create persistent directories 2025-10-10 07:04:10.264331 | fa163ef4-4e38-a4de-df26-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-10 07:04:10.266042 | fa163ef4-4e38-a4de-df26-000000000b27 | TIMING | create persistent directories | standalone | 0:01:34.330891 | 0.29s 2025-10-10 07:04:10.445953 | fa163ef4-4e38-a4de-df26-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-10-10 07:04:10.447210 | fa163ef4-4e38-a4de-df26-000000000b27 | TIMING | create persistent directories | standalone | 0:01:34.512064 | 0.47s 2025-10-10 07:04:10.453997 | fa163ef4-4e38-a4de-df26-000000000b27 | TIMING | create persistent directories | standalone | 0:01:34.518819 | 0.48s 2025-10-10 07:04:10.482869 | fa163ef4-4e38-a4de-df26-000000000b28 | TASK | ensure ceph configurations exist 2025-10-10 07:04:10.737830 | fa163ef4-4e38-a4de-df26-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2025-10-10 07:04:10.739500 | fa163ef4-4e38-a4de-df26-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:34.804354 | 0.26s 2025-10-10 07:04:10.766815 | fa163ef4-4e38-a4de-df26-000000000b29 | TASK | create persistent directories 2025-10-10 07:04:11.009207 | fa163ef4-4e38-a4de-df26-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-10 07:04:11.012133 | fa163ef4-4e38-a4de-df26-000000000b29 | TIMING | create persistent directories | standalone | 0:01:35.076977 | 0.24s 2025-10-10 07:04:11.021697 | fa163ef4-4e38-a4de-df26-000000000b29 | TIMING | create persistent directories | standalone | 0:01:35.086547 | 0.25s 2025-10-10 07:04:11.045146 | fa163ef4-4e38-a4de-df26-000000000b2b | TASK | Create cinder image conversion directory 2025-10-10 07:04:11.075887 | fa163ef4-4e38-a4de-df26-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2025-10-10 07:04:11.077127 | fa163ef4-4e38-a4de-df26-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:35.141984 | 0.03s 2025-10-10 07:04:11.098750 | fa163ef4-4e38-a4de-df26-000000000b2c | TASK | Mount cinder's image conversion NFS share 2025-10-10 07:04:11.134113 | fa163ef4-4e38-a4de-df26-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-10-10 07:04:11.135268 | fa163ef4-4e38-a4de-df26-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:35.200127 | 0.03s 2025-10-10 07:04:11.159562 | fa163ef4-4e38-a4de-df26-000000000b2e | TASK | cinder_configure_lvm fact 2025-10-10 07:04:11.189131 | fa163ef4-4e38-a4de-df26-000000000b2e | OK | cinder_configure_lvm fact | standalone 2025-10-10 07:04:11.190804 | fa163ef4-4e38-a4de-df26-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:35.255655 | 0.03s 2025-10-10 07:04:11.218144 | fa163ef4-4e38-a4de-df26-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2025-10-10 07:04:11.247606 | fa163ef4-4e38-a4de-df26-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-10-10 07:04:11.249175 | fa163ef4-4e38-a4de-df26-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:35.314024 | 0.03s 2025-10-10 07:04:11.276234 | fa163ef4-4e38-a4de-df26-000000000b31 | TASK | cinder create LVM volume group dd 2025-10-10 07:04:11.305796 | fa163ef4-4e38-a4de-df26-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2025-10-10 07:04:11.307243 | fa163ef4-4e38-a4de-df26-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:35.372096 | 0.03s 2025-10-10 07:04:11.334244 | fa163ef4-4e38-a4de-df26-000000000b32 | TASK | Get or create LVM loopback device 2025-10-10 07:04:11.363546 | fa163ef4-4e38-a4de-df26-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2025-10-10 07:04:11.364888 | fa163ef4-4e38-a4de-df26-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:35.429741 | 0.03s 2025-10-10 07:04:11.391208 | fa163ef4-4e38-a4de-df26-000000000b33 | TASK | Create LVM volume group 2025-10-10 07:04:11.425067 | fa163ef4-4e38-a4de-df26-000000000b33 | SKIPPED | Create LVM volume group | standalone 2025-10-10 07:04:11.426454 | fa163ef4-4e38-a4de-df26-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:35.491308 | 0.03s 2025-10-10 07:04:11.452597 | fa163ef4-4e38-a4de-df26-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2025-10-10 07:04:11.482458 | fa163ef4-4e38-a4de-df26-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-10-10 07:04:11.484062 | fa163ef4-4e38-a4de-df26-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:35.548911 | 0.03s 2025-10-10 07:04:11.511182 | fa163ef4-4e38-a4de-df26-000000000b35 | TASK | cinder enable the LVM losetup service 2025-10-10 07:04:11.544415 | fa163ef4-4e38-a4de-df26-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2025-10-10 07:04:11.545910 | fa163ef4-4e38-a4de-df26-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:35.610762 | 0.03s 2025-10-10 07:04:11.571582 | fa163ef4-4e38-a4de-df26-000000000b37 | TASK | allow logrotate to read inside containers 2025-10-10 07:04:12.511795 | fa163ef4-4e38-a4de-df26-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2025-10-10 07:04:12.513808 | fa163ef4-4e38-a4de-df26-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:36.578661 | 0.94s 2025-10-10 07:04:12.546810 | fa163ef4-4e38-a4de-df26-000000000b38 | TASK | authorize httpd to listen on registry ports 2025-10-10 07:04:14.715462 | fa163ef4-4e38-a4de-df26-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-10-10 07:04:14.718011 | fa163ef4-4e38-a4de-df26-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:38.782820 | 2.17s 2025-10-10 07:04:14.779380 | fa163ef4-4e38-a4de-df26-000000000b3a | OK | set_fact | standalone 2025-10-10 07:04:14.780504 | fa163ef4-4e38-a4de-df26-000000000b3a | TIMING | set_fact | standalone | 0:01:38.845365 | 0.03s 2025-10-10 07:04:14.824649 | fa163ef4-4e38-a4de-df26-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:38.889499 | 0.03s 2025-10-10 07:04:14.863389 | fa163ef4-4e38-a4de-df26-000000000f04 | TASK | ensure apache is installed 2025-10-10 07:04:21.277087 | fa163ef4-4e38-a4de-df26-000000000f04 | CHANGED | ensure apache is installed | standalone 2025-10-10 07:04:21.278843 | fa163ef4-4e38-a4de-df26-000000000f04 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:45.343699 | 6.41s 2025-10-10 07:04:21.299939 | fa163ef4-4e38-a4de-df26-000000000f05 | TASK | create image data directory 2025-10-10 07:04:21.543227 | fa163ef4-4e38-a4de-df26-000000000f05 | CHANGED | create image data directory | standalone 2025-10-10 07:04:21.545206 | fa163ef4-4e38-a4de-df26-000000000f05 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:45.610055 | 0.24s 2025-10-10 07:04:21.571998 | fa163ef4-4e38-a4de-df26-000000000f06 | TASK | create /v2/ response file 2025-10-10 07:04:22.043934 | fa163ef4-4e38-a4de-df26-000000000f06 | CHANGED | create /v2/ response file | standalone 2025-10-10 07:04:22.045848 | fa163ef4-4e38-a4de-df26-000000000f06 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:46.110699 | 0.47s 2025-10-10 07:04:22.073702 | fa163ef4-4e38-a4de-df26-000000000f07 | TASK | Add listen line 2025-10-10 07:04:22.474614 | fa163ef4-4e38-a4de-df26-000000000f07 | CHANGED | Add listen line | standalone 2025-10-10 07:04:22.476271 | fa163ef4-4e38-a4de-df26-000000000f07 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:46.541125 | 0.40s 2025-10-10 07:04:22.502523 | fa163ef4-4e38-a4de-df26-000000000f08 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-10-10 07:04:23.073918 | fa163ef4-4e38-a4de-df26-000000000f08 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-10-10 07:04:23.075631 | fa163ef4-4e38-a4de-df26-000000000f08 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:47.140484 | 0.57s 2025-10-10 07:04:23.102869 | fa163ef4-4e38-a4de-df26-000000000f09 | TASK | Image-Serve | restart httpd 2025-10-10 07:04:24.162739 | fa163ef4-4e38-a4de-df26-000000000f09 | CHANGED | Image-Serve | restart httpd | standalone 2025-10-10 07:04:24.165064 | fa163ef4-4e38-a4de-df26-000000000f09 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:48.229913 | 1.06s 2025-10-10 07:04:24.223936 | fa163ef4-4e38-a4de-df26-000000000b3d | TASK | create persistent logs directory 2025-10-10 07:04:24.545042 | fa163ef4-4e38-a4de-df26-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-10-10 07:04:24.547556 | fa163ef4-4e38-a4de-df26-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:48.612406 | 0.32s 2025-10-10 07:04:24.725979 | fa163ef4-4e38-a4de-df26-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-10-10 07:04:24.727711 | fa163ef4-4e38-a4de-df26-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:48.792568 | 0.50s 2025-10-10 07:04:24.738169 | fa163ef4-4e38-a4de-df26-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:48.803028 | 0.51s 2025-10-10 07:04:24.764013 | fa163ef4-4e38-a4de-df26-000000000b3e | TASK | Mount NFS on host 2025-10-10 07:04:24.793020 | fa163ef4-4e38-a4de-df26-000000000b3e | SKIPPED | Mount NFS on host | standalone 2025-10-10 07:04:24.794286 | fa163ef4-4e38-a4de-df26-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:48.859140 | 0.03s 2025-10-10 07:04:24.820135 | fa163ef4-4e38-a4de-df26-000000000b3f | TASK | Mount Node Staging Location 2025-10-10 07:04:24.848879 | fa163ef4-4e38-a4de-df26-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2025-10-10 07:04:24.850169 | fa163ef4-4e38-a4de-df26-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:48.915024 | 0.03s 2025-10-10 07:04:24.875469 | fa163ef4-4e38-a4de-df26-000000000b40 | TASK | ensure /var/lib/glance exists 2025-10-10 07:04:25.118552 | fa163ef4-4e38-a4de-df26-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2025-10-10 07:04:25.120075 | fa163ef4-4e38-a4de-df26-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:49.184929 | 0.24s 2025-10-10 07:04:25.140416 | fa163ef4-4e38-a4de-df26-000000000b41 | TASK | create logs directory 2025-10-10 07:04:25.395696 | fa163ef4-4e38-a4de-df26-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-10 07:04:25.397519 | fa163ef4-4e38-a4de-df26-000000000b41 | TIMING | create logs directory | standalone | 0:01:49.462370 | 0.26s 2025-10-10 07:04:25.640566 | fa163ef4-4e38-a4de-df26-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-10-10 07:04:25.642715 | fa163ef4-4e38-a4de-df26-000000000b41 | TIMING | create logs directory | standalone | 0:01:49.707572 | 0.50s 2025-10-10 07:04:25.653544 | fa163ef4-4e38-a4de-df26-000000000b41 | TIMING | create logs directory | standalone | 0:01:49.718388 | 0.51s 2025-10-10 07:04:25.679940 | fa163ef4-4e38-a4de-df26-000000000b42 | TASK | Mount Gnocchi NFS on host 2025-10-10 07:04:25.709560 | fa163ef4-4e38-a4de-df26-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-10-10 07:04:25.710884 | fa163ef4-4e38-a4de-df26-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:49.775737 | 0.03s 2025-10-10 07:04:25.736251 | fa163ef4-4e38-a4de-df26-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2025-10-10 07:04:26.009198 | fa163ef4-4e38-a4de-df26-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-10-10 07:04:26.010656 | fa163ef4-4e38-a4de-df26-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:50.075510 | 0.27s 2025-10-10 07:04:26.036486 | fa163ef4-4e38-a4de-df26-000000000b44 | TASK | create persistent directories 2025-10-10 07:04:26.270395 | fa163ef4-4e38-a4de-df26-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-10 07:04:26.272911 | fa163ef4-4e38-a4de-df26-000000000b44 | TIMING | create persistent directories | standalone | 0:01:50.337756 | 0.23s 2025-10-10 07:04:26.282760 | fa163ef4-4e38-a4de-df26-000000000b44 | TIMING | create persistent directories | standalone | 0:01:50.347609 | 0.24s 2025-10-10 07:04:26.309237 | fa163ef4-4e38-a4de-df26-000000000b45 | TASK | create persistent data directory 2025-10-10 07:04:26.523903 | fa163ef4-4e38-a4de-df26-000000000b45 | OK | create persistent data directory | standalone 2025-10-10 07:04:26.525052 | fa163ef4-4e38-a4de-df26-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:50.589913 | 0.21s 2025-10-10 07:04:26.545731 | fa163ef4-4e38-a4de-df26-000000000b46 | TASK | get parameters 2025-10-10 07:04:26.574087 | fa163ef4-4e38-a4de-df26-000000000b46 | OK | get parameters | standalone 2025-10-10 07:04:26.575568 | fa163ef4-4e38-a4de-df26-000000000b46 | TIMING | get parameters | standalone | 0:01:50.640419 | 0.03s 2025-10-10 07:04:26.601335 | fa163ef4-4e38-a4de-df26-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2025-10-10 07:04:26.651065 | fa163ef4-4e38-a4de-df26-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-10-10 07:04:26.652351 | fa163ef4-4e38-a4de-df26-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:50.717204 | 0.05s 2025-10-10 07:04:26.679227 | fa163ef4-4e38-a4de-df26-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2025-10-10 07:04:26.724606 | fa163ef4-4e38-a4de-df26-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-10-10 07:04:26.725937 | fa163ef4-4e38-a4de-df26-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:50.790791 | 0.05s 2025-10-10 07:04:26.752501 | fa163ef4-4e38-a4de-df26-000000000b4a | TASK | get haproxy status 2025-10-10 07:04:26.802513 | fa163ef4-4e38-a4de-df26-000000000b4a | SKIPPED | get haproxy status | standalone 2025-10-10 07:04:26.803799 | fa163ef4-4e38-a4de-df26-000000000b4a | TIMING | get haproxy status | standalone | 0:01:50.868654 | 0.05s 2025-10-10 07:04:26.829897 | fa163ef4-4e38-a4de-df26-000000000b4b | TASK | get pacemaker status 2025-10-10 07:04:26.885347 | fa163ef4-4e38-a4de-df26-000000000b4b | SKIPPED | get pacemaker status | standalone 2025-10-10 07:04:26.886655 | fa163ef4-4e38-a4de-df26-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:50.951507 | 0.06s 2025-10-10 07:04:26.914759 | fa163ef4-4e38-a4de-df26-000000000b4c | TASK | get docker status 2025-10-10 07:04:26.959476 | fa163ef4-4e38-a4de-df26-000000000b4c | SKIPPED | get docker status | standalone 2025-10-10 07:04:26.961125 | fa163ef4-4e38-a4de-df26-000000000b4c | TIMING | get docker status | standalone | 0:01:51.025979 | 0.04s 2025-10-10 07:04:26.987427 | fa163ef4-4e38-a4de-df26-000000000b4d | TASK | get container_id 2025-10-10 07:04:27.036867 | fa163ef4-4e38-a4de-df26-000000000b4d | SKIPPED | get container_id | standalone 2025-10-10 07:04:27.038109 | fa163ef4-4e38-a4de-df26-000000000b4d | TIMING | get container_id | standalone | 0:01:51.102964 | 0.05s 2025-10-10 07:04:27.063230 | fa163ef4-4e38-a4de-df26-000000000b4e | TASK | get pcs resource name for haproxy container 2025-10-10 07:04:27.114019 | fa163ef4-4e38-a4de-df26-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2025-10-10 07:04:27.115479 | fa163ef4-4e38-a4de-df26-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:51.180332 | 0.05s 2025-10-10 07:04:27.141611 | fa163ef4-4e38-a4de-df26-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2025-10-10 07:04:27.190875 | fa163ef4-4e38-a4de-df26-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-10-10 07:04:27.192108 | fa163ef4-4e38-a4de-df26-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:51.256959 | 0.05s 2025-10-10 07:04:27.217181 | fa163ef4-4e38-a4de-df26-000000000b50 | TASK | push certificate content 2025-10-10 07:04:27.266325 | fa163ef4-4e38-a4de-df26-000000000b50 | SKIPPED | push certificate content | standalone 2025-10-10 07:04:27.267512 | fa163ef4-4e38-a4de-df26-000000000b50 | TIMING | push certificate content | standalone | 0:01:51.332367 | 0.05s 2025-10-10 07:04:27.287859 | fa163ef4-4e38-a4de-df26-000000000b52 | TASK | set certificate ownership 2025-10-10 07:04:27.337431 | fa163ef4-4e38-a4de-df26-000000000b52 | SKIPPED | set certificate ownership | standalone 2025-10-10 07:04:27.338557 | fa163ef4-4e38-a4de-df26-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:51.403416 | 0.05s 2025-10-10 07:04:27.358233 | fa163ef4-4e38-a4de-df26-000000000b53 | TASK | reload haproxy if enabled 2025-10-10 07:04:27.398425 | fa163ef4-4e38-a4de-df26-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2025-10-10 07:04:27.399388 | fa163ef4-4e38-a4de-df26-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:51.464250 | 0.04s 2025-10-10 07:04:27.419174 | fa163ef4-4e38-a4de-df26-000000000b54 | TASK | restart pacemaker resource for haproxy 2025-10-10 07:04:27.466791 | fa163ef4-4e38-a4de-df26-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-10-10 07:04:27.467796 | fa163ef4-4e38-a4de-df26-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:51.532655 | 0.05s 2025-10-10 07:04:27.488401 | fa163ef4-4e38-a4de-df26-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2025-10-10 07:04:27.536641 | fa163ef4-4e38-a4de-df26-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-10-10 07:04:27.537695 | fa163ef4-4e38-a4de-df26-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:51.602555 | 0.05s 2025-10-10 07:04:27.558039 | fa163ef4-4e38-a4de-df26-000000000b58 | TASK | create persistent directories 2025-10-10 07:04:27.823991 | fa163ef4-4e38-a4de-df26-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-10-10 07:04:27.825691 | fa163ef4-4e38-a4de-df26-000000000b58 | TIMING | create persistent directories | standalone | 0:01:51.890543 | 0.27s 2025-10-10 07:04:28.039399 | fa163ef4-4e38-a4de-df26-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-10-10 07:04:28.040313 | fa163ef4-4e38-a4de-df26-000000000b58 | TIMING | create persistent directories | standalone | 0:01:52.105175 | 0.48s 2025-10-10 07:04:28.044423 | fa163ef4-4e38-a4de-df26-000000000b58 | TIMING | create persistent directories | standalone | 0:01:52.109270 | 0.49s 2025-10-10 07:04:28.074039 | fa163ef4-4e38-a4de-df26-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2025-10-10 07:04:33.516802 | fa163ef4-4e38-a4de-df26-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-10-10 07:04:33.517707 | fa163ef4-4e38-a4de-df26-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:57.582571 | 5.44s 2025-10-10 07:04:33.537569 | fa163ef4-4e38-a4de-df26-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-10-10 07:04:33.619207 | fa163ef4-4e38-a4de-df26-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.76 seconds", "Notice: Applied catalog in 0.20 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.19", " Catalog application: 0.20", " Config retrieval: 0.84", " Last run: 1760079873", " Total: 0.20", "Version:", " Config: 1760079872", " Puppet: 7.10.0", "Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", " (file & line not available)", "Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", " (file: /etc/puppet/hiera.yaml)", "Warning: Undefined variable '::deploy_config_name'; ", "Warning: Scope(Haproxy::Config[haproxy]): haproxy: The $merge_options parameter will default to true in the next major release. Please review the documentation regarding the implications." ] } 2025-10-10 07:04:33.620448 | fa163ef4-4e38-a4de-df26-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:57.685303 | 0.08s 2025-10-10 07:04:33.647078 | fa163ef4-4e38-a4de-df26-000000000b5b | TASK | create persistent directories 2025-10-10 07:04:33.898287 | fa163ef4-4e38-a4de-df26-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-10 07:04:33.899547 | fa163ef4-4e38-a4de-df26-000000000b5b | TIMING | create persistent directories | standalone | 0:01:57.964409 | 0.25s 2025-10-10 07:04:34.084878 | fa163ef4-4e38-a4de-df26-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-10-10 07:04:34.085735 | fa163ef4-4e38-a4de-df26-000000000b5b | TIMING | create persistent directories | standalone | 0:01:58.150597 | 0.44s 2025-10-10 07:04:34.090852 | fa163ef4-4e38-a4de-df26-000000000b5b | TIMING | create persistent directories | standalone | 0:01:58.155708 | 0.44s 2025-10-10 07:04:34.117336 | fa163ef4-4e38-a4de-df26-000000000b5c | TASK | create persistent directories 2025-10-10 07:04:34.376317 | fa163ef4-4e38-a4de-df26-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-10 07:04:34.377255 | fa163ef4-4e38-a4de-df26-000000000b5c | TIMING | create persistent directories | standalone | 0:01:58.442117 | 0.26s 2025-10-10 07:04:34.548652 | fa163ef4-4e38-a4de-df26-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-10-10 07:04:34.550720 | fa163ef4-4e38-a4de-df26-000000000b5c | TIMING | create persistent directories | standalone | 0:01:58.615571 | 0.43s 2025-10-10 07:04:34.560335 | fa163ef4-4e38-a4de-df26-000000000b5c | TIMING | create persistent directories | standalone | 0:01:58.625192 | 0.44s 2025-10-10 07:04:34.582181 | fa163ef4-4e38-a4de-df26-000000000b5d | TASK | create persistent directories 2025-10-10 07:04:34.807587 | fa163ef4-4e38-a4de-df26-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-10 07:04:34.809029 | fa163ef4-4e38-a4de-df26-000000000b5d | TIMING | create persistent directories | standalone | 0:01:58.873883 | 0.23s 2025-10-10 07:04:34.815042 | fa163ef4-4e38-a4de-df26-000000000b5d | TIMING | create persistent directories | standalone | 0:01:58.879898 | 0.23s 2025-10-10 07:04:34.841194 | fa163ef4-4e38-a4de-df26-000000000b5e | TASK | create persistent directories 2025-10-10 07:04:35.072650 | fa163ef4-4e38-a4de-df26-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-10-10 07:04:35.074098 | fa163ef4-4e38-a4de-df26-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.138942 | 0.23s 2025-10-10 07:04:35.285804 | fa163ef4-4e38-a4de-df26-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-10-10 07:04:35.287944 | fa163ef4-4e38-a4de-df26-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.352795 | 0.44s 2025-10-10 07:04:35.498867 | fa163ef4-4e38-a4de-df26-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-10-10 07:04:35.501323 | fa163ef4-4e38-a4de-df26-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.566174 | 0.66s 2025-10-10 07:04:35.710835 | fa163ef4-4e38-a4de-df26-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-10-10 07:04:35.712275 | fa163ef4-4e38-a4de-df26-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.777126 | 0.87s 2025-10-10 07:04:35.721308 | fa163ef4-4e38-a4de-df26-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.786150 | 0.88s 2025-10-10 07:04:35.749341 | fa163ef4-4e38-a4de-df26-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2025-10-10 07:04:36.272313 | fa163ef4-4e38-a4de-df26-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-10-10 07:04:36.273802 | fa163ef4-4e38-a4de-df26-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:00.338659 | 0.52s 2025-10-10 07:04:36.299996 | fa163ef4-4e38-a4de-df26-000000000b60 | TASK | create fcontext entry for iscsi 2025-10-10 07:04:37.575778 | fa163ef4-4e38-a4de-df26-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-10 07:04:37.578313 | fa163ef4-4e38-a4de-df26-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.643158 | 1.28s 2025-10-10 07:04:38.826690 | fa163ef4-4e38-a4de-df26-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-10 07:04:38.828436 | fa163ef4-4e38-a4de-df26-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:02.893298 | 2.53s 2025-10-10 07:04:40.089991 | fa163ef4-4e38-a4de-df26-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-10 07:04:40.092252 | fa163ef4-4e38-a4de-df26-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:04.157108 | 3.79s 2025-10-10 07:04:40.102742 | fa163ef4-4e38-a4de-df26-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:04.167589 | 3.80s 2025-10-10 07:04:40.130320 | fa163ef4-4e38-a4de-df26-000000000b61 | TASK | create persistent directories 2025-10-10 07:04:40.374766 | fa163ef4-4e38-a4de-df26-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-10 07:04:40.377090 | fa163ef4-4e38-a4de-df26-000000000b61 | TIMING | create persistent directories | standalone | 0:02:04.441938 | 0.25s 2025-10-10 07:04:40.555753 | fa163ef4-4e38-a4de-df26-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-10 07:04:40.557660 | fa163ef4-4e38-a4de-df26-000000000b61 | TIMING | create persistent directories | standalone | 0:02:04.622518 | 0.43s 2025-10-10 07:04:40.774315 | fa163ef4-4e38-a4de-df26-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-10 07:04:40.775392 | fa163ef4-4e38-a4de-df26-000000000b61 | TIMING | create persistent directories | standalone | 0:02:04.840250 | 0.64s 2025-10-10 07:04:40.781936 | fa163ef4-4e38-a4de-df26-000000000b61 | TIMING | create persistent directories | standalone | 0:02:04.846788 | 0.65s 2025-10-10 07:04:40.803153 | fa163ef4-4e38-a4de-df26-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2025-10-10 07:04:41.000711 | fa163ef4-4e38-a4de-df26-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-10-10 07:04:41.001743 | fa163ef4-4e38-a4de-df26-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:05.066605 | 0.20s 2025-10-10 07:04:41.022508 | fa163ef4-4e38-a4de-df26-000000000b63 | TASK | Stop and disable iscsid.socket service 2025-10-10 07:04:41.040429 | fa163ef4-4e38-a4de-df26-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-10-10 07:04:41.041813 | fa163ef4-4e38-a4de-df26-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:05.106666 | 0.02s 2025-10-10 07:04:41.070270 | fa163ef4-4e38-a4de-df26-000000000b64 | TASK | Check if iscsi.service is enabled 2025-10-10 07:04:41.272029 | fa163ef4-4e38-a4de-df26-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2025-10-10 07:04:41.273101 | fa163ef4-4e38-a4de-df26-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:05.337961 | 0.20s 2025-10-10 07:04:41.294160 | fa163ef4-4e38-a4de-df26-000000000b65 | TASK | Stop iscsi.service 2025-10-10 07:04:41.322192 | fa163ef4-4e38-a4de-df26-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2025-10-10 07:04:41.323200 | fa163ef4-4e38-a4de-df26-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:05.388060 | 0.03s 2025-10-10 07:04:41.373668 | fa163ef4-4e38-a4de-df26-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:05.438511 | 0.03s 2025-10-10 07:04:41.463911 | fa163ef4-4e38-a4de-df26-000000001067 | TASK | Install additional packages 2025-10-10 07:04:41.489558 | fa163ef4-4e38-a4de-df26-000000001067 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:05.554410 | 0.02s 2025-10-10 07:04:41.508030 | fa163ef4-4e38-a4de-df26-000000001068 | TASK | Remove dracut-config-generic 2025-10-10 07:04:45.491047 | fa163ef4-4e38-a4de-df26-000000001068 | CHANGED | Remove dracut-config-generic | standalone 2025-10-10 07:04:45.491829 | fa163ef4-4e38-a4de-df26-000000001068 | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:09.556693 | 3.98s 2025-10-10 07:04:45.509385 | fa163ef4-4e38-a4de-df26-000000001069 | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-10-10 07:04:45.740725 | fa163ef4-4e38-a4de-df26-000000001069 | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-10-10 07:04:45.742051 | fa163ef4-4e38-a4de-df26-000000001069 | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:09.806907 | 0.23s 2025-10-10 07:04:45.770940 | fa163ef4-4e38-a4de-df26-00000000106a | TASK | Write list of modules to load at boot 2025-10-10 07:04:46.259210 | fa163ef4-4e38-a4de-df26-00000000106a | CHANGED | Write list of modules to load at boot | standalone 2025-10-10 07:04:46.259921 | fa163ef4-4e38-a4de-df26-00000000106a | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:10.324785 | 0.49s 2025-10-10 07:04:46.281492 | fa163ef4-4e38-a4de-df26-00000000106b | TASK | Modules reload 2025-10-10 07:04:46.775689 | fa163ef4-4e38-a4de-df26-00000000106b | CHANGED | Modules reload | standalone 2025-10-10 07:04:46.777671 | fa163ef4-4e38-a4de-df26-00000000106b | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:10.842525 | 0.50s 2025-10-10 07:04:46.804940 | fa163ef4-4e38-a4de-df26-00000000106c | TASK | Set default sysctl options 2025-10-10 07:04:47.245943 | fa163ef4-4e38-a4de-df26-00000000106c | CHANGED | Set default sysctl options | standalone 2025-10-10 07:04:47.247541 | fa163ef4-4e38-a4de-df26-00000000106c | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:11.312397 | 0.44s 2025-10-10 07:04:47.276034 | fa163ef4-4e38-a4de-df26-00000000106d | TASK | Set extra sysctl options 2025-10-10 07:04:47.684107 | fa163ef4-4e38-a4de-df26-00000000106d | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-10-10 07:04:47.685688 | fa163ef4-4e38-a4de-df26-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.750551 | 0.41s 2025-10-10 07:04:47.899280 | fa163ef4-4e38-a4de-df26-00000000106d | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-10-10 07:04:47.901269 | fa163ef4-4e38-a4de-df26-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.966113 | 0.62s 2025-10-10 07:04:48.152926 | fa163ef4-4e38-a4de-df26-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-10-10 07:04:48.153780 | fa163ef4-4e38-a4de-df26-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.218641 | 0.88s 2025-10-10 07:04:48.362636 | fa163ef4-4e38-a4de-df26-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-10-10 07:04:48.364695 | fa163ef4-4e38-a4de-df26-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.429551 | 1.09s 2025-10-10 07:04:48.613818 | fa163ef4-4e38-a4de-df26-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-10-10 07:04:48.615619 | fa163ef4-4e38-a4de-df26-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.680476 | 1.34s 2025-10-10 07:04:48.840465 | fa163ef4-4e38-a4de-df26-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-10-10 07:04:48.842747 | fa163ef4-4e38-a4de-df26-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.907599 | 1.56s 2025-10-10 07:04:49.090491 | fa163ef4-4e38-a4de-df26-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-10-10 07:04:49.092218 | fa163ef4-4e38-a4de-df26-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.157076 | 1.81s 2025-10-10 07:04:49.344291 | fa163ef4-4e38-a4de-df26-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-10-10 07:04:49.345473 | fa163ef4-4e38-a4de-df26-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.410331 | 2.07s 2025-10-10 07:04:49.611999 | fa163ef4-4e38-a4de-df26-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-10-10 07:04:49.613380 | fa163ef4-4e38-a4de-df26-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.678234 | 2.34s 2025-10-10 07:04:49.856092 | fa163ef4-4e38-a4de-df26-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-10-10 07:04:49.858168 | fa163ef4-4e38-a4de-df26-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.923020 | 2.58s 2025-10-10 07:04:50.082909 | fa163ef4-4e38-a4de-df26-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-10-10 07:04:50.084999 | fa163ef4-4e38-a4de-df26-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.149855 | 2.81s 2025-10-10 07:04:50.348193 | fa163ef4-4e38-a4de-df26-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-10-10 07:04:50.349213 | fa163ef4-4e38-a4de-df26-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.414071 | 3.07s 2025-10-10 07:04:50.557761 | fa163ef4-4e38-a4de-df26-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-10-10 07:04:50.559764 | fa163ef4-4e38-a4de-df26-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.624620 | 3.28s 2025-10-10 07:04:50.765356 | fa163ef4-4e38-a4de-df26-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-10-10 07:04:50.767183 | fa163ef4-4e38-a4de-df26-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.832041 | 3.49s 2025-10-10 07:04:51.021949 | fa163ef4-4e38-a4de-df26-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-10-10 07:04:51.024655 | fa163ef4-4e38-a4de-df26-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.089505 | 3.75s 2025-10-10 07:04:51.215248 | fa163ef4-4e38-a4de-df26-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-10-10 07:04:51.215984 | fa163ef4-4e38-a4de-df26-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.280827 | 3.94s 2025-10-10 07:04:51.403052 | fa163ef4-4e38-a4de-df26-00000000106d | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-10-10 07:04:51.404123 | fa163ef4-4e38-a4de-df26-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.468979 | 4.13s 2025-10-10 07:04:51.413288 | fa163ef4-4e38-a4de-df26-00000000106d | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.478135 | 4.14s 2025-10-10 07:04:51.442912 | fa163ef4-4e38-a4de-df26-00000000106f | TASK | Sysctl reload 2025-10-10 07:04:51.840824 | fa163ef4-4e38-a4de-df26-00000000106f | CHANGED | Sysctl reload | standalone 2025-10-10 07:04:51.843602 | fa163ef4-4e38-a4de-df26-00000000106f | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:15.908447 | 0.40s 2025-10-10 07:04:51.896635 | fa163ef4-4e38-a4de-df26-000000000b67 | TASK | create persistent directories 2025-10-10 07:04:52.145028 | fa163ef4-4e38-a4de-df26-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-10-10 07:04:52.146774 | fa163ef4-4e38-a4de-df26-000000000b67 | TIMING | create persistent directories | standalone | 0:02:16.211625 | 0.25s 2025-10-10 07:04:52.301986 | fa163ef4-4e38-a4de-df26-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-10-10 07:04:52.302869 | fa163ef4-4e38-a4de-df26-000000000b67 | TIMING | create persistent directories | standalone | 0:02:16.367731 | 0.40s 2025-10-10 07:04:52.308250 | fa163ef4-4e38-a4de-df26-000000000b67 | TIMING | create persistent directories | standalone | 0:02:16.373101 | 0.41s 2025-10-10 07:04:52.334457 | fa163ef4-4e38-a4de-df26-000000000b68 | TASK | Check if file certs_valid exist 2025-10-10 07:04:52.511518 | fa163ef4-4e38-a4de-df26-000000000b68 | OK | Check if file certs_valid exist | standalone 2025-10-10 07:04:52.512773 | fa163ef4-4e38-a4de-df26-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:16.577628 | 0.18s 2025-10-10 07:04:52.539170 | fa163ef4-4e38-a4de-df26-000000000b69 | TASK | Check if file cert9.db exist 2025-10-10 07:04:52.771121 | fa163ef4-4e38-a4de-df26-000000000b69 | OK | Check if file cert9.db exist | standalone 2025-10-10 07:04:52.771881 | fa163ef4-4e38-a4de-df26-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:16.836745 | 0.23s 2025-10-10 07:04:52.789314 | fa163ef4-4e38-a4de-df26-000000000b6a | TASK | Check if file key4.db exist 2025-10-10 07:04:53.011525 | fa163ef4-4e38-a4de-df26-000000000b6a | OK | Check if file key4.db exist | standalone 2025-10-10 07:04:53.012294 | fa163ef4-4e38-a4de-df26-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:17.077160 | 0.22s 2025-10-10 07:04:53.055410 | fa163ef4-4e38-a4de-df26-000000000b6b | SKIPPED | fail | standalone 2025-10-10 07:04:53.056801 | fa163ef4-4e38-a4de-df26-000000000b6b | TIMING | fail | standalone | 0:02:17.121654 | 0.03s 2025-10-10 07:04:53.083268 | fa163ef4-4e38-a4de-df26-000000000b6c | TASK | Create persistent directories 2025-10-10 07:04:53.322222 | fa163ef4-4e38-a4de-df26-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-10 07:04:53.323423 | fa163ef4-4e38-a4de-df26-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:17.388280 | 0.24s 2025-10-10 07:04:53.512209 | fa163ef4-4e38-a4de-df26-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-10-10 07:04:53.514349 | fa163ef4-4e38-a4de-df26-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:17.579201 | 0.43s 2025-10-10 07:04:53.524727 | fa163ef4-4e38-a4de-df26-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:17.589575 | 0.44s 2025-10-10 07:04:53.551190 | fa163ef4-4e38-a4de-df26-000000000b6d | TASK | create persistent directories 2025-10-10 07:04:53.727490 | fa163ef4-4e38-a4de-df26-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-10 07:04:53.728874 | fa163ef4-4e38-a4de-df26-000000000b6d | TIMING | create persistent directories | standalone | 0:02:17.793725 | 0.18s 2025-10-10 07:04:53.741143 | fa163ef4-4e38-a4de-df26-000000000b6d | TIMING | create persistent directories | standalone | 0:02:17.805991 | 0.19s 2025-10-10 07:04:53.767361 | fa163ef4-4e38-a4de-df26-000000000b6e | TASK | create persistent directories 2025-10-10 07:04:53.996619 | fa163ef4-4e38-a4de-df26-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-10 07:04:53.997843 | fa163ef4-4e38-a4de-df26-000000000b6e | TIMING | create persistent directories | standalone | 0:02:18.062697 | 0.23s 2025-10-10 07:04:54.163459 | fa163ef4-4e38-a4de-df26-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-10-10 07:04:54.165127 | fa163ef4-4e38-a4de-df26-000000000b6e | TIMING | create persistent directories | standalone | 0:02:18.229989 | 0.40s 2025-10-10 07:04:54.176083 | fa163ef4-4e38-a4de-df26-000000000b6e | TIMING | create persistent directories | standalone | 0:02:18.240932 | 0.41s 2025-10-10 07:04:54.203440 | fa163ef4-4e38-a4de-df26-000000000b6f | TASK | create persistent directories 2025-10-10 07:04:54.424164 | fa163ef4-4e38-a4de-df26-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-10-10 07:04:54.425270 | fa163ef4-4e38-a4de-df26-000000000b6f | TIMING | create persistent directories | standalone | 0:02:18.490129 | 0.22s 2025-10-10 07:04:54.429686 | fa163ef4-4e38-a4de-df26-000000000b6f | TIMING | create persistent directories | standalone | 0:02:18.494536 | 0.22s 2025-10-10 07:04:54.455338 | fa163ef4-4e38-a4de-df26-000000000b70 | TASK | create persistent directories 2025-10-10 07:04:54.706075 | fa163ef4-4e38-a4de-df26-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-10-10 07:04:54.707689 | fa163ef4-4e38-a4de-df26-000000000b70 | TIMING | create persistent directories | standalone | 0:02:18.772540 | 0.25s 2025-10-10 07:04:54.924367 | fa163ef4-4e38-a4de-df26-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-10-10 07:04:54.926258 | fa163ef4-4e38-a4de-df26-000000000b70 | TIMING | create persistent directories | standalone | 0:02:18.991115 | 0.47s 2025-10-10 07:04:55.116697 | fa163ef4-4e38-a4de-df26-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-10-10 07:04:55.118655 | fa163ef4-4e38-a4de-df26-000000000b70 | TIMING | create persistent directories | standalone | 0:02:19.183511 | 0.66s 2025-10-10 07:04:55.129679 | fa163ef4-4e38-a4de-df26-000000000b70 | TIMING | create persistent directories | standalone | 0:02:19.194529 | 0.67s 2025-10-10 07:04:55.156633 | fa163ef4-4e38-a4de-df26-000000000b71 | TASK | create persistent directories 2025-10-10 07:04:55.412542 | fa163ef4-4e38-a4de-df26-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-10 07:04:55.413746 | fa163ef4-4e38-a4de-df26-000000000b71 | TIMING | create persistent directories | standalone | 0:02:19.478604 | 0.26s 2025-10-10 07:04:55.632339 | fa163ef4-4e38-a4de-df26-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-10-10 07:04:55.634541 | fa163ef4-4e38-a4de-df26-000000000b71 | TIMING | create persistent directories | standalone | 0:02:19.699396 | 0.48s 2025-10-10 07:04:55.644407 | fa163ef4-4e38-a4de-df26-000000000b71 | TIMING | create persistent directories | standalone | 0:02:19.709261 | 0.49s 2025-10-10 07:04:55.666229 | fa163ef4-4e38-a4de-df26-000000000b72 | TASK | create persistent directories 2025-10-10 07:04:55.927934 | fa163ef4-4e38-a4de-df26-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-10 07:04:55.929332 | fa163ef4-4e38-a4de-df26-000000000b72 | TIMING | create persistent directories | standalone | 0:02:19.994186 | 0.26s 2025-10-10 07:04:55.941085 | fa163ef4-4e38-a4de-df26-000000000b72 | TIMING | create persistent directories | standalone | 0:02:20.005939 | 0.27s 2025-10-10 07:04:55.962413 | fa163ef4-4e38-a4de-df26-000000000b73 | TASK | creating directory 2025-10-10 07:04:56.191139 | fa163ef4-4e38-a4de-df26-000000000b73 | CHANGED | creating directory | standalone 2025-10-10 07:04:56.192243 | fa163ef4-4e38-a4de-df26-000000000b73 | TIMING | creating directory | standalone | 0:02:20.257105 | 0.23s 2025-10-10 07:04:56.217409 | fa163ef4-4e38-a4de-df26-000000000b74 | TASK | derive pci passthrough whitelist 2025-10-10 07:04:56.654845 | fa163ef4-4e38-a4de-df26-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2025-10-10 07:04:56.656300 | fa163ef4-4e38-a4de-df26-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:20.721154 | 0.44s 2025-10-10 07:04:56.682173 | fa163ef4-4e38-a4de-df26-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2025-10-10 07:04:57.432578 | fa163ef4-4e38-a4de-df26-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-10-10 07:04:57.434116 | fa163ef4-4e38-a4de-df26-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:21.498972 | 0.75s 2025-10-10 07:04:57.460317 | fa163ef4-4e38-a4de-df26-000000000b76 | TASK | create /run/netns with temp namespace 2025-10-10 07:04:57.671432 | fa163ef4-4e38-a4de-df26-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2025-10-10 07:04:57.672684 | fa163ef4-4e38-a4de-df26-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:21.737541 | 0.21s 2025-10-10 07:04:57.697840 | fa163ef4-4e38-a4de-df26-000000000b77 | TASK | remove temp namespace 2025-10-10 07:04:57.918492 | fa163ef4-4e38-a4de-df26-000000000b77 | CHANGED | remove temp namespace | standalone 2025-10-10 07:04:57.919998 | fa163ef4-4e38-a4de-df26-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:21.984822 | 0.22s 2025-10-10 07:04:57.937495 | fa163ef4-4e38-a4de-df26-000000000b78 | TASK | create /var/lib/neutron 2025-10-10 07:04:58.157196 | fa163ef4-4e38-a4de-df26-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2025-10-10 07:04:58.158684 | fa163ef4-4e38-a4de-df26-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:22.223538 | 0.22s 2025-10-10 07:04:58.184092 | fa163ef4-4e38-a4de-df26-000000000b79 | TASK | set conditions 2025-10-10 07:04:58.214592 | fa163ef4-4e38-a4de-df26-000000000b79 | OK | set conditions | standalone 2025-10-10 07:04:58.215939 | fa163ef4-4e38-a4de-df26-000000000b79 | TIMING | set conditions | standalone | 0:02:22.280789 | 0.03s 2025-10-10 07:04:58.243455 | fa163ef4-4e38-a4de-df26-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2025-10-10 07:04:58.475910 | fa163ef4-4e38-a4de-df26-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-10-10 07:04:58.477487 | fa163ef4-4e38-a4de-df26-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:22.542336 | 0.23s 2025-10-10 07:04:58.503765 | fa163ef4-4e38-a4de-df26-000000000b7b | TASK | create dnsmasq dhcp kill script 2025-10-10 07:04:58.964033 | fa163ef4-4e38-a4de-df26-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2025-10-10 07:04:58.965717 | fa163ef4-4e38-a4de-df26-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:23.030569 | 0.46s 2025-10-10 07:04:58.994612 | fa163ef4-4e38-a4de-df26-000000000b7c | TASK | create haproxy kill script 2025-10-10 07:04:59.400106 | fa163ef4-4e38-a4de-df26-000000000b7c | CHANGED | create haproxy kill script | standalone 2025-10-10 07:04:59.400913 | fa163ef4-4e38-a4de-df26-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:23.465778 | 0.40s 2025-10-10 07:04:59.418491 | fa163ef4-4e38-a4de-df26-000000000b7d | TASK | create persistent directories 2025-10-10 07:04:59.635209 | fa163ef4-4e38-a4de-df26-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-10 07:04:59.638137 | fa163ef4-4e38-a4de-df26-000000000b7d | TIMING | create persistent directories | standalone | 0:02:23.702978 | 0.22s 2025-10-10 07:04:59.856738 | fa163ef4-4e38-a4de-df26-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-10-10 07:04:59.858150 | fa163ef4-4e38-a4de-df26-000000000b7d | TIMING | create persistent directories | standalone | 0:02:23.923007 | 0.44s 2025-10-10 07:04:59.868049 | fa163ef4-4e38-a4de-df26-000000000b7d | TIMING | create persistent directories | standalone | 0:02:23.932910 | 0.45s 2025-10-10 07:04:59.885753 | fa163ef4-4e38-a4de-df26-000000000b7e | TASK | create persistent directories 2025-10-10 07:05:00.132422 | fa163ef4-4e38-a4de-df26-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-10 07:05:00.134389 | fa163ef4-4e38-a4de-df26-000000000b7e | TIMING | create persistent directories | standalone | 0:02:24.199243 | 0.25s 2025-10-10 07:05:00.144701 | fa163ef4-4e38-a4de-df26-000000000b7e | TIMING | create persistent directories | standalone | 0:02:24.209551 | 0.26s 2025-10-10 07:05:00.170445 | fa163ef4-4e38-a4de-df26-000000000b7f | TASK | create persistent directories 2025-10-10 07:05:00.406971 | fa163ef4-4e38-a4de-df26-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-10 07:05:00.407890 | fa163ef4-4e38-a4de-df26-000000000b7f | TIMING | create persistent directories | standalone | 0:02:24.472750 | 0.24s 2025-10-10 07:05:00.623733 | fa163ef4-4e38-a4de-df26-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-10-10 07:05:00.625248 | fa163ef4-4e38-a4de-df26-000000000b7f | TIMING | create persistent directories | standalone | 0:02:24.690081 | 0.45s 2025-10-10 07:05:00.633106 | fa163ef4-4e38-a4de-df26-000000000b7f | TIMING | create persistent directories | standalone | 0:02:24.697955 | 0.46s 2025-10-10 07:05:00.660443 | fa163ef4-4e38-a4de-df26-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2025-10-10 07:05:00.841333 | fa163ef4-4e38-a4de-df26-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-10-10 07:05:00.842697 | fa163ef4-4e38-a4de-df26-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:24.907552 | 0.18s 2025-10-10 07:05:00.869479 | fa163ef4-4e38-a4de-df26-000000000b81 | TASK | create persistent directories 2025-10-10 07:05:01.129748 | fa163ef4-4e38-a4de-df26-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-10 07:05:01.131134 | fa163ef4-4e38-a4de-df26-000000000b81 | TIMING | create persistent directories | standalone | 0:02:25.195990 | 0.26s 2025-10-10 07:05:01.362043 | fa163ef4-4e38-a4de-df26-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-10-10 07:05:01.363186 | fa163ef4-4e38-a4de-df26-000000000b81 | TIMING | create persistent directories | standalone | 0:02:25.428043 | 0.49s 2025-10-10 07:05:01.555690 | fa163ef4-4e38-a4de-df26-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-10-10 07:05:01.556529 | fa163ef4-4e38-a4de-df26-000000000b81 | TIMING | create persistent directories | standalone | 0:02:25.621393 | 0.69s 2025-10-10 07:05:01.790201 | fa163ef4-4e38-a4de-df26-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-10 07:05:01.791900 | fa163ef4-4e38-a4de-df26-000000000b81 | TIMING | create persistent directories | standalone | 0:02:25.856757 | 0.92s 2025-10-10 07:05:01.964773 | fa163ef4-4e38-a4de-df26-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-10-10 07:05:01.965597 | fa163ef4-4e38-a4de-df26-000000000b81 | TIMING | create persistent directories | standalone | 0:02:26.030459 | 1.09s 2025-10-10 07:05:01.971911 | fa163ef4-4e38-a4de-df26-000000000b81 | TIMING | create persistent directories | standalone | 0:02:26.036765 | 1.10s 2025-10-10 07:05:01.994015 | fa163ef4-4e38-a4de-df26-000000000b82 | TASK | ensure /run/nova is present upon reboot 2025-10-10 07:05:02.381658 | fa163ef4-4e38-a4de-df26-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-10-10 07:05:02.382779 | fa163ef4-4e38-a4de-df26-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:26.447640 | 0.39s 2025-10-10 07:05:02.403930 | fa163ef4-4e38-a4de-df26-000000000b83 | TASK | create tempfiles 2025-10-10 07:05:02.700031 | fa163ef4-4e38-a4de-df26-000000000b83 | CHANGED | create tempfiles | standalone 2025-10-10 07:05:02.701135 | fa163ef4-4e38-a4de-df26-000000000b83 | TIMING | create tempfiles | standalone | 0:02:26.765997 | 0.30s 2025-10-10 07:05:02.722117 | fa163ef4-4e38-a4de-df26-000000000b84 | TASK | Mount Nova NFS Share 2025-10-10 07:05:02.748924 | fa163ef4-4e38-a4de-df26-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2025-10-10 07:05:02.749901 | fa163ef4-4e38-a4de-df26-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:26.814760 | 0.03s 2025-10-10 07:05:02.771403 | fa163ef4-4e38-a4de-df26-000000000b86 | TASK | check systemd-container package installed or not 2025-10-10 07:05:02.798330 | fa163ef4-4e38-a4de-df26-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2025-10-10 07:05:02.799605 | fa163ef4-4e38-a4de-df26-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:26.864465 | 0.03s 2025-10-10 07:05:02.821070 | fa163ef4-4e38-a4de-df26-000000000b87 | TASK | get latest package from downloaded package versions 2025-10-10 07:05:02.847534 | fa163ef4-4e38-a4de-df26-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2025-10-10 07:05:02.848473 | fa163ef4-4e38-a4de-df26-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:26.913332 | 0.03s 2025-10-10 07:05:02.868768 | fa163ef4-4e38-a4de-df26-000000000b88 | TASK | Install systemd-container package on boot 2025-10-10 07:05:02.895366 | fa163ef4-4e38-a4de-df26-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2025-10-10 07:05:02.896459 | fa163ef4-4e38-a4de-df26-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:26.961320 | 0.03s 2025-10-10 07:05:02.917624 | fa163ef4-4e38-a4de-df26-000000000b89 | TASK | enable install-systemd-container on compute boot 2025-10-10 07:05:02.946389 | fa163ef4-4e38-a4de-df26-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-10-10 07:05:02.947354 | fa163ef4-4e38-a4de-df26-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:27.012213 | 0.03s 2025-10-10 07:05:02.971468 | fa163ef4-4e38-a4de-df26-000000000b8a | TASK | check if install-systemd-container service exists 2025-10-10 07:05:02.993827 | fa163ef4-4e38-a4de-df26-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2025-10-10 07:05:02.995088 | fa163ef4-4e38-a4de-df26-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:27.059947 | 0.02s 2025-10-10 07:05:03.017724 | fa163ef4-4e38-a4de-df26-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2025-10-10 07:05:03.044928 | fa163ef4-4e38-a4de-df26-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-10-10 07:05:03.045969 | fa163ef4-4e38-a4de-df26-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:27.110814 | 0.03s 2025-10-10 07:05:03.069487 | fa163ef4-4e38-a4de-df26-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2025-10-10 07:05:03.097951 | fa163ef4-4e38-a4de-df26-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-10-10 07:05:03.099130 | fa163ef4-4e38-a4de-df26-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:27.163991 | 0.03s 2025-10-10 07:05:03.122313 | fa163ef4-4e38-a4de-df26-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-10-10 07:05:03.149528 | fa163ef4-4e38-a4de-df26-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-10-10 07:05:03.150713 | fa163ef4-4e38-a4de-df26-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:27.215572 | 0.03s 2025-10-10 07:05:03.172908 | fa163ef4-4e38-a4de-df26-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-10 07:05:03.202135 | fa163ef4-4e38-a4de-df26-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-10 07:05:03.203268 | fa163ef4-4e38-a4de-df26-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:27.268128 | 0.03s 2025-10-10 07:05:03.226172 | fa163ef4-4e38-a4de-df26-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-10-10 07:05:03.253935 | fa163ef4-4e38-a4de-df26-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-10 07:05:03.254984 | fa163ef4-4e38-a4de-df26-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:27.319824 | 0.03s 2025-10-10 07:05:03.275648 | fa163ef4-4e38-a4de-df26-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-10-10 07:05:03.302579 | fa163ef4-4e38-a4de-df26-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-10-10 07:05:03.303575 | fa163ef4-4e38-a4de-df26-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:27.368434 | 0.03s 2025-10-10 07:05:03.328591 | fa163ef4-4e38-a4de-df26-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-10-10 07:05:03.350161 | fa163ef4-4e38-a4de-df26-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-10-10 07:05:03.351091 | fa163ef4-4e38-a4de-df26-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:27.415951 | 0.02s 2025-10-10 07:05:03.371459 | fa163ef4-4e38-a4de-df26-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-10 07:05:03.397496 | fa163ef4-4e38-a4de-df26-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-10 07:05:03.398510 | fa163ef4-4e38-a4de-df26-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:27.463368 | 0.03s 2025-10-10 07:05:03.419342 | fa163ef4-4e38-a4de-df26-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-10-10 07:05:03.447101 | fa163ef4-4e38-a4de-df26-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-10 07:05:03.448476 | fa163ef4-4e38-a4de-df26-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:27.513330 | 0.03s 2025-10-10 07:05:03.474826 | fa163ef4-4e38-a4de-df26-000000000b98 | TASK | Do we prepend nova startup with a delay 2025-10-10 07:05:03.507280 | fa163ef4-4e38-a4de-df26-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2025-10-10 07:05:03.508540 | fa163ef4-4e38-a4de-df26-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:27.573395 | 0.03s 2025-10-10 07:05:03.535055 | fa163ef4-4e38-a4de-df26-000000000b99 | TASK | install nova-compute delay wrapper script 2025-10-10 07:05:03.567270 | fa163ef4-4e38-a4de-df26-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-10-10 07:05:03.568545 | fa163ef4-4e38-a4de-df26-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:27.633398 | 0.03s 2025-10-10 07:05:03.595558 | fa163ef4-4e38-a4de-df26-000000000b9a | TASK | Is irqbalance enabled 2025-10-10 07:05:03.616084 | fa163ef4-4e38-a4de-df26-000000000b9a | OK | Is irqbalance enabled | standalone 2025-10-10 07:05:03.617383 | fa163ef4-4e38-a4de-df26-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:27.682237 | 0.02s 2025-10-10 07:05:03.643617 | fa163ef4-4e38-a4de-df26-000000000b9b | TASK | disable irqbalance service on compute 2025-10-10 07:05:03.671813 | fa163ef4-4e38-a4de-df26-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2025-10-10 07:05:03.673138 | fa163ef4-4e38-a4de-df26-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:27.737992 | 0.03s 2025-10-10 07:05:03.699669 | fa163ef4-4e38-a4de-df26-000000000b9c | TASK | create persistent directories 2025-10-10 07:05:03.955861 | fa163ef4-4e38-a4de-df26-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-10-10 07:05:03.958025 | fa163ef4-4e38-a4de-df26-000000000b9c | TIMING | create persistent directories | standalone | 0:02:28.022877 | 0.26s 2025-10-10 07:05:03.968195 | fa163ef4-4e38-a4de-df26-000000000b9c | TIMING | create persistent directories | standalone | 0:02:28.033049 | 0.27s 2025-10-10 07:05:03.995036 | fa163ef4-4e38-a4de-df26-000000000b9d | TASK | create libvirt persistent data directories 2025-10-10 07:05:04.252857 | fa163ef4-4e38-a4de-df26-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-10-10 07:05:04.255390 | fa163ef4-4e38-a4de-df26-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.320240 | 0.26s 2025-10-10 07:05:04.504269 | fa163ef4-4e38-a4de-df26-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-10-10 07:05:04.506134 | fa163ef4-4e38-a4de-df26-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.570992 | 0.51s 2025-10-10 07:05:04.697841 | fa163ef4-4e38-a4de-df26-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-10-10 07:05:04.699726 | fa163ef4-4e38-a4de-df26-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.764584 | 0.70s 2025-10-10 07:05:04.951234 | fa163ef4-4e38-a4de-df26-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-10 07:05:04.952289 | fa163ef4-4e38-a4de-df26-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:29.017147 | 0.96s 2025-10-10 07:05:05.156795 | fa163ef4-4e38-a4de-df26-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-10-10 07:05:05.158598 | fa163ef4-4e38-a4de-df26-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:29.223455 | 1.16s 2025-10-10 07:05:05.450109 | fa163ef4-4e38-a4de-df26-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-10 07:05:05.450944 | fa163ef4-4e38-a4de-df26-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:29.515807 | 1.45s 2025-10-10 07:05:05.696646 | fa163ef4-4e38-a4de-df26-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-10-10 07:05:05.697948 | fa163ef4-4e38-a4de-df26-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:29.762805 | 1.70s 2025-10-10 07:05:05.934824 | fa163ef4-4e38-a4de-df26-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-10-10 07:05:05.936134 | fa163ef4-4e38-a4de-df26-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:30.000991 | 1.94s 2025-10-10 07:05:05.950230 | fa163ef4-4e38-a4de-df26-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:30.015080 | 1.95s 2025-10-10 07:05:05.973435 | fa163ef4-4e38-a4de-df26-000000000b9e | TASK | ensure qemu group is present on the host 2025-10-10 07:05:06.415643 | fa163ef4-4e38-a4de-df26-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2025-10-10 07:05:06.416704 | fa163ef4-4e38-a4de-df26-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:30.481565 | 0.44s 2025-10-10 07:05:06.437792 | fa163ef4-4e38-a4de-df26-000000000b9f | TASK | ensure qemu user is present on the host 2025-10-10 07:05:06.933986 | fa163ef4-4e38-a4de-df26-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2025-10-10 07:05:06.935484 | fa163ef4-4e38-a4de-df26-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:31.000337 | 0.50s 2025-10-10 07:05:06.962400 | fa163ef4-4e38-a4de-df26-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2025-10-10 07:05:07.204646 | fa163ef4-4e38-a4de-df26-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-10-10 07:05:07.205853 | fa163ef4-4e38-a4de-df26-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:31.270714 | 0.24s 2025-10-10 07:05:07.223744 | fa163ef4-4e38-a4de-df26-000000000ba1 | TASK | check if libvirt is installed 2025-10-10 07:05:07.445165 | fa163ef4-4e38-a4de-df26-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2025-10-10 07:05:07.446751 | fa163ef4-4e38-a4de-df26-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:31.511601 | 0.22s 2025-10-10 07:05:07.472873 | fa163ef4-4e38-a4de-df26-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2025-10-10 07:05:07.522167 | fa163ef4-4e38-a4de-df26-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-10-10 07:05:07.529489 | fa163ef4-4e38-a4de-df26-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-10-10 07:05:07.541553 | fa163ef4-4e38-a4de-df26-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:31.606386 | 0.07s 2025-10-10 07:05:07.568430 | fa163ef4-4e38-a4de-df26-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2025-10-10 07:05:08.067396 | fa163ef4-4e38-a4de-df26-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-10-10 07:05:08.068987 | fa163ef4-4e38-a4de-df26-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:32.133813 | 0.50s 2025-10-10 07:05:08.096123 | fa163ef4-4e38-a4de-df26-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-10-10 07:05:09.074776 | fa163ef4-4e38-a4de-df26-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-10-10 07:05:09.078106 | fa163ef4-4e38-a4de-df26-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:33.142958 | 0.98s 2025-10-10 07:05:09.106161 | fa163ef4-4e38-a4de-df26-000000000ba5 | TASK | Create libvirt persistent data directories 2025-10-10 07:05:09.365210 | fa163ef4-4e38-a4de-df26-000000000ba5 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-10-10 07:05:09.366161 | fa163ef4-4e38-a4de-df26-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:33.431023 | 0.26s 2025-10-10 07:05:09.372518 | fa163ef4-4e38-a4de-df26-000000000ba5 | TIMING | Create libvirt persistent data directories | standalone | 0:02:33.437376 | 0.26s 2025-10-10 07:05:09.394138 | fa163ef4-4e38-a4de-df26-000000000ba6 | TASK | create persistent directories 2025-10-10 07:05:09.618147 | fa163ef4-4e38-a4de-df26-000000000ba6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-10 07:05:09.619742 | fa163ef4-4e38-a4de-df26-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:33.684588 | 0.22s 2025-10-10 07:05:09.814641 | fa163ef4-4e38-a4de-df26-000000000ba6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-10 07:05:09.816620 | fa163ef4-4e38-a4de-df26-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:33.881477 | 0.42s 2025-10-10 07:05:09.826701 | fa163ef4-4e38-a4de-df26-000000000ba6 | TIMING | create persistent directories | standalone | 0:02:33.891558 | 0.43s 2025-10-10 07:05:09.845524 | fa163ef4-4e38-a4de-df26-000000000ba7 | TASK | Copy in cleanup script 2025-10-10 07:05:10.252267 | fa163ef4-4e38-a4de-df26-000000000ba7 | CHANGED | Copy in cleanup script | standalone 2025-10-10 07:05:10.254813 | fa163ef4-4e38-a4de-df26-000000000ba7 | TIMING | Copy in cleanup script | standalone | 0:02:34.319667 | 0.41s 2025-10-10 07:05:10.281389 | fa163ef4-4e38-a4de-df26-000000000ba8 | TASK | Copy in cleanup service 2025-10-10 07:05:10.830439 | fa163ef4-4e38-a4de-df26-000000000ba8 | CHANGED | Copy in cleanup service | standalone 2025-10-10 07:05:10.833037 | fa163ef4-4e38-a4de-df26-000000000ba8 | TIMING | Copy in cleanup service | standalone | 0:02:34.897889 | 0.55s 2025-10-10 07:05:10.860624 | fa163ef4-4e38-a4de-df26-000000000ba9 | TASK | Enabling the cleanup service 2025-10-10 07:05:11.513804 | fa163ef4-4e38-a4de-df26-000000000ba9 | CHANGED | Enabling the cleanup service | standalone 2025-10-10 07:05:11.515639 | fa163ef4-4e38-a4de-df26-000000000ba9 | TIMING | Enabling the cleanup service | standalone | 0:02:35.580493 | 0.65s 2025-10-10 07:05:11.537851 | fa163ef4-4e38-a4de-df26-000000000baa | TASK | create persistent directories 2025-10-10 07:05:11.794252 | fa163ef4-4e38-a4de-df26-000000000baa | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-10 07:05:11.795625 | fa163ef4-4e38-a4de-df26-000000000baa | TIMING | create persistent directories | standalone | 0:02:35.860482 | 0.26s 2025-10-10 07:05:12.028313 | fa163ef4-4e38-a4de-df26-000000000baa | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-10 07:05:12.029154 | fa163ef4-4e38-a4de-df26-000000000baa | TIMING | create persistent directories | standalone | 0:02:36.094016 | 0.49s 2025-10-10 07:05:12.033763 | fa163ef4-4e38-a4de-df26-000000000baa | TIMING | create persistent directories | standalone | 0:02:36.098627 | 0.50s 2025-10-10 07:05:12.056335 | fa163ef4-4e38-a4de-df26-000000000bab | TASK | set conditions 2025-10-10 07:05:12.077280 | fa163ef4-4e38-a4de-df26-000000000bab | OK | set conditions | standalone 2025-10-10 07:05:12.078546 | fa163ef4-4e38-a4de-df26-000000000bab | TIMING | set conditions | standalone | 0:02:36.143401 | 0.02s 2025-10-10 07:05:12.104782 | fa163ef4-4e38-a4de-df26-000000000bac | TASK | create persistent directories 2025-10-10 07:05:12.374311 | fa163ef4-4e38-a4de-df26-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-10 07:05:12.375928 | fa163ef4-4e38-a4de-df26-000000000bac | TIMING | create persistent directories | standalone | 0:02:36.440773 | 0.27s 2025-10-10 07:05:12.584850 | fa163ef4-4e38-a4de-df26-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-10-10 07:05:12.586135 | fa163ef4-4e38-a4de-df26-000000000bac | TIMING | create persistent directories | standalone | 0:02:36.650998 | 0.48s 2025-10-10 07:05:12.815695 | fa163ef4-4e38-a4de-df26-000000000bac | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-10-10 07:05:12.817064 | fa163ef4-4e38-a4de-df26-000000000bac | TIMING | create persistent directories | standalone | 0:02:36.881920 | 0.71s 2025-10-10 07:05:12.824707 | fa163ef4-4e38-a4de-df26-000000000bac | TIMING | create persistent directories | standalone | 0:02:36.889562 | 0.72s 2025-10-10 07:05:12.851801 | fa163ef4-4e38-a4de-df26-000000000bad | TASK | ensure /run/octavia is present upon reboot 2025-10-10 07:05:13.303845 | fa163ef4-4e38-a4de-df26-000000000bad | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-10-10 07:05:13.305644 | fa163ef4-4e38-a4de-df26-000000000bad | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:37.370492 | 0.45s 2025-10-10 07:05:13.332342 | fa163ef4-4e38-a4de-df26-000000000bae | TASK | create persistent directories 2025-10-10 07:05:13.573602 | fa163ef4-4e38-a4de-df26-000000000bae | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-10 07:05:13.575760 | fa163ef4-4e38-a4de-df26-000000000bae | TIMING | create persistent directories | standalone | 0:02:37.640606 | 0.24s 2025-10-10 07:05:13.799797 | fa163ef4-4e38-a4de-df26-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-10-10 07:05:13.801012 | fa163ef4-4e38-a4de-df26-000000000bae | TIMING | create persistent directories | standalone | 0:02:37.865878 | 0.47s 2025-10-10 07:05:13.811882 | fa163ef4-4e38-a4de-df26-000000000bae | TIMING | create persistent directories | standalone | 0:02:37.876736 | 0.48s 2025-10-10 07:05:13.833054 | fa163ef4-4e38-a4de-df26-000000000baf | TASK | create empty log files 2025-10-10 07:05:14.051913 | fa163ef4-4e38-a4de-df26-000000000baf | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2025-10-10 07:05:14.053137 | fa163ef4-4e38-a4de-df26-000000000baf | TIMING | create empty log files | standalone | 0:02:38.117996 | 0.22s 2025-10-10 07:05:14.223206 | fa163ef4-4e38-a4de-df26-000000000baf | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-10-10 07:05:14.224478 | fa163ef4-4e38-a4de-df26-000000000baf | TIMING | create empty log files | standalone | 0:02:38.289331 | 0.39s 2025-10-10 07:05:14.231635 | fa163ef4-4e38-a4de-df26-000000000baf | TIMING | create empty log files | standalone | 0:02:38.296484 | 0.40s 2025-10-10 07:05:14.258443 | fa163ef4-4e38-a4de-df26-000000000bb0 | TASK | create persistent directories 2025-10-10 07:05:14.452029 | fa163ef4-4e38-a4de-df26-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-10 07:05:14.453470 | fa163ef4-4e38-a4de-df26-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:38.518322 | 0.19s 2025-10-10 07:05:14.460057 | fa163ef4-4e38-a4de-df26-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:38.524899 | 0.20s 2025-10-10 07:05:14.486651 | fa163ef4-4e38-a4de-df26-000000000bb2 | TASK | Ensure packages required for configuring octavia are present 2025-10-10 07:05:17.655824 | fa163ef4-4e38-a4de-df26-000000000bb2 | OK | Ensure packages required for configuring octavia are present | standalone 2025-10-10 07:05:17.657497 | fa163ef4-4e38-a4de-df26-000000000bb2 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:41.722352 | 3.17s 2025-10-10 07:05:17.706634 | fa163ef4-4e38-a4de-df26-000000000bb4 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:41.771483 | 0.02s 2025-10-10 07:05:17.769303 | fa163ef4-4e38-a4de-df26-000000001291 | TASK | Gather variables for each operating system 2025-10-10 07:05:17.858853 | fa163ef4-4e38-a4de-df26-000000001291 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:41.923694 | 0.09s 2025-10-10 07:05:17.886440 | fa163ef4-4e38-a4de-df26-000000001292 | TASK | Set packages facts 2025-10-10 07:05:17.938598 | fa163ef4-4e38-a4de-df26-000000001292 | OK | Set packages facts | standalone 2025-10-10 07:05:17.940079 | fa163ef4-4e38-a4de-df26-000000001292 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:42.004930 | 0.05s 2025-10-10 07:05:17.967215 | fa163ef4-4e38-a4de-df26-000000001293 | TASK | Manage package 2025-10-10 07:05:18.036639 | fa163ef4-4e38-a4de-df26-000000001293 | SKIPPED | Manage package | standalone | item=[]: absent 2025-10-10 07:05:18.056556 | fa163ef4-4e38-a4de-df26-000000001293 | SKIPPED | Manage package | standalone | item=[]: installed 2025-10-10 07:05:18.075619 | fa163ef4-4e38-a4de-df26-000000001293 | SKIPPED | Manage package | standalone | item=[]: latest 2025-10-10 07:05:22.674245 | fa163ef4-4e38-a4de-df26-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:46.739088 | 4.71s 2025-10-10 07:05:22.699554 | fa163ef4-4e38-a4de-df26-000000001293 | SKIPPED | Manage package | standalone | item=[]: removed 2025-10-10 07:05:22.712796 | fa163ef4-4e38-a4de-df26-000000001293 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:46.777645 | 4.74s 2025-10-10 07:05:22.764640 | fa163ef4-4e38-a4de-df26-000000000bb5 | TASK | create fcontext for rabbitmq data 2025-10-10 07:05:24.042152 | fa163ef4-4e38-a4de-df26-000000000bb5 | CHANGED | create fcontext for rabbitmq data | standalone 2025-10-10 07:05:24.043697 | fa163ef4-4e38-a4de-df26-000000000bb5 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:48.108552 | 1.28s 2025-10-10 07:05:24.069332 | fa163ef4-4e38-a4de-df26-000000000bb6 | TASK | create persistent directories 2025-10-10 07:05:24.329594 | fa163ef4-4e38-a4de-df26-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-10-10 07:05:24.331118 | fa163ef4-4e38-a4de-df26-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:48.395970 | 0.26s 2025-10-10 07:05:24.548723 | fa163ef4-4e38-a4de-df26-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-10-10 07:05:24.549780 | fa163ef4-4e38-a4de-df26-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:48.614638 | 0.48s 2025-10-10 07:05:24.556833 | fa163ef4-4e38-a4de-df26-000000000bb6 | TIMING | create persistent directories | standalone | 0:02:48.621683 | 0.49s 2025-10-10 07:05:24.583713 | fa163ef4-4e38-a4de-df26-000000000bb7 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-10-10 07:05:24.859193 | fa163ef4-4e38-a4de-df26-000000000bb7 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-10-10 07:05:24.860497 | fa163ef4-4e38-a4de-df26-000000000bb7 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:48.925353 | 0.28s 2025-10-10 07:05:24.886253 | fa163ef4-4e38-a4de-df26-000000000bb8 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-10-10 07:05:24.915053 | fa163ef4-4e38-a4de-df26-000000000bb8 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-10-10 07:05:24.916304 | fa163ef4-4e38-a4de-df26-000000000bb8 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:48.981158 | 0.03s 2025-10-10 07:05:24.941843 | fa163ef4-4e38-a4de-df26-000000000bb9 | TASK | Remove existing entries from logind conf 2025-10-10 07:05:25.169237 | fa163ef4-4e38-a4de-df26-000000000bb9 | CHANGED | Remove existing entries from logind conf | standalone 2025-10-10 07:05:25.170705 | fa163ef4-4e38-a4de-df26-000000000bb9 | TIMING | Remove existing entries from logind conf | standalone | 0:02:49.235558 | 0.23s 2025-10-10 07:05:25.197166 | fa163ef4-4e38-a4de-df26-000000000bba | TASK | Make sure systemd-logind ignores power off 2025-10-10 07:05:25.420870 | fa163ef4-4e38-a4de-df26-000000000bba | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-10-10 07:05:25.422317 | fa163ef4-4e38-a4de-df26-000000000bba | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:49.487172 | 0.22s 2025-10-10 07:05:25.448874 | fa163ef4-4e38-a4de-df26-000000000bbb | TASK | Restart systemd-logind 2025-10-10 07:05:25.987798 | fa163ef4-4e38-a4de-df26-000000000bbb | CHANGED | Restart systemd-logind | standalone 2025-10-10 07:05:25.989694 | fa163ef4-4e38-a4de-df26-000000000bbb | TIMING | Restart systemd-logind | standalone | 0:02:50.054550 | 0.54s 2025-10-10 07:05:26.017612 | fa163ef4-4e38-a4de-df26-000000000bbc | TASK | Gather service_facts on pacemaker_bootstrap_node [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-10-10 07:05:26.089766 | fa163ef4-4e38-a4de-df26-000000000bbc | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-10-10 07:05:26.090849 | fa163ef4-4e38-a4de-df26-000000000bbc | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:50.155703 | 0.07s 2025-10-10 07:05:26.116310 | fa163ef4-4e38-a4de-df26-000000000bbd | TASK | Check and eventually delete duplicate constraints (bootstrap node) [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-10-10 07:05:26.187737 | fa163ef4-4e38-a4de-df26-000000000bbd | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-10-10 07:05:26.188799 | fa163ef4-4e38-a4de-df26-000000000bbd | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:50.253653 | 0.07s 2025-10-10 07:05:26.214596 | fa163ef4-4e38-a4de-df26-000000000bbe | TASK | create persistent logs directory 2025-10-10 07:05:26.486464 | fa163ef4-4e38-a4de-df26-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-10-10 07:05:26.488064 | fa163ef4-4e38-a4de-df26-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:50.552913 | 0.27s 2025-10-10 07:05:26.695037 | fa163ef4-4e38-a4de-df26-000000000bbe | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-10-10 07:05:26.696223 | fa163ef4-4e38-a4de-df26-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:50.761081 | 0.48s 2025-10-10 07:05:26.703480 | fa163ef4-4e38-a4de-df26-000000000bbe | TIMING | create persistent logs directory | standalone | 0:02:50.768327 | 0.49s 2025-10-10 07:05:26.731645 | fa163ef4-4e38-a4de-df26-000000000bc0 | TASK | Set login facts 2025-10-10 07:05:26.761272 | fa163ef4-4e38-a4de-df26-000000000bc0 | OK | Set login facts | standalone 2025-10-10 07:05:26.763725 | fa163ef4-4e38-a4de-df26-000000000bc0 | TIMING | Set login facts | standalone | 0:02:50.828578 | 0.03s 2025-10-10 07:05:26.789700 | fa163ef4-4e38-a4de-df26-000000000bc1 | TASK | Convert logins json to dict 2025-10-10 07:05:26.821640 | fa163ef4-4e38-a4de-df26-000000000bc1 | SKIPPED | Convert logins json to dict | standalone 2025-10-10 07:05:26.822858 | fa163ef4-4e38-a4de-df26-000000000bc1 | TIMING | Convert logins json to dict | standalone | 0:02:50.887711 | 0.03s 2025-10-10 07:05:26.848599 | fa163ef4-4e38-a4de-df26-000000000bc2 | TASK | Set registry logins 2025-10-10 07:05:26.877588 | fa163ef4-4e38-a4de-df26-000000000bc2 | SKIPPED | Set registry logins | standalone 2025-10-10 07:05:26.878547 | fa163ef4-4e38-a4de-df26-000000000bc2 | TIMING | Set registry logins | standalone | 0:02:50.943407 | 0.03s 2025-10-10 07:05:26.899282 | fa163ef4-4e38-a4de-df26-000000000bc3 | TASK | Run podman install 2025-10-10 07:05:26.919025 | fa163ef4-4e38-a4de-df26-000000000bc3 | TIMING | Run podman install | standalone | 0:02:50.983873 | 0.02s 2025-10-10 07:05:26.985998 | fa163ef4-4e38-a4de-df26-000000001323 | TASK | Gather variables for each operating system 2025-10-10 07:05:27.094635 | fa163ef4-4e38-a4de-df26-000000001323 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-10-10 07:05:27.096037 | fa163ef4-4e38-a4de-df26-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:51.160878 | 0.11s 2025-10-10 07:05:27.102567 | fa163ef4-4e38-a4de-df26-000000001323 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:51.167417 | 0.12s 2025-10-10 07:05:27.128945 | fa163ef4-4e38-a4de-df26-000000001325 | TASK | ensure podman and deps are installed 2025-10-10 07:05:30.192851 | fa163ef4-4e38-a4de-df26-000000001325 | OK | ensure podman and deps are installed | standalone 2025-10-10 07:05:30.193596 | fa163ef4-4e38-a4de-df26-000000001325 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:54.258461 | 3.06s 2025-10-10 07:05:30.211002 | fa163ef4-4e38-a4de-df26-000000001326 | TASK | Ensure we get the ansible interfaces facts 2025-10-10 07:05:30.770189 | fa163ef4-4e38-a4de-df26-000000001326 | OK | Ensure we get the ansible interfaces facts | standalone 2025-10-10 07:05:30.771480 | fa163ef4-4e38-a4de-df26-000000001326 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:54.836336 | 0.56s 2025-10-10 07:05:30.797424 | fa163ef4-4e38-a4de-df26-000000001327 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-10-10 07:05:30.825238 | fa163ef4-4e38-a4de-df26-000000001327 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-10-10 07:05:30.826475 | fa163ef4-4e38-a4de-df26-000000001327 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:54.891329 | 0.03s 2025-10-10 07:05:30.852854 | fa163ef4-4e38-a4de-df26-000000001329 | TASK | Make sure /etc/cni/net.d folder exists 2025-10-10 07:05:30.880993 | fa163ef4-4e38-a4de-df26-000000001329 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-10-10 07:05:30.882133 | fa163ef4-4e38-a4de-df26-000000001329 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:54.946987 | 0.03s 2025-10-10 07:05:30.908205 | fa163ef4-4e38-a4de-df26-00000000132a | TASK | Update default network configuration if possible 2025-10-10 07:05:30.936412 | fa163ef4-4e38-a4de-df26-00000000132a | SKIPPED | Update default network configuration if possible | standalone 2025-10-10 07:05:30.937633 | fa163ef4-4e38-a4de-df26-00000000132a | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:55.002487 | 0.03s 2025-10-10 07:05:30.965505 | fa163ef4-4e38-a4de-df26-00000000132c | TASK | Make sure /etc/containers/networks exists 2025-10-10 07:05:31.229249 | fa163ef4-4e38-a4de-df26-00000000132c | OK | Make sure /etc/containers/networks exists | standalone 2025-10-10 07:05:31.230424 | fa163ef4-4e38-a4de-df26-00000000132c | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:55.295284 | 0.26s 2025-10-10 07:05:31.254158 | fa163ef4-4e38-a4de-df26-00000000132d | TASK | Get current podman network 2025-10-10 07:05:31.496616 | fa163ef4-4e38-a4de-df26-00000000132d | CHANGED | Get current podman network | standalone 2025-10-10 07:05:31.497939 | fa163ef4-4e38-a4de-df26-00000000132d | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:55.562795 | 0.24s 2025-10-10 07:05:31.525635 | fa163ef4-4e38-a4de-df26-00000000132e | TASK | Update the default network configuration 2025-10-10 07:05:32.134489 | fa163ef4-4e38-a4de-df26-00000000132e | CHANGED | Update the default network configuration | standalone 2025-10-10 07:05:32.135888 | fa163ef4-4e38-a4de-df26-00000000132e | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:56.200742 | 0.61s 2025-10-10 07:05:32.162653 | fa163ef4-4e38-a4de-df26-00000000132f | TASK | Write containers registries.conf 2025-10-10 07:05:32.773222 | fa163ef4-4e38-a4de-df26-00000000132f | CHANGED | Write containers registries.conf | standalone 2025-10-10 07:05:32.774535 | fa163ef4-4e38-a4de-df26-00000000132f | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:56.839390 | 0.61s 2025-10-10 07:05:32.801004 | fa163ef4-4e38-a4de-df26-000000001330 | TASK | Write containers.conf 2025-10-10 07:05:33.059439 | fa163ef4-4e38-a4de-df26-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-10-10 07:05:33.061651 | fa163ef4-4e38-a4de-df26-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:57.126499 | 0.26s 2025-10-10 07:05:33.246850 | fa163ef4-4e38-a4de-df26-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-10-10 07:05:33.248834 | fa163ef4-4e38-a4de-df26-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:57.313691 | 0.45s 2025-10-10 07:05:33.433049 | fa163ef4-4e38-a4de-df26-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-10-10 07:05:33.434896 | fa163ef4-4e38-a4de-df26-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:57.499724 | 0.63s 2025-10-10 07:05:33.616688 | fa163ef4-4e38-a4de-df26-000000001330 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-10-10 07:05:33.618031 | fa163ef4-4e38-a4de-df26-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:57.682894 | 0.82s 2025-10-10 07:05:33.628836 | fa163ef4-4e38-a4de-df26-000000001330 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:57.693691 | 0.83s 2025-10-10 07:05:33.655795 | fa163ef4-4e38-a4de-df26-000000001331 | TASK | Enable podman.socket service 2025-10-10 07:05:33.684588 | fa163ef4-4e38-a4de-df26-000000001331 | SKIPPED | Enable podman.socket service | standalone 2025-10-10 07:05:33.685639 | fa163ef4-4e38-a4de-df26-000000001331 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:57.750499 | 0.03s 2025-10-10 07:05:33.727457 | fa163ef4-4e38-a4de-df26-000000000bc4 | TASK | Run podman login 2025-10-10 07:05:33.754031 | fa163ef4-4e38-a4de-df26-000000000bc4 | TIMING | Run podman login | standalone | 0:02:57.818886 | 0.03s 2025-10-10 07:05:33.819131 | fa163ef4-4e38-a4de-df26-000000001431 | TASK | Perform container registry login(s) with podman 2025-10-10 07:05:33.846587 | fa163ef4-4e38-a4de-df26-000000001431 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:57.911438 | 0.03s 2025-10-10 07:05:33.883510 | fa163ef4-4e38-a4de-df26-000000000bc6 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-10-10 07:05:34.366831 | fa163ef4-4e38-a4de-df26-000000000bc6 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-10-10 07:05:34.368142 | fa163ef4-4e38-a4de-df26-000000000bc6 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:58.433002 | 0.48s 2025-10-10 07:05:34.388208 | fa163ef4-4e38-a4de-df26-000000000bc7 | TASK | create persistent directories 2025-10-10 07:05:34.642096 | fa163ef4-4e38-a4de-df26-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-10-10 07:05:34.644521 | fa163ef4-4e38-a4de-df26-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:58.709372 | 0.26s 2025-10-10 07:05:34.866492 | fa163ef4-4e38-a4de-df26-000000000bc7 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-10-10 07:05:34.867622 | fa163ef4-4e38-a4de-df26-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:58.932480 | 0.48s 2025-10-10 07:05:35.079359 | fa163ef4-4e38-a4de-df26-000000000bc7 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-10-10 07:05:35.080080 | fa163ef4-4e38-a4de-df26-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:59.144944 | 0.69s 2025-10-10 07:05:35.084643 | fa163ef4-4e38-a4de-df26-000000000bc7 | TIMING | create persistent directories | standalone | 0:02:59.149491 | 0.70s 2025-10-10 07:05:35.111431 | fa163ef4-4e38-a4de-df26-000000000bc8 | TASK | ensure /run/redis is present upon reboot 2025-10-10 07:05:35.598170 | fa163ef4-4e38-a4de-df26-000000000bc8 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-10-10 07:05:35.599499 | fa163ef4-4e38-a4de-df26-000000000bc8 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:02:59.664354 | 0.49s 2025-10-10 07:05:35.625206 | fa163ef4-4e38-a4de-df26-000000000bc9 | TASK | Ensure rsyslog is installed 2025-10-10 07:05:38.668185 | fa163ef4-4e38-a4de-df26-000000000bc9 | OK | Ensure rsyslog is installed | standalone 2025-10-10 07:05:38.669215 | fa163ef4-4e38-a4de-df26-000000000bc9 | TIMING | Ensure rsyslog is installed | standalone | 0:03:02.734076 | 3.04s 2025-10-10 07:05:38.690264 | fa163ef4-4e38-a4de-df26-000000000bca | TASK | Ensure rsyslog is enabled and started 2025-10-10 07:05:39.039133 | fa163ef4-4e38-a4de-df26-000000000bca | OK | Ensure rsyslog is enabled and started | standalone 2025-10-10 07:05:39.041017 | fa163ef4-4e38-a4de-df26-000000000bca | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:03.105871 | 0.35s 2025-10-10 07:05:39.088116 | fa163ef4-4e38-a4de-df26-000000000bcb | TIMING | include_role : tripleo_sshd | standalone | 0:03:03.152960 | 0.02s 2025-10-10 07:05:39.177371 | fa163ef4-4e38-a4de-df26-00000000154c | TASK | Gather variables for each operating system 2025-10-10 07:05:39.300675 | fa163ef4-4e38-a4de-df26-00000000154c | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-10-10 07:05:39.303454 | fa163ef4-4e38-a4de-df26-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:03.368298 | 0.13s 2025-10-10 07:05:39.312981 | fa163ef4-4e38-a4de-df26-00000000154c | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:03.377808 | 0.13s 2025-10-10 07:05:39.335609 | fa163ef4-4e38-a4de-df26-00000000154e | TASK | Install the OpenSSH server 2025-10-10 07:05:42.411024 | fa163ef4-4e38-a4de-df26-00000000154e | OK | Install the OpenSSH server | standalone 2025-10-10 07:05:42.412386 | fa163ef4-4e38-a4de-df26-00000000154e | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:06.477242 | 3.08s 2025-10-10 07:05:42.439146 | fa163ef4-4e38-a4de-df26-00000000154f | TASK | Start sshd 2025-10-10 07:05:42.466917 | fa163ef4-4e38-a4de-df26-00000000154f | SKIPPED | Start sshd | standalone 2025-10-10 07:05:42.468208 | fa163ef4-4e38-a4de-df26-00000000154f | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:06.533061 | 0.03s 2025-10-10 07:05:42.493715 | fa163ef4-4e38-a4de-df26-000000001550 | TASK | PasswordAuthentication notice 2025-10-10 07:05:42.521006 | fa163ef4-4e38-a4de-df26-000000001550 | SKIPPED | PasswordAuthentication notice | standalone 2025-10-10 07:05:42.521936 | fa163ef4-4e38-a4de-df26-000000001550 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:06.586796 | 0.03s 2025-10-10 07:05:42.542405 | fa163ef4-4e38-a4de-df26-000000001551 | TASK | PasswordAuthentication duplication notice 2025-10-10 07:05:42.568953 | fa163ef4-4e38-a4de-df26-000000001551 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-10-10 07:05:42.569856 | fa163ef4-4e38-a4de-df26-000000001551 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:06.634717 | 0.03s 2025-10-10 07:05:42.597101 | fa163ef4-4e38-a4de-df26-000000001552 | TASK | Motd duplication notice 2025-10-10 07:05:42.624659 | fa163ef4-4e38-a4de-df26-000000001552 | OK | Motd duplication notice | standalone | result={ "changed": false, "msg": "WARNING - The Banner or PrintMotd has been configured in `tripleo_sshd_server_options`. These options may be ignored and configured using values from `tripleo_sshd_banner_enabled` and `tripleo_sshd_motd_enabled`" } 2025-10-10 07:05:42.625554 | fa163ef4-4e38-a4de-df26-000000001552 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:06.690415 | 0.03s 2025-10-10 07:05:42.646650 | fa163ef4-4e38-a4de-df26-000000001553 | TASK | Configure the banner text 2025-10-10 07:05:42.673148 | fa163ef4-4e38-a4de-df26-000000001553 | SKIPPED | Configure the banner text | standalone 2025-10-10 07:05:42.674250 | fa163ef4-4e38-a4de-df26-000000001553 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:06.739111 | 0.03s 2025-10-10 07:05:42.695419 | fa163ef4-4e38-a4de-df26-000000001554 | TASK | Configure the motd banner 2025-10-10 07:05:42.722237 | fa163ef4-4e38-a4de-df26-000000001554 | SKIPPED | Configure the motd banner | standalone 2025-10-10 07:05:42.723134 | fa163ef4-4e38-a4de-df26-000000001554 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:06.787994 | 0.03s 2025-10-10 07:05:42.744224 | fa163ef4-4e38-a4de-df26-000000001555 | TASK | Update sshd configuration options from vars 2025-10-10 07:05:42.771192 | fa163ef4-4e38-a4de-df26-000000001555 | OK | Update sshd configuration options from vars | standalone 2025-10-10 07:05:42.772243 | fa163ef4-4e38-a4de-df26-000000001555 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:06.837104 | 0.03s 2025-10-10 07:05:42.793199 | fa163ef4-4e38-a4de-df26-000000001556 | TASK | Adjust ssh server configuration 2025-10-10 07:05:43.351953 | fa163ef4-4e38-a4de-df26-000000001556 | CHANGED | Adjust ssh server configuration | standalone 2025-10-10 07:05:43.353307 | fa163ef4-4e38-a4de-df26-000000001556 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:07.418164 | 0.56s 2025-10-10 07:05:43.381049 | fa163ef4-4e38-a4de-df26-000000001557 | TASK | Restart sshd 2025-10-10 07:05:43.850296 | fa163ef4-4e38-a4de-df26-000000001557 | CHANGED | Restart sshd | standalone 2025-10-10 07:05:43.851577 | fa163ef4-4e38-a4de-df26-000000001557 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:07.916437 | 0.47s 2025-10-10 07:05:43.893022 | fa163ef4-4e38-a4de-df26-000000000bcc | TASK | create persistent directories 2025-10-10 07:05:44.129245 | fa163ef4-4e38-a4de-df26-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-10 07:05:44.131096 | fa163ef4-4e38-a4de-df26-000000000bcc | TIMING | create persistent directories | standalone | 0:03:08.195935 | 0.24s 2025-10-10 07:05:44.381481 | fa163ef4-4e38-a4de-df26-000000000bcc | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-10-10 07:05:44.383379 | fa163ef4-4e38-a4de-df26-000000000bcc | TIMING | create persistent directories | standalone | 0:03:08.448237 | 0.49s 2025-10-10 07:05:44.565263 | fa163ef4-4e38-a4de-df26-000000000bcc | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-10 07:05:44.567453 | fa163ef4-4e38-a4de-df26-000000000bcc | TIMING | create persistent directories | standalone | 0:03:08.632311 | 0.67s 2025-10-10 07:05:44.578815 | fa163ef4-4e38-a4de-df26-000000000bcc | TIMING | create persistent directories | standalone | 0:03:08.643653 | 0.68s 2025-10-10 07:05:44.607667 | fa163ef4-4e38-a4de-df26-000000000bcd | TASK | create persistent directories 2025-10-10 07:05:44.831733 | fa163ef4-4e38-a4de-df26-000000000bcd | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-10 07:05:44.834543 | fa163ef4-4e38-a4de-df26-000000000bcd | TIMING | create persistent directories | standalone | 0:03:08.899392 | 0.23s 2025-10-10 07:05:45.062082 | fa163ef4-4e38-a4de-df26-000000000bcd | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-10-10 07:05:45.062781 | fa163ef4-4e38-a4de-df26-000000000bcd | TIMING | create persistent directories | standalone | 0:03:09.127648 | 0.45s 2025-10-10 07:05:45.244158 | fa163ef4-4e38-a4de-df26-000000000bcd | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-10 07:05:45.244795 | fa163ef4-4e38-a4de-df26-000000000bcd | TIMING | create persistent directories | standalone | 0:03:09.309662 | 0.64s 2025-10-10 07:05:45.257224 | fa163ef4-4e38-a4de-df26-000000000bcd | TIMING | create persistent directories | standalone | 0:03:09.322079 | 0.65s 2025-10-10 07:05:45.283355 | fa163ef4-4e38-a4de-df26-000000000bce | TASK | Set swift_use_local_disks fact 2025-10-10 07:05:45.310696 | fa163ef4-4e38-a4de-df26-000000000bce | OK | Set swift_use_local_disks fact | standalone 2025-10-10 07:05:45.311847 | fa163ef4-4e38-a4de-df26-000000000bce | TIMING | Set swift_use_local_disks fact | standalone | 0:03:09.376703 | 0.03s 2025-10-10 07:05:45.337328 | fa163ef4-4e38-a4de-df26-000000000bcf | TASK | Set use_node_data_lookup fact 2025-10-10 07:05:45.364846 | fa163ef4-4e38-a4de-df26-000000000bcf | OK | Set use_node_data_lookup fact | standalone 2025-10-10 07:05:45.365915 | fa163ef4-4e38-a4de-df26-000000000bcf | TIMING | Set use_node_data_lookup fact | standalone | 0:03:09.430773 | 0.03s 2025-10-10 07:05:45.391243 | fa163ef4-4e38-a4de-df26-000000000bd0 | TASK | Create Swift d1 directory if needed 2025-10-10 07:05:45.589657 | fa163ef4-4e38-a4de-df26-000000000bd0 | CHANGED | Create Swift d1 directory if needed | standalone 2025-10-10 07:05:45.590589 | fa163ef4-4e38-a4de-df26-000000000bd0 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:09.655452 | 0.20s 2025-10-10 07:05:45.608584 | fa163ef4-4e38-a4de-df26-000000000bd1 | TASK | Set fact for SwiftRawDisks 2025-10-10 07:05:45.646019 | fa163ef4-4e38-a4de-df26-000000000bd1 | OK | Set fact for SwiftRawDisks | standalone 2025-10-10 07:05:45.647351 | fa163ef4-4e38-a4de-df26-000000000bd1 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:09.712205 | 0.04s 2025-10-10 07:05:45.674075 | fa163ef4-4e38-a4de-df26-000000000bd2 | TASK | Get hiera swift::storage::disks::args 2025-10-10 07:05:45.703904 | fa163ef4-4e38-a4de-df26-000000000bd2 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-10-10 07:05:45.705225 | fa163ef4-4e38-a4de-df26-000000000bd2 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:09.770079 | 0.03s 2025-10-10 07:05:45.725214 | fa163ef4-4e38-a4de-df26-000000000bd3 | TASK | Set fact for swift_raw_disks 2025-10-10 07:05:45.744876 | fa163ef4-4e38-a4de-df26-000000000bd3 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-10-10 07:05:45.745865 | fa163ef4-4e38-a4de-df26-000000000bd3 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:09.810727 | 0.02s 2025-10-10 07:05:45.766345 | fa163ef4-4e38-a4de-df26-000000000bd4 | TASK | Format SwiftRawDisks 2025-10-10 07:05:45.793888 | fa163ef4-4e38-a4de-df26-000000000bd4 | TIMING | Format SwiftRawDisks | standalone | 0:03:09.858738 | 0.03s 2025-10-10 07:05:45.812403 | fa163ef4-4e38-a4de-df26-000000000bd5 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-10-10 07:05:45.860292 | fa163ef4-4e38-a4de-df26-000000000bd5 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-10-10 07:05:45.861161 | fa163ef4-4e38-a4de-df26-000000000bd5 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:09.926023 | 0.05s 2025-10-10 07:05:45.880874 | fa163ef4-4e38-a4de-df26-000000000bd6 | TASK | Mount devices defined in SwiftRawDisks 2025-10-10 07:05:45.902177 | fa163ef4-4e38-a4de-df26-000000000bd6 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:09.967024 | 0.02s 2025-10-10 07:05:45.923575 | fa163ef4-4e38-a4de-df26-000000000bd7 | TASK | Check for NTP service 2025-10-10 07:05:46.135405 | fa163ef4-4e38-a4de-df26-000000000bd7 | CHANGED | Check for NTP service | standalone 2025-10-10 07:05:46.136762 | fa163ef4-4e38-a4de-df26-000000000bd7 | TIMING | Check for NTP service | standalone | 0:03:10.201617 | 0.21s 2025-10-10 07:05:46.162254 | fa163ef4-4e38-a4de-df26-000000000bd8 | TASK | Disable NTP before configuring Chrony 2025-10-10 07:05:46.217201 | fa163ef4-4e38-a4de-df26-000000000bd8 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-10 07:05:46.218525 | fa163ef4-4e38-a4de-df26-000000000bd8 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:10.283376 | 0.05s 2025-10-10 07:05:46.244717 | fa163ef4-4e38-a4de-df26-000000000bd9 | TASK | Install, Configure and Run Chrony 2025-10-10 07:05:46.274638 | fa163ef4-4e38-a4de-df26-000000000bd9 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:10.339477 | 0.03s 2025-10-10 07:05:46.379305 | fa163ef4-4e38-a4de-df26-0000000016e8 | TASK | Load distro-specific variables 2025-10-10 07:05:46.396273 | fa163ef4-4e38-a4de-df26-0000000016e8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.461124 | 0.02s 2025-10-10 07:05:46.405442 | b994517c-5cfd-4376-9efc-c7c5ed648303 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-10 07:05:46.427827 | fa163ef4-4e38-a4de-df26-0000000017cd | TASK | Load distro-specific variables 2025-10-10 07:05:46.469316 | fa163ef4-4e38-a4de-df26-0000000017cd | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-10 07:05:46.471330 | fa163ef4-4e38-a4de-df26-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.536182 | 0.04s 2025-10-10 07:05:46.481184 | fa163ef4-4e38-a4de-df26-0000000017cd | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.546035 | 0.05s 2025-10-10 07:05:46.499853 | fa163ef4-4e38-a4de-df26-0000000016e9 | TASK | Install chronyd 2025-10-10 07:05:46.526069 | fa163ef4-4e38-a4de-df26-0000000016e9 | TIMING | chrony : Install chronyd | standalone | 0:03:10.590920 | 0.03s 2025-10-10 07:05:46.538917 | 478f17f4-0647-415c-b741-d3823cd85135 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-10-10 07:05:46.564298 | fa163ef4-4e38-a4de-df26-000000001806 | TASK | Load distro-specific variables 2025-10-10 07:05:46.590651 | fa163ef4-4e38-a4de-df26-000000001806 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.655502 | 0.03s 2025-10-10 07:05:46.599508 | 89e7ff76-669f-44d8-b1fe-22d5426bdc31 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-10 07:05:46.621666 | fa163ef4-4e38-a4de-df26-00000000184d | TASK | Load distro-specific variables 2025-10-10 07:05:46.674819 | fa163ef4-4e38-a4de-df26-00000000184d | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-10 07:05:46.676375 | fa163ef4-4e38-a4de-df26-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.741228 | 0.05s 2025-10-10 07:05:46.682044 | fa163ef4-4e38-a4de-df26-00000000184d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.746900 | 0.06s 2025-10-10 07:05:46.700548 | fa163ef4-4e38-a4de-df26-000000001807 | TASK | Check for NTP service 2025-10-10 07:05:46.940511 | fa163ef4-4e38-a4de-df26-000000001807 | CHANGED | Check for NTP service | standalone 2025-10-10 07:05:46.941820 | fa163ef4-4e38-a4de-df26-000000001807 | TIMING | chrony : Check for NTP service | standalone | 0:03:11.006675 | 0.24s 2025-10-10 07:05:46.968545 | fa163ef4-4e38-a4de-df26-000000001808 | TASK | Disable NTP before configuring Chrony 2025-10-10 07:05:47.018826 | fa163ef4-4e38-a4de-df26-000000001808 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-10 07:05:47.020268 | fa163ef4-4e38-a4de-df26-000000001808 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:11.085121 | 0.05s 2025-10-10 07:05:47.046514 | fa163ef4-4e38-a4de-df26-000000001809 | TASK | Install chronyd package 2025-10-10 07:05:50.000185 | fa163ef4-4e38-a4de-df26-000000001809 | OK | Install chronyd package | standalone 2025-10-10 07:05:50.001298 | fa163ef4-4e38-a4de-df26-000000001809 | TIMING | chrony : Install chronyd package | standalone | 0:03:14.066157 | 2.95s 2025-10-10 07:05:50.022192 | fa163ef4-4e38-a4de-df26-0000000016ea | TASK | Upgrade chronyd 2025-10-10 07:05:50.050918 | fa163ef4-4e38-a4de-df26-0000000016ea | SKIPPED | Upgrade chronyd | standalone 2025-10-10 07:05:50.052406 | fa163ef4-4e38-a4de-df26-0000000016ea | TIMING | chrony : Upgrade chronyd | standalone | 0:03:14.117258 | 0.03s 2025-10-10 07:05:50.074353 | fa163ef4-4e38-a4de-df26-0000000016eb | TASK | Configure chronyd 2025-10-10 07:05:50.095256 | fa163ef4-4e38-a4de-df26-0000000016eb | TIMING | chrony : Configure chronyd | standalone | 0:03:14.160098 | 0.02s 2025-10-10 07:05:50.108150 | 17668fe4-3f65-448a-a278-e95d5aec8910 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-10-10 07:05:50.139005 | fa163ef4-4e38-a4de-df26-000000001886 | TASK | Load distro-specific variables 2025-10-10 07:05:50.166043 | fa163ef4-4e38-a4de-df26-000000001886 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.230887 | 0.03s 2025-10-10 07:05:50.178659 | 509f3f49-a7c8-489c-a15b-12517d67f16e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-10 07:05:50.203806 | fa163ef4-4e38-a4de-df26-0000000018f2 | TASK | Load distro-specific variables 2025-10-10 07:05:50.259468 | fa163ef4-4e38-a4de-df26-0000000018f2 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-10 07:05:50.260796 | fa163ef4-4e38-a4de-df26-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.325649 | 0.06s 2025-10-10 07:05:50.266666 | fa163ef4-4e38-a4de-df26-0000000018f2 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.331518 | 0.06s 2025-10-10 07:05:50.288822 | fa163ef4-4e38-a4de-df26-000000001887 | TASK | Install chrony configuration file 2025-10-10 07:05:50.899702 | fa163ef4-4e38-a4de-df26-000000001887 | OK | Install chrony configuration file | standalone 2025-10-10 07:05:50.900511 | fa163ef4-4e38-a4de-df26-000000001887 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:14.965375 | 0.61s 2025-10-10 07:05:50.918382 | fa163ef4-4e38-a4de-df26-0000000016ec | TASK | Run chronyd 2025-10-10 07:05:50.943460 | fa163ef4-4e38-a4de-df26-0000000016ec | TIMING | chrony : Run chronyd | standalone | 0:03:15.008314 | 0.02s 2025-10-10 07:05:50.954468 | f684e7c0-0fee-40cd-8cab-5a78a5da5d46 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-10-10 07:05:50.983115 | fa163ef4-4e38-a4de-df26-000000001915 | TASK | Load distro-specific variables 2025-10-10 07:05:51.013255 | fa163ef4-4e38-a4de-df26-000000001915 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.078109 | 0.03s 2025-10-10 07:05:51.022058 | 92e4dc3f-5aa0-4a27-bde8-86a5442f7b3c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-10 07:05:51.042433 | fa163ef4-4e38-a4de-df26-000000001999 | TASK | Load distro-specific variables 2025-10-10 07:05:51.073096 | fa163ef4-4e38-a4de-df26-000000001999 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-10 07:05:51.074442 | fa163ef4-4e38-a4de-df26-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.139294 | 0.03s 2025-10-10 07:05:51.080521 | fa163ef4-4e38-a4de-df26-000000001999 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.145370 | 0.04s 2025-10-10 07:05:51.106857 | fa163ef4-4e38-a4de-df26-000000001916 | TASK | Ensure chronyd is running 2025-10-10 07:05:51.501266 | fa163ef4-4e38-a4de-df26-000000001916 | OK | Ensure chronyd is running | standalone 2025-10-10 07:05:51.502514 | fa163ef4-4e38-a4de-df26-000000001916 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:15.567374 | 0.39s 2025-10-10 07:05:51.523664 | fa163ef4-4e38-a4de-df26-000000001917 | TASK | Force chronyd restart 2025-10-10 07:05:51.572627 | fa163ef4-4e38-a4de-df26-000000001917 | SKIPPED | Force chronyd restart | standalone 2025-10-10 07:05:51.573932 | fa163ef4-4e38-a4de-df26-000000001917 | TIMING | chrony : Force chronyd restart | standalone | 0:03:15.638784 | 0.05s 2025-10-10 07:05:51.595123 | fa163ef4-4e38-a4de-df26-0000000016ed | TASK | Enable online service 2025-10-10 07:05:51.622443 | fa163ef4-4e38-a4de-df26-0000000016ed | TIMING | chrony : Enable online service | standalone | 0:03:15.687294 | 0.03s 2025-10-10 07:05:51.635497 | 4a06acf5-e197-48f6-9c43-3f0c3edb1e52 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-10-10 07:05:51.670236 | fa163ef4-4e38-a4de-df26-0000000019c6 | TASK | Create chrony-online.service unit file 2025-10-10 07:05:52.141255 | fa163ef4-4e38-a4de-df26-0000000019c6 | OK | Create chrony-online.service unit file | standalone 2025-10-10 07:05:52.142074 | fa163ef4-4e38-a4de-df26-0000000019c6 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:16.206939 | 0.47s 2025-10-10 07:05:52.164473 | fa163ef4-4e38-a4de-df26-0000000019c7 | TASK | Enable chrony-online.service 2025-10-10 07:05:52.845604 | fa163ef4-4e38-a4de-df26-0000000019c7 | CHANGED | Enable chrony-online.service | standalone 2025-10-10 07:05:52.847567 | fa163ef4-4e38-a4de-df26-0000000019c7 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:16.912424 | 0.68s 2025-10-10 07:05:52.875583 | fa163ef4-4e38-a4de-df26-0000000016ee | TASK | Sync chronyc 2025-10-10 07:05:52.905163 | fa163ef4-4e38-a4de-df26-0000000016ee | TIMING | chrony : Sync chronyc | standalone | 0:03:16.970007 | 0.03s 2025-10-10 07:05:52.922249 | 6dd84a7a-1f28-46bb-8f95-50e228060b6c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-10-10 07:05:52.976415 | fa163ef4-4e38-a4de-df26-000000001a6c | TASK | Force NTP sync 2025-10-10 07:05:53.204534 | fa163ef4-4e38-a4de-df26-000000001a6c | CHANGED | Force NTP sync | standalone 2025-10-10 07:05:53.205577 | fa163ef4-4e38-a4de-df26-000000001a6c | TIMING | chrony : Force NTP sync | standalone | 0:03:17.270438 | 0.23s 2025-10-10 07:05:53.229590 | fa163ef4-4e38-a4de-df26-000000001a6d | TASK | Ensure system is NTP time synced 2025-10-10 07:05:53.456389 | fa163ef4-4e38-a4de-df26-000000001a6d | CHANGED | Ensure system is NTP time synced | standalone 2025-10-10 07:05:53.457780 | fa163ef4-4e38-a4de-df26-000000001a6d | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:17.522636 | 0.23s 2025-10-10 07:05:53.509684 | fa163ef4-4e38-a4de-df26-000000000bda | TASK | Force NTP sync 2025-10-10 07:05:53.702175 | fa163ef4-4e38-a4de-df26-000000000bda | CHANGED | Force NTP sync | standalone 2025-10-10 07:05:53.703535 | fa163ef4-4e38-a4de-df26-000000000bda | TIMING | Force NTP sync | standalone | 0:03:17.768390 | 0.19s 2025-10-10 07:05:53.724472 | fa163ef4-4e38-a4de-df26-000000000bdb | TASK | Ensure system is NTP time synced 2025-10-10 07:05:53.955173 | fa163ef4-4e38-a4de-df26-000000000bdb | CHANGED | Ensure system is NTP time synced | standalone 2025-10-10 07:05:53.956478 | fa163ef4-4e38-a4de-df26-000000000bdb | TIMING | Ensure system is NTP time synced | standalone | 0:03:18.021334 | 0.23s 2025-10-10 07:05:53.982778 | fa163ef4-4e38-a4de-df26-000000000bdc | TASK | Run timezone role 2025-10-10 07:05:54.011100 | fa163ef4-4e38-a4de-df26-000000000bdc | TIMING | Run timezone role | standalone | 0:03:18.075943 | 0.03s 2025-10-10 07:05:54.116520 | fa163ef4-4e38-a4de-df26-000000001c2d | TASK | Set timezone 2025-10-10 07:05:54.672463 | fa163ef4-4e38-a4de-df26-000000001c2d | OK | Set timezone | standalone 2025-10-10 07:05:54.673407 | fa163ef4-4e38-a4de-df26-000000001c2d | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:18.738268 | 0.56s 2025-10-10 07:05:54.695239 | fa163ef4-4e38-a4de-df26-000000001c2e | TASK | Restart time services 2025-10-10 07:05:54.734003 | fa163ef4-4e38-a4de-df26-000000001c2e | SKIPPED | Restart time services | standalone | item=rsyslog 2025-10-10 07:05:54.740840 | fa163ef4-4e38-a4de-df26-000000001c2e | SKIPPED | Restart time services | standalone | item=crond 2025-10-10 07:05:54.746838 | fa163ef4-4e38-a4de-df26-000000001c2e | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:18.811688 | 0.05s 2025-10-10 07:05:54.788446 | fa163ef4-4e38-a4de-df26-000000000bdd | TASK | install tmpwatch on the host 2025-10-10 07:05:57.687209 | fa163ef4-4e38-a4de-df26-000000000bdd | OK | install tmpwatch on the host | standalone 2025-10-10 07:05:57.688515 | fa163ef4-4e38-a4de-df26-000000000bdd | TIMING | install tmpwatch on the host | standalone | 0:03:21.753372 | 2.90s 2025-10-10 07:05:57.715929 | fa163ef4-4e38-a4de-df26-000000000bde | TASK | Notice - ctlplane subnet is set 2025-10-10 07:05:57.745735 | fa163ef4-4e38-a4de-df26-000000000bde | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-10-10 07:05:57.747109 | fa163ef4-4e38-a4de-df26-000000000bde | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:21.811963 | 0.03s 2025-10-10 07:05:57.808469 | fa163ef4-4e38-a4de-df26-000000000bdf | TIMING | include_role : tuned | standalone | 0:03:21.873323 | 0.03s 2025-10-10 07:05:57.886853 | fa163ef4-4e38-a4de-df26-000000001e61 | TASK | Gather variables for each operating system 2025-10-10 07:05:57.975676 | fa163ef4-4e38-a4de-df26-000000001e61 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-10 07:05:57.977853 | fa163ef4-4e38-a4de-df26-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:22.042707 | 0.09s 2025-10-10 07:05:57.988494 | fa163ef4-4e38-a4de-df26-000000001e61 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:22.053353 | 0.10s 2025-10-10 07:05:58.052669 | fa163ef4-4e38-a4de-df26-000000001e62 | TIMING | tuned : include_tasks | standalone | 0:03:22.117518 | 0.04s 2025-10-10 07:05:58.073418 | a496106a-1db5-495a-8bac-697648cbab8a | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-10 07:05:58.106556 | fa163ef4-4e38-a4de-df26-000000001f92 | TASK | Check tuned package is installed 2025-10-10 07:05:58.348919 | fa163ef4-4e38-a4de-df26-000000001f92 | CHANGED | Check tuned package is installed | standalone 2025-10-10 07:05:58.350151 | fa163ef4-4e38-a4de-df26-000000001f92 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:22.415009 | 0.24s 2025-10-10 07:05:58.376644 | fa163ef4-4e38-a4de-df26-000000001f93 | TASK | Install tuned 2025-10-10 07:05:58.415583 | fa163ef4-4e38-a4de-df26-000000001f93 | SKIPPED | Install tuned | standalone 2025-10-10 07:05:58.416748 | fa163ef4-4e38-a4de-df26-000000001f93 | TIMING | tuned : Install tuned | standalone | 0:03:22.481603 | 0.04s 2025-10-10 07:05:58.444762 | fa163ef4-4e38-a4de-df26-000000001f94 | TASK | Restart tuned 2025-10-10 07:05:58.476319 | fa163ef4-4e38-a4de-df26-000000001f94 | SKIPPED | Restart tuned | standalone 2025-10-10 07:05:58.477520 | fa163ef4-4e38-a4de-df26-000000001f94 | TIMING | tuned : Restart tuned | standalone | 0:03:22.542375 | 0.03s 2025-10-10 07:05:58.503214 | fa163ef4-4e38-a4de-df26-000000001e63 | TASK | Check for tuned-adm 2025-10-10 07:05:58.765220 | fa163ef4-4e38-a4de-df26-000000001e63 | OK | Check for tuned-adm | standalone 2025-10-10 07:05:58.766657 | fa163ef4-4e38-a4de-df26-000000001e63 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:22.831477 | 0.26s 2025-10-10 07:05:58.821621 | fa163ef4-4e38-a4de-df26-000000001e64 | TIMING | tuned : include_tasks | standalone | 0:03:22.886470 | 0.03s 2025-10-10 07:05:58.849487 | 76ead592-4085-4a2c-a4e4-c691b19a6ad5 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-10 07:05:58.883708 | fa163ef4-4e38-a4de-df26-000000001fbf | TASK | Ensure profile directory exists 2025-10-10 07:05:58.953143 | fa163ef4-4e38-a4de-df26-000000001fbf | SKIPPED | Ensure profile directory exists | standalone 2025-10-10 07:05:58.954051 | fa163ef4-4e38-a4de-df26-000000001fbf | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:23.018912 | 0.07s 2025-10-10 07:05:58.974604 | fa163ef4-4e38-a4de-df26-000000001fc0 | TASK | Create custom tuned profile 2025-10-10 07:05:59.012700 | fa163ef4-4e38-a4de-df26-000000001fc0 | SKIPPED | Create custom tuned profile | standalone 2025-10-10 07:05:59.014072 | fa163ef4-4e38-a4de-df26-000000001fc0 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:23.078926 | 0.04s 2025-10-10 07:05:59.042138 | fa163ef4-4e38-a4de-df26-000000001fc1 | TASK | Check tuned active profile 2025-10-10 07:05:59.264763 | fa163ef4-4e38-a4de-df26-000000001fc1 | OK | Check tuned active profile | standalone 2025-10-10 07:05:59.266058 | fa163ef4-4e38-a4de-df26-000000001fc1 | TIMING | tuned : Check tuned active profile | standalone | 0:03:23.330913 | 0.22s 2025-10-10 07:05:59.292091 | fa163ef4-4e38-a4de-df26-000000001fc2 | TASK | Check Tuned Configuration file exists 2025-10-10 07:05:59.491332 | fa163ef4-4e38-a4de-df26-000000001fc2 | OK | Check Tuned Configuration file exists | standalone 2025-10-10 07:05:59.492660 | fa163ef4-4e38-a4de-df26-000000001fc2 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:23.557516 | 0.20s 2025-10-10 07:05:59.519594 | fa163ef4-4e38-a4de-df26-000000001fc3 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-10 07:05:59.583760 | fa163ef4-4e38-a4de-df26-000000001fc3 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-10 07:05:59.585083 | fa163ef4-4e38-a4de-df26-000000001fc3 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:23.649938 | 0.06s 2025-10-10 07:05:59.613728 | fa163ef4-4e38-a4de-df26-000000001fc4 | TASK | Configure isolated cores for profile throughput-performance 2025-10-10 07:05:59.675171 | fa163ef4-4e38-a4de-df26-000000001fc4 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-10 07:05:59.676067 | fa163ef4-4e38-a4de-df26-000000001fc4 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:23.740929 | 0.06s 2025-10-10 07:05:59.696657 | fa163ef4-4e38-a4de-df26-000000001fc5 | TASK | Enable tuned profile 2025-10-10 07:05:59.723037 | fa163ef4-4e38-a4de-df26-000000001fc5 | SKIPPED | Enable tuned profile | standalone 2025-10-10 07:05:59.723787 | fa163ef4-4e38-a4de-df26-000000001fc5 | TIMING | tuned : Enable tuned profile | standalone | 0:03:23.788649 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2025-10-10 07:05:59.869919 | fa163ef4-4e38-a4de-df26-0000000000ac | TASK | Overcloud container setup tasks 2025-10-10 07:05:59.896647 | fa163ef4-4e38-a4de-df26-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', 'fa163ef4-4e38-a4de-df26-0000000000ac') missing from stats 2025-10-10 07:05:59.918490 | fa163ef4-4e38-a4de-df26-0000000000ad | TASK | Write config data 2025-10-10 07:05:59.978985 | fa163ef4-4e38-a4de-df26-0000000000ad | TIMING | Write config data | standalone | 0:03:24.043831 | 0.06s 2025-10-10 07:06:00.006696 | 4f576e35-344f-494a-ab1c-32de28cae4cb | INCLUDED | /root/standalone-ansible-5h987wtv/common_container_setup_tasks.yaml | standalone 2025-10-10 07:06:00.027284 | fa163ef4-4e38-a4de-df26-000000002023 | TASK | Create and ensure setype for /var/log/containers directory 2025-10-10 07:06:00.299946 | fa163ef4-4e38-a4de-df26-000000002023 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-10-10 07:06:00.300869 | fa163ef4-4e38-a4de-df26-000000002023 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:24.365733 | 0.27s 2025-10-10 07:06:00.318470 | fa163ef4-4e38-a4de-df26-000000002024 | TASK | Create ContainerLogStdoutPath directory 2025-10-10 07:06:00.555953 | fa163ef4-4e38-a4de-df26-000000002024 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-10-10 07:06:00.557326 | fa163ef4-4e38-a4de-df26-000000002024 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:24.622182 | 0.24s 2025-10-10 07:06:00.583700 | fa163ef4-4e38-a4de-df26-000000002025 | TASK | Create /var/lib/tripleo-config directory 2025-10-10 07:06:00.814459 | fa163ef4-4e38-a4de-df26-000000002025 | OK | Create /var/lib/tripleo-config directory | standalone 2025-10-10 07:06:00.815851 | fa163ef4-4e38-a4de-df26-000000002025 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:24.880707 | 0.23s 2025-10-10 07:06:00.846923 | fa163ef4-4e38-a4de-df26-000000002026 | TASK | Clean old /var/lib/container-startup-configs.json file 2025-10-10 07:06:01.036963 | fa163ef4-4e38-a4de-df26-000000002026 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-10-10 07:06:01.038266 | fa163ef4-4e38-a4de-df26-000000002026 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:25.103123 | 0.19s 2025-10-10 07:06:01.063728 | fa163ef4-4e38-a4de-df26-000000002027 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-10-10 07:06:01.264746 | fa163ef4-4e38-a4de-df26-000000002027 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-10-10 07:06:01.266174 | fa163ef4-4e38-a4de-df26-000000002027 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:25.331030 | 0.20s 2025-10-10 07:06:01.292495 | fa163ef4-4e38-a4de-df26-00000000202b | TASK | Create fcontext entry for container-config-scripts 2025-10-10 07:06:02.555354 | fa163ef4-4e38-a4de-df26-00000000202b | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-10-10 07:06:02.556695 | fa163ef4-4e38-a4de-df26-00000000202b | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:26.621553 | 1.26s 2025-10-10 07:06:02.582685 | fa163ef4-4e38-a4de-df26-00000000202c | TASK | Create /var/lib/container-config-scripts 2025-10-10 07:06:02.819658 | fa163ef4-4e38-a4de-df26-00000000202c | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-10-10 07:06:02.820983 | fa163ef4-4e38-a4de-df26-00000000202c | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:26.885839 | 0.24s 2025-10-10 07:06:02.847248 | fa163ef4-4e38-a4de-df26-00000000202d | TASK | Write container config scripts 2025-10-10 07:06:03.207361 | fa163ef4-4e38-a4de-df26-00000000202d | CHANGED | Write container config scripts | standalone 2025-10-10 07:06:03.208525 | fa163ef4-4e38-a4de-df26-00000000202d | TIMING | Write container config scripts | standalone | 0:03:27.273381 | 0.36s 2025-10-10 07:06:03.234866 | fa163ef4-4e38-a4de-df26-00000000202e | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-10-10 07:06:03.678230 | fa163ef4-4e38-a4de-df26-00000000202e | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-10-10 07:06:03.678950 | fa163ef4-4e38-a4de-df26-00000000202e | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:27.743816 | 0.44s 2025-10-10 07:06:03.696832 | fa163ef4-4e38-a4de-df26-00000000202f | TASK | Generate startup configs files per step and per container 2025-10-10 07:06:04.345810 | fa163ef4-4e38-a4de-df26-00000000202f | CHANGED | Generate startup configs files per step and per container | standalone 2025-10-10 07:06:04.355545 | fa163ef4-4e38-a4de-df26-00000000202f | TIMING | Generate startup configs files per step and per container | standalone | 0:03:28.420393 | 0.66s 2025-10-10 07:06:04.398350 | fa163ef4-4e38-a4de-df26-000000002030 | TASK | Create /var/lib/kolla/config_files directory 2025-10-10 07:06:04.635016 | fa163ef4-4e38-a4de-df26-000000002030 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-10-10 07:06:04.636460 | fa163ef4-4e38-a4de-df26-000000002030 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:28.701315 | 0.24s 2025-10-10 07:06:04.662954 | fa163ef4-4e38-a4de-df26-000000002031 | TASK | Create /var/lib/config-data directory 2025-10-10 07:06:04.873104 | fa163ef4-4e38-a4de-df26-000000002031 | CHANGED | Create /var/lib/config-data directory | standalone 2025-10-10 07:06:04.874632 | fa163ef4-4e38-a4de-df26-000000002031 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:28.939482 | 0.21s 2025-10-10 07:06:04.900917 | fa163ef4-4e38-a4de-df26-000000002032 | TASK | Write container config json files 2025-10-10 07:06:05.404099 | fa163ef4-4e38-a4de-df26-000000002032 | CHANGED | Write container config json files | standalone 2025-10-10 07:06:05.412005 | fa163ef4-4e38-a4de-df26-000000002032 | TIMING | Write container config json files | standalone | 0:03:29.476856 | 0.51s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-10-10 07:06:05.589996 | fa163ef4-4e38-a4de-df26-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-10-10 07:06:05.617236 | fa163ef4-4e38-a4de-df26-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', 'fa163ef4-4e38-a4de-df26-0000000000b1') missing from stats [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-10 07:06:05.682484 | fa163ef4-4e38-a4de-df26-0000000000b2 | TIMING | include_tasks | standalone | 0:03:29.747338 | 0.04s 2025-10-10 07:06:05.692795 | d920038b-f722-4563-a414-e54800a2e678 | INCLUDED | /root/standalone-ansible-5h987wtv/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-10-10 07:06:05.825331 | fa163ef4-4e38-a4de-df26-0000000000b6 | TASK | External deployment step 1 2025-10-10 07:06:05.852833 | fa163ef4-4e38-a4de-df26-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', 'fa163ef4-4e38-a4de-df26-0000000000b6') missing from stats 2025-10-10 07:06:05.906693 | fa163ef4-4e38-a4de-df26-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:29.971536 | 0.04s 2025-10-10 07:06:05.941436 | 843762d9-8388-4c8a-a1ca-e7813ebd1336 | INCLUDED | /root/standalone-ansible-5h987wtv/external_deploy_steps_tasks_step1.yaml | undercloud 2025-10-10 07:06:05.961326 | fa163ef4-4e38-a4de-df26-000000002077 | TASK | Set some tripleo-ansible facts 2025-10-10 07:06:06.012967 | fa163ef4-4e38-a4de-df26-000000002077 | OK | Set some tripleo-ansible facts | undercloud 2025-10-10 07:06:06.014300 | fa163ef4-4e38-a4de-df26-000000002077 | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:30.079155 | 0.05s 2025-10-10 07:06:06.032785 | fa163ef4-4e38-a4de-df26-000000002079 | TASK | Build disk list for cephadm 2025-10-10 07:06:06.083744 | fa163ef4-4e38-a4de-df26-000000002079 | OK | Build disk list for cephadm | undercloud 2025-10-10 07:06:06.085105 | fa163ef4-4e38-a4de-df26-000000002079 | TIMING | Build disk list for cephadm | undercloud | 0:03:30.149956 | 0.05s 2025-10-10 07:06:06.104048 | fa163ef4-4e38-a4de-df26-000000002080 | TASK | Container image prepare 2025-10-10 07:06:07.232353 | fa163ef4-4e38-a4de-df26-000000002080 | CHANGED | Container image prepare | undercloud 2025-10-10 07:06:07.234886 | fa163ef4-4e38-a4de-df26-000000002080 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:31.299733 | 1.13s 2025-10-10 07:06:07.267067 | fa163ef4-4e38-a4de-df26-000000002087 | TASK | Create /etc/openstack directory if it does not exist 2025-10-10 07:06:07.511709 | fa163ef4-4e38-a4de-df26-000000002087 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-10-10 07:06:07.513181 | fa163ef4-4e38-a4de-df26-000000002087 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:31.578031 | 0.25s 2025-10-10 07:06:07.531853 | fa163ef4-4e38-a4de-df26-000000002088 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-10 07:06:07.582997 | fa163ef4-4e38-a4de-df26-000000002088 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:31.647836 | 0.05s 2025-10-10 07:06:07.631853 | fa163ef4-4e38-a4de-df26-0000000020af | TASK | Check if /etc/openstack/clouds.yaml exists 2025-10-10 07:06:07.891115 | fa163ef4-4e38-a4de-df26-0000000020af | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-10-10 07:06:07.892552 | fa163ef4-4e38-a4de-df26-0000000020af | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:31.957405 | 0.26s 2025-10-10 07:06:07.914151 | fa163ef4-4e38-a4de-df26-0000000020b0 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-10-10 07:06:08.379899 | fa163ef4-4e38-a4de-df26-0000000020b0 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-10-10 07:06:08.381358 | fa163ef4-4e38-a4de-df26-0000000020b0 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:32.446213 | 0.47s 2025-10-10 07:06:08.401813 | fa163ef4-4e38-a4de-df26-0000000020b1 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-10 07:06:08.455959 | fa163ef4-4e38-a4de-df26-0000000020b1 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:32.520765 | 0.05s 2025-10-10 07:06:08.505168 | fa163ef4-4e38-a4de-df26-0000000020eb | TASK | Check for a configured destination 2025-10-10 07:06:08.571575 | fa163ef4-4e38-a4de-df26-0000000020eb | SKIPPED | Check for a configured destination | undercloud 2025-10-10 07:06:08.572938 | fa163ef4-4e38-a4de-df26-0000000020eb | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:32.637768 | 0.07s 2025-10-10 07:06:08.599119 | fa163ef4-4e38-a4de-df26-0000000020ec | TASK | Generate /etc/openstack/clouds.yaml config 2025-10-10 07:06:09.112394 | fa163ef4-4e38-a4de-df26-0000000020ec | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-10-10 07:06:09.113389 | fa163ef4-4e38-a4de-df26-0000000020ec | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:33.178253 | 0.51s PLAY [Deploy step tasks for 1] ************************************************* 2025-10-10 07:06:09.249376 | fa163ef4-4e38-a4de-df26-0000000000ba | TASK | Deploy step tasks for 1 2025-10-10 07:06:09.277689 | fa163ef4-4e38-a4de-df26-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', 'fa163ef4-4e38-a4de-df26-0000000000ba') missing from stats 2025-10-10 07:06:09.299019 | fa163ef4-4e38-a4de-df26-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-10-10 07:06:09.813484 | fa163ef4-4e38-a4de-df26-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-10-10 07:06:09.814566 | fa163ef4-4e38-a4de-df26-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:33.879426 | 0.51s 2025-10-10 07:06:09.837487 | fa163ef4-4e38-a4de-df26-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-10 07:06:10.082286 | fa163ef4-4e38-a4de-df26-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-10 07:06:10.083232 | fa163ef4-4e38-a4de-df26-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:34.148096 | 0.24s 2025-10-10 07:06:10.103851 | fa163ef4-4e38-a4de-df26-0000000000be | TASK | Write config data at the start of step 1 2025-10-10 07:06:10.177756 | fa163ef4-4e38-a4de-df26-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:34.242601 | 0.07s 2025-10-10 07:06:10.207767 | 55d6c1f3-ffd7-4c8e-a472-7e0a1319cd74 | INCLUDED | /root/standalone-ansible-5h987wtv/common_deploy_steps_tasks_step_1.yaml | standalone 2025-10-10 07:06:10.229940 | fa163ef4-4e38-a4de-df26-00000000212a | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-10-10 07:06:10.259832 | fa163ef4-4e38-a4de-df26-00000000212a | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-10 07:06:10.260691 | fa163ef4-4e38-a4de-df26-00000000212a | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:34.325552 | 0.03s 2025-10-10 07:06:10.278564 | fa163ef4-4e38-a4de-df26-00000000212b | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-10-10 07:06:10.307190 | fa163ef4-4e38-a4de-df26-00000000212b | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-10 07:06:10.308059 | fa163ef4-4e38-a4de-df26-00000000212b | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:34.372921 | 0.03s 2025-10-10 07:06:10.325850 | fa163ef4-4e38-a4de-df26-00000000212c | TASK | Write the puppet step_config manifest 2025-10-10 07:06:10.798405 | fa163ef4-4e38-a4de-df26-00000000212c | CHANGED | Write the puppet step_config manifest | standalone 2025-10-10 07:06:10.799358 | fa163ef4-4e38-a4de-df26-00000000212c | TIMING | Write the puppet step_config manifest | standalone | 0:03:34.864221 | 0.47s 2025-10-10 07:06:10.819289 | fa163ef4-4e38-a4de-df26-00000000212d | TASK | Diff puppet step_config manifest changes for check mode 2025-10-10 07:06:10.848357 | fa163ef4-4e38-a4de-df26-00000000212d | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-10 07:06:10.849442 | fa163ef4-4e38-a4de-df26-00000000212d | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:34.914301 | 0.03s 2025-10-10 07:06:10.869181 | fa163ef4-4e38-a4de-df26-00000000212e | TASK | Diff puppet step_config manifest changes for check mode 2025-10-10 07:06:10.896847 | fa163ef4-4e38-a4de-df26-00000000212e | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-10 07:06:10.898169 | fa163ef4-4e38-a4de-df26-00000000212e | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:34.963020 | 0.03s 2025-10-10 07:06:10.924504 | fa163ef4-4e38-a4de-df26-00000000212f | TASK | Create /var/lib/container-puppet 2025-10-10 07:06:11.152231 | fa163ef4-4e38-a4de-df26-00000000212f | OK | Create /var/lib/container-puppet | standalone 2025-10-10 07:06:11.153577 | fa163ef4-4e38-a4de-df26-00000000212f | TIMING | Create /var/lib/container-puppet | standalone | 0:03:35.218441 | 0.23s 2025-10-10 07:06:11.174557 | fa163ef4-4e38-a4de-df26-000000002130 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-10-10 07:06:11.203458 | fa163ef4-4e38-a4de-df26-000000002130 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-10 07:06:11.204872 | fa163ef4-4e38-a4de-df26-000000002130 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:35.269733 | 0.03s 2025-10-10 07:06:11.226525 | fa163ef4-4e38-a4de-df26-000000002131 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-10-10 07:06:11.256333 | fa163ef4-4e38-a4de-df26-000000002131 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-10 07:06:11.258271 | fa163ef4-4e38-a4de-df26-000000002131 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:35.323111 | 0.03s 2025-10-10 07:06:11.284775 | fa163ef4-4e38-a4de-df26-000000002132 | TASK | Write container-puppet.json file 2025-10-10 07:06:11.836456 | fa163ef4-4e38-a4de-df26-000000002132 | CHANGED | Write container-puppet.json file | standalone 2025-10-10 07:06:11.837685 | fa163ef4-4e38-a4de-df26-000000002132 | TIMING | Write container-puppet.json file | standalone | 0:03:35.902540 | 0.55s 2025-10-10 07:06:11.864377 | fa163ef4-4e38-a4de-df26-000000002133 | TASK | Diff container-puppet.json changes for check mode 2025-10-10 07:06:11.893914 | fa163ef4-4e38-a4de-df26-000000002133 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-10 07:06:11.896184 | fa163ef4-4e38-a4de-df26-000000002133 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:35.961036 | 0.03s 2025-10-10 07:06:11.923432 | fa163ef4-4e38-a4de-df26-000000002134 | TASK | Diff container-puppet.json changes for check mode 2025-10-10 07:06:11.953925 | fa163ef4-4e38-a4de-df26-000000002134 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-10 07:06:11.956130 | fa163ef4-4e38-a4de-df26-000000002134 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:36.020891 | 0.03s 2025-10-10 07:06:11.984229 | fa163ef4-4e38-a4de-df26-000000002135 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-10-10 07:06:12.403592 | fa163ef4-4e38-a4de-df26-000000002135 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-10-10 07:06:12.405082 | fa163ef4-4e38-a4de-df26-000000002135 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:36.469937 | 0.42s 2025-10-10 07:06:12.431958 | fa163ef4-4e38-a4de-df26-000000002136 | TASK | Set host puppet debugging fact string 2025-10-10 07:06:12.459995 | fa163ef4-4e38-a4de-df26-000000002136 | SKIPPED | Set host puppet debugging fact string | standalone 2025-10-10 07:06:12.461417 | fa163ef4-4e38-a4de-df26-000000002136 | TIMING | Set host puppet debugging fact string | standalone | 0:03:36.526269 | 0.03s 2025-10-10 07:06:12.487204 | fa163ef4-4e38-a4de-df26-000000002137 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-10-10 07:06:12.515669 | fa163ef4-4e38-a4de-df26-000000002137 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-10-10 07:06:12.517295 | fa163ef4-4e38-a4de-df26-000000002137 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:36.582155 | 0.03s 2025-10-10 07:06:12.537481 | fa163ef4-4e38-a4de-df26-000000002138 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-10-10 07:06:12.563115 | fa163ef4-4e38-a4de-df26-000000002138 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-10-10 07:06:12.564458 | fa163ef4-4e38-a4de-df26-000000002138 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:36.629319 | 0.03s 2025-10-10 07:06:12.585218 | fa163ef4-4e38-a4de-df26-000000002139 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-10-10 07:06:12.613556 | fa163ef4-4e38-a4de-df26-000000002139 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-10-10 07:06:12.615365 | fa163ef4-4e38-a4de-df26-000000002139 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:36.680226 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-10 07:06:12.683708 | fa163ef4-4e38-a4de-df26-0000000000c0 | TIMING | include_tasks | standalone | 0:03:36.748566 | 0.05s 2025-10-10 07:06:12.789005 | 8a715310-dee5-4d33-9a3b-9f4cf18b4808 | INCLUDED | /root/standalone-ansible-5h987wtv/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-10-10 07:06:12.832282 | fa163ef4-4e38-a4de-df26-000000002164 | TASK | Create dirs for certificates and keys 2025-10-10 07:06:12.894289 | fa163ef4-4e38-a4de-df26-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-10-10 07:06:12.918244 | fa163ef4-4e38-a4de-df26-000000002164 | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-10-10 07:06:12.929985 | fa163ef4-4e38-a4de-df26-000000002164 | TIMING | Create dirs for certificates and keys | standalone | 0:03:36.994847 | 0.10s 2025-10-10 07:06:12.998045 | fa163ef4-4e38-a4de-df26-000000002165 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-10 07:06:12.999427 | fa163ef4-4e38-a4de-df26-000000002165 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:37.064291 | 0.05s 2025-10-10 07:06:13.017707 | fa163ef4-4e38-a4de-df26-00000000216c | TASK | Fail if container image is undefined 2025-10-10 07:06:13.085522 | fa163ef4-4e38-a4de-df26-00000000216c | SKIPPED | Fail if container image is undefined | standalone 2025-10-10 07:06:13.087074 | fa163ef4-4e38-a4de-df26-00000000216c | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:37.151936 | 0.07s 2025-10-10 07:06:13.115793 | fa163ef4-4e38-a4de-df26-00000000216d | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-10 07:06:34.277506 | fa163ef4-4e38-a4de-df26-00000000216d | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-10 07:06:34.279700 | fa163ef4-4e38-a4de-df26-00000000216d | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:58.344552 | 21.16s 2025-10-10 07:06:34.319737 | fa163ef4-4e38-a4de-df26-00000000216e | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-10 07:06:34.674912 | fa163ef4-4e38-a4de-df26-00000000216e | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-10 07:06:34.675943 | fa163ef4-4e38-a4de-df26-00000000216e | 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:58.740803 | 0.36s 2025-10-10 07:06:34.717114 | fa163ef4-4e38-a4de-df26-00000000217d | TASK | Fail if container image is undefined 2025-10-10 07:06:34.780476 | fa163ef4-4e38-a4de-df26-00000000217d | SKIPPED | Fail if container image is undefined | standalone 2025-10-10 07:06:34.781446 | fa163ef4-4e38-a4de-df26-00000000217d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:58.846305 | 0.06s 2025-10-10 07:06:34.812925 | fa163ef4-4e38-a4de-df26-00000000217e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-10 07:06:40.148933 | fa163ef4-4e38-a4de-df26-00000000217e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-10 07:06:40.150533 | fa163ef4-4e38-a4de-df26-00000000217e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:04.215382 | 5.34s 2025-10-10 07:06:40.206693 | fa163ef4-4e38-a4de-df26-00000000217f | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-10 07:06:40.580438 | fa163ef4-4e38-a4de-df26-00000000217f | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-10 07:06:40.581848 | fa163ef4-4e38-a4de-df26-00000000217f | 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:04.646697 | 0.37s 2025-10-10 07:06:40.633558 | fa163ef4-4e38-a4de-df26-00000000218a | TASK | Check if rsyslog exists 2025-10-10 07:06:40.899239 | fa163ef4-4e38-a4de-df26-00000000218a | CHANGED | Check if rsyslog exists | standalone 2025-10-10 07:06:40.901798 | fa163ef4-4e38-a4de-df26-00000000218a | TIMING | Check if rsyslog exists | standalone | 0:04:04.966649 | 0.27s 2025-10-10 07:06:40.929636 | fa163ef4-4e38-a4de-df26-00000000218c | TASK | Forward logging to haproxy.log file 2025-10-10 07:06:41.177489 | fa163ef4-4e38-a4de-df26-00000000218c | CHANGED | Forward logging to haproxy.log file | standalone 2025-10-10 07:06:41.180012 | fa163ef4-4e38-a4de-df26-00000000218c | TIMING | Forward logging to haproxy.log file | standalone | 0:04:05.244865 | 0.25s 2025-10-10 07:06:41.207256 | fa163ef4-4e38-a4de-df26-00000000218d | TASK | restart rsyslog service after logging conf change 2025-10-10 07:06:42.049769 | fa163ef4-4e38-a4de-df26-00000000218d | CHANGED | restart rsyslog service after logging conf change | standalone 2025-10-10 07:06:42.051343 | fa163ef4-4e38-a4de-df26-00000000218d | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:06.116206 | 0.84s 2025-10-10 07:06:42.071758 | fa163ef4-4e38-a4de-df26-000000002194 | TASK | Fail if container image is undefined 2025-10-10 07:06:42.131501 | fa163ef4-4e38-a4de-df26-000000002194 | SKIPPED | Fail if container image is undefined | standalone 2025-10-10 07:06:42.132579 | fa163ef4-4e38-a4de-df26-000000002194 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:06.197439 | 0.06s 2025-10-10 07:06:42.173180 | fa163ef4-4e38-a4de-df26-000000002195 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-10 07:06:48.121721 | fa163ef4-4e38-a4de-df26-000000002195 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-10 07:06:48.123445 | fa163ef4-4e38-a4de-df26-000000002195 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:12.188305 | 5.95s 2025-10-10 07:06:48.157157 | fa163ef4-4e38-a4de-df26-000000002196 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-10 07:06:48.485679 | fa163ef4-4e38-a4de-df26-000000002196 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-10 07:06:48.488103 | fa163ef4-4e38-a4de-df26-000000002196 | 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:12.552954 | 0.33s 2025-10-10 07:06:48.541210 | fa163ef4-4e38-a4de-df26-0000000021a0 | TASK | Run lvmfilter role 2025-10-10 07:06:48.582285 | fa163ef4-4e38-a4de-df26-0000000021a0 | TIMING | Run lvmfilter role | standalone | 0:04:12.647127 | 0.04s 2025-10-10 07:06:48.672191 | fa163ef4-4e38-a4de-df26-0000000022b7 | TASK | Check if lvm2 is installed 2025-10-10 07:06:48.902475 | fa163ef4-4e38-a4de-df26-0000000022b7 | CHANGED | Check if lvm2 is installed | standalone 2025-10-10 07:06:48.904473 | fa163ef4-4e38-a4de-df26-0000000022b7 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:12.969329 | 0.23s 2025-10-10 07:06:48.926434 | fa163ef4-4e38-a4de-df26-0000000022b9 | TASK | collect ansible devices 2025-10-10 07:06:48.986100 | fa163ef4-4e38-a4de-df26-0000000022b9 | SKIPPED | collect ansible devices | standalone 2025-10-10 07:06:48.987929 | fa163ef4-4e38-a4de-df26-0000000022b9 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:13.052786 | 0.06s 2025-10-10 07:06:49.009991 | fa163ef4-4e38-a4de-df26-0000000022ba | TASK | collect in-use lvm2 devices list 2025-10-10 07:06:49.061525 | fa163ef4-4e38-a4de-df26-0000000022ba | SKIPPED | collect in-use lvm2 devices list | standalone 2025-10-10 07:06:49.062785 | fa163ef4-4e38-a4de-df26-0000000022ba | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:13.127638 | 0.05s 2025-10-10 07:06:49.089429 | fa163ef4-4e38-a4de-df26-0000000022bb | TASK | set allowed_devices 2025-10-10 07:06:49.138468 | fa163ef4-4e38-a4de-df26-0000000022bb | SKIPPED | set allowed_devices | standalone 2025-10-10 07:06:49.139677 | fa163ef4-4e38-a4de-df26-0000000022bb | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:13.204530 | 0.05s 2025-10-10 07:06:49.167603 | fa163ef4-4e38-a4de-df26-0000000022bc | TASK | build lvm2 allow list 2025-10-10 07:06:49.218160 | fa163ef4-4e38-a4de-df26-0000000022bc | SKIPPED | build lvm2 allow list | standalone 2025-10-10 07:06:49.219671 | fa163ef4-4e38-a4de-df26-0000000022bc | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:13.284516 | 0.05s 2025-10-10 07:06:49.247409 | fa163ef4-4e38-a4de-df26-0000000022bd | TASK | build lvm2 deny list 2025-10-10 07:06:49.297162 | fa163ef4-4e38-a4de-df26-0000000022bd | SKIPPED | build lvm2 deny list | standalone 2025-10-10 07:06:49.298329 | fa163ef4-4e38-a4de-df26-0000000022bd | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:13.363185 | 0.05s 2025-10-10 07:06:49.321655 | fa163ef4-4e38-a4de-df26-0000000022be | TASK | build lvm2 filter 2025-10-10 07:06:49.369868 | fa163ef4-4e38-a4de-df26-0000000022be | SKIPPED | build lvm2 filter | standalone 2025-10-10 07:06:49.370976 | fa163ef4-4e38-a4de-df26-0000000022be | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:13.435837 | 0.05s 2025-10-10 07:06:49.391342 | fa163ef4-4e38-a4de-df26-0000000022bf | TASK | regenerate lvm config 2025-10-10 07:06:49.438278 | fa163ef4-4e38-a4de-df26-0000000022bf | SKIPPED | regenerate lvm config | standalone 2025-10-10 07:06:49.439154 | fa163ef4-4e38-a4de-df26-0000000022bf | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:13.504014 | 0.05s 2025-10-10 07:06:49.464753 | fa163ef4-4e38-a4de-df26-0000000022c0 | TASK | copy new lvm.conf in place 2025-10-10 07:06:49.514459 | fa163ef4-4e38-a4de-df26-0000000022c0 | SKIPPED | copy new lvm.conf in place | standalone 2025-10-10 07:06:49.515555 | fa163ef4-4e38-a4de-df26-0000000022c0 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:13.580410 | 0.05s 2025-10-10 07:06:49.565829 | fa163ef4-4e38-a4de-df26-0000000021a6 | TASK | Fail if container image is undefined 2025-10-10 07:06:49.624726 | fa163ef4-4e38-a4de-df26-0000000021a6 | SKIPPED | Fail if container image is undefined | standalone 2025-10-10 07:06:49.625629 | fa163ef4-4e38-a4de-df26-0000000021a6 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:13.690490 | 0.06s 2025-10-10 07:06:49.658805 | fa163ef4-4e38-a4de-df26-0000000021a7 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-10 07:06:59.086339 | fa163ef4-4e38-a4de-df26-0000000021a7 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-10 07:06:59.087741 | fa163ef4-4e38-a4de-df26-0000000021a7 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:23.152597 | 9.43s 2025-10-10 07:06:59.145266 | fa163ef4-4e38-a4de-df26-0000000021a8 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-10 07:06:59.444005 | fa163ef4-4e38-a4de-df26-0000000021a8 | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-10 07:06:59.445445 | fa163ef4-4e38-a4de-df26-0000000021a8 | 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:23.510301 | 0.30s 2025-10-10 07:06:59.548872 | fa163ef4-4e38-a4de-df26-0000000021b3 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-10 07:06:59.550193 | fa163ef4-4e38-a4de-df26-0000000021b3 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:23.615045 | 0.05s 2025-10-10 07:06:59.577399 | fa163ef4-4e38-a4de-df26-0000000021ba | TASK | Fail if container image is undefined 2025-10-10 07:06:59.643393 | fa163ef4-4e38-a4de-df26-0000000021ba | SKIPPED | Fail if container image is undefined | standalone 2025-10-10 07:06:59.644688 | fa163ef4-4e38-a4de-df26-0000000021ba | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:23.709539 | 0.07s 2025-10-10 07:06:59.688131 | fa163ef4-4e38-a4de-df26-0000000021bb | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-10 07:07:07.323122 | fa163ef4-4e38-a4de-df26-0000000021bb | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-10 07:07:07.323961 | fa163ef4-4e38-a4de-df26-0000000021bb | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:31.388825 | 7.63s 2025-10-10 07:07:07.359923 | fa163ef4-4e38-a4de-df26-0000000021bc | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-10 07:07:07.711556 | fa163ef4-4e38-a4de-df26-0000000021bc | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-10 07:07:07.712947 | fa163ef4-4e38-a4de-df26-0000000021bc | 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:31.777800 | 0.35s 2025-10-10 07:07:07.802557 | fa163ef4-4e38-a4de-df26-0000000021c7 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-10 07:07:07.804044 | fa163ef4-4e38-a4de-df26-0000000021c7 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:31.868894 | 0.04s 2025-10-10 07:07:07.829647 | fa163ef4-4e38-a4de-df26-0000000021c9 | TASK | install systemd-container for a greenfield 2025-10-10 07:07:28.033943 | fa163ef4-4e38-a4de-df26-0000000021c9 | CHANGED | install systemd-container for a greenfield | standalone 2025-10-10 07:07:28.035006 | fa163ef4-4e38-a4de-df26-0000000021c9 | TIMING | install systemd-container for a greenfield | standalone | 0:04:52.099867 | 20.20s 2025-10-10 07:07:28.055744 | fa163ef4-4e38-a4de-df26-0000000021ca | TASK | manage PMEM namespaces for vPMEM 2025-10-10 07:07:28.091290 | fa163ef4-4e38-a4de-df26-0000000021ca | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-10-10 07:07:28.092064 | fa163ef4-4e38-a4de-df26-0000000021ca | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:52.156926 | 0.04s 2025-10-10 07:07:28.112134 | fa163ef4-4e38-a4de-df26-0000000021cc | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-10-10 07:07:28.364959 | fa163ef4-4e38-a4de-df26-0000000021cc | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-10-10 07:07:28.365871 | fa163ef4-4e38-a4de-df26-0000000021cc | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:52.430732 | 0.25s 2025-10-10 07:07:28.383133 | fa163ef4-4e38-a4de-df26-0000000021ce | TASK | is KSM enabled 2025-10-10 07:07:28.410347 | fa163ef4-4e38-a4de-df26-0000000021ce | OK | is KSM enabled | standalone 2025-10-10 07:07:28.410966 | fa163ef4-4e38-a4de-df26-0000000021ce | TIMING | is KSM enabled | standalone | 0:04:52.475830 | 0.03s 2025-10-10 07:07:28.432042 | fa163ef4-4e38-a4de-df26-0000000021d0 | TASK | Check for ksm 2025-10-10 07:07:28.718356 | fa163ef4-4e38-a4de-df26-0000000021d0 | CHANGED | Check for ksm | standalone 2025-10-10 07:07:28.719579 | fa163ef4-4e38-a4de-df26-0000000021d0 | TIMING | Check for ksm | standalone | 0:04:52.784434 | 0.29s 2025-10-10 07:07:28.745595 | fa163ef4-4e38-a4de-df26-0000000021d1 | TASK | disable KSM services 2025-10-10 07:07:28.835213 | fa163ef4-4e38-a4de-df26-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-10-10 07:07:28.872368 | fa163ef4-4e38-a4de-df26-0000000021d1 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-10-10 07:07:28.884462 | fa163ef4-4e38-a4de-df26-0000000021d1 | TIMING | disable KSM services | standalone | 0:04:52.949311 | 0.14s 2025-10-10 07:07:28.911039 | fa163ef4-4e38-a4de-df26-0000000021d2 | TASK | delete PageKSM after disable ksm on compute 2025-10-10 07:07:28.976774 | fa163ef4-4e38-a4de-df26-0000000021d2 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-10-10 07:07:28.978036 | fa163ef4-4e38-a4de-df26-0000000021d2 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:53.042891 | 0.07s 2025-10-10 07:07:29.004327 | fa163ef4-4e38-a4de-df26-0000000021d4 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-10-10 07:07:29.043270 | fa163ef4-4e38-a4de-df26-0000000021d4 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-10-10 07:07:29.044437 | fa163ef4-4e38-a4de-df26-0000000021d4 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:53.109292 | 0.04s 2025-10-10 07:07:29.070627 | fa163ef4-4e38-a4de-df26-0000000021d5 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-10-10 07:07:29.109177 | fa163ef4-4e38-a4de-df26-0000000021d5 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-10-10 07:07:29.110023 | fa163ef4-4e38-a4de-df26-0000000021d5 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:53.174883 | 0.04s 2025-10-10 07:07:29.131080 | fa163ef4-4e38-a4de-df26-0000000021d6 | TASK | enable ksmtunded 2025-10-10 07:07:29.176875 | fa163ef4-4e38-a4de-df26-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-10-10 07:07:29.193119 | fa163ef4-4e38-a4de-df26-0000000021d6 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-10-10 07:07:29.206311 | fa163ef4-4e38-a4de-df26-0000000021d6 | TIMING | enable ksmtunded | standalone | 0:04:53.271157 | 0.07s 2025-10-10 07:07:29.285701 | fa163ef4-4e38-a4de-df26-0000000021d8 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-10 07:07:29.287052 | fa163ef4-4e38-a4de-df26-0000000021d8 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:53.351904 | 0.05s 2025-10-10 07:07:29.313148 | fa163ef4-4e38-a4de-df26-0000000021da | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-10 07:07:29.386281 | fa163ef4-4e38-a4de-df26-0000000021da | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-10 07:07:29.387611 | fa163ef4-4e38-a4de-df26-0000000021da | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:53.452461 | 0.07s 2025-10-10 07:07:29.414227 | fa163ef4-4e38-a4de-df26-0000000021db | TASK | Populate ansible service facts so we can check for pacemaker service 2025-10-10 07:07:32.430747 | fa163ef4-4e38-a4de-df26-0000000021db | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-10-10 07:07:32.436253 | fa163ef4-4e38-a4de-df26-0000000021db | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:04:56.501106 | 3.02s 2025-10-10 07:07:32.512677 | fa163ef4-4e38-a4de-df26-0000000021dd | TASK | Fetch ovn-dbs-bundle 2025-10-10 07:07:32.580113 | fa163ef4-4e38-a4de-df26-0000000021dd | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-10-10 07:07:32.580985 | fa163ef4-4e38-a4de-df26-0000000021dd | TIMING | Fetch ovn-dbs-bundle | standalone | 0:04:56.645846 | 0.07s 2025-10-10 07:07:32.603450 | fa163ef4-4e38-a4de-df26-0000000021de | TASK | Fetch ovn VIP 2025-10-10 07:07:32.670751 | fa163ef4-4e38-a4de-df26-0000000021de | SKIPPED | Fetch ovn VIP | standalone 2025-10-10 07:07:32.671965 | fa163ef4-4e38-a4de-df26-0000000021de | TIMING | Fetch ovn VIP | standalone | 0:04:56.736819 | 0.07s 2025-10-10 07:07:32.701055 | fa163ef4-4e38-a4de-df26-0000000021df | TASK | Remove OVNDBs from pacemaker 2025-10-10 07:07:32.764016 | fa163ef4-4e38-a4de-df26-0000000021df | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-10-10 07:07:32.765170 | fa163ef4-4e38-a4de-df26-0000000021df | TIMING | Remove OVNDBs from pacemaker | standalone | 0:04:56.830025 | 0.06s 2025-10-10 07:07:32.794104 | fa163ef4-4e38-a4de-df26-0000000021e0 | TASK | Remove OVNDBs VIP from pacemaker 2025-10-10 07:07:32.843134 | fa163ef4-4e38-a4de-df26-0000000021e0 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-10-10 07:07:32.844409 | fa163ef4-4e38-a4de-df26-0000000021e0 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:04:56.909261 | 0.05s 2025-10-10 07:07:32.873453 | fa163ef4-4e38-a4de-df26-0000000021e1 | TASK | Clean up pacemaker remote nodes cache 2025-10-10 07:07:32.943319 | fa163ef4-4e38-a4de-df26-0000000021e1 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-10-10 07:07:32.944575 | fa163ef4-4e38-a4de-df26-0000000021e1 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:04:57.009429 | 0.07s 2025-10-10 07:07:32.973513 | fa163ef4-4e38-a4de-df26-0000000021e2 | TASK | Remove pacemaker attributes 2025-10-10 07:07:33.047106 | fa163ef4-4e38-a4de-df26-0000000021e2 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-10-10 07:07:33.059731 | fa163ef4-4e38-a4de-df26-0000000021e2 | TIMING | Remove pacemaker attributes | standalone | 0:04:57.124581 | 0.08s 2025-10-10 07:07:33.138753 | fa163ef4-4e38-a4de-df26-0000000021e5 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-10 07:07:33.139772 | fa163ef4-4e38-a4de-df26-0000000021e5 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:57.204633 | 0.05s 2025-10-10 07:07:33.169425 | fa163ef4-4e38-a4de-df26-0000000021e7 | TASK | Configure OVN DBs and northd 2025-10-10 07:07:33.220784 | fa163ef4-4e38-a4de-df26-0000000021e7 | TIMING | Configure OVN DBs and northd | standalone | 0:04:57.285620 | 0.05s 2025-10-10 07:07:33.289401 | fa163ef4-4e38-a4de-df26-00000000238f | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-10-10 07:07:33.544697 | fa163ef4-4e38-a4de-df26-00000000238f | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-10-10 07:07:33.546414 | fa163ef4-4e38-a4de-df26-00000000238f | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:04:57.611263 | 0.26s 2025-10-10 07:07:33.576843 | fa163ef4-4e38-a4de-df26-000000002390 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-10 07:07:33.638149 | fa163ef4-4e38-a4de-df26-000000002390 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-10 07:07:33.639283 | fa163ef4-4e38-a4de-df26-000000002390 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:57.704139 | 0.06s 2025-10-10 07:07:33.669027 | fa163ef4-4e38-a4de-df26-000000002391 | TASK | check ovsdb-tool election-timer options 2025-10-10 07:07:33.946431 | fa163ef4-4e38-a4de-df26-000000002391 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-10-10 07:07:33.947727 | fa163ef4-4e38-a4de-df26-000000002391 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:04:58.012583 | 0.28s 2025-10-10 07:07:33.977105 | fa163ef4-4e38-a4de-df26-000000002392 | TASK | set has_ovsdb_tool_election_timer fact 2025-10-10 07:07:34.046981 | fa163ef4-4e38-a4de-df26-000000002392 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-10-10 07:07:34.047778 | fa163ef4-4e38-a4de-df26-000000002392 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:04:58.112595 | 0.07s 2025-10-10 07:07:34.077115 | fa163ef4-4e38-a4de-df26-000000002393 | TASK | render OVN cluster configuration 2025-10-10 07:07:34.722148 | fa163ef4-4e38-a4de-df26-000000002393 | CHANGED | render OVN cluster configuration | standalone 2025-10-10 07:07:34.723617 | fa163ef4-4e38-a4de-df26-000000002393 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:04:58.788472 | 0.65s 2025-10-10 07:07:34.754556 | fa163ef4-4e38-a4de-df26-000000002394 | TASK | restart OVN northd and north and south databases 2025-10-10 07:07:34.811664 | fa163ef4-4e38-a4de-df26-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:58.876425 | 0.06s 2025-10-10 07:07:34.828361 | fa163ef4-4e38-a4de-df26-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:58.893219 | 0.07s 2025-10-10 07:07:34.843785 | fa163ef4-4e38-a4de-df26-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:58.908643 | 0.09s 2025-10-10 07:07:34.851850 | fa163ef4-4e38-a4de-df26-000000002394 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:58.916698 | 0.10s 2025-10-10 07:07:34.879159 | d0e0dc49-f48e-4d41-aa7e-8cbf6ba12f29 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-10 07:07:34.887533 | dec4327a-e26e-4638-9796-bcda991b6813 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-10 07:07:34.894755 | d72af6fd-6b17-4e51-a182-ca638add1d92 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-10 07:07:34.924027 | fa163ef4-4e38-a4de-df26-0000000023c3 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-10-10 07:07:35.133209 | fa163ef4-4e38-a4de-df26-0000000023c3 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-10-10 07:07:35.134542 | fa163ef4-4e38-a4de-df26-0000000023c3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:04:59.199398 | 0.21s 2025-10-10 07:07:35.169557 | fa163ef4-4e38-a4de-df26-0000000023c4 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-10-10 07:07:35.220151 | fa163ef4-4e38-a4de-df26-0000000023c4 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-10-10 07:07:35.221629 | fa163ef4-4e38-a4de-df26-0000000023c4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:04:59.286482 | 0.05s 2025-10-10 07:07:35.254447 | fa163ef4-4e38-a4de-df26-0000000023c8 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-10-10 07:07:35.480587 | fa163ef4-4e38-a4de-df26-0000000023c8 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-10-10 07:07:35.481951 | fa163ef4-4e38-a4de-df26-0000000023c8 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:04:59.546807 | 0.23s 2025-10-10 07:07:35.514047 | fa163ef4-4e38-a4de-df26-0000000023c9 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-10-10 07:07:35.553082 | fa163ef4-4e38-a4de-df26-0000000023c9 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-10-10 07:07:35.554286 | fa163ef4-4e38-a4de-df26-0000000023c9 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:04:59.619140 | 0.04s 2025-10-10 07:07:35.585679 | fa163ef4-4e38-a4de-df26-0000000023cd | TASK | check if tripleo_cluster_northd systemd service is active 2025-10-10 07:07:35.839359 | fa163ef4-4e38-a4de-df26-0000000023cd | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-10-10 07:07:35.840764 | fa163ef4-4e38-a4de-df26-0000000023cd | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:04:59.905619 | 0.25s 2025-10-10 07:07:35.873665 | fa163ef4-4e38-a4de-df26-0000000023ce | TASK | restart tripleo_cluster_northd systemd service 2025-10-10 07:07:35.905596 | fa163ef4-4e38-a4de-df26-0000000023ce | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-10-10 07:07:35.906981 | fa163ef4-4e38-a4de-df26-0000000023ce | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:04:59.971835 | 0.03s 2025-10-10 07:07:36.016194 | fa163ef4-4e38-a4de-df26-0000000021e9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-10 07:07:36.017509 | fa163ef4-4e38-a4de-df26-0000000021e9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:00.082364 | 0.05s 2025-10-10 07:07:36.099754 | fa163ef4-4e38-a4de-df26-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-10 07:07:36.101064 | fa163ef4-4e38-a4de-df26-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:00.165913 | 0.05s 2025-10-10 07:07:36.130789 | fa163ef4-4e38-a4de-df26-0000000021f2 | TASK | Fail if container image is undefined 2025-10-10 07:07:36.193477 | fa163ef4-4e38-a4de-df26-0000000021f2 | SKIPPED | Fail if container image is undefined | standalone 2025-10-10 07:07:36.194824 | fa163ef4-4e38-a4de-df26-0000000021f2 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:00.259669 | 0.06s 2025-10-10 07:07:36.241718 | fa163ef4-4e38-a4de-df26-0000000021f3 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-10 07:07:43.340157 | fa163ef4-4e38-a4de-df26-0000000021f3 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-10 07:07:43.341817 | fa163ef4-4e38-a4de-df26-0000000021f3 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:07.406674 | 7.10s 2025-10-10 07:07:43.403162 | fa163ef4-4e38-a4de-df26-0000000021f4 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-10 07:07:43.757466 | fa163ef4-4e38-a4de-df26-0000000021f4 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-10 07:07:43.758969 | fa163ef4-4e38-a4de-df26-0000000021f4 | 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:07.823823 | 0.35s 2025-10-10 07:07:43.810564 | fa163ef4-4e38-a4de-df26-0000000021ff | TASK | Pre-fetch all the containers 2025-10-10 07:07:49.268679 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-10-10 07:07:49.272736 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:13.337587 | 5.46s 2025-10-10 07:07:55.228297 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-10-10 07:07:55.231883 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:19.296732 | 11.42s 2025-10-10 07:07:58.669102 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-10-10 07:07:58.672104 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:22.736957 | 14.86s 2025-10-10 07:08:03.159909 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-10-10 07:08:03.163092 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:27.227946 | 19.35s 2025-10-10 07:08:05.896663 | fa163ef4-4e38-a4de-df26-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-10-10 07:08:05.898453 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:29.963314 | 22.09s 2025-10-10 07:08:08.454897 | fa163ef4-4e38-a4de-df26-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-10-10 07:08:08.457719 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:32.522580 | 24.65s 2025-10-10 07:08:13.395363 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-10-10 07:08:13.398686 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:37.463546 | 29.59s 2025-10-10 07:08:18.479608 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-10-10 07:08:18.483960 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:42.548815 | 34.67s 2025-10-10 07:08:22.970947 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-10-10 07:08:22.974514 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:47.039369 | 39.16s 2025-10-10 07:08:25.889744 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-10-10 07:08:25.892629 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:49.957486 | 42.08s 2025-10-10 07:08:34.898848 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-10-10 07:08:34.903237 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:05:58.968091 | 51.09s 2025-10-10 07:08:39.646619 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-10-10 07:08:39.649655 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:03.714520 | 55.84s 2025-10-10 07:08:56.983256 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-10-10 07:08:56.986228 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:21.051083 | 73.17s 2025-10-10 07:09:08.197061 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-10-10 07:09:08.200677 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:32.265526 | 84.39s 2025-10-10 07:09:20.884013 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-10-10 07:09:20.887851 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:44.952706 | 97.08s 2025-10-10 07:09:27.998829 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-10-10 07:09:28.001323 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:06:52.066184 | 104.19s 2025-10-10 07:09:36.489664 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-10-10 07:09:36.491022 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:00.555887 | 112.68s 2025-10-10 07:09:41.829583 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-10-10 07:09:41.832733 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:05.897586 | 118.02s 2025-10-10 07:09:45.714131 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-10-10 07:09:45.716204 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:09.781067 | 121.90s 2025-10-10 07:09:49.873177 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-10-10 07:09:49.876239 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:13.941095 | 126.06s 2025-10-10 07:09:55.962731 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-10-10 07:09:55.967343 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:20.032190 | 132.16s 2025-10-10 07:10:08.499852 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-10-10 07:10:08.503948 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:32.568800 | 144.69s 2025-10-10 07:10:13.160253 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-10-10 07:10:13.164807 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:37.229657 | 149.35s 2025-10-10 07:10:23.192530 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-10-10 07:10:23.196730 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:47.261579 | 159.38s 2025-10-10 07:10:27.028399 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-10-10 07:10:27.031417 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:51.096270 | 163.22s 2025-10-10 07:10:30.534676 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-10-10 07:10:30.538260 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:54.603112 | 166.73s 2025-10-10 07:10:34.736773 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-10-10 07:10:34.740601 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:07:58.805455 | 170.93s 2025-10-10 07:10:41.040934 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-10-10 07:10:41.043911 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:05.108746 | 177.23s 2025-10-10 07:10:45.777596 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-10-10 07:10:45.782020 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:09.846875 | 181.97s 2025-10-10 07:10:49.201870 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-10-10 07:10:49.204814 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:13.269670 | 185.39s 2025-10-10 07:10:56.294576 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-10-10 07:10:56.300223 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:20.365068 | 192.49s 2025-10-10 07:10:59.657372 | fa163ef4-4e38-a4de-df26-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-10-10 07:10:59.660974 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:23.725827 | 195.85s 2025-10-10 07:11:02.978753 | fa163ef4-4e38-a4de-df26-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-10-10 07:11:02.983511 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:27.048365 | 199.17s 2025-10-10 07:11:06.495172 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-10-10 07:11:06.497141 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:30.561999 | 202.69s 2025-10-10 07:11:09.316146 | fa163ef4-4e38-a4de-df26-0000000021ff | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-10-10 07:11:09.319178 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:33.384037 | 205.51s 2025-10-10 07:11:13.949917 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-10-10 07:11:13.954765 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:38.019620 | 210.14s 2025-10-10 07:11:17.286268 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-10-10 07:11:17.289361 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:41.354221 | 213.48s 2025-10-10 07:11:20.844556 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-10-10 07:11:20.847720 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:44.912574 | 217.04s 2025-10-10 07:11:24.513605 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-10-10 07:11:24.518234 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:48.583083 | 220.71s 2025-10-10 07:11:28.072136 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-10-10 07:11:28.077004 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:52.141857 | 224.27s 2025-10-10 07:11:31.689992 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-10-10 07:11:31.693284 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:55.758137 | 227.88s 2025-10-10 07:11:35.123034 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-10-10 07:11:35.128290 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:08:59.193144 | 231.32s 2025-10-10 07:11:38.677401 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-10-10 07:11:38.680098 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:02.744953 | 234.87s 2025-10-10 07:11:42.420943 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-10-10 07:11:42.424038 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:06.488894 | 238.61s 2025-10-10 07:11:46.079260 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-10-10 07:11:46.082297 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:10.147152 | 242.27s 2025-10-10 07:11:49.802198 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-10-10 07:11:49.805690 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:13.870546 | 245.99s 2025-10-10 07:11:53.406452 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-10-10 07:11:53.409621 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:17.474481 | 249.60s 2025-10-10 07:11:58.146228 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-10-10 07:11:58.150303 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:22.215158 | 254.34s 2025-10-10 07:12:02.995664 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-10-10 07:12:02.999958 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:27.064812 | 259.19s 2025-10-10 07:12:07.355808 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-10-10 07:12:07.360420 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:31.425270 | 263.55s 2025-10-10 07:12:11.223347 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-10-10 07:12:11.226596 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:35.291449 | 267.41s 2025-10-10 07:12:15.170145 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-10-10 07:12:15.174373 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:39.239229 | 271.36s 2025-10-10 07:12:19.021187 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-10-10 07:12:19.024954 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:43.089811 | 275.21s 2025-10-10 07:12:22.255983 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-10-10 07:12:22.258404 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:46.323262 | 278.45s 2025-10-10 07:12:25.419360 | fa163ef4-4e38-a4de-df26-0000000021ff | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-10-10 07:12:25.422424 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:49.487279 | 281.61s 2025-10-10 07:12:25.816618 | fa163ef4-4e38-a4de-df26-0000000021ff | TIMING | Pre-fetch all the containers | standalone | 0:09:49.881470 | 282.00s 2025-10-10 07:12:26.087681 | fa163ef4-4e38-a4de-df26-000000002202 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-10-10 07:12:26.089208 | fa163ef4-4e38-a4de-df26-000000002202 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:09:50.154062 | 0.06s 2025-10-10 07:12:26.120318 | fa163ef4-4e38-a4de-df26-000000002209 | TASK | Fail if container image is undefined 2025-10-10 07:12:26.184537 | fa163ef4-4e38-a4de-df26-000000002209 | SKIPPED | Fail if container image is undefined | standalone 2025-10-10 07:12:26.185797 | fa163ef4-4e38-a4de-df26-000000002209 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:09:50.250651 | 0.06s 2025-10-10 07:12:26.232595 | fa163ef4-4e38-a4de-df26-00000000220a | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-10 07:12:32.319773 | fa163ef4-4e38-a4de-df26-00000000220a | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-10 07:12:32.321162 | fa163ef4-4e38-a4de-df26-00000000220a | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:09:56.386018 | 6.09s 2025-10-10 07:12:32.379902 | fa163ef4-4e38-a4de-df26-00000000220b | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-10 07:12:32.730196 | fa163ef4-4e38-a4de-df26-00000000220b | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-10 07:12:32.731512 | fa163ef4-4e38-a4de-df26-00000000220b | 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:56.796368 | 0.35s 2025-10-10 07:12:32.798206 | fa163ef4-4e38-a4de-df26-000000002216 | TASK | Check if rsyslog exists 2025-10-10 07:12:33.248016 | fa163ef4-4e38-a4de-df26-000000002216 | CHANGED | Check if rsyslog exists | standalone 2025-10-10 07:12:33.249310 | fa163ef4-4e38-a4de-df26-000000002216 | TIMING | Check if rsyslog exists | standalone | 0:09:57.314166 | 0.45s 2025-10-10 07:12:33.278674 | fa163ef4-4e38-a4de-df26-000000002217 | TASK | Forward logging to swift.log file 2025-10-10 07:12:33.759870 | fa163ef4-4e38-a4de-df26-000000002217 | CHANGED | Forward logging to swift.log file | standalone 2025-10-10 07:12:33.761353 | fa163ef4-4e38-a4de-df26-000000002217 | TIMING | Forward logging to swift.log file | standalone | 0:09:57.826207 | 0.48s 2025-10-10 07:12:33.792474 | fa163ef4-4e38-a4de-df26-000000002218 | TASK | Restart rsyslogd service after logging conf change 2025-10-10 07:12:34.544657 | fa163ef4-4e38-a4de-df26-000000002218 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-10-10 07:12:34.546422 | fa163ef4-4e38-a4de-df26-000000002218 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:09:58.611277 | 0.75s 2025-10-10 07:12:34.576826 | fa163ef4-4e38-a4de-df26-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-10 07:12:34.780408 | fa163ef4-4e38-a4de-df26-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-10 07:12:34.781842 | fa163ef4-4e38-a4de-df26-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:09:58.846697 | 0.20s 2025-10-10 07:12:34.895278 | fa163ef4-4e38-a4de-df26-0000000000c3 | TIMING | include_tasks | standalone | 0:09:58.960116 | 0.08s 2025-10-10 07:12:34.936796 | 773ef378-22dd-47a8-b20d-bf0bbcabdd20 | INCLUDED | /root/standalone-ansible-5h987wtv/common_deploy_steps_tasks.yaml | standalone 2025-10-10 07:12:34.963853 | fa163ef4-4e38-a4de-df26-00000000249a | TASK | Write the config_step hieradata 2025-10-10 07:12:35.456677 | fa163ef4-4e38-a4de-df26-00000000249a | OK | Write the config_step hieradata | standalone 2025-10-10 07:12:35.457441 | fa163ef4-4e38-a4de-df26-00000000249a | TIMING | Write the config_step hieradata | standalone | 0:09:59.522305 | 0.49s 2025-10-10 07:12:35.478412 | fa163ef4-4e38-a4de-df26-00000000249b | TASK | Run puppet host configuration for step 1 2025-10-10 07:12:35.812250 | fa163ef4-4e38-a4de-df26-00000000249b | CHANGED | Run puppet host configuration for step 1 | standalone 2025-10-10 07:12:35.813593 | fa163ef4-4e38-a4de-df26-00000000249b | TIMING | Run puppet host configuration for step 1 | standalone | 0:09:59.878449 | 0.33s 2025-10-10 07:12:35.843800 | fa163ef4-4e38-a4de-df26-00000000249c | TASK | Wait for puppet host configuration to finish 2025-10-10 07:12:36.099537 | fa163ef4-4e38-a4de-df26-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-10 07:12:46.325944 | fa163ef4-4e38-a4de-df26-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-10 07:12:56.495302 | fa163ef4-4e38-a4de-df26-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-10 07:13:06.710358 | fa163ef4-4e38-a4de-df26-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-10-10 07:13:16.907604 | fa163ef4-4e38-a4de-df26-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-10-10 07:13:27.095803 | fa163ef4-4e38-a4de-df26-00000000249c | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-10-10 07:13:37.328646 | fa163ef4-4e38-a4de-df26-00000000249c | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-10 07:13:37.329971 | fa163ef4-4e38-a4de-df26-00000000249c | TIMING | Wait for puppet host configuration to finish | standalone | 0:11:01.394826 | 61.48s 2025-10-10 07:13:37.361143 | fa163ef4-4e38-a4de-df26-00000000249d | TASK | Debug output for task: Run puppet host configuration for step 1 2025-10-10 07:13:37.454242 | fa163ef4-4e38-a4de-df26-00000000249d | CHANGED | Debug output for task: Run puppet host configuration for step 1 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 10 07:12:35 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 10 07:12:39 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 10 07:12:39 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 10 07:12:39 puppet-user: (file & line not available)", "<13>Oct 10 07:12:39 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 10 07:12:39 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 10 07:12:40 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 10 07:12:40 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.43 seconds", "<13>Oct 10 07:12:40 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Oct 10 07:12:40 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Oct 10 07:12:40 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Oct 10 07:12:49 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Oct 10 07:12:56 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Oct 10 07:12:56 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Oct 10 07:12:56 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Oct 10 07:12:57 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Oct 10 07:13:00 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 10 07:13:00 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Oct 10 07:13:02 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Oct 10 07:13:05 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 10 07:13:07 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 10 07:13:08 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Oct 10 07:13:08 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Oct 10 07:13:31 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Oct 10 07:13:33 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 10 07:13:35 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Oct 10 07:13:35 puppet-user: Notice: Applied catalog in 55.27 seconds", "<13>Oct 10 07:13:35 puppet-user: Application:", "<13>Oct 10 07:13:35 puppet-user: Initial environment: production", "<13>Oct 10 07:13:35 puppet-user: Converged environment: production", "<13>Oct 10 07:13:35 puppet-user: Run mode: user", "<13>Oct 10 07:13:35 puppet-user: Changes:", "<13>Oct 10 07:13:35 puppet-user: Total: 17", "<13>Oct 10 07:13:35 puppet-user: Events:", "<13>Oct 10 07:13:35 puppet-user: Success: 17", "<13>Oct 10 07:13:35 puppet-user: Resources:", "<13>Oct 10 07:13:35 puppet-user: Restarted: 1", "<13>Oct 10 07:13:35 puppet-user: Changed: 16", "<13>Oct 10 07:13:35 puppet-user: Out of sync: 16", "<13>Oct 10 07:13:35 puppet-user: Total: 26", "<13>Oct 10 07:13:35 puppet-user: Time:", "<13>Oct 10 07:13:35 puppet-user: Filebucket: 0.00", "<13>Oct 10 07:13:35 puppet-user: Schedule: 0.00", "<13>Oct 10 07:13:35 puppet-user: File line: 0.00", "<13>Oct 10 07:13:35 puppet-user: File: 0.00", "<13>Oct 10 07:13:35 puppet-user: Augeas: 0.02", "<13>Oct 10 07:13:35 puppet-user: User: 0.17", "<13>Oct 10 07:13:35 puppet-user: Config retrieval: 0.48", "<13>Oct 10 07:13:35 puppet-user: Package: 16.32", "<13>Oct 10 07:13:35 puppet-user: Last run: 1760080415", "<13>Oct 10 07:13:35 puppet-user: Exec: 29.41", "<13>Oct 10 07:13:35 puppet-user: Pcmk property: 3.69", "<13>Oct 10 07:13:35 puppet-user: Service: 4.34", "<13>Oct 10 07:13:35 puppet-user: Transaction evaluation: 55.26", "<13>Oct 10 07:13:35 puppet-user: Catalog application: 55.27", "<13>Oct 10 07:13:35 puppet-user: Total: 55.28", "<13>Oct 10 07:13:35 puppet-user: Version:", "<13>Oct 10 07:13:35 puppet-user: Config: 1760080359", "<13>Oct 10 07:13:35 puppet-user: Puppet: 7.10.0" ] } 2025-10-10 07:13:37.455802 | fa163ef4-4e38-a4de-df26-00000000249d | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:11:01.520655 | 0.09s 2025-10-10 07:13:37.486253 | fa163ef4-4e38-a4de-df26-00000000249e | TASK | Pre-cache facts for puppet containers 2025-10-10 07:13:37.515472 | fa163ef4-4e38-a4de-df26-00000000249e | TIMING | Pre-cache facts for puppet containers | standalone | 0:11:01.580317 | 0.03s 2025-10-10 07:13:37.591955 | fa163ef4-4e38-a4de-df26-0000000024e5 | TASK | Gather variables for each operating system 2025-10-10 07:13:37.714637 | fa163ef4-4e38-a4de-df26-0000000024e5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:11:01.779480 | 0.12s 2025-10-10 07:13:37.738384 | fa163ef4-4e38-a4de-df26-0000000024e6 | TASK | Create puppet caching structures 2025-10-10 07:13:37.979668 | fa163ef4-4e38-a4de-df26-0000000024e6 | CHANGED | Create puppet caching structures | standalone 2025-10-10 07:13:37.981213 | fa163ef4-4e38-a4de-df26-0000000024e6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:11:02.046067 | 0.24s 2025-10-10 07:13:38.011039 | fa163ef4-4e38-a4de-df26-0000000024e7 | TASK | Check for facter.conf 2025-10-10 07:13:38.237275 | fa163ef4-4e38-a4de-df26-0000000024e7 | OK | Check for facter.conf | standalone 2025-10-10 07:13:38.238666 | fa163ef4-4e38-a4de-df26-0000000024e7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:11:02.303520 | 0.23s 2025-10-10 07:13:38.268839 | fa163ef4-4e38-a4de-df26-0000000024e8 | TASK | Remove facter.conf if directory 2025-10-10 07:13:38.319517 | fa163ef4-4e38-a4de-df26-0000000024e8 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-10 07:13:38.320830 | fa163ef4-4e38-a4de-df26-0000000024e8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:11:02.385683 | 0.05s 2025-10-10 07:13:38.351425 | fa163ef4-4e38-a4de-df26-0000000024e9 | TASK | Write facter cache config 2025-10-10 07:13:38.841813 | fa163ef4-4e38-a4de-df26-0000000024e9 | CHANGED | Write facter cache config | standalone 2025-10-10 07:13:38.843222 | fa163ef4-4e38-a4de-df26-0000000024e9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:11:02.908077 | 0.49s 2025-10-10 07:13:38.872964 | fa163ef4-4e38-a4de-df26-0000000024ea | TASK | Cleanup facter cache if exists 2025-10-10 07:13:39.062718 | fa163ef4-4e38-a4de-df26-0000000024ea | OK | Cleanup facter cache if exists | standalone 2025-10-10 07:13:39.064040 | fa163ef4-4e38-a4de-df26-0000000024ea | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:11:03.128896 | 0.19s 2025-10-10 07:13:39.095541 | fa163ef4-4e38-a4de-df26-0000000024eb | TASK | Pre-cache facts 2025-10-10 07:13:39.649568 | fa163ef4-4e38-a4de-df26-0000000024eb | CHANGED | Pre-cache facts | standalone 2025-10-10 07:13:39.650688 | fa163ef4-4e38-a4de-df26-0000000024eb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:11:03.715543 | 0.55s 2025-10-10 07:13:39.682166 | fa163ef4-4e38-a4de-df26-0000000024ec | TASK | Failed deployment if facter fails 2025-10-10 07:13:39.722433 | fa163ef4-4e38-a4de-df26-0000000024ec | SKIPPED | Failed deployment if facter fails | standalone 2025-10-10 07:13:39.723835 | fa163ef4-4e38-a4de-df26-0000000024ec | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:11:03.788687 | 0.04s 2025-10-10 07:13:39.776842 | fa163ef4-4e38-a4de-df26-0000000024ed | TASK | Sync cached facts 2025-10-10 07:13:40.258581 | fa163ef4-4e38-a4de-df26-0000000024ed | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ef4-4e38-a4de- df26-0000000024ed') missing from stats 2025-10-10 07:13:40.318137 | fa163ef4-4e38-a4de-df26-00000000249f | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-10 07:13:40.369082 | fa163ef4-4e38-a4de-df26-00000000249f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:11:04.433927 | 0.05s 2025-10-10 07:13:40.403172 | 79d07c1f-bba3-4a77-ab23-eae93e5fb0e2 | INCLUDED | /root/standalone-ansible-5h987wtv/generate-config-tasks.yaml | standalone 2025-10-10 07:13:40.439058 | fa163ef4-4e38-a4de-df26-000000002537 | TASK | Create base directory puppet configs 2025-10-10 07:13:40.667004 | fa163ef4-4e38-a4de-df26-000000002537 | CHANGED | Create base directory puppet configs | standalone 2025-10-10 07:13:40.668571 | fa163ef4-4e38-a4de-df26-000000002537 | TIMING | Create base directory puppet configs | standalone | 0:11:04.733420 | 0.23s 2025-10-10 07:13:40.701341 | fa163ef4-4e38-a4de-df26-000000002538 | TASK | Generate container puppet configs for step 1 2025-10-10 07:13:41.021925 | fa163ef4-4e38-a4de-df26-000000002538 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-10-10 07:13:41.023348 | fa163ef4-4e38-a4de-df26-000000002538 | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:05.088196 | 0.32s 2025-10-10 07:13:41.056005 | fa163ef4-4e38-a4de-df26-000000002539 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-10-10 07:13:41.085474 | fa163ef4-4e38-a4de-df26-000000002539 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:11:05.150318 | 0.03s 2025-10-10 07:13:41.158552 | fa163ef4-4e38-a4de-df26-0000000025c3 | TASK | Gather variables for each operating system 2025-10-10 07:13:41.282795 | fa163ef4-4e38-a4de-df26-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:05.347637 | 0.12s 2025-10-10 07:13:41.315130 | fa163ef4-4e38-a4de-df26-0000000025c4 | TASK | Create container logs path 2025-10-10 07:13:41.555744 | fa163ef4-4e38-a4de-df26-0000000025c4 | OK | Create container logs path | standalone 2025-10-10 07:13:41.557316 | fa163ef4-4e38-a4de-df26-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:05.622166 | 0.24s 2025-10-10 07:13:41.590866 | fa163ef4-4e38-a4de-df26-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-10 07:13:42.030352 | fa163ef4-4e38-a4de-df26-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-10 07:13:42.031571 | fa163ef4-4e38-a4de-df26-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:06.096428 | 0.44s 2025-10-10 07:13:42.064562 | fa163ef4-4e38-a4de-df26-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-10 07:13:42.127625 | fa163ef4-4e38-a4de-df26-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-10 07:13:42.128991 | fa163ef4-4e38-a4de-df26-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:06.193845 | 0.06s 2025-10-10 07:13:42.159307 | fa163ef4-4e38-a4de-df26-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-10 07:13:42.188757 | fa163ef4-4e38-a4de-df26-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-10 07:13:42.189977 | fa163ef4-4e38-a4de-df26-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:06.254830 | 0.03s 2025-10-10 07:13:42.220717 | fa163ef4-4e38-a4de-df26-0000000025cb | TASK | Update container configs with new config hashes 2025-10-10 07:13:42.264038 | fa163ef4-4e38-a4de-df26-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-10 07:13:42.265484 | fa163ef4-4e38-a4de-df26-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:06.330336 | 0.04s 2025-10-10 07:13:42.300359 | fa163ef4-4e38-a4de-df26-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-10 07:13:42.355027 | fa163ef4-4e38-a4de-df26-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:06.419875 | 0.05s 2025-10-10 07:13:42.381935 | abb44f05-f907-4a96-bcf6-a20ced7696ea | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-10 07:13:42.420946 | fa163ef4-4e38-a4de-df26-000000002610 | TASK | Gather podman infos 2025-10-10 07:13:43.044735 | fa163ef4-4e38-a4de-df26-000000002610 | OK | Gather podman infos | standalone 2025-10-10 07:13:43.046039 | fa163ef4-4e38-a4de-df26-000000002610 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:07.110893 | 0.62s 2025-10-10 07:13:43.083718 | fa163ef4-4e38-a4de-df26-000000002611 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-10 07:13:43.145671 | fa163ef4-4e38-a4de-df26-000000002611 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-10 07:13:43.147025 | fa163ef4-4e38-a4de-df26-000000002611 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:07.211879 | 0.06s 2025-10-10 07:13:43.180581 | fa163ef4-4e38-a4de-df26-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-10 07:13:43.237037 | fa163ef4-4e38-a4de-df26-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:07.301885 | 0.05s 2025-10-10 07:13:43.262231 | 9a6f7908-ecc0-4b00-8806-3c8ca5bda53c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-10 07:13:43.300133 | fa163ef4-4e38-a4de-df26-00000000263a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-10 07:14:15.660958 | fa163ef4-4e38-a4de-df26-00000000263a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-10 07:14:15.663678 | fa163ef4-4e38-a4de-df26-00000000263a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:39.728536 | 32.36s 2025-10-10 07:14:15.743279 | fa163ef4-4e38-a4de-df26-00000000263b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-10 07:14:15.826353 | fa163ef4-4e38-a4de-df26-00000000263b | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-10 07:14:15.828245 | fa163ef4-4e38-a4de-df26-00000000263b | 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:39.893103 | 0.08s 2025-10-10 07:14:15.872194 | fa163ef4-4e38-a4de-df26-00000000253b | TASK | Diff puppet-generated changes for check mode 2025-10-10 07:14:15.904684 | fa163ef4-4e38-a4de-df26-00000000253b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-10 07:14:15.905564 | fa163ef4-4e38-a4de-df26-00000000253b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:39.970426 | 0.03s 2025-10-10 07:14:15.929830 | fa163ef4-4e38-a4de-df26-00000000253c | TASK | Diff puppet-generated changes for check mode 2025-10-10 07:14:15.962149 | fa163ef4-4e38-a4de-df26-00000000253c | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-10 07:14:15.963250 | fa163ef4-4e38-a4de-df26-00000000253c | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:40.028108 | 0.03s 2025-10-10 07:14:15.989266 | fa163ef4-4e38-a4de-df26-0000000024a1 | TASK | Manage containers for step 1 with tripleo-ansible 2025-10-10 07:14:16.018096 | fa163ef4-4e38-a4de-df26-0000000024a1 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:11:40.082946 | 0.03s 2025-10-10 07:14:16.076303 | fa163ef4-4e38-a4de-df26-000000002690 | TASK | Gather variables for each operating system 2025-10-10 07:14:16.199764 | fa163ef4-4e38-a4de-df26-000000002690 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:40.264612 | 0.12s 2025-10-10 07:14:16.227912 | fa163ef4-4e38-a4de-df26-000000002691 | TASK | Create container logs path 2025-10-10 07:14:16.507297 | fa163ef4-4e38-a4de-df26-000000002691 | OK | Create container logs path | standalone 2025-10-10 07:14:16.508445 | fa163ef4-4e38-a4de-df26-000000002691 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:40.573308 | 0.28s 2025-10-10 07:14:16.541252 | fa163ef4-4e38-a4de-df26-000000002693 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-10-10 07:14:16.769566 | fa163ef4-4e38-a4de-df26-000000002693 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-10 07:14:16.770839 | fa163ef4-4e38-a4de-df26-000000002693 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:40.835695 | 0.23s 2025-10-10 07:14:16.802216 | fa163ef4-4e38-a4de-df26-000000002694 | TASK | Finalise hashes for all containers 2025-10-10 07:14:16.842571 | fa163ef4-4e38-a4de-df26-000000002694 | OK | Finalise hashes for all containers | standalone 2025-10-10 07:14:16.843799 | fa163ef4-4e38-a4de-df26-000000002694 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:40.908655 | 0.04s 2025-10-10 07:14:16.878412 | fa163ef4-4e38-a4de-df26-000000002696 | TASK | Manage systemd shutdown files 2025-10-10 07:14:16.911791 | fa163ef4-4e38-a4de-df26-000000002696 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:40.976635 | 0.03s 2025-10-10 07:14:16.942754 | 4658486d-2142-44ef-808c-63e93ac6adf0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-10 07:14:16.973764 | fa163ef4-4e38-a4de-df26-0000000026c9 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-10 07:14:17.217561 | fa163ef4-4e38-a4de-df26-0000000026c9 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-10 07:14:17.218997 | fa163ef4-4e38-a4de-df26-0000000026c9 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:11:41.283851 | 0.24s 2025-10-10 07:14:17.250261 | fa163ef4-4e38-a4de-df26-0000000026ca | TASK | Set podman_drop_in fact 2025-10-10 07:14:17.291994 | fa163ef4-4e38-a4de-df26-0000000026ca | OK | Set podman_drop_in fact | standalone 2025-10-10 07:14:17.293450 | fa163ef4-4e38-a4de-df26-0000000026ca | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:11:41.358302 | 0.04s 2025-10-10 07:14:17.314677 | fa163ef4-4e38-a4de-df26-0000000026cc | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-10 07:14:17.768234 | fa163ef4-4e38-a4de-df26-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-10 07:14:17.769385 | fa163ef4-4e38-a4de-df26-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:41.834242 | 0.45s 2025-10-10 07:14:18.259318 | fa163ef4-4e38-a4de-df26-0000000026cc | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-10 07:14:18.261185 | fa163ef4-4e38-a4de-df26-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:42.326037 | 0.94s 2025-10-10 07:14:18.271698 | fa163ef4-4e38-a4de-df26-0000000026cc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:42.336549 | 0.96s 2025-10-10 07:14:18.302402 | fa163ef4-4e38-a4de-df26-0000000026cd | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-10 07:14:18.802866 | fa163ef4-4e38-a4de-df26-0000000026cd | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-10 07:14:18.804341 | fa163ef4-4e38-a4de-df26-0000000026cd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:11:42.869194 | 0.50s 2025-10-10 07:14:18.834719 | fa163ef4-4e38-a4de-df26-0000000026ce | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-10 07:14:19.329506 | fa163ef4-4e38-a4de-df26-0000000026ce | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-10 07:14:19.330302 | fa163ef4-4e38-a4de-df26-0000000026ce | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:11:43.395164 | 0.49s 2025-10-10 07:14:19.349516 | fa163ef4-4e38-a4de-df26-0000000026cf | TASK | Enable and start tripleo-container-shutdown 2025-10-10 07:14:20.263904 | fa163ef4-4e38-a4de-df26-0000000026cf | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-10-10 07:14:20.265118 | fa163ef4-4e38-a4de-df26-0000000026cf | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:11:44.329981 | 0.91s 2025-10-10 07:14:20.290346 | fa163ef4-4e38-a4de-df26-0000000026d0 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-10 07:14:20.839320 | fa163ef4-4e38-a4de-df26-0000000026d0 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-10 07:14:20.840989 | fa163ef4-4e38-a4de-df26-0000000026d0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:11:44.905842 | 0.55s 2025-10-10 07:14:20.872528 | fa163ef4-4e38-a4de-df26-0000000026d1 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-10 07:14:21.378480 | fa163ef4-4e38-a4de-df26-0000000026d1 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-10 07:14:21.380025 | fa163ef4-4e38-a4de-df26-0000000026d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:11:45.444878 | 0.51s 2025-10-10 07:14:21.410192 | fa163ef4-4e38-a4de-df26-0000000026d2 | TASK | Enable and start netns-placeholder 2025-10-10 07:14:22.356416 | fa163ef4-4e38-a4de-df26-0000000026d2 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-10 07:14:22.357924 | fa163ef4-4e38-a4de-df26-0000000026d2 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:11:46.422785 | 0.95s 2025-10-10 07:14:22.382431 | fa163ef4-4e38-a4de-df26-000000002698 | TASK | Update container configs with new config hashes 2025-10-10 07:14:22.436960 | fa163ef4-4e38-a4de-df26-000000002698 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:46.501814 | 0.05s 2025-10-10 07:14:22.451658 | a4f6bcc5-f4c7-4fb4-b01d-bb162d4bec8f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-10 07:14:22.479439 | fa163ef4-4e38-a4de-df26-0000000026fa | TASK | Update config hashes for container startup configs 2025-10-10 07:14:22.796956 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-10-10 07:14:22.798197 | | WARNING | Config change detected for mysql_bootstrap, new hash: 05764821dcfa3057b5d71e70aab6922b 2025-10-10 07:14:22.798834 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 18e9a979fca5889e616b39441cfa5bdc 2025-10-10 07:14:22.799444 | | WARNING | Config change detected for clustercheck, new hash: 75dc353702efcb043a688f259e4ee6fc 2025-10-10 07:14:22.800044 | | WARNING | Config change detected for horizon_fix_perms, new hash: 164c71ffb026a3d3ca8f48d932140e09 2025-10-10 07:14:22.800591 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 05764821dcfa3057b5d71e70aab6922b 2025-10-10 07:14:22.801259 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: acddb2c410e22a3c9a49708b779a69ee 2025-10-10 07:14:22.801787 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: acddb2c410e22a3c9a49708b779a69ee 2025-10-10 07:14:22.802418 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: acddb2c410e22a3c9a49708b779a69ee 2025-10-10 07:14:22.803050 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: acddb2c410e22a3c9a49708b779a69ee 2025-10-10 07:14:22.803706 | | WARNING | Config change detected for aodh_db_sync, new hash: 27141af20c073a56411f48b3e2fd9612 2025-10-10 07:14:22.804319 | | WARNING | Config change detected for barbican_api, new hash: 8f863b0632a1654b2a0da83e8f0dc838 2025-10-10 07:14:22.804824 | | WARNING | Config change detected for barbican_api_db_sync, new hash: 8f863b0632a1654b2a0da83e8f0dc838 2025-10-10 07:14:22.805537 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: 8f863b0632a1654b2a0da83e8f0dc838 2025-10-10 07:14:22.806203 | | WARNING | Config change detected for barbican_keystone_listener, new hash: 8f863b0632a1654b2a0da83e8f0dc838 2025-10-10 07:14:22.806841 | | WARNING | Config change detected for barbican_worker, new hash: 8f863b0632a1654b2a0da83e8f0dc838 2025-10-10 07:14:22.807565 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 307975a97fa8dd9f01f7d2579e7a4958 2025-10-10 07:14:22.808168 | | WARNING | Config change detected for glance_api_db_sync, new hash: 7f273a95956906c1d53717dbc81eae12-09fbcc2596a256f6de7487b563cf5f9a 2025-10-10 07:14:22.808668 | | WARNING | Config change detected for heat_engine_db_sync, new hash: a65311ec84d487ed82fd55d43452fd1f 2025-10-10 07:14:22.809189 | | WARNING | Config change detected for horizon, new hash: 164c71ffb026a3d3ca8f48d932140e09 2025-10-10 07:14:22.809715 | | WARNING | Config change detected for iscsid, new hash: 09fbcc2596a256f6de7487b563cf5f9a 2025-10-10 07:14:22.810260 | | WARNING | Config change detected for keystone, new hash: 853d6057dbaebdfcfb26a367758d6dbd 2025-10-10 07:14:22.810732 | | WARNING | Config change detected for keystone_cron, new hash: 853d6057dbaebdfcfb26a367758d6dbd 2025-10-10 07:14:22.811332 | | WARNING | Config change detected for keystone_db_sync, new hash: 853d6057dbaebdfcfb26a367758d6dbd 2025-10-10 07:14:22.811828 | | WARNING | Config change detected for manila_api_db_sync, new hash: e2317c45c498833a5faf8cecbd70cef6 2025-10-10 07:14:22.812355 | | WARNING | Config change detected for neutron_db_sync, new hash: 9126b1dac126dd90130a3b78999d053a 2025-10-10 07:14:22.813091 | | WARNING | Config change detected for nova_api_db_sync, new hash: 15f135a299ebd58fd26f7b5bb4a677e1 2025-10-10 07:14:22.813811 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 15f135a299ebd58fd26f7b5bb4a677e1 2025-10-10 07:14:22.814428 | | WARNING | Config change detected for nova_db_sync, new hash: 15f135a299ebd58fd26f7b5bb4a677e1 2025-10-10 07:14:22.815010 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: e1f64cac88d77157248d856f6254234c 2025-10-10 07:14:22.815527 | | WARNING | Config change detected for nova_virtnodedevd, new hash: e1f64cac88d77157248d856f6254234c 2025-10-10 07:14:22.816080 | | WARNING | Config change detected for nova_virtproxyd, new hash: e1f64cac88d77157248d856f6254234c 2025-10-10 07:14:22.816629 | | WARNING | Config change detected for nova_virtqemud, new hash: e1f64cac88d77157248d856f6254234c 2025-10-10 07:14:22.817265 | | WARNING | Config change detected for nova_virtsecretd, new hash: e1f64cac88d77157248d856f6254234c 2025-10-10 07:14:22.818007 | | WARNING | Config change detected for nova_virtstoraged, new hash: e1f64cac88d77157248d856f6254234c 2025-10-10 07:14:22.818681 | | WARNING | Config change detected for octavia_db_sync, new hash: acddb2c410e22a3c9a49708b779a69ee 2025-10-10 07:14:22.819285 | | WARNING | Config change detected for placement_api_db_sync, new hash: 268ef9779f3ba502894d6ee30fb5376c 2025-10-10 07:14:22.820119 | | WARNING | Config change detected for swift_copy_rings, new hash: dbfc9ddba7438b0f9b2a8c506dea1492-5ade89990ddfa60554561956f1672aef 2025-10-10 07:14:22.820819 | | WARNING | Config change detected for aodh_api, new hash: 27141af20c073a56411f48b3e2fd9612 2025-10-10 07:14:22.821426 | | WARNING | Config change detected for aodh_api_cron, new hash: 27141af20c073a56411f48b3e2fd9612 2025-10-10 07:14:22.822002 | | WARNING | Config change detected for aodh_evaluator, new hash: 27141af20c073a56411f48b3e2fd9612 2025-10-10 07:14:22.822545 | | WARNING | Config change detected for aodh_listener, new hash: 27141af20c073a56411f48b3e2fd9612 2025-10-10 07:14:22.823105 | | WARNING | Config change detected for aodh_notifier, new hash: 27141af20c073a56411f48b3e2fd9612 2025-10-10 07:14:22.823664 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 397f76906c799c9086ad30c6defee169 2025-10-10 07:14:22.824544 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 397f76906c799c9086ad30c6defee169 2025-10-10 07:14:22.825123 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 397f76906c799c9086ad30c6defee169 2025-10-10 07:14:22.825668 | | WARNING | Config change detected for cinder_api, new hash: 307975a97fa8dd9f01f7d2579e7a4958 2025-10-10 07:14:22.826184 | | WARNING | Config change detected for cinder_api_cron, new hash: 307975a97fa8dd9f01f7d2579e7a4958 2025-10-10 07:14:22.826695 | | WARNING | Config change detected for cinder_scheduler, new hash: 307975a97fa8dd9f01f7d2579e7a4958 2025-10-10 07:14:22.827212 | | WARNING | Config change detected for glance_api, new hash: 7f273a95956906c1d53717dbc81eae12-09fbcc2596a256f6de7487b563cf5f9a 2025-10-10 07:14:22.827705 | | WARNING | Config change detected for glance_api_cron, new hash: 7f273a95956906c1d53717dbc81eae12 2025-10-10 07:14:22.828311 | | WARNING | Config change detected for glance_api_internal, new hash: 2f24991d47cc053c1e1a50efb6e155da-09fbcc2596a256f6de7487b563cf5f9a 2025-10-10 07:14:22.828920 | | WARNING | Config change detected for heat_api, new hash: 5b87f874ccb4b7fb8aa2f62a583afa04 2025-10-10 07:14:22.829433 | | WARNING | Config change detected for heat_api_cfn, new hash: f717dfe3b4c8d600eb99177c6eb8c5f7 2025-10-10 07:14:22.830009 | | WARNING | Config change detected for heat_api_cron, new hash: 5b87f874ccb4b7fb8aa2f62a583afa04 2025-10-10 07:14:22.830498 | | WARNING | Config change detected for heat_engine, new hash: a65311ec84d487ed82fd55d43452fd1f 2025-10-10 07:14:22.831043 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-10-10 07:14:22.831537 | | WARNING | Config change detected for manila_api, new hash: e2317c45c498833a5faf8cecbd70cef6 2025-10-10 07:14:22.832132 | | WARNING | Config change detected for manila_api_cron, new hash: e2317c45c498833a5faf8cecbd70cef6 2025-10-10 07:14:22.832612 | | WARNING | Config change detected for manila_scheduler, new hash: e2317c45c498833a5faf8cecbd70cef6 2025-10-10 07:14:22.833179 | | WARNING | Config change detected for neutron_api, new hash: 9126b1dac126dd90130a3b78999d053a 2025-10-10 07:14:22.833733 | | WARNING | Config change detected for neutron_dhcp, new hash: 9126b1dac126dd90130a3b78999d053a 2025-10-10 07:14:22.834306 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 9126b1dac126dd90130a3b78999d053a 2025-10-10 07:14:22.834802 | | WARNING | Config change detected for nova_api, new hash: 15f135a299ebd58fd26f7b5bb4a677e1 2025-10-10 07:14:22.835333 | | WARNING | Config change detected for nova_api_cron, new hash: 15f135a299ebd58fd26f7b5bb4a677e1 2025-10-10 07:14:22.835800 | | WARNING | Config change detected for nova_conductor, new hash: 15f135a299ebd58fd26f7b5bb4a677e1 2025-10-10 07:14:22.836375 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: e1f64cac88d77157248d856f6254234c 2025-10-10 07:14:22.837008 | | WARNING | Config change detected for nova_metadata, new hash: 825dbd93c536140820521d07ea98de27 2025-10-10 07:14:22.837592 | | WARNING | Config change detected for nova_migration_target, new hash: e1f64cac88d77157248d856f6254234c 2025-10-10 07:14:22.838219 | | WARNING | Config change detected for nova_scheduler, new hash: 15f135a299ebd58fd26f7b5bb4a677e1 2025-10-10 07:14:22.838731 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 15f135a299ebd58fd26f7b5bb4a677e1 2025-10-10 07:14:22.839337 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 15f135a299ebd58fd26f7b5bb4a677e1 2025-10-10 07:14:22.839847 | | WARNING | Config change detected for octavia_api, new hash: acddb2c410e22a3c9a49708b779a69ee 2025-10-10 07:14:22.840394 | | WARNING | Config change detected for octavia_driver_agent, new hash: acddb2c410e22a3c9a49708b779a69ee 2025-10-10 07:14:22.840914 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 9126b1dac126dd90130a3b78999d053a 2025-10-10 07:14:22.841409 | | WARNING | Config change detected for placement_api, new hash: 268ef9779f3ba502894d6ee30fb5376c 2025-10-10 07:14:22.841958 | | WARNING | Config change detected for placement_wait_for_service, new hash: 268ef9779f3ba502894d6ee30fb5376c 2025-10-10 07:14:22.842457 | | WARNING | Config change detected for swift_account_reaper, new hash: dbfc9ddba7438b0f9b2a8c506dea1492 2025-10-10 07:14:22.842990 | | WARNING | Config change detected for swift_account_server, new hash: dbfc9ddba7438b0f9b2a8c506dea1492 2025-10-10 07:14:22.843470 | | WARNING | Config change detected for swift_container_server, new hash: dbfc9ddba7438b0f9b2a8c506dea1492 2025-10-10 07:14:22.844010 | | WARNING | Config change detected for swift_container_updater, new hash: dbfc9ddba7438b0f9b2a8c506dea1492 2025-10-10 07:14:22.844531 | | WARNING | Config change detected for swift_object_expirer, new hash: dbfc9ddba7438b0f9b2a8c506dea1492 2025-10-10 07:14:22.845039 | | WARNING | Config change detected for swift_object_server, new hash: dbfc9ddba7438b0f9b2a8c506dea1492 2025-10-10 07:14:22.845603 | | WARNING | Config change detected for swift_object_updater, new hash: dbfc9ddba7438b0f9b2a8c506dea1492 2025-10-10 07:14:22.846162 | | WARNING | Config change detected for swift_proxy, new hash: dbfc9ddba7438b0f9b2a8c506dea1492 2025-10-10 07:14:22.846654 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 397f76906c799c9086ad30c6defee169 2025-10-10 07:14:22.847167 | | WARNING | Config change detected for gnocchi_api, new hash: 21fc7a636a86e6a128f5fc736462410c 2025-10-10 07:14:22.847733 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 21fc7a636a86e6a128f5fc736462410c 2025-10-10 07:14:22.848295 | | WARNING | Config change detected for gnocchi_metricd, new hash: 21fc7a636a86e6a128f5fc736462410c 2025-10-10 07:14:22.848775 | | WARNING | Config change detected for gnocchi_statsd, new hash: 21fc7a636a86e6a128f5fc736462410c 2025-10-10 07:14:22.849297 | | WARNING | Config change detected for nova_compute, new hash: 09fbcc2596a256f6de7487b563cf5f9a-e1f64cac88d77157248d856f6254234c 2025-10-10 07:14:22.849819 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: e1f64cac88d77157248d856f6254234c 2025-10-10 07:14:22.850330 | | WARNING | Config change detected for octavia_health_manager, new hash: acddb2c410e22a3c9a49708b779a69ee 2025-10-10 07:14:22.850926 | | WARNING | Config change detected for octavia_housekeeping, new hash: acddb2c410e22a3c9a49708b779a69ee 2025-10-10 07:14:22.851456 | | WARNING | Config change detected for octavia_rsyslog, new hash: acddb2c410e22a3c9a49708b779a69ee 2025-10-10 07:14:22.852005 | | WARNING | Config change detected for octavia_worker, new hash: acddb2c410e22a3c9a49708b779a69ee 2025-10-10 07:14:22.852626 | fa163ef4-4e38-a4de-df26-0000000026fa | CHANGED | Update config hashes for container startup configs | standalone 2025-10-10 07:14:22.853645 | fa163ef4-4e38-a4de-df26-0000000026fa | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:11:46.918499 | 0.37s 2025-10-10 07:14:22.879900 | fa163ef4-4e38-a4de-df26-000000002699 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-10 07:14:22.938802 | fa163ef4-4e38-a4de-df26-000000002699 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:47.003652 | 0.06s 2025-10-10 07:14:22.955979 | ff97b317-1ab9-4546-b1a6-4e0911cc690c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-10 07:14:22.995503 | fa163ef4-4e38-a4de-df26-000000002719 | TASK | Gather podman infos 2025-10-10 07:14:23.835514 | fa163ef4-4e38-a4de-df26-000000002719 | OK | Gather podman infos | standalone 2025-10-10 07:14:23.836544 | fa163ef4-4e38-a4de-df26-000000002719 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:47.901403 | 0.84s 2025-10-10 07:14:23.913326 | fa163ef4-4e38-a4de-df26-00000000271a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-10 07:14:23.974931 | fa163ef4-4e38-a4de-df26-00000000271a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:48.039776 | 0.06s 2025-10-10 07:14:24.106145 | fa163ef4-4e38-a4de-df26-000000002763 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:11:48.170984 | 0.07s 2025-10-10 07:14:24.167307 | fa163ef4-4e38-a4de-df26-00000000269a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-10 07:14:24.223738 | fa163ef4-4e38-a4de-df26-00000000269a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:48.288584 | 0.05s 2025-10-10 07:14:24.247267 | 2fcc9b73-f648-4554-9080-ed611e6417f1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-10 07:14:24.285685 | fa163ef4-4e38-a4de-df26-000000002789 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-10 07:14:32.065564 | fa163ef4-4e38-a4de-df26-000000002789 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-10 07:14:32.067117 | fa163ef4-4e38-a4de-df26-000000002789 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:56.131972 | 7.78s 2025-10-10 07:14:32.099621 | fa163ef4-4e38-a4de-df26-00000000278a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-10 07:14:34.903076 | fa163ef4-4e38-a4de-df26-00000000278a | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-10 07:14:34.904849 | fa163ef4-4e38-a4de-df26-00000000278a | 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:58.969705 | 2.80s 2025-10-10 07:14:34.983211 | fa163ef4-4e38-a4de-df26-0000000024a3 | TASK | Clean container_puppet_tasks for standalone step 1 2025-10-10 07:14:35.224760 | fa163ef4-4e38-a4de-df26-0000000024a3 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-10-10 07:14:35.225803 | fa163ef4-4e38-a4de-df26-0000000024a3 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:11:59.290664 | 0.24s 2025-10-10 07:14:35.257655 | fa163ef4-4e38-a4de-df26-0000000024a4 | TASK | Calculate container_puppet_tasks for standalone step 1 2025-10-10 07:14:35.308787 | fa163ef4-4e38-a4de-df26-0000000024a4 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:11:59.373636 | 0.05s 2025-10-10 07:14:35.334072 | fa163ef4-4e38-a4de-df26-0000000024a5 | TASK | Include container-puppet tasks for step 1 2025-10-10 07:14:35.383703 | fa163ef4-4e38-a4de-df26-0000000024a5 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:11:59.448553 | 0.05s 2025-10-10 07:14:35.403620 | 1fbdeb78-6484-4a92-a771-c7aef381c65f | INCLUDED | /root/standalone-ansible-5h987wtv/host-container-puppet-tasks.yaml | standalone 2025-10-10 07:14:35.444561 | fa163ef4-4e38-a4de-df26-0000000027d5 | TASK | Write container-puppet-tasks json file for standalone step 1 2025-10-10 07:14:35.971863 | fa163ef4-4e38-a4de-df26-0000000027d5 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-10-10 07:14:35.973217 | fa163ef4-4e38-a4de-df26-0000000027d5 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:12:00.038072 | 0.53s 2025-10-10 07:14:36.006771 | fa163ef4-4e38-a4de-df26-0000000027d7 | TASK | Generate container puppet configs for step 1 2025-10-10 07:14:36.303065 | fa163ef4-4e38-a4de-df26-0000000027d7 | OK | Generate container puppet configs for step 1 | standalone 2025-10-10 07:14:36.304734 | fa163ef4-4e38-a4de-df26-0000000027d7 | TIMING | Generate container puppet configs for step 1 | standalone | 0:12:00.369582 | 0.30s 2025-10-10 07:14:36.338003 | fa163ef4-4e38-a4de-df26-0000000027d8 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-10-10 07:14:36.375783 | fa163ef4-4e38-a4de-df26-0000000027d8 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:12:00.440614 | 0.04s 2025-10-10 07:14:36.442727 | fa163ef4-4e38-a4de-df26-0000000025c3 | TASK | Gather variables for each operating system 2025-10-10 07:14:36.565995 | fa163ef4-4e38-a4de-df26-0000000025c3 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:00.630844 | 0.12s 2025-10-10 07:14:36.591056 | fa163ef4-4e38-a4de-df26-0000000025c4 | TASK | Create container logs path 2025-10-10 07:14:36.814566 | fa163ef4-4e38-a4de-df26-0000000025c4 | OK | Create container logs path | standalone 2025-10-10 07:14:36.815868 | fa163ef4-4e38-a4de-df26-0000000025c4 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:00.880725 | 0.22s 2025-10-10 07:14:36.849301 | fa163ef4-4e38-a4de-df26-0000000025c6 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-10 07:14:37.105065 | fa163ef4-4e38-a4de-df26-0000000025c6 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-10 07:14:37.106065 | fa163ef4-4e38-a4de-df26-0000000025c6 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:01.170925 | 0.25s 2025-10-10 07:14:37.129806 | fa163ef4-4e38-a4de-df26-0000000025c7 | TASK | Finalise hashes for all containers 2025-10-10 07:14:37.168405 | fa163ef4-4e38-a4de-df26-0000000025c7 | OK | Finalise hashes for all containers | standalone 2025-10-10 07:14:37.169248 | fa163ef4-4e38-a4de-df26-0000000025c7 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:01.234112 | 0.04s 2025-10-10 07:14:37.190781 | fa163ef4-4e38-a4de-df26-0000000025c9 | TASK | Manage systemd shutdown files 2025-10-10 07:14:37.217249 | fa163ef4-4e38-a4de-df26-0000000025c9 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-10 07:14:37.218019 | fa163ef4-4e38-a4de-df26-0000000025c9 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:01.282882 | 0.03s 2025-10-10 07:14:37.237737 | fa163ef4-4e38-a4de-df26-0000000025cb | TASK | Update container configs with new config hashes 2025-10-10 07:14:37.264544 | fa163ef4-4e38-a4de-df26-0000000025cb | SKIPPED | Update container configs with new config hashes | standalone 2025-10-10 07:14:37.265445 | fa163ef4-4e38-a4de-df26-0000000025cb | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:01.330306 | 0.03s 2025-10-10 07:14:37.291614 | fa163ef4-4e38-a4de-df26-0000000025cc | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-10 07:14:37.340203 | fa163ef4-4e38-a4de-df26-0000000025cc | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-10 07:14:37.341208 | fa163ef4-4e38-a4de-df26-0000000025cc | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:01.406071 | 0.05s 2025-10-10 07:14:37.362592 | fa163ef4-4e38-a4de-df26-0000000025cd | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-10 07:14:37.410021 | fa163ef4-4e38-a4de-df26-0000000025cd | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-10 07:14:37.410775 | fa163ef4-4e38-a4de-df26-0000000025cd | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:01.475637 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-10-10 07:14:37.556136 | fa163ef4-4e38-a4de-df26-0000000000c6 | TASK | External deployment step 2 2025-10-10 07:14:37.584522 | fa163ef4-4e38-a4de-df26-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', 'fa163ef4-4e38-a4de-df26-0000000000c6') missing from stats 2025-10-10 07:14:37.639301 | fa163ef4-4e38-a4de-df26-0000000000c7 | TIMING | include_tasks | undercloud | 0:12:01.704146 | 0.04s 2025-10-10 07:14:37.667976 | 248bf551-32c7-4a45-a7ff-71c68a3ded79 | INCLUDED | /root/standalone-ansible-5h987wtv/external_deploy_steps_tasks_step2.yaml | undercloud 2025-10-10 07:14:37.687256 | fa163ef4-4e38-a4de-df26-000000002852 | TASK | create cephadm working directory and related files 2025-10-10 07:14:37.724786 | fa163ef4-4e38-a4de-df26-000000002852 | TIMING | create cephadm working directory and related files | undercloud | 0:12:01.789640 | 0.04s 2025-10-10 07:14:37.775164 | fa163ef4-4e38-a4de-df26-00000000287a | TASK | create cephadm workdir 2025-10-10 07:14:37.984132 | fa163ef4-4e38-a4de-df26-00000000287a | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-5h987wtv/cephadm 2025-10-10 07:14:37.985212 | fa163ef4-4e38-a4de-df26-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:02.050069 | 0.21s 2025-10-10 07:14:37.990607 | fa163ef4-4e38-a4de-df26-00000000287a | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:02.055457 | 0.21s 2025-10-10 07:14:38.010188 | fa163ef4-4e38-a4de-df26-00000000287b | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-10-10 07:14:38.254563 | fa163ef4-4e38-a4de-df26-00000000287b | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-10-10 07:14:38.255933 | fa163ef4-4e38-a4de-df26-00000000287b | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:12:02.320789 | 0.24s 2025-10-10 07:14:38.275414 | fa163ef4-4e38-a4de-df26-00000000287c | TASK | get the list of enabled services on the overcloud 2025-10-10 07:14:38.340103 | fa163ef4-4e38-a4de-df26-00000000287c | OK | get the list of enabled services on the overcloud | undercloud 2025-10-10 07:14:38.341717 | fa163ef4-4e38-a4de-df26-00000000287c | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:12:02.406564 | 0.06s 2025-10-10 07:14:38.363043 | fa163ef4-4e38-a4de-df26-00000000287d | TASK | Set grafana_vip: 192.168.122.99 2025-10-10 07:14:38.403263 | fa163ef4-4e38-a4de-df26-00000000287d | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-10-10 07:14:38.404451 | fa163ef4-4e38-a4de-df26-00000000287d | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:12:02.469305 | 0.04s 2025-10-10 07:14:38.475425 | fa163ef4-4e38-a4de-df26-00000000287e | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:02.540271 | 0.05s 2025-10-10 07:14:38.561343 | fa163ef4-4e38-a4de-df26-000000002902 | TASK | set basic user fact 2025-10-10 07:14:38.640284 | fa163ef4-4e38-a4de-df26-000000002902 | SKIPPED | set basic user fact | undercloud 2025-10-10 07:14:38.641070 | fa163ef4-4e38-a4de-df26-000000002902 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:12:02.705934 | 0.08s 2025-10-10 07:14:38.654923 | fa163ef4-4e38-a4de-df26-000000002903 | TASK | set basic home fact 2025-10-10 07:14:38.711998 | fa163ef4-4e38-a4de-df26-000000002903 | OK | set basic home fact | undercloud 2025-10-10 07:14:38.713335 | fa163ef4-4e38-a4de-df26-000000002903 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:12:02.778190 | 0.06s 2025-10-10 07:14:38.731910 | fa163ef4-4e38-a4de-df26-000000002904 | TASK | set calling_ansible_environment_variables fact 2025-10-10 07:14:38.815843 | fa163ef4-4e38-a4de-df26-000000002904 | OK | set calling_ansible_environment_variables fact | undercloud 2025-10-10 07:14:38.817166 | fa163ef4-4e38-a4de-df26-000000002904 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:12:02.882023 | 0.08s 2025-10-10 07:14:38.840159 | fa163ef4-4e38-a4de-df26-000000002906 | TASK | get all ansible environment variables 2025-10-10 07:14:38.890552 | fa163ef4-4e38-a4de-df26-000000002906 | SKIPPED | get all ansible environment variables | undercloud 2025-10-10 07:14:38.891824 | fa163ef4-4e38-a4de-df26-000000002906 | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:12:02.956678 | 0.05s 2025-10-10 07:14:38.910936 | fa163ef4-4e38-a4de-df26-000000002907 | TASK | set calling_ansible_environment_variables 2025-10-10 07:14:38.972649 | fa163ef4-4e38-a4de-df26-000000002907 | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-10-10 07:14:38.974009 | fa163ef4-4e38-a4de-df26-000000002907 | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:12:03.038862 | 0.06s 2025-10-10 07:14:38.993809 | fa163ef4-4e38-a4de-df26-000000002909 | TASK | Set common fact 2025-10-10 07:14:39.066570 | fa163ef4-4e38-a4de-df26-000000002909 | OK | Set common fact | undercloud 2025-10-10 07:14:39.067526 | fa163ef4-4e38-a4de-df26-000000002909 | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:12:03.132388 | 0.07s 2025-10-10 07:14:39.083338 | fa163ef4-4e38-a4de-df26-00000000290a | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-10-10 07:14:39.134776 | fa163ef4-4e38-a4de-df26-00000000290a | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-10-10 07:14:39.136135 | fa163ef4-4e38-a4de-df26-00000000290a | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:12:03.200989 | 0.05s 2025-10-10 07:14:39.173262 | fa163ef4-4e38-a4de-df26-00000000290c | TASK | build filter list 2025-10-10 07:14:39.213213 | fa163ef4-4e38-a4de-df26-00000000290c | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:12:03.278054 | 0.04s 2025-10-10 07:14:39.233062 | fa163ef4-4e38-a4de-df26-00000000290d | TASK | add images pool 2025-10-10 07:14:39.319505 | fa163ef4-4e38-a4de-df26-00000000290d | OK | add images pool | undercloud 2025-10-10 07:14:39.320950 | fa163ef4-4e38-a4de-df26-00000000290d | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:12:03.385741 | 0.09s 2025-10-10 07:14:39.341170 | fa163ef4-4e38-a4de-df26-00000000290e | TASK | add volumes pool 2025-10-10 07:14:39.416776 | fa163ef4-4e38-a4de-df26-00000000290e | OK | add volumes pool | undercloud 2025-10-10 07:14:39.418240 | fa163ef4-4e38-a4de-df26-00000000290e | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:12:03.483093 | 0.08s 2025-10-10 07:14:39.437064 | fa163ef4-4e38-a4de-df26-00000000290f | TASK | add vms pool 2025-10-10 07:14:39.519821 | fa163ef4-4e38-a4de-df26-00000000290f | OK | add vms pool | undercloud 2025-10-10 07:14:39.521241 | fa163ef4-4e38-a4de-df26-00000000290f | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:12:03.586096 | 0.08s 2025-10-10 07:14:39.539920 | fa163ef4-4e38-a4de-df26-000000002910 | TASK | add gnocchi pool 2025-10-10 07:14:39.581121 | fa163ef4-4e38-a4de-df26-000000002910 | SKIPPED | add gnocchi pool | undercloud 2025-10-10 07:14:39.582441 | fa163ef4-4e38-a4de-df26-000000002910 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:12:03.647293 | 0.04s 2025-10-10 07:14:39.602198 | fa163ef4-4e38-a4de-df26-000000002911 | TASK | add cinder backup pool 2025-10-10 07:14:39.696836 | fa163ef4-4e38-a4de-df26-000000002911 | OK | add cinder backup pool | undercloud 2025-10-10 07:14:39.698253 | fa163ef4-4e38-a4de-df26-000000002911 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:12:03.763108 | 0.09s 2025-10-10 07:14:39.717005 | fa163ef4-4e38-a4de-df26-000000002912 | TASK | add cinder extra pools 2025-10-10 07:14:39.752832 | fa163ef4-4e38-a4de-df26-000000002912 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:12:03.817674 | 0.03s 2025-10-10 07:14:39.772757 | fa163ef4-4e38-a4de-df26-000000002913 | TASK | build resulting pool list 2025-10-10 07:14:39.926335 | fa163ef4-4e38-a4de-df26-000000002913 | OK | build resulting pool list | undercloud 2025-10-10 07:14:39.927951 | fa163ef4-4e38-a4de-df26-000000002913 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:12:03.992804 | 0.15s 2025-10-10 07:14:39.948793 | fa163ef4-4e38-a4de-df26-000000002915 | TASK | add manila data pool 2025-10-10 07:14:39.994627 | fa163ef4-4e38-a4de-df26-000000002915 | OK | add manila data pool | undercloud 2025-10-10 07:14:39.996511 | fa163ef4-4e38-a4de-df26-000000002915 | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:12:04.061359 | 0.05s 2025-10-10 07:14:40.018170 | fa163ef4-4e38-a4de-df26-000000002916 | TASK | add manila metadata pool 2025-10-10 07:14:40.071186 | fa163ef4-4e38-a4de-df26-000000002916 | OK | add manila metadata pool | undercloud 2025-10-10 07:14:40.072268 | fa163ef4-4e38-a4de-df26-000000002916 | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:12:04.137127 | 0.05s 2025-10-10 07:14:40.153178 | fa163ef4-4e38-a4de-df26-00000000287f | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:04.218024 | 0.05s 2025-10-10 07:14:40.302523 | fa163ef4-4e38-a4de-df26-000000002aa8 | TASK | reset profiles string to avoid complex string manipulation 2025-10-10 07:14:40.359037 | fa163ef4-4e38-a4de-df26-000000002aa8 | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-10-10 07:14:40.359873 | fa163ef4-4e38-a4de-df26-000000002aa8 | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:12:04.424736 | 0.06s 2025-10-10 07:14:40.375066 | fa163ef4-4e38-a4de-df26-000000002aaa | TASK | build openstack client profiles per pool 2025-10-10 07:14:40.429986 | fa163ef4-4e38-a4de-df26-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-10 07:14:40.431019 | fa163ef4-4e38-a4de-df26-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:04.495879 | 0.06s 2025-10-10 07:14:40.452428 | fa163ef4-4e38-a4de-df26-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-10 07:14:40.452952 | fa163ef4-4e38-a4de-df26-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:04.517818 | 0.08s 2025-10-10 07:14:40.476204 | fa163ef4-4e38-a4de-df26-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-10 07:14:40.477592 | fa163ef4-4e38-a4de-df26-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:04.542458 | 0.10s 2025-10-10 07:14:40.497015 | fa163ef4-4e38-a4de-df26-000000002aaa | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-10-10 07:14:40.497630 | fa163ef4-4e38-a4de-df26-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:04.562496 | 0.12s 2025-10-10 07:14:40.510162 | fa163ef4-4e38-a4de-df26-000000002aaa | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:04.575014 | 0.13s 2025-10-10 07:14:40.530223 | fa163ef4-4e38-a4de-df26-000000002aab | TASK | set openstack client caps 2025-10-10 07:14:40.570138 | fa163ef4-4e38-a4de-df26-000000002aab | OK | set openstack client caps | undercloud 2025-10-10 07:14:40.571640 | fa163ef4-4e38-a4de-df26-000000002aab | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:12:04.636496 | 0.04s 2025-10-10 07:14:40.590186 | fa163ef4-4e38-a4de-df26-000000002aac | TASK | set openstack client osd(s) caps 2025-10-10 07:14:40.655384 | fa163ef4-4e38-a4de-df26-000000002aac | OK | set openstack client osd(s) caps | undercloud 2025-10-10 07:14:40.656582 | fa163ef4-4e38-a4de-df26-000000002aac | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:12:04.721439 | 0.06s 2025-10-10 07:14:40.674485 | fa163ef4-4e38-a4de-df26-000000002aad | TASK | Combine caps 2025-10-10 07:14:40.735443 | fa163ef4-4e38-a4de-df26-000000002aad | OK | Combine caps | undercloud 2025-10-10 07:14:40.736680 | fa163ef4-4e38-a4de-df26-000000002aad | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:12:04.801536 | 0.06s 2025-10-10 07:14:40.755036 | fa163ef4-4e38-a4de-df26-000000002aae | TASK | set openstack client key 2025-10-10 07:14:40.795225 | fa163ef4-4e38-a4de-df26-000000002aae | OK | set openstack client key | undercloud 2025-10-10 07:14:40.796633 | fa163ef4-4e38-a4de-df26-000000002aae | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:12:04.861487 | 0.04s 2025-10-10 07:14:40.815640 | fa163ef4-4e38-a4de-df26-000000002ab0 | TASK | build manila key for openstack 2025-10-10 07:14:40.868923 | fa163ef4-4e38-a4de-df26-000000002ab0 | OK | build manila key for openstack | undercloud 2025-10-10 07:14:40.870125 | fa163ef4-4e38-a4de-df26-000000002ab0 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:12:04.934981 | 0.05s 2025-10-10 07:14:40.888217 | fa163ef4-4e38-a4de-df26-000000002ab1 | TASK | build radosgw key for openstack 2025-10-10 07:14:40.922279 | fa163ef4-4e38-a4de-df26-000000002ab1 | SKIPPED | build radosgw key for openstack | undercloud 2025-10-10 07:14:40.923614 | fa163ef4-4e38-a4de-df26-000000002ab1 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:12:04.988466 | 0.03s 2025-10-10 07:14:40.940578 | fa163ef4-4e38-a4de-df26-000000002ab2 | TASK | build the resulting keys 2025-10-10 07:14:41.057832 | fa163ef4-4e38-a4de-df26-000000002ab2 | OK | build the resulting keys | undercloud 2025-10-10 07:14:41.059170 | fa163ef4-4e38-a4de-df26-000000002ab2 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:12:05.124031 | 0.12s 2025-10-10 07:14:41.133679 | fa163ef4-4e38-a4de-df26-000000002880 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:05.198520 | 0.04s 2025-10-10 07:14:41.293292 | fa163ef4-4e38-a4de-df26-000000002dcd | TASK | build ceph orphan set 2025-10-10 07:14:41.350295 | fa163ef4-4e38-a4de-df26-000000002dcd | OK | build ceph orphan set | undercloud 2025-10-10 07:14:41.351565 | fa163ef4-4e38-a4de-df26-000000002dcd | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:12:05.416421 | 0.06s 2025-10-10 07:14:41.369746 | fa163ef4-4e38-a4de-df26-000000002dce | TASK | clean ceph_config_overrides list 2025-10-10 07:14:41.411728 | fa163ef4-4e38-a4de-df26-000000002dce | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:12:05.476574 | 0.04s 2025-10-10 07:14:41.430772 | fa163ef4-4e38-a4de-df26-000000002dcf | TASK | ceph_config_overrides w/o orphans 2025-10-10 07:14:41.496081 | fa163ef4-4e38-a4de-df26-000000002dcf | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-10-10 07:14:41.497361 | fa163ef4-4e38-a4de-df26-000000002dcf | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:12:05.562213 | 0.07s 2025-10-10 07:14:41.517270 | fa163ef4-4e38-a4de-df26-000000002dd0 | TASK | build ceph config overrides 2025-10-10 07:14:41.646270 | fa163ef4-4e38-a4de-df26-000000002dd0 | OK | build ceph config overrides | undercloud 2025-10-10 07:14:41.647535 | fa163ef4-4e38-a4de-df26-000000002dd0 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:12:05.712392 | 0.13s 2025-10-10 07:14:41.683261 | fa163ef4-4e38-a4de-df26-000000002881 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-10-10 07:14:42.278147 | fa163ef4-4e38-a4de-df26-000000002881 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-10 07:14:42.279661 | fa163ef4-4e38-a4de-df26-000000002881 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:06.344513 | 0.59s 2025-10-10 07:14:42.300364 | fa163ef4-4e38-a4de-df26-000000002883 | TASK | Set bootstrap host [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-10-10 07:14:42.386997 | fa163ef4-4e38-a4de-df26-000000002883 | OK | Set bootstrap host | undercloud 2025-10-10 07:14:42.388364 | fa163ef4-4e38-a4de-df26-000000002883 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:12:06.453217 | 0.09s 2025-10-10 07:14:42.406888 | fa163ef4-4e38-a4de-df26-000000002884 | 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-10-10 07:14:42.557015 | fa163ef4-4e38-a4de-df26-000000002884 | OK | Set first monitor IP | undercloud 2025-10-10 07:14:42.558150 | fa163ef4-4e38-a4de-df26-000000002884 | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:12:06.623008 | 0.15s 2025-10-10 07:14:42.575248 | fa163ef4-4e38-a4de-df26-000000002885 | 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-10-10 07:14:42.636563 | fa163ef4-4e38-a4de-df26-000000002885 | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-10-10 07:14:42.637327 | fa163ef4-4e38-a4de-df26-000000002885 | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:12:06.702188 | 0.06s 2025-10-10 07:14:42.652955 | fa163ef4-4e38-a4de-df26-000000002887 | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-10-10 07:14:43.176573 | fa163ef4-4e38-a4de-df26-000000002887 | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-10-10 07:14:43.177698 | fa163ef4-4e38-a4de-df26-000000002887 | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:07.242558 | 0.52s 2025-10-10 07:14:43.215839 | fa163ef4-4e38-a4de-df26-000000002853 | TASK | Prepare cephadm user and keys 2025-10-10 07:14:43.743999 | fa163ef4-4e38-a4de-df26-000000002853 | SKIPPED | Prepare cephadm user and keys | undercloud 2025-10-10 07:14:43.746407 | fa163ef4-4e38-a4de-df26-000000002853 | TIMING | Prepare cephadm user and keys | undercloud | 0:12:07.811175 | 0.53s 2025-10-10 07:14:43.763506 | fa163ef4-4e38-a4de-df26-000000002854 | TASK | Deploy or configure the cephadm Ceph cluster 2025-10-10 07:14:43.845509 | fa163ef4-4e38-a4de-df26-000000002854 | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:12:07.910345 | 0.08s 2025-10-10 07:14:43.912594 | fa163ef4-4e38-a4de-df26-000000003049 | TASK | set cephadm playbook 2025-10-10 07:14:43.951047 | fa163ef4-4e38-a4de-df26-000000003049 | OK | set cephadm playbook | undercloud 2025-10-10 07:14:43.952529 | fa163ef4-4e38-a4de-df26-000000003049 | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:12:08.017391 | 0.04s 2025-10-10 07:14:43.967502 | fa163ef4-4e38-a4de-df26-00000000304a | TASK | Setup the log path 2025-10-10 07:14:44.026792 | fa163ef4-4e38-a4de-df26-00000000304a | OK | Setup the log path | undercloud 2025-10-10 07:14:44.028461 | fa163ef4-4e38-a4de-df26-00000000304a | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:12:08.093323 | 0.06s 2025-10-10 07:14:44.044002 | fa163ef4-4e38-a4de-df26-00000000304b | TASK | Setup the cephadm playbook command 2025-10-10 07:14:44.107079 | fa163ef4-4e38-a4de-df26-00000000304b | OK | Setup the cephadm playbook command | undercloud 2025-10-10 07:14:44.108494 | fa163ef4-4e38-a4de-df26-00000000304b | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:12:08.173357 | 0.06s 2025-10-10 07:14:44.123126 | fa163ef4-4e38-a4de-df26-00000000304c | TASK | rotate cephadm_command.log 2025-10-10 07:14:44.353435 | fa163ef4-4e38-a4de-df26-00000000304c | CHANGED | rotate cephadm_command.log | undercloud 2025-10-10 07:14:44.354962 | fa163ef4-4e38-a4de-df26-00000000304c | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:12:08.419826 | 0.23s 2025-10-10 07:14:44.370498 | fa163ef4-4e38-a4de-df26-00000000304d | TASK | save cephadm playbook command to shell script 2025-10-10 07:14:44.847206 | fa163ef4-4e38-a4de-df26-00000000304d | CHANGED | save cephadm playbook command to shell script | undercloud 2025-10-10 07:14:44.849685 | fa163ef4-4e38-a4de-df26-00000000304d | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:12:08.914538 | 0.48s 2025-10-10 07:14:44.869100 | fa163ef4-4e38-a4de-df26-00000000304e | TASK | Notify user about upcoming cephadm execution(s) 2025-10-10 07:14:44.953395 | fa163ef4-4e38-a4de-df26-00000000304e | OK | Notify user about upcoming cephadm execution(s) | undercloud | result={ "changed": false, "msg": "Running 1 cephadm playbook(s) (immediate log at /root/standalone-ansible-5h987wtv/cephadm/cephadm_command.log)" } 2025-10-10 07:14:44.955742 | fa163ef4-4e38-a4de-df26-00000000304e | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:12:09.020505 | 0.08s 2025-10-10 07:14:44.972603 | fa163ef4-4e38-a4de-df26-00000000304f | TASK | run cephadm playbook 2025-10-10 07:15:41.340372 | fa163ef4-4e38-a4de-df26-00000000304f | CHANGED | run cephadm playbook | undercloud 2025-10-10 07:15:41.343124 | fa163ef4-4e38-a4de-df26-00000000304f | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:13:05.407975 | 56.37s 2025-10-10 07:15:41.365287 | fa163ef4-4e38-a4de-df26-000000003050 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-10-10 07:15:41.436807 | fa163ef4-4e38-a4de-df26-000000003050 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-10-10 07:15:41.437739 | fa163ef4-4e38-a4de-df26-000000003050 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:13:05.502599 | 0.07s 2025-10-10 07:15:41.452861 | fa163ef4-4e38-a4de-df26-000000003051 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-10-10 07:15:41.503150 | fa163ef4-4e38-a4de-df26-000000003051 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-10-10 07:15:41.504118 | fa163ef4-4e38-a4de-df26-000000003051 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:13:05.568979 | 0.05s 2025-10-10 07:15:41.535132 | fa163ef4-4e38-a4de-df26-000000002856 | TASK | Check if the input variable file exists 2025-10-10 07:15:41.787297 | fa163ef4-4e38-a4de-df26-000000002856 | OK | Check if the input variable file exists | undercloud 2025-10-10 07:15:41.788769 | fa163ef4-4e38-a4de-df26-000000002856 | TIMING | Check if the input variable file exists | undercloud | 0:13:05.853622 | 0.25s 2025-10-10 07:15:41.807410 | fa163ef4-4e38-a4de-df26-000000002857 | TASK | Populate CephClientConfigVars from THT 2025-10-10 07:15:41.847940 | fa163ef4-4e38-a4de-df26-000000002857 | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-10-10 07:15:41.849280 | fa163ef4-4e38-a4de-df26-000000002857 | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:13:05.914133 | 0.04s 2025-10-10 07:15:41.867955 | fa163ef4-4e38-a4de-df26-000000002858 | TASK | configure ceph clients 2025-10-10 07:15:41.909956 | fa163ef4-4e38-a4de-df26-000000002858 | TIMING | configure ceph clients | undercloud | 0:13:05.974798 | 0.04s 2025-10-10 07:15:41.977313 | fa163ef4-4e38-a4de-df26-000000003113 | TASK | get the list of enabled services on the overcloud 2025-10-10 07:15:42.048045 | fa163ef4-4e38-a4de-df26-000000003113 | OK | get the list of enabled services on the overcloud | undercloud 2025-10-10 07:15:42.049680 | fa163ef4-4e38-a4de-df26-000000003113 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:13:06.114531 | 0.07s 2025-10-10 07:15:42.068825 | fa163ef4-4e38-a4de-df26-000000003114 | TASK | Create ceph_client_fetch_dir 2025-10-10 07:15:42.119745 | fa163ef4-4e38-a4de-df26-000000003114 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:13:06.184588 | 0.05s 2025-10-10 07:15:42.133774 | a351b12d-591e-4c5f-bf66-25f41b11e322 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-10 07:15:42.167044 | fa163ef4-4e38-a4de-df26-000000003157 | TASK | Clean any old fetch directory path 2025-10-10 07:15:42.444244 | fa163ef4-4e38-a4de-df26-000000003157 | OK | Clean any old fetch directory path | undercloud 2025-10-10 07:15:42.445224 | fa163ef4-4e38-a4de-df26-000000003157 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:06.510085 | 0.28s 2025-10-10 07:15:42.462991 | fa163ef4-4e38-a4de-df26-000000003158 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-10 07:15:42.727178 | fa163ef4-4e38-a4de-df26-000000003158 | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-10 07:15:42.728547 | fa163ef4-4e38-a4de-df26-000000003158 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:06.793399 | 0.26s 2025-10-10 07:15:42.747718 | fa163ef4-4e38-a4de-df26-000000003115 | TASK | Check if the input variables exist 2025-10-10 07:15:43.032501 | fa163ef4-4e38-a4de-df26-000000003115 | OK | Check if the input variables exist | undercloud 2025-10-10 07:15:43.033547 | fa163ef4-4e38-a4de-df26-000000003115 | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:13:07.098407 | 0.28s 2025-10-10 07:15:43.051485 | fa163ef4-4e38-a4de-df26-000000003116 | TASK | Load variables produced by the cephadm provisioning process 2025-10-10 07:15:43.093501 | fa163ef4-4e38-a4de-df26-000000003116 | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-10-10 07:15:43.094910 | fa163ef4-4e38-a4de-df26-000000003116 | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:13:07.159737 | 0.04s 2025-10-10 07:15:43.110447 | fa163ef4-4e38-a4de-df26-000000003117 | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-10-10 07:15:43.172299 | fa163ef4-4e38-a4de-df26-000000003117 | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-10-10 07:15:43.174075 | fa163ef4-4e38-a4de-df26-000000003117 | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:13:07.238919 | 0.06s 2025-10-10 07:15:43.192922 | fa163ef4-4e38-a4de-df26-000000003118 | TASK | Configure multiple external ceph clusters 2025-10-10 07:15:43.277055 | fa163ef4-4e38-a4de-df26-000000003118 | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-10-10 07:15:43.278694 | fa163ef4-4e38-a4de-df26-000000003118 | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:13:07.343538 | 0.08s 2025-10-10 07:15:43.295144 | fa163ef4-4e38-a4de-df26-000000003119 | TASK | Render keys provided for the Ceph cluster 2025-10-10 07:15:43.345133 | fa163ef4-4e38-a4de-df26-000000003119 | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:13:07.409977 | 0.05s 2025-10-10 07:15:43.355644 | ec6ac4c1-1d28-4b2d-b036-b1a9a9e80557 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-10-10 07:15:43.392685 | fa163ef4-4e38-a4de-df26-0000000031ab | TASK | create cephx key(s) 2025-10-10 07:15:43.942799 | fa163ef4-4e38-a4de-df26-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQCyrehoAAAAABAArgR6ExLHLQVWrdZKJofyvQ==', '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-10-10 07:15:43.944041 | fa163ef4-4e38-a4de-df26-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:08.008897 | 0.55s 2025-10-10 07:15:44.392695 | fa163ef4-4e38-a4de-df26-0000000031ab | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQCyrehoAAAAABAAKdIoP8tUwghqJ6Ob+Vmxyw==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-10-10 07:15:44.394427 | fa163ef4-4e38-a4de-df26-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:08.459285 | 1.00s 2025-10-10 07:15:44.405101 | fa163ef4-4e38-a4de-df26-0000000031ab | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:08.469958 | 1.01s 2025-10-10 07:15:44.424161 | fa163ef4-4e38-a4de-df26-00000000311a | TASK | Render ceph config for the Ceph Clients 2025-10-10 07:15:44.474825 | fa163ef4-4e38-a4de-df26-00000000311a | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:13:08.539673 | 0.05s 2025-10-10 07:15:44.485178 | a9b0f942-bae4-4705-b1a1-2c0f9877d4c2 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-10-10 07:15:44.523726 | fa163ef4-4e38-a4de-df26-00000000320f | TASK | create ceph.conf 2025-10-10 07:15:45.132426 | fa163ef4-4e38-a4de-df26-00000000320f | CHANGED | create ceph.conf | undercloud 2025-10-10 07:15:45.133224 | fa163ef4-4e38-a4de-df26-00000000320f | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:13:09.198087 | 0.61s 2025-10-10 07:15:45.147851 | fa163ef4-4e38-a4de-df26-00000000311b | TASK | Configure Ceph Clients 2025-10-10 07:15:45.194385 | fa163ef4-4e38-a4de-df26-00000000311b | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:13:09.259243 | 0.05s 2025-10-10 07:15:45.203703 | e8a6b25c-4665-4507-a532-f495f1112536 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-10-10 07:15:45.231929 | fa163ef4-4e38-a4de-df26-00000000327e | TASK | set effective ceph_clients without limit 2025-10-10 07:15:45.353465 | fa163ef4-4e38-a4de-df26-00000000327e | OK | set effective ceph_clients without limit | undercloud 2025-10-10 07:15:45.354779 | fa163ef4-4e38-a4de-df26-00000000327e | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:13:09.419628 | 0.12s 2025-10-10 07:15:45.373591 | fa163ef4-4e38-a4de-df26-00000000327f | TASK | set effective ceph_clients with limit 2025-10-10 07:15:45.437015 | fa163ef4-4e38-a4de-df26-00000000327f | SKIPPED | set effective ceph_clients with limit | undercloud 2025-10-10 07:15:45.438268 | fa163ef4-4e38-a4de-df26-00000000327f | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:13:09.503121 | 0.06s 2025-10-10 07:15:45.457450 | fa163ef4-4e38-a4de-df26-000000003280 | TASK | set distribution list from cross product of files and effective clients 2025-10-10 07:15:45.576514 | fa163ef4-4e38-a4de-df26-000000003280 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-10-10 07:15:45.578232 | fa163ef4-4e38-a4de-df26-000000003280 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:13:09.643087 | 0.12s 2025-10-10 07:15:45.618235 | fa163ef4-4e38-a4de-df26-000000003281 | TASK | Ensure /etc/ceph exists on all clients 2025-10-10 07:15:45.867065 | fa163ef4-4e38-a4de-df26-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-5h987wtv/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ef4-4e38-a4de- df26-000000003281') missing from stats 2025-10-10 07:15:46.110911 | fa163ef4-4e38-a4de-df26-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-5h987wtv/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-10 07:15:46.348011 | fa163ef4-4e38-a4de-df26-000000003281 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-5h987wtv/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-10 07:15:46.361785 | fa163ef4-4e38-a4de-df26-000000003281 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:13:10.426627 | 0.74s 2025-10-10 07:15:46.402774 | fa163ef4-4e38-a4de-df26-000000003282 | TASK | push files to the other nodes of cluster 2025-10-10 07:15:46.876951 | fa163ef4-4e38-a4de-df26-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-5h987wtv/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ef4-4e38-a4de- df26-000000003282') missing from stats 2025-10-10 07:15:47.334532 | fa163ef4-4e38-a4de-df26-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-5h987wtv/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-10-10 07:15:47.791795 | fa163ef4-4e38-a4de-df26-000000003282 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-5h987wtv/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-10-10 07:15:47.806061 | fa163ef4-4e38-a4de-df26-000000003282 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:13:11.870914 | 1.40s 2025-10-10 07:15:47.822681 | fa163ef4-4e38-a4de-df26-00000000311c | TASK | Clean ceph_client_fetch_dir 2025-10-10 07:15:47.868275 | fa163ef4-4e38-a4de-df26-00000000311c | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:13:11.933127 | 0.04s 2025-10-10 07:15:47.876846 | a95feaf9-d251-4623-ac5f-1acd88a35769 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-10-10 07:15:47.916914 | fa163ef4-4e38-a4de-df26-000000003316 | TASK | Clean any old fetch directory path 2025-10-10 07:15:48.171816 | fa163ef4-4e38-a4de-df26-000000003316 | CHANGED | Clean any old fetch directory path | undercloud 2025-10-10 07:15:48.173583 | fa163ef4-4e38-a4de-df26-000000003316 | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:12.238433 | 0.26s 2025-10-10 07:15:48.193868 | fa163ef4-4e38-a4de-df26-000000003317 | TASK | Create ceph_client_fetch_dir for the current execution 2025-10-10 07:15:48.236003 | fa163ef4-4e38-a4de-df26-000000003317 | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-10-10 07:15:48.237399 | fa163ef4-4e38-a4de-df26-000000003317 | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:12.302253 | 0.04s 2025-10-10 07:15:48.274132 | fa163ef4-4e38-a4de-df26-000000002859 | TASK | tripleo client role 2025-10-10 07:15:48.303758 | fa163ef4-4e38-a4de-df26-000000002859 | TIMING | tripleo client role | undercloud | 0:13:12.368603 | 0.03s 2025-10-10 07:15:48.322875 | fa163ef4-4e38-a4de-df26-00000000285a | TASK | Load variables for standalone ganesha 2025-10-10 07:15:48.449683 | fa163ef4-4e38-a4de-df26-00000000285a | SKIPPED | Load variables for standalone ganesha | undercloud 2025-10-10 07:15:48.450565 | fa163ef4-4e38-a4de-df26-00000000285a | TIMING | Load variables for standalone ganesha | undercloud | 0:13:12.515426 | 0.13s 2025-10-10 07:15:48.469040 | fa163ef4-4e38-a4de-df26-00000000285b | TASK | Config Standalone Ganesha 2025-10-10 07:15:48.553744 | fa163ef4-4e38-a4de-df26-00000000285b | SKIPPED | Config Standalone Ganesha | undercloud 2025-10-10 07:15:48.555096 | fa163ef4-4e38-a4de-df26-00000000285b | TIMING | Config Standalone Ganesha | undercloud | 0:13:12.619950 | 0.08s PLAY [Deploy step tasks for 2] ************************************************* 2025-10-10 07:15:48.701801 | fa163ef4-4e38-a4de-df26-0000000000ca | TASK | Deploy step tasks for 2 2025-10-10 07:15:48.730945 | fa163ef4-4e38-a4de-df26-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', 'fa163ef4-4e38-a4de-df26-0000000000ca') missing from stats 2025-10-10 07:15:48.754605 | fa163ef4-4e38-a4de-df26-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-10-10 07:15:49.186962 | fa163ef4-4e38-a4de-df26-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-10-10 07:15:49.188015 | fa163ef4-4e38-a4de-df26-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:13:13.252875 | 0.43s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-10 07:15:49.256062 | fa163ef4-4e38-a4de-df26-0000000000cc | TIMING | include_tasks | standalone | 0:13:13.320910 | 0.04s 2025-10-10 07:15:49.352741 | 7f2502cd-923b-47f7-87d8-a47f4ecea318 | INCLUDED | /root/standalone-ansible-5h987wtv/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-10-10 07:15:49.390102 | fa163ef4-4e38-a4de-df26-0000000033dd | TASK | Push script 2025-10-10 07:15:49.911101 | fa163ef4-4e38-a4de-df26-0000000033dd | CHANGED | Push script | standalone 2025-10-10 07:15:49.911953 | fa163ef4-4e38-a4de-df26-0000000033dd | TIMING | Push script | standalone | 0:13:13.976815 | 0.52s 2025-10-10 07:15:49.931376 | fa163ef4-4e38-a4de-df26-0000000033de | TASK | Insert cronjob in root crontab 2025-10-10 07:15:50.392790 | fa163ef4-4e38-a4de-df26-0000000033de | CHANGED | Insert cronjob in root crontab | standalone 2025-10-10 07:15:50.394165 | fa163ef4-4e38-a4de-df26-0000000033de | TIMING | Insert cronjob in root crontab | standalone | 0:13:14.459019 | 0.46s 2025-10-10 07:15:50.424768 | fa163ef4-4e38-a4de-df26-0000000033e5 | TASK | Gather variables for each operating system 2025-10-10 07:15:50.551381 | fa163ef4-4e38-a4de-df26-0000000033e5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:14.616224 | 0.12s 2025-10-10 07:15:50.582156 | fa163ef4-4e38-a4de-df26-0000000033e6 | TASK | Detect if resource is being created or already exists 2025-10-10 07:15:51.323081 | fa163ef4-4e38-a4de-df26-0000000033e6 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-10 07:15:51.324047 | fa163ef4-4e38-a4de-df26-0000000033e6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:15.388908 | 0.74s 2025-10-10 07:15:51.357003 | fa163ef4-4e38-a4de-df26-0000000033e7 | TASK | Run init bundle puppet on the host for haproxy 2025-10-10 07:17:37.369901 | fa163ef4-4e38-a4de-df26-0000000033e7 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-10-10 07:17:37.372426 | fa163ef4-4e38-a4de-df26-0000000033e7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:15:01.437279 | 106.01s 2025-10-10 07:17:37.401072 | fa163ef4-4e38-a4de-df26-0000000033e8 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-10-10 07:17:37.658911 | fa163ef4-4e38-a4de-df26-0000000033e8 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-10-10 07:17:37.660347 | fa163ef4-4e38-a4de-df26-0000000033e8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:15:01.725201 | 0.26s 2025-10-10 07:17:37.691794 | fa163ef4-4e38-a4de-df26-0000000033e9 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-10 07:17:38.295213 | fa163ef4-4e38-a4de-df26-0000000033e9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-10 07:17:38.296661 | fa163ef4-4e38-a4de-df26-0000000033e9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:02.361516 | 0.60s 2025-10-10 07:17:38.330979 | fa163ef4-4e38-a4de-df26-0000000033ea | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-10-10 07:17:38.602578 | fa163ef4-4e38-a4de-df26-0000000033ea | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-10-10 07:17:38.604108 | fa163ef4-4e38-a4de-df26-0000000033ea | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:15:02.668963 | 0.27s 2025-10-10 07:17:38.638194 | fa163ef4-4e38-a4de-df26-0000000033ec | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-10-10 07:17:38.681802 | fa163ef4-4e38-a4de-df26-0000000033ec | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-10-10 07:17:38.683234 | fa163ef4-4e38-a4de-df26-0000000033ec | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:15:02.748087 | 0.04s 2025-10-10 07:17:38.717852 | fa163ef4-4e38-a4de-df26-0000000033ed | TASK | Get container image tag from bundle haproxy-bundle 2025-10-10 07:17:38.775010 | fa163ef4-4e38-a4de-df26-0000000033ed | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-10-10 07:17:38.776366 | fa163ef4-4e38-a4de-df26-0000000033ed | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:15:02.841219 | 0.06s 2025-10-10 07:17:38.809592 | fa163ef4-4e38-a4de-df26-0000000033ee | TASK | Compare tags between marker and bundle haproxy-bundle 2025-10-10 07:17:38.871099 | fa163ef4-4e38-a4de-df26-0000000033ee | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-10-10 07:17:38.872440 | fa163ef4-4e38-a4de-df26-0000000033ee | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:15:02.937291 | 0.06s 2025-10-10 07:17:38.906186 | fa163ef4-4e38-a4de-df26-0000000033ef | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-10 07:17:38.967212 | fa163ef4-4e38-a4de-df26-0000000033ef | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-10 07:17:38.968516 | fa163ef4-4e38-a4de-df26-0000000033ef | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:03.033368 | 0.06s 2025-10-10 07:17:39.001214 | fa163ef4-4e38-a4de-df26-0000000033f0 | TASK | Remove update marker for bundle haproxy-bundle 2025-10-10 07:17:39.041265 | fa163ef4-4e38-a4de-df26-0000000033f0 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-10-10 07:17:39.042069 | fa163ef4-4e38-a4de-df26-0000000033f0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:15:03.106930 | 0.04s 2025-10-10 07:17:39.086271 | fa163ef4-4e38-a4de-df26-000000003411 | TASK | Gather variables for each operating system 2025-10-10 07:17:39.191316 | fa163ef4-4e38-a4de-df26-000000003411 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:03.256167 | 0.10s 2025-10-10 07:17:39.214528 | fa163ef4-4e38-a4de-df26-000000003412 | TASK | Detect if resource is being created or already exists 2025-10-10 07:17:39.969629 | fa163ef4-4e38-a4de-df26-000000003412 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-10 07:17:39.971100 | fa163ef4-4e38-a4de-df26-000000003412 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:04.035954 | 0.76s 2025-10-10 07:17:40.002407 | fa163ef4-4e38-a4de-df26-000000003413 | TASK | Run init bundle puppet on the host for mysql 2025-10-10 07:18:06.977591 | fa163ef4-4e38-a4de-df26-000000003413 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-10-10 07:18:06.978921 | fa163ef4-4e38-a4de-df26-000000003413 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:15:31.043779 | 26.97s 2025-10-10 07:18:07.009263 | fa163ef4-4e38-a4de-df26-000000003414 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-10-10 07:18:07.302128 | fa163ef4-4e38-a4de-df26-000000003414 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-10-10 07:18:07.303506 | fa163ef4-4e38-a4de-df26-000000003414 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:15:31.368360 | 0.29s 2025-10-10 07:18:07.337132 | fa163ef4-4e38-a4de-df26-000000003415 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-10 07:18:07.837421 | fa163ef4-4e38-a4de-df26-000000003415 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-10 07:18:07.838317 | fa163ef4-4e38-a4de-df26-000000003415 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:31.903181 | 0.50s 2025-10-10 07:18:07.863246 | fa163ef4-4e38-a4de-df26-000000003416 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-10-10 07:18:08.109261 | fa163ef4-4e38-a4de-df26-000000003416 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-10-10 07:18:08.110400 | fa163ef4-4e38-a4de-df26-000000003416 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:15:32.175261 | 0.25s 2025-10-10 07:18:08.133661 | fa163ef4-4e38-a4de-df26-000000003418 | TASK | Get container image tag from marker for bundle galera-bundle 2025-10-10 07:18:08.191469 | fa163ef4-4e38-a4de-df26-000000003418 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-10-10 07:18:08.192233 | fa163ef4-4e38-a4de-df26-000000003418 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:15:32.257096 | 0.06s 2025-10-10 07:18:08.212601 | fa163ef4-4e38-a4de-df26-000000003419 | TASK | Get container image tag from bundle galera-bundle 2025-10-10 07:18:08.263413 | fa163ef4-4e38-a4de-df26-000000003419 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-10-10 07:18:08.264172 | fa163ef4-4e38-a4de-df26-000000003419 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:15:32.329036 | 0.05s 2025-10-10 07:18:08.284420 | fa163ef4-4e38-a4de-df26-00000000341a | TASK | Compare tags between marker and bundle galera-bundle 2025-10-10 07:18:08.335341 | fa163ef4-4e38-a4de-df26-00000000341a | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-10-10 07:18:08.336251 | fa163ef4-4e38-a4de-df26-00000000341a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:15:32.401114 | 0.05s 2025-10-10 07:18:08.361822 | fa163ef4-4e38-a4de-df26-00000000341b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-10 07:18:08.410852 | fa163ef4-4e38-a4de-df26-00000000341b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-10 07:18:08.411834 | fa163ef4-4e38-a4de-df26-00000000341b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:32.476692 | 0.05s 2025-10-10 07:18:08.437294 | fa163ef4-4e38-a4de-df26-00000000341c | TASK | Remove update marker for bundle galera-bundle 2025-10-10 07:18:08.486157 | fa163ef4-4e38-a4de-df26-00000000341c | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-10-10 07:18:08.487288 | fa163ef4-4e38-a4de-df26-00000000341c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:15:32.552148 | 0.05s 2025-10-10 07:18:08.530838 | fa163ef4-4e38-a4de-df26-00000000343d | TASK | Gather variables for each operating system 2025-10-10 07:18:08.653353 | fa163ef4-4e38-a4de-df26-00000000343d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:32.718199 | 0.12s 2025-10-10 07:18:08.684863 | fa163ef4-4e38-a4de-df26-00000000343e | TASK | Detect if resource is being created or already exists 2025-10-10 07:18:09.478790 | fa163ef4-4e38-a4de-df26-00000000343e | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-10 07:18:09.480150 | fa163ef4-4e38-a4de-df26-00000000343e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:33.545006 | 0.79s 2025-10-10 07:18:09.510918 | fa163ef4-4e38-a4de-df26-00000000343f | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-10-10 07:18:35.134647 | fa163ef4-4e38-a4de-df26-00000000343f | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-10-10 07:18:35.135813 | fa163ef4-4e38-a4de-df26-00000000343f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:15:59.200674 | 25.62s 2025-10-10 07:18:35.161336 | fa163ef4-4e38-a4de-df26-000000003440 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-10-10 07:18:35.427721 | fa163ef4-4e38-a4de-df26-000000003440 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-10-10 07:18:35.428762 | fa163ef4-4e38-a4de-df26-000000003440 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:15:59.493621 | 0.27s 2025-10-10 07:18:35.460324 | fa163ef4-4e38-a4de-df26-000000003441 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-10 07:18:35.909549 | fa163ef4-4e38-a4de-df26-000000003441 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-10 07:18:35.910532 | fa163ef4-4e38-a4de-df26-000000003441 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:59.975392 | 0.45s 2025-10-10 07:18:35.939638 | fa163ef4-4e38-a4de-df26-000000003442 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-10-10 07:18:36.165768 | fa163ef4-4e38-a4de-df26-000000003442 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-10-10 07:18:36.166597 | fa163ef4-4e38-a4de-df26-000000003442 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:16:00.231461 | 0.23s 2025-10-10 07:18:36.199189 | fa163ef4-4e38-a4de-df26-000000003444 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-10-10 07:18:36.240510 | fa163ef4-4e38-a4de-df26-000000003444 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-10-10 07:18:36.241274 | fa163ef4-4e38-a4de-df26-000000003444 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:16:00.306136 | 0.04s 2025-10-10 07:18:36.264201 | fa163ef4-4e38-a4de-df26-000000003445 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-10-10 07:18:36.313247 | fa163ef4-4e38-a4de-df26-000000003445 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-10-10 07:18:36.314045 | fa163ef4-4e38-a4de-df26-000000003445 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:16:00.378908 | 0.05s 2025-10-10 07:18:36.334791 | fa163ef4-4e38-a4de-df26-000000003446 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-10-10 07:18:36.386729 | fa163ef4-4e38-a4de-df26-000000003446 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-10-10 07:18:36.388168 | fa163ef4-4e38-a4de-df26-000000003446 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:16:00.453019 | 0.05s 2025-10-10 07:18:36.422614 | fa163ef4-4e38-a4de-df26-000000003447 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-10 07:18:36.484599 | fa163ef4-4e38-a4de-df26-000000003447 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-10 07:18:36.485636 | fa163ef4-4e38-a4de-df26-000000003447 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:00.550490 | 0.06s 2025-10-10 07:18:36.511280 | fa163ef4-4e38-a4de-df26-000000003448 | TASK | Remove update marker for bundle rabbitmq-bundle 2025-10-10 07:18:36.562313 | fa163ef4-4e38-a4de-df26-000000003448 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-10-10 07:18:36.563656 | fa163ef4-4e38-a4de-df26-000000003448 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:16:00.628512 | 0.05s 2025-10-10 07:18:36.614079 | fa163ef4-4e38-a4de-df26-000000003469 | TASK | Gather variables for each operating system 2025-10-10 07:18:36.738317 | fa163ef4-4e38-a4de-df26-000000003469 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:00.803166 | 0.12s 2025-10-10 07:18:36.764033 | fa163ef4-4e38-a4de-df26-00000000346a | TASK | Detect if resource is being created or already exists 2025-10-10 07:18:37.527215 | fa163ef4-4e38-a4de-df26-00000000346a | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-10 07:18:37.529131 | fa163ef4-4e38-a4de-df26-00000000346a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:01.593978 | 0.76s 2025-10-10 07:18:37.563285 | fa163ef4-4e38-a4de-df26-00000000346b | TASK | Run init bundle puppet on the host for redis 2025-10-10 07:19:03.437192 | fa163ef4-4e38-a4de-df26-00000000346b | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-10-10 07:19:03.438183 | fa163ef4-4e38-a4de-df26-00000000346b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:16:27.503046 | 25.87s 2025-10-10 07:19:03.463660 | fa163ef4-4e38-a4de-df26-00000000346c | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-10-10 07:19:03.687928 | fa163ef4-4e38-a4de-df26-00000000346c | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-10-10 07:19:03.688730 | fa163ef4-4e38-a4de-df26-00000000346c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:16:27.753593 | 0.22s 2025-10-10 07:19:03.709157 | fa163ef4-4e38-a4de-df26-00000000346d | TASK | Run pacemaker restart if the config file for the service changed 2025-10-10 07:19:04.152335 | fa163ef4-4e38-a4de-df26-00000000346d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-10 07:19:04.153130 | fa163ef4-4e38-a4de-df26-00000000346d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:28.217994 | 0.44s 2025-10-10 07:19:04.174849 | fa163ef4-4e38-a4de-df26-00000000346e | TASK | Check if an image update marker exists for bundle redis-bundle 2025-10-10 07:19:04.387779 | fa163ef4-4e38-a4de-df26-00000000346e | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-10-10 07:19:04.388928 | fa163ef4-4e38-a4de-df26-00000000346e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:16:28.453789 | 0.21s 2025-10-10 07:19:04.411776 | fa163ef4-4e38-a4de-df26-000000003470 | TASK | Get container image tag from marker for bundle redis-bundle 2025-10-10 07:19:04.460099 | fa163ef4-4e38-a4de-df26-000000003470 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-10-10 07:19:04.461702 | fa163ef4-4e38-a4de-df26-000000003470 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:16:28.526547 | 0.05s 2025-10-10 07:19:04.483751 | fa163ef4-4e38-a4de-df26-000000003471 | TASK | Get container image tag from bundle redis-bundle 2025-10-10 07:19:04.520086 | fa163ef4-4e38-a4de-df26-000000003471 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-10-10 07:19:04.520815 | fa163ef4-4e38-a4de-df26-000000003471 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:16:28.585678 | 0.04s 2025-10-10 07:19:04.542370 | fa163ef4-4e38-a4de-df26-000000003472 | TASK | Compare tags between marker and bundle redis-bundle 2025-10-10 07:19:04.570783 | fa163ef4-4e38-a4de-df26-000000003472 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-10-10 07:19:04.571622 | fa163ef4-4e38-a4de-df26-000000003472 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:16:28.636477 | 0.03s 2025-10-10 07:19:04.596679 | fa163ef4-4e38-a4de-df26-000000003473 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-10 07:19:04.633546 | fa163ef4-4e38-a4de-df26-000000003473 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-10 07:19:04.634252 | fa163ef4-4e38-a4de-df26-000000003473 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:28.699099 | 0.04s 2025-10-10 07:19:04.659759 | fa163ef4-4e38-a4de-df26-000000003474 | TASK | Remove update marker for bundle redis-bundle 2025-10-10 07:19:04.720356 | fa163ef4-4e38-a4de-df26-000000003474 | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-10-10 07:19:04.721189 | fa163ef4-4e38-a4de-df26-000000003474 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:16:28.786053 | 0.06s 2025-10-10 07:19:04.770377 | fa163ef4-4e38-a4de-df26-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-10-10 07:19:04.958313 | fa163ef4-4e38-a4de-df26-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-10-10 07:19:04.959305 | fa163ef4-4e38-a4de-df26-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:16:29.024167 | 0.19s 2025-10-10 07:19:05.041748 | fa163ef4-4e38-a4de-df26-0000000000cf | TIMING | include_tasks | standalone | 0:16:29.106591 | 0.06s 2025-10-10 07:19:05.088653 | d2bdb524-f0d2-47d5-beff-4e412c192f36 | INCLUDED | /root/standalone-ansible-5h987wtv/common_deploy_steps_tasks.yaml | standalone 2025-10-10 07:19:05.116790 | fa163ef4-4e38-a4de-df26-000000003509 | TASK | Write the config_step hieradata 2025-10-10 07:19:05.624490 | fa163ef4-4e38-a4de-df26-000000003509 | OK | Write the config_step hieradata | standalone 2025-10-10 07:19:05.625999 | fa163ef4-4e38-a4de-df26-000000003509 | TIMING | Write the config_step hieradata | standalone | 0:16:29.690858 | 0.51s 2025-10-10 07:19:05.651113 | fa163ef4-4e38-a4de-df26-00000000350a | TASK | Run puppet host configuration for step 2 2025-10-10 07:19:05.923643 | fa163ef4-4e38-a4de-df26-00000000350a | CHANGED | Run puppet host configuration for step 2 | standalone 2025-10-10 07:19:05.924668 | fa163ef4-4e38-a4de-df26-00000000350a | TIMING | Run puppet host configuration for step 2 | standalone | 0:16:29.989528 | 0.27s 2025-10-10 07:19:05.947453 | fa163ef4-4e38-a4de-df26-00000000350b | TASK | Wait for puppet host configuration to finish 2025-10-10 07:19:06.182647 | fa163ef4-4e38-a4de-df26-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-10 07:19:16.397189 | fa163ef4-4e38-a4de-df26-00000000350b | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-10 07:19:26.623607 | fa163ef4-4e38-a4de-df26-00000000350b | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-10 07:19:26.624858 | fa163ef4-4e38-a4de-df26-00000000350b | TIMING | Wait for puppet host configuration to finish | standalone | 0:16:50.689714 | 20.68s 2025-10-10 07:19:26.655429 | fa163ef4-4e38-a4de-df26-00000000350c | TASK | Debug output for task: Run puppet host configuration for step 2 2025-10-10 07:19:26.720701 | fa163ef4-4e38-a4de-df26-00000000350c | CHANGED | Debug output for task: Run puppet host configuration for step 2 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 10 07:19:06 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 10 07:19:10 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 10 07:19:10 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 10 07:19:10 puppet-user: (file & line not available)", "<13>Oct 10 07:19:10 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 10 07:19:10 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 10 07:19:11 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 10 07:19:11 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.46 seconds", "<13>Oct 10 07:19:16 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 10 07:19:19 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 10 07:19:21 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 10 07:19:21 puppet-user: Notice: Applied catalog in 10.52 seconds", "<13>Oct 10 07:19:21 puppet-user: Application:", "<13>Oct 10 07:19:21 puppet-user: Initial environment: production", "<13>Oct 10 07:19:21 puppet-user: Converged environment: production", "<13>Oct 10 07:19:21 puppet-user: Run mode: user", "<13>Oct 10 07:19:21 puppet-user: Changes:", "<13>Oct 10 07:19:21 puppet-user: Total: 2", "<13>Oct 10 07:19:21 puppet-user: Events:", "<13>Oct 10 07:19:21 puppet-user: Success: 2", "<13>Oct 10 07:19:21 puppet-user: Resources:", "<13>Oct 10 07:19:21 puppet-user: Changed: 2", "<13>Oct 10 07:19:21 puppet-user: Out of sync: 2", "<13>Oct 10 07:19:21 puppet-user: Total: 28", "<13>Oct 10 07:19:21 puppet-user: Time:", "<13>Oct 10 07:19:21 puppet-user: File line: 0.00", "<13>Oct 10 07:19:21 puppet-user: Package: 0.00", "<13>Oct 10 07:19:21 puppet-user: Schedule: 0.00", "<13>Oct 10 07:19:21 puppet-user: File: 0.00", "<13>Oct 10 07:19:21 puppet-user: User: 0.01", "<13>Oct 10 07:19:21 puppet-user: Augeas: 0.01", "<13>Oct 10 07:19:21 puppet-user: Service: 0.06", "<13>Oct 10 07:19:21 puppet-user: Config retrieval: 0.50", "<13>Oct 10 07:19:21 puppet-user: Pcmk property: 1.59", "<13>Oct 10 07:19:21 puppet-user: Exec: 1.99", "<13>Oct 10 07:19:21 puppet-user: Transaction evaluation: 10.46", "<13>Oct 10 07:19:21 puppet-user: Catalog application: 10.52", "<13>Oct 10 07:19:21 puppet-user: Last run: 1760080761", "<13>Oct 10 07:19:21 puppet-user: Pcmk resource op default: 3.32", "<13>Oct 10 07:19:21 puppet-user: Pcmk resource default: 3.33", "<13>Oct 10 07:19:21 puppet-user: Filebucket: 0.00", "<13>Oct 10 07:19:21 puppet-user: Total: 10.52", "<13>Oct 10 07:19:21 puppet-user: Version:", "<13>Oct 10 07:19:21 puppet-user: Config: 1760080750", "<13>Oct 10 07:19:21 puppet-user: Puppet: 7.10.0" ] } 2025-10-10 07:19:26.722188 | fa163ef4-4e38-a4de-df26-00000000350c | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:16:50.787043 | 0.07s 2025-10-10 07:19:26.752716 | fa163ef4-4e38-a4de-df26-00000000350d | TASK | Pre-cache facts for puppet containers 2025-10-10 07:19:26.776930 | fa163ef4-4e38-a4de-df26-00000000350d | TIMING | Pre-cache facts for puppet containers | standalone | 0:16:50.841741 | 0.02s 2025-10-10 07:19:26.850758 | fa163ef4-4e38-a4de-df26-00000000354c | TASK | Gather variables for each operating system 2025-10-10 07:19:26.965973 | fa163ef4-4e38-a4de-df26-00000000354c | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:16:51.030814 | 0.11s 2025-10-10 07:19:27.000578 | fa163ef4-4e38-a4de-df26-00000000354d | TASK | Create puppet caching structures 2025-10-10 07:19:27.224263 | fa163ef4-4e38-a4de-df26-00000000354d | CHANGED | Create puppet caching structures | standalone 2025-10-10 07:19:27.225599 | fa163ef4-4e38-a4de-df26-00000000354d | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:16:51.290454 | 0.22s 2025-10-10 07:19:27.267353 | fa163ef4-4e38-a4de-df26-00000000354e | TASK | Check for facter.conf 2025-10-10 07:19:27.524552 | fa163ef4-4e38-a4de-df26-00000000354e | OK | Check for facter.conf | standalone 2025-10-10 07:19:27.525955 | fa163ef4-4e38-a4de-df26-00000000354e | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:16:51.590807 | 0.26s 2025-10-10 07:19:27.555963 | fa163ef4-4e38-a4de-df26-00000000354f | TASK | Remove facter.conf if directory 2025-10-10 07:19:27.585795 | fa163ef4-4e38-a4de-df26-00000000354f | SKIPPED | Remove facter.conf if directory | standalone 2025-10-10 07:19:27.587071 | fa163ef4-4e38-a4de-df26-00000000354f | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:16:51.651925 | 0.03s 2025-10-10 07:19:27.617710 | fa163ef4-4e38-a4de-df26-000000003550 | TASK | Write facter cache config 2025-10-10 07:19:28.148423 | fa163ef4-4e38-a4de-df26-000000003550 | CHANGED | Write facter cache config | standalone 2025-10-10 07:19:28.149372 | fa163ef4-4e38-a4de-df26-000000003550 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:16:52.214236 | 0.53s 2025-10-10 07:19:28.168828 | fa163ef4-4e38-a4de-df26-000000003551 | TASK | Cleanup facter cache if exists 2025-10-10 07:19:28.389716 | fa163ef4-4e38-a4de-df26-000000003551 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-10 07:19:28.391049 | fa163ef4-4e38-a4de-df26-000000003551 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:16:52.455905 | 0.22s 2025-10-10 07:19:28.422048 | fa163ef4-4e38-a4de-df26-000000003552 | TASK | Pre-cache facts 2025-10-10 07:19:28.975374 | fa163ef4-4e38-a4de-df26-000000003552 | CHANGED | Pre-cache facts | standalone 2025-10-10 07:19:28.976278 | fa163ef4-4e38-a4de-df26-000000003552 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:16:53.041141 | 0.55s 2025-10-10 07:19:28.998443 | fa163ef4-4e38-a4de-df26-000000003553 | TASK | Failed deployment if facter fails 2025-10-10 07:19:29.030312 | fa163ef4-4e38-a4de-df26-000000003553 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-10 07:19:29.031371 | fa163ef4-4e38-a4de-df26-000000003553 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:16:53.096234 | 0.03s 2025-10-10 07:19:29.058462 | fa163ef4-4e38-a4de-df26-000000003554 | TASK | Sync cached facts 2025-10-10 07:19:29.343996 | fa163ef4-4e38-a4de-df26-000000003554 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ef4-4e38-a4de- df26-000000003554') missing from stats 2025-10-10 07:19:29.388586 | fa163ef4-4e38-a4de-df26-00000000350e | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-10 07:19:29.439226 | fa163ef4-4e38-a4de-df26-00000000350e | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-10 07:19:29.440172 | fa163ef4-4e38-a4de-df26-00000000350e | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:16:53.505029 | 0.05s 2025-10-10 07:19:29.461551 | fa163ef4-4e38-a4de-df26-000000003510 | TASK | Manage containers for step 2 with tripleo-ansible 2025-10-10 07:19:29.492899 | fa163ef4-4e38-a4de-df26-000000003510 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:16:53.557732 | 0.03s 2025-10-10 07:19:29.540344 | fa163ef4-4e38-a4de-df26-0000000035ab | TASK | Gather variables for each operating system 2025-10-10 07:19:29.667735 | fa163ef4-4e38-a4de-df26-0000000035ab | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:53.732583 | 0.13s 2025-10-10 07:19:29.689108 | fa163ef4-4e38-a4de-df26-0000000035ac | TASK | Create container logs path 2025-10-10 07:19:29.952804 | fa163ef4-4e38-a4de-df26-0000000035ac | OK | Create container logs path | standalone 2025-10-10 07:19:29.953824 | fa163ef4-4e38-a4de-df26-0000000035ac | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:54.018686 | 0.26s 2025-10-10 07:19:29.976164 | fa163ef4-4e38-a4de-df26-0000000035ae | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-10-10 07:19:30.255001 | fa163ef4-4e38-a4de-df26-0000000035ae | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-10 07:19:30.255833 | fa163ef4-4e38-a4de-df26-0000000035ae | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:54.320697 | 0.28s 2025-10-10 07:19:30.286594 | fa163ef4-4e38-a4de-df26-0000000035af | TASK | Finalise hashes for all containers 2025-10-10 07:19:30.352865 | fa163ef4-4e38-a4de-df26-0000000035af | OK | Finalise hashes for all containers | standalone 2025-10-10 07:19:30.354352 | fa163ef4-4e38-a4de-df26-0000000035af | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:54.419206 | 0.07s 2025-10-10 07:19:30.386193 | fa163ef4-4e38-a4de-df26-0000000035b1 | TASK | Manage systemd shutdown files 2025-10-10 07:19:30.418665 | fa163ef4-4e38-a4de-df26-0000000035b1 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:54.483503 | 0.03s 2025-10-10 07:19:30.455255 | ab30ee1c-3289-4047-8c2b-4403be8441ce | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-10 07:19:30.486614 | fa163ef4-4e38-a4de-df26-0000000035e4 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-10 07:19:30.754426 | fa163ef4-4e38-a4de-df26-0000000035e4 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-10 07:19:30.756186 | fa163ef4-4e38-a4de-df26-0000000035e4 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:16:54.821037 | 0.27s 2025-10-10 07:19:30.788142 | fa163ef4-4e38-a4de-df26-0000000035e5 | TASK | Set podman_drop_in fact 2025-10-10 07:19:30.857670 | fa163ef4-4e38-a4de-df26-0000000035e5 | OK | Set podman_drop_in fact | standalone 2025-10-10 07:19:30.859142 | fa163ef4-4e38-a4de-df26-0000000035e5 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:16:54.923997 | 0.07s 2025-10-10 07:19:30.884822 | fa163ef4-4e38-a4de-df26-0000000035e7 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-10 07:19:31.429450 | fa163ef4-4e38-a4de-df26-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-10 07:19:31.430369 | fa163ef4-4e38-a4de-df26-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:55.495229 | 0.54s 2025-10-10 07:19:31.942340 | fa163ef4-4e38-a4de-df26-0000000035e7 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-10 07:19:31.943021 | fa163ef4-4e38-a4de-df26-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:56.007885 | 1.06s 2025-10-10 07:19:31.951334 | fa163ef4-4e38-a4de-df26-0000000035e7 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:56.016185 | 1.07s 2025-10-10 07:19:31.976725 | fa163ef4-4e38-a4de-df26-0000000035e8 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-10 07:19:32.491420 | fa163ef4-4e38-a4de-df26-0000000035e8 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-10 07:19:32.492274 | fa163ef4-4e38-a4de-df26-0000000035e8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:16:56.557138 | 0.51s 2025-10-10 07:19:32.511664 | fa163ef4-4e38-a4de-df26-0000000035e9 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-10 07:19:32.986129 | fa163ef4-4e38-a4de-df26-0000000035e9 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-10 07:19:32.987456 | fa163ef4-4e38-a4de-df26-0000000035e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:16:57.052313 | 0.47s 2025-10-10 07:19:33.017475 | fa163ef4-4e38-a4de-df26-0000000035ea | TASK | Enable and start tripleo-container-shutdown 2025-10-10 07:19:33.721122 | fa163ef4-4e38-a4de-df26-0000000035ea | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-10 07:19:33.723122 | fa163ef4-4e38-a4de-df26-0000000035ea | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:16:57.787975 | 0.70s 2025-10-10 07:19:33.751061 | fa163ef4-4e38-a4de-df26-0000000035eb | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-10 07:19:34.207342 | fa163ef4-4e38-a4de-df26-0000000035eb | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-10 07:19:34.208321 | fa163ef4-4e38-a4de-df26-0000000035eb | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:16:58.273181 | 0.46s 2025-10-10 07:19:34.233169 | fa163ef4-4e38-a4de-df26-0000000035ec | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-10 07:19:34.780509 | fa163ef4-4e38-a4de-df26-0000000035ec | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-10 07:19:34.782035 | fa163ef4-4e38-a4de-df26-0000000035ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:16:58.846890 | 0.55s 2025-10-10 07:19:34.806502 | fa163ef4-4e38-a4de-df26-0000000035ed | TASK | Enable and start netns-placeholder 2025-10-10 07:19:35.500044 | fa163ef4-4e38-a4de-df26-0000000035ed | CHANGED | Enable and start netns-placeholder | standalone 2025-10-10 07:19:35.501385 | fa163ef4-4e38-a4de-df26-0000000035ed | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:16:59.566246 | 0.69s 2025-10-10 07:19:35.524930 | fa163ef4-4e38-a4de-df26-0000000035b3 | TASK | Update container configs with new config hashes 2025-10-10 07:19:35.599485 | fa163ef4-4e38-a4de-df26-0000000035b3 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:59.664321 | 0.07s 2025-10-10 07:19:35.626501 | 254f42d1-8bf5-403e-8049-9ca6eb6eda3f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-10 07:19:35.656516 | fa163ef4-4e38-a4de-df26-000000003615 | TASK | Update config hashes for container startup configs 2025-10-10 07:19:35.950860 | fa163ef4-4e38-a4de-df26-000000003615 | OK | Update config hashes for container startup configs | standalone 2025-10-10 07:19:35.952254 | fa163ef4-4e38-a4de-df26-000000003615 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:00.017108 | 0.29s 2025-10-10 07:19:35.990943 | fa163ef4-4e38-a4de-df26-0000000035b4 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-10 07:19:36.054880 | fa163ef4-4e38-a4de-df26-0000000035b4 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:00.119687 | 0.06s 2025-10-10 07:19:36.072774 | c9747199-33c0-49c2-9951-b9964144010e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-10 07:19:36.104080 | fa163ef4-4e38-a4de-df26-000000003634 | TASK | Gather podman infos 2025-10-10 07:19:37.019837 | fa163ef4-4e38-a4de-df26-000000003634 | OK | Gather podman infos | standalone 2025-10-10 07:19:37.020894 | fa163ef4-4e38-a4de-df26-000000003634 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:01.085753 | 0.92s 2025-10-10 07:19:37.082030 | fa163ef4-4e38-a4de-df26-000000003635 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-10 07:19:37.126367 | fa163ef4-4e38-a4de-df26-000000003635 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:01.191217 | 0.04s 2025-10-10 07:19:37.250388 | fa163ef4-4e38-a4de-df26-00000000367e | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:01.315234 | 0.07s 2025-10-10 07:19:37.300776 | fa163ef4-4e38-a4de-df26-0000000035b5 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-10 07:19:37.354699 | fa163ef4-4e38-a4de-df26-0000000035b5 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:01.419534 | 0.05s 2025-10-10 07:19:37.383400 | 33151b1a-4504-47b1-8ed9-87018e537a9d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-10 07:19:37.421347 | fa163ef4-4e38-a4de-df26-0000000036a4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-10 07:19:53.974623 | fa163ef4-4e38-a4de-df26-0000000036a4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-10 07:19:53.975557 | fa163ef4-4e38-a4de-df26-0000000036a4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:18.040422 | 16.55s 2025-10-10 07:19:53.995665 | fa163ef4-4e38-a4de-df26-0000000036a5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-10 07:19:56.879791 | fa163ef4-4e38-a4de-df26-0000000036a5 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-10 07:19:56.880944 | fa163ef4-4e38-a4de-df26-0000000036a5 | 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:20.945804 | 2.88s 2025-10-10 07:19:56.938076 | fa163ef4-4e38-a4de-df26-000000003512 | TASK | Clean container_puppet_tasks for standalone step 2 2025-10-10 07:19:57.167952 | fa163ef4-4e38-a4de-df26-000000003512 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-10-10 07:19:57.169315 | fa163ef4-4e38-a4de-df26-000000003512 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:17:21.234170 | 0.23s 2025-10-10 07:19:57.218113 | fa163ef4-4e38-a4de-df26-000000003513 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-10-10 07:19:57.269860 | fa163ef4-4e38-a4de-df26-000000003513 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:17:21.334697 | 0.05s 2025-10-10 07:19:57.301951 | fa163ef4-4e38-a4de-df26-000000003514 | TASK | Include container-puppet tasks for step 2 2025-10-10 07:19:57.345299 | fa163ef4-4e38-a4de-df26-000000003514 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:17:21.410143 | 0.04s 2025-10-10 07:19:57.371340 | 9b8b17db-d84f-42ff-9ad1-ad0519f575da | INCLUDED | /root/standalone-ansible-5h987wtv/host-container-puppet-tasks.yaml | standalone 2025-10-10 07:19:57.424552 | fa163ef4-4e38-a4de-df26-0000000036f0 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-10-10 07:19:57.904148 | fa163ef4-4e38-a4de-df26-0000000036f0 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-10-10 07:19:57.905628 | fa163ef4-4e38-a4de-df26-0000000036f0 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:17:21.970476 | 0.48s 2025-10-10 07:19:57.939792 | fa163ef4-4e38-a4de-df26-0000000036f2 | TASK | Generate container puppet configs for step 2 2025-10-10 07:19:58.205948 | fa163ef4-4e38-a4de-df26-0000000036f2 | OK | Generate container puppet configs for step 2 | standalone 2025-10-10 07:19:58.207028 | fa163ef4-4e38-a4de-df26-0000000036f2 | TIMING | Generate container puppet configs for step 2 | standalone | 0:17:22.271886 | 0.27s 2025-10-10 07:19:58.239801 | fa163ef4-4e38-a4de-df26-0000000036f3 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-10-10 07:19:58.265731 | fa163ef4-4e38-a4de-df26-0000000036f3 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:17:22.330575 | 0.02s 2025-10-10 07:19:58.340238 | fa163ef4-4e38-a4de-df26-000000003722 | TASK | Gather variables for each operating system 2025-10-10 07:19:58.464920 | fa163ef4-4e38-a4de-df26-000000003722 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:22.529719 | 0.12s 2025-10-10 07:19:58.496901 | fa163ef4-4e38-a4de-df26-000000003723 | TASK | Create container logs path 2025-10-10 07:19:58.744652 | fa163ef4-4e38-a4de-df26-000000003723 | OK | Create container logs path | standalone 2025-10-10 07:19:58.746174 | fa163ef4-4e38-a4de-df26-000000003723 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:22.811027 | 0.25s 2025-10-10 07:19:58.781527 | fa163ef4-4e38-a4de-df26-000000003725 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-10 07:19:59.038719 | fa163ef4-4e38-a4de-df26-000000003725 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-10 07:19:59.040084 | fa163ef4-4e38-a4de-df26-000000003725 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:23.104938 | 0.26s 2025-10-10 07:19:59.069771 | fa163ef4-4e38-a4de-df26-000000003726 | TASK | Finalise hashes for all containers 2025-10-10 07:19:59.110243 | fa163ef4-4e38-a4de-df26-000000003726 | OK | Finalise hashes for all containers | standalone 2025-10-10 07:19:59.111455 | fa163ef4-4e38-a4de-df26-000000003726 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:23.176310 | 0.04s 2025-10-10 07:19:59.142588 | fa163ef4-4e38-a4de-df26-000000003728 | TASK | Manage systemd shutdown files 2025-10-10 07:19:59.174068 | fa163ef4-4e38-a4de-df26-000000003728 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-10 07:19:59.175269 | fa163ef4-4e38-a4de-df26-000000003728 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:23.240123 | 0.03s 2025-10-10 07:19:59.206113 | fa163ef4-4e38-a4de-df26-00000000372a | TASK | Update container configs with new config hashes 2025-10-10 07:19:59.246562 | fa163ef4-4e38-a4de-df26-00000000372a | SKIPPED | Update container configs with new config hashes | standalone 2025-10-10 07:19:59.247997 | fa163ef4-4e38-a4de-df26-00000000372a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:23.312847 | 0.04s 2025-10-10 07:19:59.281183 | fa163ef4-4e38-a4de-df26-00000000372b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-10 07:19:59.331735 | fa163ef4-4e38-a4de-df26-00000000372b | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-10 07:19:59.333038 | fa163ef4-4e38-a4de-df26-00000000372b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:23.397891 | 0.05s 2025-10-10 07:19:59.355825 | fa163ef4-4e38-a4de-df26-00000000372c | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-10 07:19:59.402643 | fa163ef4-4e38-a4de-df26-00000000372c | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-10 07:19:59.403336 | fa163ef4-4e38-a4de-df26-00000000372c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:23.468200 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-10-10 07:19:59.534908 | fa163ef4-4e38-a4de-df26-0000000000d2 | TASK | External deployment step 3 2025-10-10 07:19:59.562248 | fa163ef4-4e38-a4de-df26-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', 'fa163ef4-4e38-a4de-df26-0000000000d2') missing from stats 2025-10-10 07:19:59.615347 | fa163ef4-4e38-a4de-df26-0000000000d3 | TIMING | include_tasks | undercloud | 0:17:23.680193 | 0.04s 2025-10-10 07:19:59.624058 | b571ca91-70e3-4108-bccf-21e601a56f74 | INCLUDED | /root/standalone-ansible-5h987wtv/external_deploy_steps_tasks_step3.yaml | undercloud 2025-10-10 07:19:59.643706 | fa163ef4-4e38-a4de-df26-00000000377b | TASK | Pause cephadm 2025-10-10 07:19:59.697322 | fa163ef4-4e38-a4de-df26-00000000377b | SKIPPED | Pause cephadm | undercloud 2025-10-10 07:19:59.698637 | fa163ef4-4e38-a4de-df26-00000000377b | TIMING | Pause cephadm | undercloud | 0:17:23.763491 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2025-10-10 07:19:59.861496 | fa163ef4-4e38-a4de-df26-0000000000d6 | TASK | Deploy step tasks for 3 2025-10-10 07:19:59.893576 | fa163ef4-4e38-a4de-df26-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', 'fa163ef4-4e38-a4de-df26-0000000000d6') missing from stats 2025-10-10 07:19:59.925248 | fa163ef4-4e38-a4de-df26-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-10-10 07:20:00.479684 | fa163ef4-4e38-a4de-df26-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-10-10 07:20:00.481263 | fa163ef4-4e38-a4de-df26-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:17:24.546117 | 0.55s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-10 07:20:00.552872 | fa163ef4-4e38-a4de-df26-0000000000d8 | TIMING | include_tasks | standalone | 0:17:24.617713 | 0.04s 2025-10-10 07:20:00.581676 | 34d8b80c-4d91-4b9d-b274-221c0967d353 | INCLUDED | /root/standalone-ansible-5h987wtv/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-10-10 07:20:00.614842 | fa163ef4-4e38-a4de-df26-00000000379a | TASK | Start OVN container 2025-10-10 07:20:00.696291 | fa163ef4-4e38-a4de-df26-00000000379a | TIMING | Start OVN container | standalone | 0:17:24.761126 | 0.08s 2025-10-10 07:20:00.727532 | fa163ef4-4e38-a4de-df26-00000000379a | TIMING | Start OVN container | standalone | 0:17:24.792391 | 0.11s 2025-10-10 07:20:00.756574 | fa163ef4-4e38-a4de-df26-00000000379a | TIMING | Start OVN container | standalone | 0:17:24.821427 | 0.14s 2025-10-10 07:20:00.762372 | fa163ef4-4e38-a4de-df26-00000000379a | TIMING | Start OVN container | standalone | 0:17:24.827232 | 0.15s 2025-10-10 07:20:00.837981 | fa163ef4-4e38-a4de-df26-0000000037d2 | TASK | Gather variables for each operating system 2025-10-10 07:20:00.958195 | fa163ef4-4e38-a4de-df26-0000000037d2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:25.023036 | 0.12s 2025-10-10 07:20:00.989087 | fa163ef4-4e38-a4de-df26-0000000037d3 | TASK | Create container logs path 2025-10-10 07:20:01.245993 | fa163ef4-4e38-a4de-df26-0000000037d3 | OK | Create container logs path | standalone 2025-10-10 07:20:01.247351 | fa163ef4-4e38-a4de-df26-0000000037d3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:25.312207 | 0.26s 2025-10-10 07:20:01.276182 | fa163ef4-4e38-a4de-df26-0000000037d5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 07:20:01.595123 | fa163ef4-4e38-a4de-df26-0000000037d5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-10 07:20:01.596541 | fa163ef4-4e38-a4de-df26-0000000037d5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:25.661393 | 0.32s 2025-10-10 07:20:01.627644 | fa163ef4-4e38-a4de-df26-0000000037d6 | TASK | Finalise hashes for all containers 2025-10-10 07:20:01.733262 | fa163ef4-4e38-a4de-df26-0000000037d6 | OK | Finalise hashes for all containers | standalone 2025-10-10 07:20:01.734289 | fa163ef4-4e38-a4de-df26-0000000037d6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:25.799150 | 0.10s 2025-10-10 07:20:01.758225 | fa163ef4-4e38-a4de-df26-0000000037d8 | TASK | Manage systemd shutdown files 2025-10-10 07:20:01.820760 | fa163ef4-4e38-a4de-df26-0000000037d8 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-10 07:20:01.821574 | fa163ef4-4e38-a4de-df26-0000000037d8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:25.886434 | 0.06s 2025-10-10 07:20:01.842963 | fa163ef4-4e38-a4de-df26-0000000037da | TASK | Update container configs with new config hashes 2025-10-10 07:20:01.905313 | fa163ef4-4e38-a4de-df26-0000000037da | SKIPPED | Update container configs with new config hashes | standalone 2025-10-10 07:20:01.906074 | fa163ef4-4e38-a4de-df26-0000000037da | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:25.970937 | 0.06s 2025-10-10 07:20:01.927057 | fa163ef4-4e38-a4de-df26-0000000037db | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 07:20:01.967694 | fa163ef4-4e38-a4de-df26-0000000037db | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:26.032548 | 0.04s 2025-10-10 07:20:01.980033 | cbdfd47c-0df7-4a7e-8c74-920af454b347 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-10 07:20:02.002691 | fa163ef4-4e38-a4de-df26-000000003867 | TASK | Gather podman infos 2025-10-10 07:20:03.114699 | fa163ef4-4e38-a4de-df26-000000003867 | OK | Gather podman infos | standalone 2025-10-10 07:20:03.116217 | fa163ef4-4e38-a4de-df26-000000003867 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:27.181072 | 1.11s 2025-10-10 07:20:03.205911 | fa163ef4-4e38-a4de-df26-000000003868 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 07:20:03.271142 | fa163ef4-4e38-a4de-df26-000000003868 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:27.335993 | 0.06s 2025-10-10 07:20:03.470545 | fa163ef4-4e38-a4de-df26-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:27.535385 | 0.09s 2025-10-10 07:20:03.531194 | fa163ef4-4e38-a4de-df26-0000000037dc | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 07:20:03.604244 | fa163ef4-4e38-a4de-df26-0000000037dc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:27.669098 | 0.07s 2025-10-10 07:20:03.621339 | 691eb0b1-50d1-4af2-b5d8-48deeef8b106 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-10 07:20:03.655328 | fa163ef4-4e38-a4de-df26-0000000038d2 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 07:20:04.570273 | fa163ef4-4e38-a4de-df26-0000000038d2 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-10 07:20:04.571208 | fa163ef4-4e38-a4de-df26-0000000038d2 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:28.636071 | 0.91s 2025-10-10 07:20:04.597732 | fa163ef4-4e38-a4de-df26-0000000038d3 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 07:20:07.317458 | fa163ef4-4e38-a4de-df26-0000000038d3 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-10 07:20:07.318485 | fa163ef4-4e38-a4de-df26-0000000038d3 | 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:31.383349 | 2.72s 2025-10-10 07:20:07.357867 | fa163ef4-4e38-a4de-df26-0000000037fd | TASK | Gather variables for each operating system 2025-10-10 07:20:07.481105 | fa163ef4-4e38-a4de-df26-0000000037fd | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:31.545958 | 0.12s 2025-10-10 07:20:07.512781 | fa163ef4-4e38-a4de-df26-0000000037fe | TASK | Create container logs path 2025-10-10 07:20:07.750166 | fa163ef4-4e38-a4de-df26-0000000037fe | OK | Create container logs path | standalone 2025-10-10 07:20:07.751536 | fa163ef4-4e38-a4de-df26-0000000037fe | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:31.816390 | 0.24s 2025-10-10 07:20:07.783909 | fa163ef4-4e38-a4de-df26-000000003800 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 07:20:08.087268 | fa163ef4-4e38-a4de-df26-000000003800 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-10 07:20:08.088222 | fa163ef4-4e38-a4de-df26-000000003800 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:32.153082 | 0.30s 2025-10-10 07:20:08.112113 | fa163ef4-4e38-a4de-df26-000000003801 | TASK | Finalise hashes for all containers 2025-10-10 07:20:08.218010 | fa163ef4-4e38-a4de-df26-000000003801 | OK | Finalise hashes for all containers | standalone 2025-10-10 07:20:08.218961 | fa163ef4-4e38-a4de-df26-000000003801 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:32.283822 | 0.11s 2025-10-10 07:20:08.243120 | fa163ef4-4e38-a4de-df26-000000003803 | TASK | Manage systemd shutdown files 2025-10-10 07:20:08.304758 | fa163ef4-4e38-a4de-df26-000000003803 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-10 07:20:08.305734 | fa163ef4-4e38-a4de-df26-000000003803 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:32.370593 | 0.06s 2025-10-10 07:20:08.330050 | fa163ef4-4e38-a4de-df26-000000003805 | TASK | Update container configs with new config hashes 2025-10-10 07:20:08.417941 | fa163ef4-4e38-a4de-df26-000000003805 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-10 07:20:08.418798 | fa163ef4-4e38-a4de-df26-000000003805 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:32.483659 | 0.09s 2025-10-10 07:20:08.452346 | fa163ef4-4e38-a4de-df26-000000003806 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 07:20:08.506687 | fa163ef4-4e38-a4de-df26-000000003806 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:32.571529 | 0.05s 2025-10-10 07:20:08.531992 | a076fd5f-1044-4e25-9698-2e4fcbed59db | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-10 07:20:08.570700 | fa163ef4-4e38-a4de-df26-00000000391e | TASK | Gather podman infos 2025-10-10 07:20:09.572676 | fa163ef4-4e38-a4de-df26-00000000391e | OK | Gather podman infos | standalone 2025-10-10 07:20:09.573589 | fa163ef4-4e38-a4de-df26-00000000391e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:33.638450 | 1.00s 2025-10-10 07:20:09.653820 | fa163ef4-4e38-a4de-df26-00000000391f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 07:20:09.719129 | fa163ef4-4e38-a4de-df26-00000000391f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:33.783979 | 0.06s 2025-10-10 07:20:09.834059 | fa163ef4-4e38-a4de-df26-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:33.898909 | 0.07s 2025-10-10 07:20:09.876263 | fa163ef4-4e38-a4de-df26-000000003807 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 07:20:09.936542 | fa163ef4-4e38-a4de-df26-000000003807 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:34.001396 | 0.06s 2025-10-10 07:20:09.950140 | 82c7fd36-152c-428e-9051-d3973e4b7f49 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-10 07:20:09.974929 | fa163ef4-4e38-a4de-df26-000000003984 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 07:20:10.745086 | fa163ef4-4e38-a4de-df26-000000003984 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-10 07:20:10.746266 | fa163ef4-4e38-a4de-df26-000000003984 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:34.811128 | 0.77s 2025-10-10 07:20:10.771440 | fa163ef4-4e38-a4de-df26-000000003985 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 07:20:13.683145 | fa163ef4-4e38-a4de-df26-000000003985 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-10 07:20:13.684657 | fa163ef4-4e38-a4de-df26-000000003985 | 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.749513 | 2.91s 2025-10-10 07:20:13.741982 | fa163ef4-4e38-a4de-df26-000000003828 | TASK | Gather variables for each operating system 2025-10-10 07:20:13.894515 | fa163ef4-4e38-a4de-df26-000000003828 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:37.959358 | 0.15s 2025-10-10 07:20:13.925975 | fa163ef4-4e38-a4de-df26-000000003829 | TASK | Create container logs path 2025-10-10 07:20:14.193310 | fa163ef4-4e38-a4de-df26-000000003829 | OK | Create container logs path | standalone 2025-10-10 07:20:14.194947 | fa163ef4-4e38-a4de-df26-000000003829 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:38.259803 | 0.27s 2025-10-10 07:20:14.227068 | fa163ef4-4e38-a4de-df26-00000000382b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 07:20:14.557134 | fa163ef4-4e38-a4de-df26-00000000382b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-10 07:20:14.558442 | fa163ef4-4e38-a4de-df26-00000000382b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:38.623291 | 0.33s 2025-10-10 07:20:14.589931 | fa163ef4-4e38-a4de-df26-00000000382c | TASK | Finalise hashes for all containers 2025-10-10 07:20:14.683523 | fa163ef4-4e38-a4de-df26-00000000382c | OK | Finalise hashes for all containers | standalone 2025-10-10 07:20:14.684740 | fa163ef4-4e38-a4de-df26-00000000382c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:38.749596 | 0.09s 2025-10-10 07:20:14.714837 | fa163ef4-4e38-a4de-df26-00000000382e | TASK | Manage systemd shutdown files 2025-10-10 07:20:14.756590 | fa163ef4-4e38-a4de-df26-00000000382e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-10 07:20:14.757824 | fa163ef4-4e38-a4de-df26-00000000382e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:38.822678 | 0.04s 2025-10-10 07:20:14.787933 | fa163ef4-4e38-a4de-df26-000000003830 | TASK | Update container configs with new config hashes 2025-10-10 07:20:14.865088 | fa163ef4-4e38-a4de-df26-000000003830 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-10 07:20:14.866459 | fa163ef4-4e38-a4de-df26-000000003830 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:38.931313 | 0.08s 2025-10-10 07:20:14.900037 | fa163ef4-4e38-a4de-df26-000000003831 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 07:20:14.957932 | fa163ef4-4e38-a4de-df26-000000003831 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:39.022743 | 0.06s 2025-10-10 07:20:14.980055 | 148a36ad-31cb-42be-bbf9-5e96d5d0e310 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-10 07:20:15.009353 | fa163ef4-4e38-a4de-df26-0000000039d0 | TASK | Gather podman infos 2025-10-10 07:20:16.146051 | fa163ef4-4e38-a4de-df26-0000000039d0 | OK | Gather podman infos | standalone 2025-10-10 07:20:16.146997 | fa163ef4-4e38-a4de-df26-0000000039d0 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:40.211858 | 1.14s 2025-10-10 07:20:16.218201 | fa163ef4-4e38-a4de-df26-0000000039d1 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 07:20:16.294451 | fa163ef4-4e38-a4de-df26-0000000039d1 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:40.359300 | 0.07s 2025-10-10 07:20:16.430309 | fa163ef4-4e38-a4de-df26-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:40.495152 | 0.09s 2025-10-10 07:20:16.491936 | fa163ef4-4e38-a4de-df26-000000003832 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 07:20:16.537623 | fa163ef4-4e38-a4de-df26-000000003832 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:40.602463 | 0.04s 2025-10-10 07:20:16.561395 | bc637a8c-2937-40ce-a571-90be3c3bcfc2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-10 07:20:16.594499 | fa163ef4-4e38-a4de-df26-000000003a36 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 07:20:17.634445 | fa163ef4-4e38-a4de-df26-000000003a36 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-10 07:20:17.635697 | fa163ef4-4e38-a4de-df26-000000003a36 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:41.700556 | 1.04s 2025-10-10 07:20:17.661469 | fa163ef4-4e38-a4de-df26-000000003a37 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-10 07:20:20.538950 | fa163ef4-4e38-a4de-df26-000000003a37 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-10 07:20:20.540148 | fa163ef4-4e38-a4de-df26-000000003a37 | 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.605009 | 2.88s 2025-10-10 07:20:20.586354 | fa163ef4-4e38-a4de-df26-00000000379c | TASK | Set NB connection 2025-10-10 07:20:21.023785 | fa163ef4-4e38-a4de-df26-00000000379c | CHANGED | Set NB connection | standalone 2025-10-10 07:20:21.024927 | fa163ef4-4e38-a4de-df26-00000000379c | TIMING | Set NB connection | standalone | 0:17:45.089787 | 0.44s 2025-10-10 07:20:21.048857 | fa163ef4-4e38-a4de-df26-00000000379d | TASK | Set SB connection 2025-10-10 07:20:21.430424 | fa163ef4-4e38-a4de-df26-00000000379d | CHANGED | Set SB connection | standalone 2025-10-10 07:20:21.432092 | fa163ef4-4e38-a4de-df26-00000000379d | TIMING | Set SB connection | standalone | 0:17:45.496946 | 0.38s 2025-10-10 07:20:21.465985 | fa163ef4-4e38-a4de-df26-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-10-10 07:20:21.682708 | fa163ef4-4e38-a4de-df26-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-10-10 07:20:21.684950 | fa163ef4-4e38-a4de-df26-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:17:45.749800 | 0.22s 2025-10-10 07:20:21.801701 | fa163ef4-4e38-a4de-df26-0000000000db | TIMING | include_tasks | standalone | 0:17:45.866553 | 0.08s 2025-10-10 07:20:21.819940 | 57d1aa4a-4e96-48cd-8472-7df947bc2a1a | INCLUDED | /root/standalone-ansible-5h987wtv/common_deploy_steps_tasks.yaml | standalone 2025-10-10 07:20:21.844841 | fa163ef4-4e38-a4de-df26-000000003a7c | TASK | Write the config_step hieradata 2025-10-10 07:20:22.339564 | fa163ef4-4e38-a4de-df26-000000003a7c | OK | Write the config_step hieradata | standalone 2025-10-10 07:20:22.340610 | fa163ef4-4e38-a4de-df26-000000003a7c | TIMING | Write the config_step hieradata | standalone | 0:17:46.405471 | 0.49s 2025-10-10 07:20:22.364991 | fa163ef4-4e38-a4de-df26-000000003a7d | TASK | Run puppet host configuration for step 3 2025-10-10 07:20:22.628481 | fa163ef4-4e38-a4de-df26-000000003a7d | CHANGED | Run puppet host configuration for step 3 | standalone 2025-10-10 07:20:22.629633 | fa163ef4-4e38-a4de-df26-000000003a7d | TIMING | Run puppet host configuration for step 3 | standalone | 0:17:46.694488 | 0.26s 2025-10-10 07:20:22.663691 | fa163ef4-4e38-a4de-df26-000000003a7e | TASK | Wait for puppet host configuration to finish 2025-10-10 07:20:22.865089 | fa163ef4-4e38-a4de-df26-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-10 07:20:33.056580 | fa163ef4-4e38-a4de-df26-000000003a7e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-10 07:20:43.255410 | fa163ef4-4e38-a4de-df26-000000003a7e | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-10 07:20:43.256408 | fa163ef4-4e38-a4de-df26-000000003a7e | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:07.321270 | 20.59s 2025-10-10 07:20:43.276838 | fa163ef4-4e38-a4de-df26-000000003a7f | TASK | Debug output for task: Run puppet host configuration for step 3 2025-10-10 07:20:43.355935 | fa163ef4-4e38-a4de-df26-000000003a7f | CHANGED | Debug output for task: Run puppet host configuration for step 3 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 10 07:20:22 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 10 07:20:27 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 10 07:20:27 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 10 07:20:27 puppet-user: (file & line not available)", "<13>Oct 10 07:20: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>Oct 10 07:20: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>Oct 10 07:20:27 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 10 07:20:27 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.44 seconds", "<13>Oct 10 07:20:31 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 10 07:20:34 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 10 07:20:35 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 10 07:20:35 puppet-user: Notice: Applied catalog in 8.15 seconds", "<13>Oct 10 07:20:35 puppet-user: Application:", "<13>Oct 10 07:20:35 puppet-user: Initial environment: production", "<13>Oct 10 07:20:35 puppet-user: Converged environment: production", "<13>Oct 10 07:20:35 puppet-user: Run mode: user", "<13>Oct 10 07:20:35 puppet-user: Changes:", "<13>Oct 10 07:20:35 puppet-user: Total: 2", "<13>Oct 10 07:20:35 puppet-user: Events:", "<13>Oct 10 07:20:35 puppet-user: Success: 2", "<13>Oct 10 07:20:35 puppet-user: Resources:", "<13>Oct 10 07:20:35 puppet-user: Changed: 2", "<13>Oct 10 07:20:35 puppet-user: Out of sync: 2", "<13>Oct 10 07:20:35 puppet-user: Total: 28", "<13>Oct 10 07:20:35 puppet-user: Time:", "<13>Oct 10 07:20:35 puppet-user: Filebucket: 0.00", "<13>Oct 10 07:20:35 puppet-user: Schedule: 0.00", "<13>Oct 10 07:20:35 puppet-user: File: 0.00", "<13>Oct 10 07:20:35 puppet-user: File line: 0.01", "<13>Oct 10 07:20:35 puppet-user: Augeas: 0.01", "<13>Oct 10 07:20:35 puppet-user: Package: 0.01", "<13>Oct 10 07:20:35 puppet-user: User: 0.02", "<13>Oct 10 07:20:35 puppet-user: Service: 0.06", "<13>Oct 10 07:20:35 puppet-user: Config retrieval: 0.49", "<13>Oct 10 07:20:35 puppet-user: Pcmk property: 1.55", "<13>Oct 10 07:20:35 puppet-user: Exec: 1.99", "<13>Oct 10 07:20:35 puppet-user: Last run: 1760080835", "<13>Oct 10 07:20:35 puppet-user: Pcmk resource default: 2.04", "<13>Oct 10 07:20:35 puppet-user: Pcmk resource op default: 2.21", "<13>Oct 10 07:20:35 puppet-user: Transaction evaluation: 8.13", "<13>Oct 10 07:20:35 puppet-user: Catalog application: 8.15", "<13>Oct 10 07:20:35 puppet-user: Total: 8.15", "<13>Oct 10 07:20:35 puppet-user: Version:", "<13>Oct 10 07:20:35 puppet-user: Config: 1760080827", "<13>Oct 10 07:20:35 puppet-user: Puppet: 7.10.0" ] } 2025-10-10 07:20:43.357011 | fa163ef4-4e38-a4de-df26-000000003a7f | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:18:07.421870 | 0.08s 2025-10-10 07:20:43.380964 | fa163ef4-4e38-a4de-df26-000000003a80 | TASK | Pre-cache facts for puppet containers 2025-10-10 07:20:43.401225 | fa163ef4-4e38-a4de-df26-000000003a80 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:07.466072 | 0.02s 2025-10-10 07:20:43.464126 | fa163ef4-4e38-a4de-df26-000000003abf | TASK | Gather variables for each operating system 2025-10-10 07:20:43.570846 | fa163ef4-4e38-a4de-df26-000000003abf | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:07.635694 | 0.11s 2025-10-10 07:20:43.592103 | fa163ef4-4e38-a4de-df26-000000003ac0 | TASK | Create puppet caching structures 2025-10-10 07:20:43.838642 | fa163ef4-4e38-a4de-df26-000000003ac0 | CHANGED | Create puppet caching structures | standalone 2025-10-10 07:20:43.839523 | fa163ef4-4e38-a4de-df26-000000003ac0 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:07.904387 | 0.25s 2025-10-10 07:20:43.870616 | fa163ef4-4e38-a4de-df26-000000003ac1 | TASK | Check for facter.conf 2025-10-10 07:20:44.069690 | fa163ef4-4e38-a4de-df26-000000003ac1 | OK | Check for facter.conf | standalone 2025-10-10 07:20:44.070831 | fa163ef4-4e38-a4de-df26-000000003ac1 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:08.135692 | 0.20s 2025-10-10 07:20:44.095005 | fa163ef4-4e38-a4de-df26-000000003ac2 | TASK | Remove facter.conf if directory 2025-10-10 07:20:44.135695 | fa163ef4-4e38-a4de-df26-000000003ac2 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-10 07:20:44.136772 | fa163ef4-4e38-a4de-df26-000000003ac2 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:08.201630 | 0.04s 2025-10-10 07:20:44.156589 | fa163ef4-4e38-a4de-df26-000000003ac3 | TASK | Write facter cache config 2025-10-10 07:20:44.611342 | fa163ef4-4e38-a4de-df26-000000003ac3 | CHANGED | Write facter cache config | standalone 2025-10-10 07:20:44.612786 | fa163ef4-4e38-a4de-df26-000000003ac3 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:08.677640 | 0.46s 2025-10-10 07:20:44.637061 | fa163ef4-4e38-a4de-df26-000000003ac4 | TASK | Cleanup facter cache if exists 2025-10-10 07:20:44.852929 | fa163ef4-4e38-a4de-df26-000000003ac4 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-10 07:20:44.854469 | fa163ef4-4e38-a4de-df26-000000003ac4 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:08.919307 | 0.22s 2025-10-10 07:20:44.884203 | fa163ef4-4e38-a4de-df26-000000003ac5 | TASK | Pre-cache facts 2025-10-10 07:20:45.462528 | fa163ef4-4e38-a4de-df26-000000003ac5 | CHANGED | Pre-cache facts | standalone 2025-10-10 07:20:45.463528 | fa163ef4-4e38-a4de-df26-000000003ac5 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:09.528388 | 0.58s 2025-10-10 07:20:45.486471 | fa163ef4-4e38-a4de-df26-000000003ac6 | TASK | Failed deployment if facter fails 2025-10-10 07:20:45.520103 | fa163ef4-4e38-a4de-df26-000000003ac6 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-10 07:20:45.521022 | fa163ef4-4e38-a4de-df26-000000003ac6 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:09.585881 | 0.03s 2025-10-10 07:20:45.554964 | fa163ef4-4e38-a4de-df26-000000003ac7 | TASK | Sync cached facts 2025-10-10 07:20:45.843910 | fa163ef4-4e38-a4de-df26-000000003ac7 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ef4-4e38-a4de- df26-000000003ac7') missing from stats 2025-10-10 07:20:45.903818 | fa163ef4-4e38-a4de-df26-000000003a81 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-10 07:20:45.952995 | fa163ef4-4e38-a4de-df26-000000003a81 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-10 07:20:45.954111 | fa163ef4-4e38-a4de-df26-000000003a81 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:10.018970 | 0.05s 2025-10-10 07:20:45.978011 | fa163ef4-4e38-a4de-df26-000000003a83 | TASK | Manage containers for step 3 with tripleo-ansible 2025-10-10 07:20:46.006834 | fa163ef4-4e38-a4de-df26-000000003a83 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:18:10.071677 | 0.03s 2025-10-10 07:20:46.071586 | fa163ef4-4e38-a4de-df26-000000003b1e | TASK | Gather variables for each operating system 2025-10-10 07:20:46.186610 | fa163ef4-4e38-a4de-df26-000000003b1e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:10.251449 | 0.11s 2025-10-10 07:20:46.218768 | fa163ef4-4e38-a4de-df26-000000003b1f | TASK | Create container logs path 2025-10-10 07:20:46.456832 | fa163ef4-4e38-a4de-df26-000000003b1f | OK | Create container logs path | standalone 2025-10-10 07:20:46.458671 | fa163ef4-4e38-a4de-df26-000000003b1f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:10.523524 | 0.24s 2025-10-10 07:20:46.491770 | fa163ef4-4e38-a4de-df26-000000003b21 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-10-10 07:20:46.775227 | fa163ef4-4e38-a4de-df26-000000003b21 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-10 07:20:46.776590 | fa163ef4-4e38-a4de-df26-000000003b21 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:10.841444 | 0.28s 2025-10-10 07:20:46.809735 | fa163ef4-4e38-a4de-df26-000000003b22 | TASK | Finalise hashes for all containers 2025-10-10 07:20:46.888544 | fa163ef4-4e38-a4de-df26-000000003b22 | OK | Finalise hashes for all containers | standalone 2025-10-10 07:20:46.890086 | fa163ef4-4e38-a4de-df26-000000003b22 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:10.954935 | 0.08s 2025-10-10 07:20:46.920105 | fa163ef4-4e38-a4de-df26-000000003b24 | TASK | Manage systemd shutdown files 2025-10-10 07:20:46.955573 | fa163ef4-4e38-a4de-df26-000000003b24 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:11.020416 | 0.03s 2025-10-10 07:20:46.991171 | 9b5cad21-29c1-4b60-a8e1-dd1dd9574eca | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-10 07:20:47.020869 | fa163ef4-4e38-a4de-df26-000000003b57 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-10 07:20:47.287004 | fa163ef4-4e38-a4de-df26-000000003b57 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-10 07:20:47.288427 | fa163ef4-4e38-a4de-df26-000000003b57 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:11.353281 | 0.27s 2025-10-10 07:20:47.318351 | fa163ef4-4e38-a4de-df26-000000003b58 | TASK | Set podman_drop_in fact 2025-10-10 07:20:47.352692 | fa163ef4-4e38-a4de-df26-000000003b58 | OK | Set podman_drop_in fact | standalone 2025-10-10 07:20:47.353977 | fa163ef4-4e38-a4de-df26-000000003b58 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:11.418832 | 0.03s 2025-10-10 07:20:47.383798 | fa163ef4-4e38-a4de-df26-000000003b5a | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-10 07:20:47.876767 | fa163ef4-4e38-a4de-df26-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-10 07:20:47.879065 | fa163ef4-4e38-a4de-df26-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:11.943922 | 0.49s 2025-10-10 07:20:48.306289 | fa163ef4-4e38-a4de-df26-000000003b5a | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-10 07:20:48.308013 | fa163ef4-4e38-a4de-df26-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:12.372862 | 0.92s 2025-10-10 07:20:48.326582 | fa163ef4-4e38-a4de-df26-000000003b5a | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:12.391433 | 0.94s 2025-10-10 07:20:48.351413 | fa163ef4-4e38-a4de-df26-000000003b5b | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-10 07:20:48.814712 | fa163ef4-4e38-a4de-df26-000000003b5b | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-10 07:20:48.816511 | fa163ef4-4e38-a4de-df26-000000003b5b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:12.881316 | 0.46s 2025-10-10 07:20:48.840417 | fa163ef4-4e38-a4de-df26-000000003b5c | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-10 07:20:49.314236 | fa163ef4-4e38-a4de-df26-000000003b5c | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-10 07:20:49.316938 | fa163ef4-4e38-a4de-df26-000000003b5c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:13.381790 | 0.47s 2025-10-10 07:20:49.341710 | fa163ef4-4e38-a4de-df26-000000003b5d | TASK | Enable and start tripleo-container-shutdown 2025-10-10 07:20:50.017101 | fa163ef4-4e38-a4de-df26-000000003b5d | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-10 07:20:50.019093 | fa163ef4-4e38-a4de-df26-000000003b5d | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:14.083956 | 0.68s 2025-10-10 07:20:50.040074 | fa163ef4-4e38-a4de-df26-000000003b5e | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-10 07:20:50.551848 | fa163ef4-4e38-a4de-df26-000000003b5e | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-10 07:20:50.553396 | fa163ef4-4e38-a4de-df26-000000003b5e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:14.618258 | 0.51s 2025-10-10 07:20:50.583225 | fa163ef4-4e38-a4de-df26-000000003b5f | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-10 07:20:51.093035 | fa163ef4-4e38-a4de-df26-000000003b5f | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-10 07:20:51.095040 | fa163ef4-4e38-a4de-df26-000000003b5f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:15.159868 | 0.51s 2025-10-10 07:20:51.116629 | fa163ef4-4e38-a4de-df26-000000003b60 | TASK | Enable and start netns-placeholder 2025-10-10 07:20:51.871111 | fa163ef4-4e38-a4de-df26-000000003b60 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-10 07:20:51.872744 | fa163ef4-4e38-a4de-df26-000000003b60 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:15.937603 | 0.75s 2025-10-10 07:20:51.897272 | fa163ef4-4e38-a4de-df26-000000003b26 | TASK | Update container configs with new config hashes 2025-10-10 07:20:51.959276 | fa163ef4-4e38-a4de-df26-000000003b26 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:16.024127 | 0.06s 2025-10-10 07:20:51.973346 | daaa91e8-8bd5-4c01-81dc-37d0bc3c2ecb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-10 07:20:52.003702 | fa163ef4-4e38-a4de-df26-000000003b88 | TASK | Update config hashes for container startup configs 2025-10-10 07:20:52.277689 | fa163ef4-4e38-a4de-df26-000000003b88 | OK | Update config hashes for container startup configs | standalone 2025-10-10 07:20:52.279030 | fa163ef4-4e38-a4de-df26-000000003b88 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:16.343885 | 0.27s 2025-10-10 07:20:52.311721 | fa163ef4-4e38-a4de-df26-000000003b27 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-10 07:20:52.355043 | fa163ef4-4e38-a4de-df26-000000003b27 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:16.419879 | 0.04s 2025-10-10 07:20:52.384269 | 3606a9a6-0177-40bc-a925-9654163c4368 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-10 07:20:52.420798 | fa163ef4-4e38-a4de-df26-000000003ba7 | TASK | Gather podman infos 2025-10-10 07:20:53.663710 | fa163ef4-4e38-a4de-df26-000000003ba7 | OK | Gather podman infos | standalone 2025-10-10 07:20:53.665100 | fa163ef4-4e38-a4de-df26-000000003ba7 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:17.729953 | 1.24s 2025-10-10 07:20:53.821146 | fa163ef4-4e38-a4de-df26-000000003ba8 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-10 07:20:53.882939 | fa163ef4-4e38-a4de-df26-000000003ba8 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:17.947724 | 0.06s 2025-10-10 07:20:54.018322 | fa163ef4-4e38-a4de-df26-0000000038a9 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:18.083153 | 0.08s 2025-10-10 07:20:54.081401 | fa163ef4-4e38-a4de-df26-000000003b28 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-10 07:20:54.125084 | fa163ef4-4e38-a4de-df26-000000003b28 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:18.189931 | 0.04s 2025-10-10 07:20:54.142246 | 3836e4ac-40a5-44f8-acec-5ad83a3a8a20 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-10 07:20:54.178289 | fa163ef4-4e38-a4de-df26-000000003c12 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-10 07:21:50.588439 | fa163ef4-4e38-a4de-df26-000000003c12 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-10 07:21:50.589567 | fa163ef4-4e38-a4de-df26-000000003c12 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:14.654427 | 56.41s 2025-10-10 07:21:50.614175 | fa163ef4-4e38-a4de-df26-000000003c13 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-10 07:22:22.282686 | fa163ef4-4e38-a4de-df26-000000003c13 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-10 07:22:22.285220 | fa163ef4-4e38-a4de-df26-000000003c13 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:46.350064 | 31.67s 2025-10-10 07:22:22.354796 | fa163ef4-4e38-a4de-df26-000000003a85 | TASK | Clean container_puppet_tasks for standalone step 3 2025-10-10 07:22:22.605193 | fa163ef4-4e38-a4de-df26-000000003a85 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-10-10 07:22:22.606755 | fa163ef4-4e38-a4de-df26-000000003a85 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:19:46.671606 | 0.25s 2025-10-10 07:22:22.643120 | fa163ef4-4e38-a4de-df26-000000003a86 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-10-10 07:22:22.680280 | fa163ef4-4e38-a4de-df26-000000003a86 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:19:46.745127 | 0.04s 2025-10-10 07:22:22.705131 | fa163ef4-4e38-a4de-df26-000000003a87 | TASK | Include container-puppet tasks for step 3 2025-10-10 07:22:22.732425 | fa163ef4-4e38-a4de-df26-000000003a87 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:19:46.797279 | 0.03s 2025-10-10 07:22:22.744328 | e543d682-c186-432a-bf12-aa6a3afd92db | INCLUDED | /root/standalone-ansible-5h987wtv/host-container-puppet-tasks.yaml | standalone 2025-10-10 07:22:22.774827 | fa163ef4-4e38-a4de-df26-000000003c5e | TASK | Write container-puppet-tasks json file for standalone step 3 2025-10-10 07:22:23.329488 | fa163ef4-4e38-a4de-df26-000000003c5e | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-10-10 07:22:23.330956 | fa163ef4-4e38-a4de-df26-000000003c5e | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:19:47.395812 | 0.55s 2025-10-10 07:22:23.354966 | fa163ef4-4e38-a4de-df26-000000003c60 | TASK | Generate container puppet configs for step 3 2025-10-10 07:22:23.650249 | fa163ef4-4e38-a4de-df26-000000003c60 | OK | Generate container puppet configs for step 3 | standalone 2025-10-10 07:22:23.651763 | fa163ef4-4e38-a4de-df26-000000003c60 | TIMING | Generate container puppet configs for step 3 | standalone | 0:19:47.716593 | 0.30s 2025-10-10 07:22:23.684076 | fa163ef4-4e38-a4de-df26-000000003c61 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-10-10 07:22:23.714706 | fa163ef4-4e38-a4de-df26-000000003c61 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:19:47.779550 | 0.03s 2025-10-10 07:22:23.786174 | fa163ef4-4e38-a4de-df26-000000003c90 | TASK | Gather variables for each operating system 2025-10-10 07:22:23.919580 | fa163ef4-4e38-a4de-df26-000000003c90 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:47.984425 | 0.13s 2025-10-10 07:22:23.951772 | fa163ef4-4e38-a4de-df26-000000003c91 | TASK | Create container logs path 2025-10-10 07:22:24.209457 | fa163ef4-4e38-a4de-df26-000000003c91 | OK | Create container logs path | standalone 2025-10-10 07:22:24.211009 | fa163ef4-4e38-a4de-df26-000000003c91 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:48.275861 | 0.26s 2025-10-10 07:22:24.246678 | fa163ef4-4e38-a4de-df26-000000003c93 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-10 07:22:24.495226 | fa163ef4-4e38-a4de-df26-000000003c93 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-10 07:22:24.496156 | fa163ef4-4e38-a4de-df26-000000003c93 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:48.561016 | 0.25s 2025-10-10 07:22:24.522242 | fa163ef4-4e38-a4de-df26-000000003c94 | TASK | Finalise hashes for all containers 2025-10-10 07:22:24.560496 | fa163ef4-4e38-a4de-df26-000000003c94 | OK | Finalise hashes for all containers | standalone 2025-10-10 07:22:24.561411 | fa163ef4-4e38-a4de-df26-000000003c94 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:48.626272 | 0.04s 2025-10-10 07:22:24.582077 | fa163ef4-4e38-a4de-df26-000000003c96 | TASK | Manage systemd shutdown files 2025-10-10 07:22:24.612231 | fa163ef4-4e38-a4de-df26-000000003c96 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-10 07:22:24.613344 | fa163ef4-4e38-a4de-df26-000000003c96 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:48.678205 | 0.03s 2025-10-10 07:22:24.633871 | fa163ef4-4e38-a4de-df26-000000003c98 | TASK | Update container configs with new config hashes 2025-10-10 07:22:24.682555 | fa163ef4-4e38-a4de-df26-000000003c98 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-10 07:22:24.683856 | fa163ef4-4e38-a4de-df26-000000003c98 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:48.748707 | 0.05s 2025-10-10 07:22:24.718389 | fa163ef4-4e38-a4de-df26-000000003c99 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-10 07:22:24.770986 | fa163ef4-4e38-a4de-df26-000000003c99 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-10 07:22:24.772281 | fa163ef4-4e38-a4de-df26-000000003c99 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:48.837134 | 0.05s 2025-10-10 07:22:24.805078 | fa163ef4-4e38-a4de-df26-000000003c9a | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-10 07:22:24.857412 | fa163ef4-4e38-a4de-df26-000000003c9a | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-10 07:22:24.858785 | fa163ef4-4e38-a4de-df26-000000003c9a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:48.923630 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-10-10 07:22:25.019503 | fa163ef4-4e38-a4de-df26-0000000000de | TASK | External deployment step 4 2025-10-10 07:22:25.046371 | fa163ef4-4e38-a4de-df26-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', 'fa163ef4-4e38-a4de-df26-0000000000de') missing from stats 2025-10-10 07:22:25.091598 | fa163ef4-4e38-a4de-df26-0000000000df | TIMING | include_tasks | undercloud | 0:19:49.156451 | 0.03s 2025-10-10 07:22:25.114572 | 4fb347ea-4b97-482c-b849-fae9af5dee45 | INCLUDED | /root/standalone-ansible-5h987wtv/external_deploy_steps_tasks_step4.yaml | undercloud 2025-10-10 07:22:25.132458 | fa163ef4-4e38-a4de-df26-000000003ce9 | TASK | Clean up legacy Cinder keystone catalog entries 2025-10-10 07:22:26.795257 | fa163ef4-4e38-a4de-df26-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-10-10 07:22:26.797817 | fa163ef4-4e38-a4de-df26-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:50.862655 | 1.66s 2025-10-10 07:22:27.909729 | fa163ef4-4e38-a4de-df26-000000003ce9 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-10-10 07:22:27.910804 | fa163ef4-4e38-a4de-df26-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:51.975659 | 2.78s 2025-10-10 07:22:27.918058 | fa163ef4-4e38-a4de-df26-000000003ce9 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:51.982907 | 2.78s 2025-10-10 07:22:27.933513 | fa163ef4-4e38-a4de-df26-000000003cec | TASK | Manage Keystone resources for OpenStack services 2025-10-10 07:22:27.982208 | fa163ef4-4e38-a4de-df26-000000003cec | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:19:52.047055 | 0.05s 2025-10-10 07:22:28.023578 | fa163ef4-4e38-a4de-df26-000000003d18 | TASK | Create Keystone Admin resources 2025-10-10 07:22:28.073536 | fa163ef4-4e38-a4de-df26-000000003d18 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:19:52.138383 | 0.05s 2025-10-10 07:22:28.102756 | ca3eb337-fc13-4039-ab05-2a348cf9ff92 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-10-10 07:22:28.134564 | fa163ef4-4e38-a4de-df26-000000003d59 | TASK | Create admin and service projects 2025-10-10 07:22:28.175063 | fa163ef4-4e38-a4de-df26-000000003d59 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:19:52.239911 | 0.04s 2025-10-10 07:22:28.185894 | 903696ef-0447-41df-849c-ec54b2b93baa | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-10 07:22:28.215189 | fa163ef4-4e38-a4de-df26-000000003daa | TASK | Async creation of Keystone project 2025-10-10 07:22:28.655156 | fa163ef4-4e38-a4de-df26-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-10-10 07:22:28.656151 | fa163ef4-4e38-a4de-df26-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:52.721010 | 0.44s 2025-10-10 07:22:28.954201 | fa163ef4-4e38-a4de-df26-000000003daa | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-10 07:22:28.955189 | fa163ef4-4e38-a4de-df26-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:53.020046 | 0.74s 2025-10-10 07:22:28.961590 | fa163ef4-4e38-a4de-df26-000000003daa | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:53.026450 | 0.74s 2025-10-10 07:22:28.977585 | fa163ef4-4e38-a4de-df26-000000003dac | TASK | Check Keystone project status 2025-10-10 07:22:29.245516 | fa163ef4-4e38-a4de-df26-000000003dac | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-10 07:22:34.484086 | fa163ef4-4e38-a4de-df26-000000003dac | OK | Check Keystone project status | undercloud | item=admin 2025-10-10 07:22:34.485022 | fa163ef4-4e38-a4de-df26-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:58.549878 | 5.51s 2025-10-10 07:22:34.750641 | fa163ef4-4e38-a4de-df26-000000003dac | CHANGED | Check Keystone project status | undercloud | item=service 2025-10-10 07:22:34.751433 | fa163ef4-4e38-a4de-df26-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:58.816295 | 5.77s 2025-10-10 07:22:34.757369 | fa163ef4-4e38-a4de-df26-000000003dac | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:58.822227 | 5.78s 2025-10-10 07:22:34.776432 | fa163ef4-4e38-a4de-df26-000000003d5a | TASK | Create admin role 2025-10-10 07:22:36.174761 | fa163ef4-4e38-a4de-df26-000000003d5a | OK | Create admin role | undercloud 2025-10-10 07:22:36.175611 | fa163ef4-4e38-a4de-df26-000000003d5a | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:20:00.240470 | 1.40s 2025-10-10 07:22:36.190403 | fa163ef4-4e38-a4de-df26-000000003d5b | TASK | Create _member_ role 2025-10-10 07:22:36.251994 | fa163ef4-4e38-a4de-df26-000000003d5b | SKIPPED | Create _member_ role | undercloud 2025-10-10 07:22:36.252733 | fa163ef4-4e38-a4de-df26-000000003d5b | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:20:00.317595 | 0.06s 2025-10-10 07:22:36.272051 | fa163ef4-4e38-a4de-df26-000000003d5c | TASK | Check admin password 2025-10-10 07:22:37.625012 | fa163ef4-4e38-a4de-df26-000000003d5c | OK | Check admin password | undercloud 2025-10-10 07:22:37.626368 | fa163ef4-4e38-a4de-df26-000000003d5c | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:20:01.691222 | 1.35s 2025-10-10 07:22:37.644601 | fa163ef4-4e38-a4de-df26-000000003d5d | TASK | Create admin user 2025-10-10 07:22:39.227162 | fa163ef4-4e38-a4de-df26-000000003d5d | CHANGED | Create admin user | undercloud 2025-10-10 07:22:39.228289 | fa163ef4-4e38-a4de-df26-000000003d5d | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:20:03.293144 | 1.58s 2025-10-10 07:22:39.244587 | fa163ef4-4e38-a4de-df26-000000003d5e | TASK | Assign admin role to admin project for admin user 2025-10-10 07:22:40.974489 | fa163ef4-4e38-a4de-df26-000000003d5e | OK | Assign admin role to admin project for admin user | undercloud 2025-10-10 07:22:40.976481 | fa163ef4-4e38-a4de-df26-000000003d5e | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:20:05.041327 | 1.73s 2025-10-10 07:22:40.996789 | fa163ef4-4e38-a4de-df26-000000003d5f | TASK | Assign _member_ role to admin project for admin user 2025-10-10 07:22:41.052430 | fa163ef4-4e38-a4de-df26-000000003d5f | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-10-10 07:22:41.053541 | fa163ef4-4e38-a4de-df26-000000003d5f | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:20:05.118398 | 0.05s 2025-10-10 07:22:41.070864 | fa163ef4-4e38-a4de-df26-000000003d60 | TASK | Create identity service 2025-10-10 07:22:42.308628 | fa163ef4-4e38-a4de-df26-000000003d60 | OK | Create identity service | undercloud 2025-10-10 07:22:42.309416 | fa163ef4-4e38-a4de-df26-000000003d60 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:20:06.374280 | 1.24s 2025-10-10 07:22:42.324034 | fa163ef4-4e38-a4de-df26-000000003d61 | TASK | Create identity public endpoint 2025-10-10 07:22:43.663554 | fa163ef4-4e38-a4de-df26-000000003d61 | OK | Create identity public endpoint | undercloud 2025-10-10 07:22:43.664916 | fa163ef4-4e38-a4de-df26-000000003d61 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:20:07.729743 | 1.34s 2025-10-10 07:22:43.684281 | fa163ef4-4e38-a4de-df26-000000003d62 | TASK | Create identity internal endpoint 2025-10-10 07:22:44.856742 | fa163ef4-4e38-a4de-df26-000000003d62 | OK | Create identity internal endpoint | undercloud 2025-10-10 07:22:44.857790 | fa163ef4-4e38-a4de-df26-000000003d62 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:20:08.922651 | 1.17s 2025-10-10 07:22:44.872488 | fa163ef4-4e38-a4de-df26-000000003d63 | TASK | Create identity admin endpoint 2025-10-10 07:22:46.115470 | fa163ef4-4e38-a4de-df26-000000003d63 | OK | Create identity admin endpoint | undercloud 2025-10-10 07:22:46.116743 | fa163ef4-4e38-a4de-df26-000000003d63 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:20:10.181598 | 1.24s 2025-10-10 07:22:46.135786 | fa163ef4-4e38-a4de-df26-000000003d19 | TASK | Create Keystone Projects 2025-10-10 07:22:46.199063 | fa163ef4-4e38-a4de-df26-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:10.263906 | 0.06s 2025-10-10 07:22:46.211188 | fa163ef4-4e38-a4de-df26-000000003d19 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:10.276036 | 0.07s 2025-10-10 07:22:46.224922 | af6f9e11-a4c6-489d-b71d-3d202d94156f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-10 07:22:46.274425 | fa163ef4-4e38-a4de-df26-000000003e36 | TASK | Async creation of Keystone project 2025-10-10 07:22:46.549146 | fa163ef4-4e38-a4de-df26-000000003e36 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-10 07:22:46.550746 | fa163ef4-4e38-a4de-df26-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:10.615268 | 0.27s 2025-10-10 07:22:46.556641 | fa163ef4-4e38-a4de-df26-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:10.621499 | 0.28s 2025-10-10 07:22:46.570941 | fa163ef4-4e38-a4de-df26-000000003e38 | TASK | Check Keystone project status 2025-10-10 07:22:46.783232 | fa163ef4-4e38-a4de-df26-000000003e38 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-10 07:22:52.007070 | fa163ef4-4e38-a4de-df26-000000003e38 | OK | Check Keystone project status | undercloud | item=service 2025-10-10 07:22:52.007850 | fa163ef4-4e38-a4de-df26-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:16.072710 | 5.44s 2025-10-10 07:22:52.016050 | fa163ef4-4e38-a4de-df26-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:16.080898 | 5.44s 2025-10-10 07:22:52.035869 | fa163ef4-4e38-a4de-df26-000000003d1b | TASK | Create Keystone Domains 2025-10-10 07:22:52.137621 | fa163ef4-4e38-a4de-df26-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:16.202463 | 0.10s 2025-10-10 07:22:52.142584 | fa163ef4-4e38-a4de-df26-000000003d1b | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:16.207434 | 0.11s 2025-10-10 07:22:52.158078 | c77b933e-7c85-4934-bc9f-fb67dbb5977f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-10-10 07:22:52.210459 | fa163ef4-4e38-a4de-df26-000000003eeb | TASK | Async creation of Keystone domains 2025-10-10 07:22:52.638460 | fa163ef4-4e38-a4de-df26-000000003eeb | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-10-10 07:22:52.639273 | fa163ef4-4e38-a4de-df26-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:16.704134 | 0.43s 2025-10-10 07:22:52.644931 | fa163ef4-4e38-a4de-df26-000000003eeb | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:16.709798 | 0.43s 2025-10-10 07:22:52.659158 | fa163ef4-4e38-a4de-df26-000000003eed | TASK | Check Keystone domain status 2025-10-10 07:22:52.880588 | fa163ef4-4e38-a4de-df26-000000003eed | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-10-10 07:22:58.064912 | fa163ef4-4e38-a4de-df26-000000003eed | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-10-10 07:22:58.066659 | fa163ef4-4e38-a4de-df26-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:22.131518 | 5.41s 2025-10-10 07:22:58.077140 | fa163ef4-4e38-a4de-df26-000000003eed | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:22.141992 | 5.42s 2025-10-10 07:22:58.097004 | fa163ef4-4e38-a4de-df26-000000003d1d | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-10-10 07:22:58.146667 | fa163ef4-4e38-a4de-df26-000000003d1d | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:20:22.211522 | 0.05s 2025-10-10 07:22:58.154314 | c3ced26d-ee1e-435e-98ee-cf1b72c13fba | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-10-10 07:22:58.187965 | fa163ef4-4e38-a4de-df26-000000003fb5 | TASK | Collect OpenStack Keystone domains infos 2025-10-10 07:22:59.538420 | fa163ef4-4e38-a4de-df26-000000003fb5 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-10-10 07:22:59.539456 | fa163ef4-4e38-a4de-df26-000000003fb5 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:20:23.604314 | 1.35s 2025-10-10 07:22:59.555703 | fa163ef4-4e38-a4de-df26-000000003fb6 | TASK | Set openstack_domains fact 2025-10-10 07:22:59.597604 | fa163ef4-4e38-a4de-df26-000000003fb6 | OK | Set openstack_domains fact | undercloud 2025-10-10 07:22:59.598611 | fa163ef4-4e38-a4de-df26-000000003fb6 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:20:23.663472 | 0.04s 2025-10-10 07:22:59.615532 | fa163ef4-4e38-a4de-df26-000000003d1e | TASK | Create Keystone Services 2025-10-10 07:22:59.694059 | fa163ef4-4e38-a4de-df26-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:23.758893 | 0.08s 2025-10-10 07:22:59.712300 | fa163ef4-4e38-a4de-df26-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:23.777150 | 0.10s 2025-10-10 07:22:59.722945 | fa163ef4-4e38-a4de-df26-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:23.787794 | 0.11s 2025-10-10 07:22:59.742732 | de138d0a-af01-481d-9740-513510a708a3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-10 07:22:59.753587 | e240cead-c616-4015-a065-1de9674c7c7a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-10 07:22:59.807178 | fa163ef4-4e38-a4de-df26-000000004092 | TASK | Async creation of Keystone service 2025-10-10 07:23:00.124399 | fa163ef4-4e38-a4de-df26-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-10-10 07:23:00.126553 | fa163ef4-4e38-a4de-df26-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:24.191400 | 0.32s 2025-10-10 07:23:00.450324 | fa163ef4-4e38-a4de-df26-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-10-10 07:23:00.452099 | fa163ef4-4e38-a4de-df26-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:24.516956 | 0.64s 2025-10-10 07:23:00.760134 | fa163ef4-4e38-a4de-df26-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-10-10 07:23:00.761004 | fa163ef4-4e38-a4de-df26-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:24.825864 | 0.95s 2025-10-10 07:23:01.116949 | fa163ef4-4e38-a4de-df26-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-10-10 07:23:01.118834 | fa163ef4-4e38-a4de-df26-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:25.183687 | 1.31s 2025-10-10 07:23:01.433840 | fa163ef4-4e38-a4de-df26-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-10-10 07:23:01.435075 | fa163ef4-4e38-a4de-df26-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:25.499932 | 1.63s 2025-10-10 07:23:01.684541 | fa163ef4-4e38-a4de-df26-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-10-10 07:23:01.685192 | fa163ef4-4e38-a4de-df26-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:25.750057 | 1.88s 2025-10-10 07:23:01.952260 | fa163ef4-4e38-a4de-df26-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-10-10 07:23:01.954208 | fa163ef4-4e38-a4de-df26-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:26.019064 | 2.14s 2025-10-10 07:23:02.234094 | fa163ef4-4e38-a4de-df26-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-10-10 07:23:02.236170 | fa163ef4-4e38-a4de-df26-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:26.301031 | 2.43s 2025-10-10 07:23:02.576157 | fa163ef4-4e38-a4de-df26-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-10-10 07:23:02.578862 | fa163ef4-4e38-a4de-df26-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:26.643723 | 2.77s 2025-10-10 07:23:02.837955 | fa163ef4-4e38-a4de-df26-000000004092 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-10-10 07:23:02.838582 | fa163ef4-4e38-a4de-df26-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:26.903447 | 3.03s 2025-10-10 07:23:02.847685 | fa163ef4-4e38-a4de-df26-000000004092 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:26.912529 | 3.04s 2025-10-10 07:23:02.868744 | fa163ef4-4e38-a4de-df26-000000004094 | TASK | Check Keystone service status 2025-10-10 07:23:03.107574 | fa163ef4-4e38-a4de-df26-000000004094 | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-10-10 07:23:03.110003 | fa163ef4-4e38-a4de-df26-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:27.174857 | 0.24s 2025-10-10 07:23:03.356121 | fa163ef4-4e38-a4de-df26-000000004094 | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-10-10 07:23:03.356983 | fa163ef4-4e38-a4de-df26-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:27.421844 | 0.49s 2025-10-10 07:23:03.569477 | fa163ef4-4e38-a4de-df26-000000004094 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-10-10 07:23:03.571152 | fa163ef4-4e38-a4de-df26-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:27.636017 | 0.70s 2025-10-10 07:23:03.780936 | fa163ef4-4e38-a4de-df26-000000004094 | CHANGED | Check Keystone service status | undercloud | item=glance 2025-10-10 07:23:03.781955 | fa163ef4-4e38-a4de-df26-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:27.846814 | 0.91s 2025-10-10 07:23:03.999509 | fa163ef4-4e38-a4de-df26-000000004094 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-10-10 07:23:04.000462 | fa163ef4-4e38-a4de-df26-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:28.065323 | 1.13s 2025-10-10 07:23:04.219642 | fa163ef4-4e38-a4de-df26-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat 2025-10-10 07:23:04.221176 | fa163ef4-4e38-a4de-df26-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:28.286039 | 1.35s 2025-10-10 07:23:04.446115 | fa163ef4-4e38-a4de-df26-000000004094 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-10-10 07:23:04.448230 | fa163ef4-4e38-a4de-df26-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:28.513095 | 1.58s 2025-10-10 07:23:04.687498 | fa163ef4-4e38-a4de-df26-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manila 2025-10-10 07:23:04.691387 | fa163ef4-4e38-a4de-df26-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:28.756217 | 1.82s 2025-10-10 07:23:04.932401 | fa163ef4-4e38-a4de-df26-000000004094 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-10-10 07:23:04.934507 | fa163ef4-4e38-a4de-df26-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:28.999356 | 2.06s 2025-10-10 07:23:05.169599 | fa163ef4-4e38-a4de-df26-000000004094 | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-10-10 07:23:05.170409 | fa163ef4-4e38-a4de-df26-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:29.235272 | 2.30s 2025-10-10 07:23:05.176545 | fa163ef4-4e38-a4de-df26-000000004094 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:29.241405 | 2.31s 2025-10-10 07:23:05.194116 | fa163ef4-4e38-a4de-df26-000000004099 | TASK | Async creation of Keystone service 2025-10-10 07:23:05.522988 | fa163ef4-4e38-a4de-df26-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-10-10 07:23:05.523828 | fa163ef4-4e38-a4de-df26-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:29.588689 | 0.33s 2025-10-10 07:23:05.794638 | fa163ef4-4e38-a4de-df26-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-10-10 07:23:05.795207 | fa163ef4-4e38-a4de-df26-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:29.860074 | 0.60s 2025-10-10 07:23:06.055378 | fa163ef4-4e38-a4de-df26-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-10-10 07:23:06.055953 | fa163ef4-4e38-a4de-df26-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:30.120820 | 0.86s 2025-10-10 07:23:06.326212 | fa163ef4-4e38-a4de-df26-000000004099 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-10-10 07:23:06.327640 | fa163ef4-4e38-a4de-df26-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:30.392503 | 1.13s 2025-10-10 07:23:06.338868 | fa163ef4-4e38-a4de-df26-000000004099 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:30.403726 | 1.14s 2025-10-10 07:23:06.356542 | fa163ef4-4e38-a4de-df26-00000000409b | TASK | Check Keystone service status 2025-10-10 07:23:06.586442 | fa163ef4-4e38-a4de-df26-00000000409b | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-10-10 07:23:11.814829 | fa163ef4-4e38-a4de-df26-00000000409b | CHANGED | Check Keystone service status | undercloud | item=nova 2025-10-10 07:23:11.817307 | fa163ef4-4e38-a4de-df26-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:35.882151 | 5.46s 2025-10-10 07:23:12.071950 | fa163ef4-4e38-a4de-df26-00000000409b | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-10-10 07:23:12.073116 | fa163ef4-4e38-a4de-df26-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:36.137972 | 5.72s 2025-10-10 07:23:12.331370 | fa163ef4-4e38-a4de-df26-00000000409b | CHANGED | Check Keystone service status | undercloud | item=placement 2025-10-10 07:23:12.332485 | fa163ef4-4e38-a4de-df26-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:36.397343 | 5.97s 2025-10-10 07:23:12.598571 | fa163ef4-4e38-a4de-df26-00000000409b | CHANGED | Check Keystone service status | undercloud | item=swift 2025-10-10 07:23:12.600795 | fa163ef4-4e38-a4de-df26-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:36.665650 | 6.24s 2025-10-10 07:23:12.612580 | fa163ef4-4e38-a4de-df26-00000000409b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:36.677426 | 6.25s 2025-10-10 07:23:12.634067 | fa163ef4-4e38-a4de-df26-000000003d20 | TASK | Create Keystone Endpoints 2025-10-10 07:23:12.699739 | fa163ef4-4e38-a4de-df26-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:36.764576 | 0.06s 2025-10-10 07:23:12.730158 | fa163ef4-4e38-a4de-df26-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:36.795010 | 0.09s 2025-10-10 07:23:12.749904 | fa163ef4-4e38-a4de-df26-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:36.814742 | 0.11s 2025-10-10 07:23:12.755338 | fa163ef4-4e38-a4de-df26-000000003d20 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:36.820185 | 0.12s 2025-10-10 07:23:12.770717 | 9e96e4e8-370e-48da-9dcd-68279b892e03 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-10 07:23:12.777910 | feef26d7-a289-48dc-96dd-3d5ece532732 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-10 07:23:12.783839 | 0899a109-bffe-4038-b0ec-75cbfb6e1aa4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-10 07:23:12.844019 | fa163ef4-4e38-a4de-df26-0000000041cf | TASK | Create Keystone public endpoints 2025-10-10 07:23:12.936728 | fa163ef4-4e38-a4de-df26-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:37.001568 | 0.09s 2025-10-10 07:23:12.956952 | fa163ef4-4e38-a4de-df26-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:37.021804 | 0.11s 2025-10-10 07:23:12.969254 | fa163ef4-4e38-a4de-df26-0000000041cf | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:37.034091 | 0.12s 2025-10-10 07:23:12.991530 | 7998154a-f2e0-46e9-947e-3228bbfe8960 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-10 07:23:13.001637 | d4bcf9c4-a598-4f07-8f70-4ae4df833a24 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-10 07:23:13.028548 | fa163ef4-4e38-a4de-df26-0000000042f7 | TASK | Async creation of Keystone public endpoint 2025-10-10 07:23:13.430238 | fa163ef4-4e38-a4de-df26-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-10-10 07:23:13.432536 | fa163ef4-4e38-a4de-df26-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:37.497393 | 0.40s 2025-10-10 07:23:13.703410 | fa163ef4-4e38-a4de-df26-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-10-10 07:23:13.704079 | fa163ef4-4e38-a4de-df26-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:37.768941 | 0.67s 2025-10-10 07:23:14.001768 | fa163ef4-4e38-a4de-df26-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-10-10 07:23:14.002575 | fa163ef4-4e38-a4de-df26-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:38.067434 | 0.97s 2025-10-10 07:23:14.323522 | fa163ef4-4e38-a4de-df26-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-10-10 07:23:14.324713 | fa163ef4-4e38-a4de-df26-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:38.389568 | 1.29s 2025-10-10 07:23:14.631727 | fa163ef4-4e38-a4de-df26-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-10-10 07:23:14.632346 | fa163ef4-4e38-a4de-df26-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:38.697211 | 1.60s 2025-10-10 07:23:14.919333 | fa163ef4-4e38-a4de-df26-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-10-10 07:23:14.919991 | fa163ef4-4e38-a4de-df26-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:38.984856 | 1.89s 2025-10-10 07:23:15.251544 | fa163ef4-4e38-a4de-df26-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-10-10 07:23:15.252131 | fa163ef4-4e38-a4de-df26-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:39.316997 | 2.22s 2025-10-10 07:23:15.510034 | fa163ef4-4e38-a4de-df26-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-10-10 07:23:15.511033 | fa163ef4-4e38-a4de-df26-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:39.575890 | 2.48s 2025-10-10 07:23:15.732303 | fa163ef4-4e38-a4de-df26-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-10-10 07:23:15.733038 | fa163ef4-4e38-a4de-df26-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:39.797901 | 2.70s 2025-10-10 07:23:16.027365 | fa163ef4-4e38-a4de-df26-0000000042f7 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-10-10 07:23:16.034706 | fa163ef4-4e38-a4de-df26-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:40.099567 | 3.00s 2025-10-10 07:23:16.045889 | fa163ef4-4e38-a4de-df26-0000000042f7 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:40.110739 | 3.02s 2025-10-10 07:23:16.062580 | fa163ef4-4e38-a4de-df26-0000000042f9 | TASK | Check Keystone public endpoint status 2025-10-10 07:23:16.340064 | fa163ef4-4e38-a4de-df26-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-10-10 07:23:16.342931 | fa163ef4-4e38-a4de-df26-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:40.407777 | 0.28s 2025-10-10 07:23:16.554433 | fa163ef4-4e38-a4de-df26-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-10-10 07:23:16.555230 | fa163ef4-4e38-a4de-df26-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:40.620093 | 0.49s 2025-10-10 07:23:16.740376 | fa163ef4-4e38-a4de-df26-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-10-10 07:23:16.741525 | fa163ef4-4e38-a4de-df26-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:40.806381 | 0.68s 2025-10-10 07:23:16.926398 | fa163ef4-4e38-a4de-df26-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-10-10 07:23:16.928798 | fa163ef4-4e38-a4de-df26-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:40.993649 | 0.87s 2025-10-10 07:23:17.098534 | fa163ef4-4e38-a4de-df26-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-10-10 07:23:17.099384 | fa163ef4-4e38-a4de-df26-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:41.164248 | 1.04s 2025-10-10 07:23:17.330987 | fa163ef4-4e38-a4de-df26-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-10-10 07:23:17.333059 | fa163ef4-4e38-a4de-df26-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:41.397915 | 1.27s 2025-10-10 07:23:17.607268 | fa163ef4-4e38-a4de-df26-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-10-10 07:23:17.608468 | fa163ef4-4e38-a4de-df26-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:41.673323 | 1.54s 2025-10-10 07:23:17.850291 | fa163ef4-4e38-a4de-df26-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-10-10 07:23:17.851155 | fa163ef4-4e38-a4de-df26-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:41.916017 | 1.79s 2025-10-10 07:23:18.089683 | fa163ef4-4e38-a4de-df26-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-10-10 07:23:18.090542 | fa163ef4-4e38-a4de-df26-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:42.155404 | 2.03s 2025-10-10 07:23:18.291699 | fa163ef4-4e38-a4de-df26-0000000042f9 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-10-10 07:23:18.293107 | fa163ef4-4e38-a4de-df26-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:42.357971 | 2.23s 2025-10-10 07:23:18.307633 | fa163ef4-4e38-a4de-df26-0000000042f9 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:42.372482 | 2.24s 2025-10-10 07:23:18.334642 | fa163ef4-4e38-a4de-df26-0000000042fe | TASK | Async creation of Keystone public endpoint 2025-10-10 07:23:18.638453 | fa163ef4-4e38-a4de-df26-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-10-10 07:23:18.639322 | fa163ef4-4e38-a4de-df26-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:42.704180 | 0.30s 2025-10-10 07:23:18.944082 | fa163ef4-4e38-a4de-df26-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-10-10 07:23:18.945423 | fa163ef4-4e38-a4de-df26-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:43.010273 | 0.61s 2025-10-10 07:23:19.238018 | fa163ef4-4e38-a4de-df26-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-10-10 07:23:19.238654 | fa163ef4-4e38-a4de-df26-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:43.303519 | 0.90s 2025-10-10 07:23:19.540710 | fa163ef4-4e38-a4de-df26-0000000042fe | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-10-10 07:23:19.541344 | fa163ef4-4e38-a4de-df26-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:43.606208 | 1.21s 2025-10-10 07:23:19.547750 | fa163ef4-4e38-a4de-df26-0000000042fe | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:43.612607 | 1.21s 2025-10-10 07:23:19.565583 | fa163ef4-4e38-a4de-df26-000000004300 | TASK | Check Keystone public endpoint status 2025-10-10 07:23:19.824892 | fa163ef4-4e38-a4de-df26-000000004300 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-10 07:23:25.014784 | fa163ef4-4e38-a4de-df26-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-10-10 07:23:25.016290 | fa163ef4-4e38-a4de-df26-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:49.081138 | 5.45s 2025-10-10 07:23:25.266586 | fa163ef4-4e38-a4de-df26-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-10-10 07:23:25.267707 | fa163ef4-4e38-a4de-df26-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:49.332564 | 5.70s 2025-10-10 07:23:25.519382 | fa163ef4-4e38-a4de-df26-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-10-10 07:23:25.520518 | fa163ef4-4e38-a4de-df26-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:49.585366 | 5.95s 2025-10-10 07:23:25.729324 | fa163ef4-4e38-a4de-df26-000000004300 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-10-10 07:23:25.730474 | fa163ef4-4e38-a4de-df26-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:49.795330 | 6.16s 2025-10-10 07:23:25.738979 | fa163ef4-4e38-a4de-df26-000000004300 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:49.803829 | 6.17s 2025-10-10 07:23:25.762299 | fa163ef4-4e38-a4de-df26-0000000041d4 | TASK | Create Keystone admin endpoints 2025-10-10 07:23:25.847231 | fa163ef4-4e38-a4de-df26-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:49.912061 | 0.08s 2025-10-10 07:23:25.866198 | fa163ef4-4e38-a4de-df26-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:49.931054 | 0.10s 2025-10-10 07:23:25.877424 | fa163ef4-4e38-a4de-df26-0000000041d4 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:49.942269 | 0.11s 2025-10-10 07:23:25.895400 | 7505534c-8bc6-4ced-8556-dbd43739b579 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-10 07:23:25.905888 | 170fd26a-5d73-42d6-8191-9ffd527ea6f4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-10 07:23:25.932972 | fa163ef4-4e38-a4de-df26-00000000435c | TASK | Async creation of Keystone admin endpoint 2025-10-10 07:23:26.288335 | fa163ef4-4e38-a4de-df26-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-10-10 07:23:26.290639 | fa163ef4-4e38-a4de-df26-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:50.355487 | 0.36s 2025-10-10 07:23:26.583504 | fa163ef4-4e38-a4de-df26-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-10-10 07:23:26.585133 | fa163ef4-4e38-a4de-df26-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:50.649991 | 0.65s 2025-10-10 07:23:26.913342 | fa163ef4-4e38-a4de-df26-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-10-10 07:23:26.915351 | fa163ef4-4e38-a4de-df26-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:50.980207 | 0.98s 2025-10-10 07:23:27.230768 | fa163ef4-4e38-a4de-df26-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-10-10 07:23:27.232772 | fa163ef4-4e38-a4de-df26-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:51.297629 | 1.30s 2025-10-10 07:23:27.566847 | fa163ef4-4e38-a4de-df26-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-10-10 07:23:27.567691 | fa163ef4-4e38-a4de-df26-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:51.632552 | 1.63s 2025-10-10 07:23:27.832412 | fa163ef4-4e38-a4de-df26-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-10-10 07:23:27.833510 | fa163ef4-4e38-a4de-df26-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:51.898361 | 1.90s 2025-10-10 07:23:28.124408 | fa163ef4-4e38-a4de-df26-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-10-10 07:23:28.125692 | fa163ef4-4e38-a4de-df26-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:52.190554 | 2.19s 2025-10-10 07:23:28.476156 | fa163ef4-4e38-a4de-df26-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-10-10 07:23:28.476994 | fa163ef4-4e38-a4de-df26-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:52.541857 | 2.54s 2025-10-10 07:23:28.773290 | fa163ef4-4e38-a4de-df26-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-10-10 07:23:28.773970 | fa163ef4-4e38-a4de-df26-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:52.838835 | 2.84s 2025-10-10 07:23:29.025097 | fa163ef4-4e38-a4de-df26-00000000435c | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-10-10 07:23:29.025818 | fa163ef4-4e38-a4de-df26-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:53.090682 | 3.09s 2025-10-10 07:23:29.036674 | fa163ef4-4e38-a4de-df26-00000000435c | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:53.101523 | 3.10s 2025-10-10 07:23:29.064006 | fa163ef4-4e38-a4de-df26-00000000435e | TASK | Check Keystone admin endpoint status 2025-10-10 07:23:29.302963 | fa163ef4-4e38-a4de-df26-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-10-10 07:23:29.304694 | fa163ef4-4e38-a4de-df26-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:53.369540 | 0.24s 2025-10-10 07:23:29.522514 | fa163ef4-4e38-a4de-df26-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-10-10 07:23:29.524780 | fa163ef4-4e38-a4de-df26-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:53.589637 | 0.46s 2025-10-10 07:23:29.829103 | fa163ef4-4e38-a4de-df26-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-10-10 07:23:29.832428 | fa163ef4-4e38-a4de-df26-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:53.897283 | 0.77s 2025-10-10 07:23:30.106003 | fa163ef4-4e38-a4de-df26-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-10-10 07:23:30.110160 | fa163ef4-4e38-a4de-df26-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:54.175009 | 1.04s 2025-10-10 07:23:30.380035 | fa163ef4-4e38-a4de-df26-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-10-10 07:23:30.384508 | fa163ef4-4e38-a4de-df26-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:54.449362 | 1.32s 2025-10-10 07:23:30.580164 | fa163ef4-4e38-a4de-df26-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-10-10 07:23:30.583267 | fa163ef4-4e38-a4de-df26-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:54.648122 | 1.52s 2025-10-10 07:23:30.836186 | fa163ef4-4e38-a4de-df26-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-10-10 07:23:30.843718 | fa163ef4-4e38-a4de-df26-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:54.908584 | 1.78s 2025-10-10 07:23:31.059081 | fa163ef4-4e38-a4de-df26-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-10-10 07:23:31.060920 | fa163ef4-4e38-a4de-df26-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:55.125738 | 1.99s 2025-10-10 07:23:31.352173 | fa163ef4-4e38-a4de-df26-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-10-10 07:23:31.353351 | fa163ef4-4e38-a4de-df26-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:55.418207 | 2.29s 2025-10-10 07:23:31.589985 | fa163ef4-4e38-a4de-df26-00000000435e | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-10-10 07:23:31.590703 | fa163ef4-4e38-a4de-df26-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:55.655566 | 2.52s 2025-10-10 07:23:31.599268 | fa163ef4-4e38-a4de-df26-00000000435e | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:55.664116 | 2.53s 2025-10-10 07:23:31.627698 | fa163ef4-4e38-a4de-df26-000000004363 | TASK | Async creation of Keystone admin endpoint 2025-10-10 07:23:31.958593 | fa163ef4-4e38-a4de-df26-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-10-10 07:23:31.961242 | fa163ef4-4e38-a4de-df26-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:56.026083 | 0.33s 2025-10-10 07:23:32.209503 | fa163ef4-4e38-a4de-df26-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-10-10 07:23:32.210619 | fa163ef4-4e38-a4de-df26-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:56.275476 | 0.58s 2025-10-10 07:23:32.455985 | fa163ef4-4e38-a4de-df26-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-10-10 07:23:32.457648 | fa163ef4-4e38-a4de-df26-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:56.522503 | 0.83s 2025-10-10 07:23:32.729112 | fa163ef4-4e38-a4de-df26-000000004363 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-10-10 07:23:32.730261 | fa163ef4-4e38-a4de-df26-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:56.795116 | 1.10s 2025-10-10 07:23:32.736544 | fa163ef4-4e38-a4de-df26-000000004363 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:56.801401 | 1.11s 2025-10-10 07:23:32.754490 | fa163ef4-4e38-a4de-df26-000000004365 | TASK | Check Keystone admin endpoint status 2025-10-10 07:23:32.996989 | fa163ef4-4e38-a4de-df26-000000004365 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-10 07:23:38.228994 | fa163ef4-4e38-a4de-df26-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-10-10 07:23:38.230069 | fa163ef4-4e38-a4de-df26-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:02.294925 | 5.47s 2025-10-10 07:23:38.507136 | fa163ef4-4e38-a4de-df26-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-10-10 07:23:38.509182 | fa163ef4-4e38-a4de-df26-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:02.574037 | 5.75s 2025-10-10 07:23:38.804747 | fa163ef4-4e38-a4de-df26-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-10-10 07:23:38.806360 | fa163ef4-4e38-a4de-df26-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:02.871221 | 6.05s 2025-10-10 07:23:39.087307 | fa163ef4-4e38-a4de-df26-000000004365 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-10-10 07:23:39.089605 | fa163ef4-4e38-a4de-df26-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:03.154460 | 6.33s 2025-10-10 07:23:39.102113 | fa163ef4-4e38-a4de-df26-000000004365 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:03.166961 | 6.35s 2025-10-10 07:23:39.125817 | fa163ef4-4e38-a4de-df26-0000000041d9 | TASK | Create Keystone internal endpoints 2025-10-10 07:23:39.239999 | fa163ef4-4e38-a4de-df26-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:03.304841 | 0.11s 2025-10-10 07:23:39.259038 | fa163ef4-4e38-a4de-df26-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:03.323894 | 0.13s 2025-10-10 07:23:39.268836 | fa163ef4-4e38-a4de-df26-0000000041d9 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:03.333681 | 0.14s 2025-10-10 07:23:39.289697 | 1aa329ba-208d-4ded-a634-b24bef473fd5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-10 07:23:39.300094 | ee210843-dbc4-4c7d-87f8-090dba98ba45 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-10 07:23:39.326175 | fa163ef4-4e38-a4de-df26-0000000043c1 | TASK | Async creation of Keystone internal endpoint 2025-10-10 07:23:39.706254 | fa163ef4-4e38-a4de-df26-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-10-10 07:23:39.708785 | fa163ef4-4e38-a4de-df26-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:03.773629 | 0.38s 2025-10-10 07:23:40.014169 | fa163ef4-4e38-a4de-df26-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-10-10 07:23:40.016525 | fa163ef4-4e38-a4de-df26-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:04.081380 | 0.69s 2025-10-10 07:23:40.360404 | fa163ef4-4e38-a4de-df26-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-10-10 07:23:40.361518 | fa163ef4-4e38-a4de-df26-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:04.426370 | 1.03s 2025-10-10 07:23:40.644136 | fa163ef4-4e38-a4de-df26-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-10-10 07:23:40.644790 | fa163ef4-4e38-a4de-df26-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:04.709655 | 1.32s 2025-10-10 07:23:40.952190 | fa163ef4-4e38-a4de-df26-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-10-10 07:23:40.955100 | fa163ef4-4e38-a4de-df26-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:05.019950 | 1.63s 2025-10-10 07:23:41.264660 | fa163ef4-4e38-a4de-df26-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-10-10 07:23:41.265360 | fa163ef4-4e38-a4de-df26-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:05.330224 | 1.94s 2025-10-10 07:23:41.610228 | fa163ef4-4e38-a4de-df26-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-10-10 07:23:41.612163 | fa163ef4-4e38-a4de-df26-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:05.677017 | 2.28s 2025-10-10 07:23:41.928196 | fa163ef4-4e38-a4de-df26-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-10-10 07:23:41.928831 | fa163ef4-4e38-a4de-df26-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:05.993695 | 2.60s 2025-10-10 07:23:42.173630 | fa163ef4-4e38-a4de-df26-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-10-10 07:23:42.174261 | fa163ef4-4e38-a4de-df26-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:06.239126 | 2.85s 2025-10-10 07:23:42.477151 | fa163ef4-4e38-a4de-df26-0000000043c1 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-10-10 07:23:42.477794 | fa163ef4-4e38-a4de-df26-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:06.542658 | 3.15s 2025-10-10 07:23:42.486353 | fa163ef4-4e38-a4de-df26-0000000043c1 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:06.551209 | 3.16s 2025-10-10 07:23:42.505302 | fa163ef4-4e38-a4de-df26-0000000043c3 | TASK | Check Keystone internal endpoint status 2025-10-10 07:23:42.739326 | fa163ef4-4e38-a4de-df26-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-10-10 07:23:42.740614 | fa163ef4-4e38-a4de-df26-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:06.805467 | 0.23s 2025-10-10 07:23:42.973524 | fa163ef4-4e38-a4de-df26-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-10-10 07:23:42.975418 | fa163ef4-4e38-a4de-df26-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:07.040274 | 0.47s 2025-10-10 07:23:43.273084 | fa163ef4-4e38-a4de-df26-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-10-10 07:23:43.274169 | fa163ef4-4e38-a4de-df26-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:07.339027 | 0.77s 2025-10-10 07:23:43.523253 | fa163ef4-4e38-a4de-df26-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-10-10 07:23:43.525338 | fa163ef4-4e38-a4de-df26-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:07.590195 | 1.02s 2025-10-10 07:23:43.783158 | fa163ef4-4e38-a4de-df26-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-10-10 07:23:43.783833 | fa163ef4-4e38-a4de-df26-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:07.848698 | 1.28s 2025-10-10 07:23:44.028559 | fa163ef4-4e38-a4de-df26-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-10-10 07:23:44.029248 | fa163ef4-4e38-a4de-df26-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:08.094113 | 1.52s 2025-10-10 07:23:44.242472 | fa163ef4-4e38-a4de-df26-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-10-10 07:23:44.243129 | fa163ef4-4e38-a4de-df26-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:08.307994 | 1.74s 2025-10-10 07:23:44.513895 | fa163ef4-4e38-a4de-df26-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-10-10 07:23:44.514841 | fa163ef4-4e38-a4de-df26-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:08.579700 | 2.01s 2025-10-10 07:23:44.750967 | fa163ef4-4e38-a4de-df26-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-10-10 07:23:44.751858 | fa163ef4-4e38-a4de-df26-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:08.816719 | 2.25s 2025-10-10 07:23:44.969884 | fa163ef4-4e38-a4de-df26-0000000043c3 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-10-10 07:23:44.970546 | fa163ef4-4e38-a4de-df26-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:09.035411 | 2.46s 2025-10-10 07:23:44.987351 | fa163ef4-4e38-a4de-df26-0000000043c3 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:09.052197 | 2.48s 2025-10-10 07:23:45.015370 | fa163ef4-4e38-a4de-df26-0000000043c8 | TASK | Async creation of Keystone internal endpoint 2025-10-10 07:23:45.356537 | fa163ef4-4e38-a4de-df26-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-10-10 07:23:45.357451 | fa163ef4-4e38-a4de-df26-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:09.422310 | 0.34s 2025-10-10 07:23:45.671947 | fa163ef4-4e38-a4de-df26-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-10-10 07:23:45.672950 | fa163ef4-4e38-a4de-df26-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:09.737805 | 0.66s 2025-10-10 07:23:45.995187 | fa163ef4-4e38-a4de-df26-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-10-10 07:23:45.995811 | fa163ef4-4e38-a4de-df26-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:10.060676 | 0.98s 2025-10-10 07:23:46.250100 | fa163ef4-4e38-a4de-df26-0000000043c8 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-10-10 07:23:46.251421 | fa163ef4-4e38-a4de-df26-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:10.316265 | 1.23s 2025-10-10 07:23:46.262608 | fa163ef4-4e38-a4de-df26-0000000043c8 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:10.327463 | 1.25s 2025-10-10 07:23:46.280790 | fa163ef4-4e38-a4de-df26-0000000043ca | TASK | Check Keystone internal endpoint status 2025-10-10 07:23:46.510685 | fa163ef4-4e38-a4de-df26-0000000043ca | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-10 07:23:51.745897 | fa163ef4-4e38-a4de-df26-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-10-10 07:23:51.747445 | fa163ef4-4e38-a4de-df26-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:15.812295 | 5.47s 2025-10-10 07:23:51.987597 | fa163ef4-4e38-a4de-df26-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-10-10 07:23:51.989735 | fa163ef4-4e38-a4de-df26-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:16.054586 | 5.71s 2025-10-10 07:23:52.212235 | fa163ef4-4e38-a4de-df26-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-10-10 07:23:52.213475 | fa163ef4-4e38-a4de-df26-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:16.278323 | 5.93s 2025-10-10 07:23:52.458989 | fa163ef4-4e38-a4de-df26-0000000043ca | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-10-10 07:23:52.460820 | fa163ef4-4e38-a4de-df26-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:16.525675 | 6.18s 2025-10-10 07:23:52.472418 | fa163ef4-4e38-a4de-df26-0000000043ca | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:16.537268 | 6.19s 2025-10-10 07:23:52.489954 | fa163ef4-4e38-a4de-df26-000000003d22 | TASK | Run cleanup tasks 2025-10-10 07:23:52.542820 | fa163ef4-4e38-a4de-df26-000000003d22 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:21:16.607664 | 0.05s 2025-10-10 07:23:52.561744 | cca2c80d-6e7f-4dca-8bae-a615b7883fce | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-10-10 07:23:52.626948 | fa163ef4-4e38-a4de-df26-000000004422 | TASK | Get list of enabled services 2025-10-10 07:23:55.342678 | fa163ef4-4e38-a4de-df26-000000004422 | CHANGED | Get list of enabled services | undercloud 2025-10-10 07:23:55.346027 | fa163ef4-4e38-a4de-df26-000000004422 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:21:19.410870 | 2.72s 2025-10-10 07:23:55.364147 | fa163ef4-4e38-a4de-df26-000000004423 | TASK | List services to be disabled 2025-10-10 07:23:55.420000 | fa163ef4-4e38-a4de-df26-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-10-10 07:23:55.454146 | fa163ef4-4e38-a4de-df26-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-10-10 07:23:55.480833 | fa163ef4-4e38-a4de-df26-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-10-10 07:23:55.508510 | fa163ef4-4e38-a4de-df26-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-10-10 07:23:55.536884 | fa163ef4-4e38-a4de-df26-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-10-10 07:23:55.562254 | fa163ef4-4e38-a4de-df26-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-10-10 07:23:55.590470 | fa163ef4-4e38-a4de-df26-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-10-10 07:23:55.618276 | fa163ef4-4e38-a4de-df26-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-10-10 07:23:55.647855 | fa163ef4-4e38-a4de-df26-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-10-10 07:23:55.675633 | fa163ef4-4e38-a4de-df26-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-10-10 07:23:55.703050 | fa163ef4-4e38-a4de-df26-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-10-10 07:23:55.731750 | fa163ef4-4e38-a4de-df26-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-10-10 07:23:55.761458 | fa163ef4-4e38-a4de-df26-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-10-10 07:23:55.791060 | fa163ef4-4e38-a4de-df26-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-10-10 07:23:55.816818 | fa163ef4-4e38-a4de-df26-000000004423 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-10-10 07:23:55.828925 | fa163ef4-4e38-a4de-df26-000000004423 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:21:19.893770 | 0.46s 2025-10-10 07:23:55.845955 | fa163ef4-4e38-a4de-df26-000000004424 | TASK | Delete keystone services not enabled 2025-10-10 07:23:55.874071 | fa163ef4-4e38-a4de-df26-000000004424 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:21:19.938928 | 0.03s 2025-10-10 07:23:55.892331 | fa163ef4-4e38-a4de-df26-000000003d23 | TASK | Create Keystone Roles 2025-10-10 07:23:55.973414 | fa163ef4-4e38-a4de-df26-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:20.038268 | 0.08s 2025-10-10 07:23:56.020156 | fa163ef4-4e38-a4de-df26-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:20.085014 | 0.13s 2025-10-10 07:23:56.027755 | fa163ef4-4e38-a4de-df26-000000003d23 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:20.092620 | 0.13s 2025-10-10 07:23:56.039426 | 897c10b1-81c1-4f08-a2a4-063b0d22b31f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-10 07:23:56.047034 | 9a3b08b5-8c5c-447d-a1aa-4c9ef22718f2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-10 07:23:56.104351 | fa163ef4-4e38-a4de-df26-000000004592 | TASK | Async creation of Keystone role 2025-10-10 07:23:56.455405 | fa163ef4-4e38-a4de-df26-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-10-10 07:23:56.456883 | fa163ef4-4e38-a4de-df26-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:20.521741 | 0.35s 2025-10-10 07:23:56.785397 | fa163ef4-4e38-a4de-df26-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-10-10 07:23:56.789393 | fa163ef4-4e38-a4de-df26-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:20.854258 | 0.68s 2025-10-10 07:23:57.074323 | fa163ef4-4e38-a4de-df26-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-10-10 07:23:57.074849 | fa163ef4-4e38-a4de-df26-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:21.139714 | 0.97s 2025-10-10 07:23:57.367555 | fa163ef4-4e38-a4de-df26-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-10-10 07:23:57.368221 | fa163ef4-4e38-a4de-df26-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:21.433086 | 1.26s 2025-10-10 07:23:57.666849 | fa163ef4-4e38-a4de-df26-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-10-10 07:23:57.667514 | fa163ef4-4e38-a4de-df26-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:21.732378 | 1.56s 2025-10-10 07:23:57.934054 | fa163ef4-4e38-a4de-df26-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-10-10 07:23:57.936204 | fa163ef4-4e38-a4de-df26-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:22.001041 | 1.83s 2025-10-10 07:23:58.205880 | fa163ef4-4e38-a4de-df26-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-10-10 07:23:58.206511 | fa163ef4-4e38-a4de-df26-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:22.271375 | 2.10s 2025-10-10 07:23:58.484236 | fa163ef4-4e38-a4de-df26-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-10-10 07:23:58.485385 | fa163ef4-4e38-a4de-df26-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:22.550248 | 2.38s 2025-10-10 07:23:58.777018 | fa163ef4-4e38-a4de-df26-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-10-10 07:23:58.778213 | fa163ef4-4e38-a4de-df26-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:22.843076 | 2.67s 2025-10-10 07:23:59.111499 | fa163ef4-4e38-a4de-df26-000000004592 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-10-10 07:23:59.112756 | fa163ef4-4e38-a4de-df26-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:23.177617 | 3.01s 2025-10-10 07:23:59.123201 | fa163ef4-4e38-a4de-df26-000000004592 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:23.188060 | 3.02s 2025-10-10 07:23:59.138473 | fa163ef4-4e38-a4de-df26-000000004594 | TASK | Check Keystone role status 2025-10-10 07:23:59.419843 | fa163ef4-4e38-a4de-df26-000000004594 | CHANGED | Check Keystone role status | undercloud | item=service 2025-10-10 07:23:59.421591 | fa163ef4-4e38-a4de-df26-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:23.486443 | 0.28s 2025-10-10 07:23:59.669911 | fa163ef4-4e38-a4de-df26-000000004594 | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-10-10 07:23:59.670673 | fa163ef4-4e38-a4de-df26-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:23.735537 | 0.53s 2025-10-10 07:23:59.897216 | fa163ef4-4e38-a4de-df26-000000004594 | CHANGED | Check Keystone role status | undercloud | item=creator 2025-10-10 07:23:59.899536 | fa163ef4-4e38-a4de-df26-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:23.964392 | 0.76s 2025-10-10 07:24:00.166635 | fa163ef4-4e38-a4de-df26-000000004594 | CHANGED | Check Keystone role status | undercloud | item=observer 2025-10-10 07:24:00.167883 | fa163ef4-4e38-a4de-df26-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:24.232733 | 1.03s 2025-10-10 07:24:00.424024 | fa163ef4-4e38-a4de-df26-000000004594 | CHANGED | Check Keystone role status | undercloud | item=audit 2025-10-10 07:24:00.425001 | fa163ef4-4e38-a4de-df26-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:24.489862 | 1.29s 2025-10-10 07:24:00.660584 | fa163ef4-4e38-a4de-df26-000000004594 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-10-10 07:24:00.663048 | fa163ef4-4e38-a4de-df26-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:24.727897 | 1.52s 2025-10-10 07:24:00.900582 | fa163ef4-4e38-a4de-df26-000000004594 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-10-10 07:24:00.901788 | fa163ef4-4e38-a4de-df26-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:24.966643 | 1.76s 2025-10-10 07:24:01.155088 | fa163ef4-4e38-a4de-df26-000000004594 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-10-10 07:24:01.156751 | fa163ef4-4e38-a4de-df26-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:25.221606 | 2.02s 2025-10-10 07:24:01.424611 | fa163ef4-4e38-a4de-df26-000000004594 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-10-10 07:24:01.425420 | fa163ef4-4e38-a4de-df26-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:25.490283 | 2.29s 2025-10-10 07:24:01.658646 | fa163ef4-4e38-a4de-df26-000000004594 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-10-10 07:24:01.660512 | fa163ef4-4e38-a4de-df26-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:25.725368 | 2.52s 2025-10-10 07:24:01.671802 | fa163ef4-4e38-a4de-df26-000000004594 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:25.736657 | 2.53s 2025-10-10 07:24:01.689070 | fa163ef4-4e38-a4de-df26-000000004599 | TASK | Async creation of Keystone role 2025-10-10 07:24:02.002307 | fa163ef4-4e38-a4de-df26-000000004599 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-10-10 07:24:02.004607 | fa163ef4-4e38-a4de-df26-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:26.069454 | 0.31s 2025-10-10 07:24:02.283387 | fa163ef4-4e38-a4de-df26-000000004599 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-10-10 07:24:02.283965 | fa163ef4-4e38-a4de-df26-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:26.348830 | 0.59s 2025-10-10 07:24:02.554036 | fa163ef4-4e38-a4de-df26-000000004599 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-10-10 07:24:02.554591 | fa163ef4-4e38-a4de-df26-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:26.619456 | 0.86s 2025-10-10 07:24:02.559538 | fa163ef4-4e38-a4de-df26-000000004599 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:26.624394 | 0.87s 2025-10-10 07:24:02.575948 | fa163ef4-4e38-a4de-df26-00000000459b | TASK | Check Keystone role status 2025-10-10 07:24:02.806464 | fa163ef4-4e38-a4de-df26-00000000459b | WAITING | Check Keystone role status | undercloud | 30 retries left 2025-10-10 07:24:07.992416 | fa163ef4-4e38-a4de-df26-00000000459b | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-10-10 07:24:07.993566 | fa163ef4-4e38-a4de-df26-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:32.058423 | 5.42s 2025-10-10 07:24:08.258033 | fa163ef4-4e38-a4de-df26-00000000459b | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-10-10 07:24:08.260049 | fa163ef4-4e38-a4de-df26-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:32.324905 | 5.68s 2025-10-10 07:24:08.507613 | fa163ef4-4e38-a4de-df26-00000000459b | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-10-10 07:24:08.508960 | fa163ef4-4e38-a4de-df26-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:32.573822 | 5.93s 2025-10-10 07:24:08.519461 | fa163ef4-4e38-a4de-df26-00000000459b | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:32.584318 | 5.94s 2025-10-10 07:24:08.536609 | fa163ef4-4e38-a4de-df26-000000003d25 | TASK | Create Keystone Users 2025-10-10 07:24:08.613084 | fa163ef4-4e38-a4de-df26-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:32.677932 | 0.08s 2025-10-10 07:24:08.635255 | fa163ef4-4e38-a4de-df26-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:32.700110 | 0.10s 2025-10-10 07:24:08.641665 | fa163ef4-4e38-a4de-df26-000000003d25 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:32.706515 | 0.10s 2025-10-10 07:24:08.663393 | b4e1f179-e454-450d-b6d9-a94de09ea3e4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-10 07:24:08.677811 | ffa57f08-81b4-4440-8a12-ba7473524948 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-10 07:24:08.748930 | fa163ef4-4e38-a4de-df26-000000004743 | TASK | Check password of Keystone user 2025-10-10 07:24:09.752711 | fa163ef4-4e38-a4de-df26-000000004743 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-10 07:24:09.753814 | fa163ef4-4e38-a4de-df26-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:33.818668 | 1.00s 2025-10-10 07:24:10.718099 | fa163ef4-4e38-a4de-df26-000000004743 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-10 07:24:10.718862 | fa163ef4-4e38-a4de-df26-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:34.783727 | 1.97s 2025-10-10 07:24:11.629158 | fa163ef4-4e38-a4de-df26-000000004743 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-10 07:24:11.629975 | fa163ef4-4e38-a4de-df26-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:35.694836 | 2.88s 2025-10-10 07:24:12.481713 | fa163ef4-4e38-a4de-df26-000000004743 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-10 07:24:12.482643 | fa163ef4-4e38-a4de-df26-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:36.547499 | 3.73s 2025-10-10 07:24:13.415714 | fa163ef4-4e38-a4de-df26-000000004743 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-10 07:24:13.417377 | fa163ef4-4e38-a4de-df26-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:37.482212 | 4.67s 2025-10-10 07:24:14.359497 | fa163ef4-4e38-a4de-df26-000000004743 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-10 07:24:14.361230 | fa163ef4-4e38-a4de-df26-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:38.426092 | 5.61s 2025-10-10 07:24:15.362369 | fa163ef4-4e38-a4de-df26-000000004743 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-10 07:24:15.365351 | fa163ef4-4e38-a4de-df26-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:39.430202 | 6.62s 2025-10-10 07:24:16.325163 | fa163ef4-4e38-a4de-df26-000000004743 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-10 07:24:16.326689 | fa163ef4-4e38-a4de-df26-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:40.391546 | 7.58s 2025-10-10 07:24:17.238477 | fa163ef4-4e38-a4de-df26-000000004743 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-10 07:24:17.239404 | fa163ef4-4e38-a4de-df26-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:41.304260 | 8.49s 2025-10-10 07:24:18.162809 | fa163ef4-4e38-a4de-df26-000000004743 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-10 07:24:18.164675 | fa163ef4-4e38-a4de-df26-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:42.229532 | 9.41s 2025-10-10 07:24:18.175112 | fa163ef4-4e38-a4de-df26-000000004743 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-10 07:24:18.175952 | fa163ef4-4e38-a4de-df26-000000004743 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:42.240805 | 9.43s 2025-10-10 07:24:18.196503 | fa163ef4-4e38-a4de-df26-000000004745 | TASK | Async creation of Keystone user 2025-10-10 07:24:18.629018 | fa163ef4-4e38-a4de-df26-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 07:24:18.630131 | fa163ef4-4e38-a4de-df26-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:42.694984 | 0.43s 2025-10-10 07:24:18.927075 | fa163ef4-4e38-a4de-df26-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 07:24:18.929015 | fa163ef4-4e38-a4de-df26-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:42.993874 | 0.73s 2025-10-10 07:24:19.305435 | fa163ef4-4e38-a4de-df26-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 07:24:19.306815 | fa163ef4-4e38-a4de-df26-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:43.371673 | 1.11s 2025-10-10 07:24:19.670378 | fa163ef4-4e38-a4de-df26-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 07:24:19.671178 | fa163ef4-4e38-a4de-df26-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:43.736041 | 1.47s 2025-10-10 07:24:20.029118 | fa163ef4-4e38-a4de-df26-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 07:24:20.029843 | fa163ef4-4e38-a4de-df26-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:44.094707 | 1.83s 2025-10-10 07:24:20.397765 | fa163ef4-4e38-a4de-df26-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 07:24:20.399293 | fa163ef4-4e38-a4de-df26-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:44.464156 | 2.20s 2025-10-10 07:24:20.698732 | fa163ef4-4e38-a4de-df26-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 07:24:20.699402 | fa163ef4-4e38-a4de-df26-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:44.764265 | 2.50s 2025-10-10 07:24:21.023764 | fa163ef4-4e38-a4de-df26-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 07:24:21.024454 | fa163ef4-4e38-a4de-df26-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:45.089319 | 2.83s 2025-10-10 07:24:21.337546 | fa163ef4-4e38-a4de-df26-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 07:24:21.338216 | fa163ef4-4e38-a4de-df26-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:45.403080 | 3.14s 2025-10-10 07:24:21.621251 | fa163ef4-4e38-a4de-df26-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 07:24:21.621891 | fa163ef4-4e38-a4de-df26-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:45.686743 | 3.42s 2025-10-10 07:24:21.628853 | fa163ef4-4e38-a4de-df26-000000004745 | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 07:24:21.629690 | fa163ef4-4e38-a4de-df26-000000004745 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:45.694551 | 3.43s 2025-10-10 07:24:21.646549 | fa163ef4-4e38-a4de-df26-000000004747 | TASK | Check Keystone user status 2025-10-10 07:24:21.968186 | fa163ef4-4e38-a4de-df26-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-10 07:24:21.969111 | fa163ef4-4e38-a4de-df26-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:46.033968 | 0.32s 2025-10-10 07:24:22.222370 | fa163ef4-4e38-a4de-df26-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-10 07:24:22.224621 | fa163ef4-4e38-a4de-df26-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:46.289469 | 0.58s 2025-10-10 07:24:22.501484 | fa163ef4-4e38-a4de-df26-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-10 07:24:22.503566 | fa163ef4-4e38-a4de-df26-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:46.568418 | 0.86s 2025-10-10 07:24:22.780994 | fa163ef4-4e38-a4de-df26-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-10 07:24:22.782588 | fa163ef4-4e38-a4de-df26-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:46.847448 | 1.13s 2025-10-10 07:24:23.039154 | fa163ef4-4e38-a4de-df26-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-10 07:24:23.039967 | fa163ef4-4e38-a4de-df26-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:47.104831 | 1.39s 2025-10-10 07:24:23.290004 | fa163ef4-4e38-a4de-df26-000000004747 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-10 07:24:28.519372 | fa163ef4-4e38-a4de-df26-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-10 07:24:28.520178 | fa163ef4-4e38-a4de-df26-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:52.585034 | 6.87s 2025-10-10 07:24:28.805088 | fa163ef4-4e38-a4de-df26-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-10 07:24:28.807367 | fa163ef4-4e38-a4de-df26-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:52.872221 | 7.16s 2025-10-10 07:24:29.110204 | fa163ef4-4e38-a4de-df26-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-10 07:24:29.111814 | fa163ef4-4e38-a4de-df26-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:53.176675 | 7.46s 2025-10-10 07:24:29.379116 | fa163ef4-4e38-a4de-df26-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-10 07:24:29.380457 | fa163ef4-4e38-a4de-df26-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:53.445321 | 7.73s 2025-10-10 07:24:29.694723 | fa163ef4-4e38-a4de-df26-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-10 07:24:29.697921 | fa163ef4-4e38-a4de-df26-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:53.762748 | 8.05s 2025-10-10 07:24:29.717528 | fa163ef4-4e38-a4de-df26-000000004747 | CHANGED | Check Keystone user status | undercloud 2025-10-10 07:24:29.718858 | fa163ef4-4e38-a4de-df26-000000004747 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:53.783711 | 8.07s 2025-10-10 07:24:29.741218 | fa163ef4-4e38-a4de-df26-00000000474c | TASK | Check password of Keystone user 2025-10-10 07:24:30.718624 | fa163ef4-4e38-a4de-df26-00000000474c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-10 07:24:30.720219 | fa163ef4-4e38-a4de-df26-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:54.785064 | 0.98s 2025-10-10 07:24:31.768113 | fa163ef4-4e38-a4de-df26-00000000474c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-10 07:24:31.770102 | fa163ef4-4e38-a4de-df26-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:55.834960 | 2.03s 2025-10-10 07:24:32.731489 | fa163ef4-4e38-a4de-df26-00000000474c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-10 07:24:32.732377 | fa163ef4-4e38-a4de-df26-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:56.797235 | 2.99s 2025-10-10 07:24:33.662165 | fa163ef4-4e38-a4de-df26-00000000474c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-10 07:24:33.664175 | fa163ef4-4e38-a4de-df26-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:57.729032 | 3.92s 2025-10-10 07:24:34.665710 | fa163ef4-4e38-a4de-df26-00000000474c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-10 07:24:34.667657 | fa163ef4-4e38-a4de-df26-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:58.732514 | 4.92s 2025-10-10 07:24:35.621318 | fa163ef4-4e38-a4de-df26-00000000474c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-10 07:24:35.622125 | fa163ef4-4e38-a4de-df26-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:59.686985 | 5.88s 2025-10-10 07:24:36.587163 | fa163ef4-4e38-a4de-df26-00000000474c | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-10 07:24:36.589168 | fa163ef4-4e38-a4de-df26-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:00.654018 | 6.85s 2025-10-10 07:24:36.598987 | fa163ef4-4e38-a4de-df26-00000000474c | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-10-10 07:24:36.599748 | fa163ef4-4e38-a4de-df26-00000000474c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:00.664608 | 6.86s 2025-10-10 07:24:36.617103 | fa163ef4-4e38-a4de-df26-00000000474e | TASK | Async creation of Keystone user 2025-10-10 07:24:36.991902 | fa163ef4-4e38-a4de-df26-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 07:24:36.993368 | fa163ef4-4e38-a4de-df26-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:01.058215 | 0.37s 2025-10-10 07:24:37.333057 | fa163ef4-4e38-a4de-df26-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 07:24:37.334460 | fa163ef4-4e38-a4de-df26-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:01.399320 | 0.72s 2025-10-10 07:24:37.692532 | fa163ef4-4e38-a4de-df26-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 07:24:37.695823 | fa163ef4-4e38-a4de-df26-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:01.760678 | 1.08s 2025-10-10 07:24:38.034558 | fa163ef4-4e38-a4de-df26-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 07:24:38.035253 | fa163ef4-4e38-a4de-df26-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:02.100116 | 1.42s 2025-10-10 07:24:38.359611 | fa163ef4-4e38-a4de-df26-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 07:24:38.360657 | fa163ef4-4e38-a4de-df26-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:02.425513 | 1.74s 2025-10-10 07:24:38.677265 | fa163ef4-4e38-a4de-df26-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 07:24:38.678045 | fa163ef4-4e38-a4de-df26-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:02.742908 | 2.06s 2025-10-10 07:24:38.980997 | fa163ef4-4e38-a4de-df26-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 07:24:38.982459 | fa163ef4-4e38-a4de-df26-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:03.047322 | 2.36s 2025-10-10 07:24:38.992732 | fa163ef4-4e38-a4de-df26-00000000474e | CHANGED | Async creation of Keystone user | undercloud 2025-10-10 07:24:38.993770 | fa163ef4-4e38-a4de-df26-00000000474e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:03.058625 | 2.38s 2025-10-10 07:24:39.010019 | fa163ef4-4e38-a4de-df26-000000004750 | TASK | Check Keystone user status 2025-10-10 07:24:39.323673 | fa163ef4-4e38-a4de-df26-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-10 07:24:39.324704 | fa163ef4-4e38-a4de-df26-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:03.389563 | 0.31s 2025-10-10 07:24:39.538662 | fa163ef4-4e38-a4de-df26-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-10 07:24:39.539432 | fa163ef4-4e38-a4de-df26-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:03.604294 | 0.53s 2025-10-10 07:24:39.786045 | fa163ef4-4e38-a4de-df26-000000004750 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-10 07:24:45.027266 | fa163ef4-4e38-a4de-df26-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-10 07:24:45.028321 | fa163ef4-4e38-a4de-df26-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:09.093177 | 6.02s 2025-10-10 07:24:45.276912 | fa163ef4-4e38-a4de-df26-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-10 07:24:45.277819 | fa163ef4-4e38-a4de-df26-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:09.342675 | 6.27s 2025-10-10 07:24:45.526901 | fa163ef4-4e38-a4de-df26-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-10 07:24:45.527804 | fa163ef4-4e38-a4de-df26-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:09.592661 | 6.52s 2025-10-10 07:24:45.779774 | fa163ef4-4e38-a4de-df26-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-10 07:24:45.781587 | fa163ef4-4e38-a4de-df26-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:09.846442 | 6.77s 2025-10-10 07:24:46.073729 | fa163ef4-4e38-a4de-df26-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-10 07:24:46.075637 | fa163ef4-4e38-a4de-df26-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:10.140491 | 7.06s 2025-10-10 07:24:46.085761 | fa163ef4-4e38-a4de-df26-000000004750 | CHANGED | Check Keystone user status | undercloud 2025-10-10 07:24:46.087060 | fa163ef4-4e38-a4de-df26-000000004750 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:10.151914 | 7.08s 2025-10-10 07:24:46.115414 | fa163ef4-4e38-a4de-df26-000000003d27 | TASK | Assign Keystone Users to Roles 2025-10-10 07:24:46.207651 | fa163ef4-4e38-a4de-df26-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:10.272485 | 0.09s 2025-10-10 07:24:46.240543 | fa163ef4-4e38-a4de-df26-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:10.305381 | 0.12s 2025-10-10 07:24:46.261220 | fa163ef4-4e38-a4de-df26-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:10.326067 | 0.14s 2025-10-10 07:24:46.269189 | fa163ef4-4e38-a4de-df26-000000003d27 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:10.334031 | 0.15s 2025-10-10 07:24:46.281490 | a0fb6a47-9aab-4a0e-8ec6-3ea69804ee94 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-10 07:24:46.286964 | 307ad706-dc50-49ea-bce4-9b7a4d4f6f58 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-10 07:24:46.290682 | 6bfa8d26-afad-47ca-acba-08c9cbe2f996 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-10 07:24:46.357705 | fa163ef4-4e38-a4de-df26-000000004960 | TASK | Async assignment of Keystone user per role 2025-10-10 07:24:46.441570 | fa163ef4-4e38-a4de-df26-000000004960 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:10.506392 | 0.08s 2025-10-10 07:24:46.464189 | fa163ef4-4e38-a4de-df26-000000004960 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:10.529031 | 0.11s 2025-10-10 07:24:46.472767 | fa163ef4-4e38-a4de-df26-000000004960 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:10.537607 | 0.11s 2025-10-10 07:24:46.485355 | a1de5960-3505-4efa-8fda-bb2dc629ae29 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-10 07:24:46.490896 | 3805fc4f-ef93-47b5-907d-d45d03d28e67 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-10 07:24:46.510034 | fa163ef4-4e38-a4de-df26-000000004b40 | TASK | Async assignment of Keystone user to roles 2025-10-10 07:24:46.906406 | fa163ef4-4e38-a4de-df26-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-10-10 07:24:46.908073 | fa163ef4-4e38-a4de-df26-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:10.972918 | 0.40s 2025-10-10 07:24:47.208201 | fa163ef4-4e38-a4de-df26-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-10-10 07:24:47.209372 | fa163ef4-4e38-a4de-df26-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:11.274227 | 0.70s 2025-10-10 07:24:47.504343 | fa163ef4-4e38-a4de-df26-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-10 07:24:47.505938 | fa163ef4-4e38-a4de-df26-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:11.570801 | 0.99s 2025-10-10 07:24:47.811685 | fa163ef4-4e38-a4de-df26-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-10 07:24:47.813173 | fa163ef4-4e38-a4de-df26-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:11.878033 | 1.30s 2025-10-10 07:24:48.125768 | fa163ef4-4e38-a4de-df26-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-10 07:24:48.127422 | fa163ef4-4e38-a4de-df26-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:12.192277 | 1.62s 2025-10-10 07:24:48.428095 | fa163ef4-4e38-a4de-df26-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-10-10 07:24:48.428987 | fa163ef4-4e38-a4de-df26-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:12.493648 | 1.92s 2025-10-10 07:24:48.735930 | fa163ef4-4e38-a4de-df26-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-10-10 07:24:48.737130 | fa163ef4-4e38-a4de-df26-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:12.801992 | 2.23s 2025-10-10 07:24:49.027353 | fa163ef4-4e38-a4de-df26-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-10-10 07:24:49.028446 | fa163ef4-4e38-a4de-df26-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:13.093306 | 2.52s 2025-10-10 07:24:49.291383 | fa163ef4-4e38-a4de-df26-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-10-10 07:24:49.293092 | fa163ef4-4e38-a4de-df26-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:13.357949 | 2.78s 2025-10-10 07:24:49.560542 | fa163ef4-4e38-a4de-df26-000000004b40 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-10-10 07:24:49.561347 | fa163ef4-4e38-a4de-df26-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:13.626209 | 3.05s 2025-10-10 07:24:49.567428 | fa163ef4-4e38-a4de-df26-000000004b40 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:13.632284 | 3.06s 2025-10-10 07:24:49.584199 | fa163ef4-4e38-a4de-df26-000000004b42 | TASK | Check Keystone user assignment to roles status 2025-10-10 07:24:49.802870 | fa163ef4-4e38-a4de-df26-000000004b42 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-10 07:24:55.015039 | fa163ef4-4e38-a4de-df26-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-10-10 07:24:55.016200 | fa163ef4-4e38-a4de-df26-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:19.081054 | 5.43s 2025-10-10 07:24:55.348138 | fa163ef4-4e38-a4de-df26-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-10-10 07:24:55.349942 | fa163ef4-4e38-a4de-df26-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:19.414801 | 5.76s 2025-10-10 07:24:55.609491 | fa163ef4-4e38-a4de-df26-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-10 07:24:55.610863 | fa163ef4-4e38-a4de-df26-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:19.675716 | 6.03s 2025-10-10 07:24:55.843482 | fa163ef4-4e38-a4de-df26-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-10 07:24:55.845929 | fa163ef4-4e38-a4de-df26-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:19.910781 | 6.26s 2025-10-10 07:24:56.094789 | fa163ef4-4e38-a4de-df26-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-10 07:24:56.096718 | fa163ef4-4e38-a4de-df26-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:20.161578 | 6.51s 2025-10-10 07:24:56.371503 | fa163ef4-4e38-a4de-df26-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-10-10 07:24:56.374127 | fa163ef4-4e38-a4de-df26-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:20.438985 | 6.79s 2025-10-10 07:24:56.670725 | fa163ef4-4e38-a4de-df26-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-10-10 07:24:56.671482 | fa163ef4-4e38-a4de-df26-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:20.736346 | 7.09s 2025-10-10 07:24:57.005172 | fa163ef4-4e38-a4de-df26-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-10-10 07:24:57.006157 | fa163ef4-4e38-a4de-df26-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:21.071013 | 7.42s 2025-10-10 07:24:57.244283 | fa163ef4-4e38-a4de-df26-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-10-10 07:24:57.246404 | fa163ef4-4e38-a4de-df26-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:21.311260 | 7.66s 2025-10-10 07:24:57.539835 | fa163ef4-4e38-a4de-df26-000000004b42 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-10-10 07:24:57.541467 | fa163ef4-4e38-a4de-df26-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:21.606319 | 7.96s 2025-10-10 07:24:57.554319 | fa163ef4-4e38-a4de-df26-000000004b42 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:21.619176 | 7.97s 2025-10-10 07:24:57.571442 | fa163ef4-4e38-a4de-df26-000000004b47 | TASK | Async assignment of Keystone user to roles 2025-10-10 07:24:57.946942 | fa163ef4-4e38-a4de-df26-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-10-10 07:24:57.949464 | fa163ef4-4e38-a4de-df26-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:22.014308 | 0.38s 2025-10-10 07:24:58.256204 | fa163ef4-4e38-a4de-df26-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-10-10 07:24:58.258163 | fa163ef4-4e38-a4de-df26-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:22.323019 | 0.69s 2025-10-10 07:24:58.602652 | fa163ef4-4e38-a4de-df26-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-10-10 07:24:58.603676 | fa163ef4-4e38-a4de-df26-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:22.668540 | 1.03s 2025-10-10 07:24:58.931356 | fa163ef4-4e38-a4de-df26-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-10 07:24:58.932589 | fa163ef4-4e38-a4de-df26-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:22.997447 | 1.36s 2025-10-10 07:24:59.273274 | fa163ef4-4e38-a4de-df26-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-10-10 07:24:59.276950 | fa163ef4-4e38-a4de-df26-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:23.341804 | 1.70s 2025-10-10 07:24:59.620983 | fa163ef4-4e38-a4de-df26-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-10-10 07:24:59.625237 | fa163ef4-4e38-a4de-df26-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:23.690084 | 2.05s 2025-10-10 07:25:00.012551 | fa163ef4-4e38-a4de-df26-000000004b47 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-10-10 07:25:00.017472 | fa163ef4-4e38-a4de-df26-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:24.082319 | 2.45s 2025-10-10 07:25:00.029856 | fa163ef4-4e38-a4de-df26-000000004b47 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:24.094675 | 2.46s 2025-10-10 07:25:00.052383 | fa163ef4-4e38-a4de-df26-000000004b49 | TASK | Check Keystone user assignment to roles status 2025-10-10 07:25:00.368418 | fa163ef4-4e38-a4de-df26-000000004b49 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-10 07:25:05.611580 | fa163ef4-4e38-a4de-df26-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-10-10 07:25:05.616126 | fa163ef4-4e38-a4de-df26-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:29.680962 | 5.56s 2025-10-10 07:25:05.872747 | fa163ef4-4e38-a4de-df26-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-10-10 07:25:05.874005 | fa163ef4-4e38-a4de-df26-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:29.938860 | 5.82s 2025-10-10 07:25:06.120414 | fa163ef4-4e38-a4de-df26-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-10-10 07:25:06.122681 | fa163ef4-4e38-a4de-df26-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:30.187537 | 6.07s 2025-10-10 07:25:06.391386 | fa163ef4-4e38-a4de-df26-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-10 07:25:06.392681 | fa163ef4-4e38-a4de-df26-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:30.457537 | 6.34s 2025-10-10 07:25:06.675046 | fa163ef4-4e38-a4de-df26-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-10-10 07:25:06.676030 | fa163ef4-4e38-a4de-df26-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:30.740890 | 6.62s 2025-10-10 07:25:06.915490 | fa163ef4-4e38-a4de-df26-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-10-10 07:25:06.916696 | fa163ef4-4e38-a4de-df26-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:30.981555 | 6.86s 2025-10-10 07:25:07.180839 | fa163ef4-4e38-a4de-df26-000000004b49 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-10-10 07:25:07.182141 | fa163ef4-4e38-a4de-df26-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:31.246996 | 7.13s 2025-10-10 07:25:07.191069 | fa163ef4-4e38-a4de-df26-000000004b49 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:31.255913 | 7.14s 2025-10-10 07:25:07.214727 | fa163ef4-4e38-a4de-df26-000000004965 | TASK | Async assignment of Keystone user per role 2025-10-10 07:25:07.277589 | fa163ef4-4e38-a4de-df26-000000004965 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:31.342427 | 0.06s 2025-10-10 07:25:07.289837 | fa163ef4-4e38-a4de-df26-000000004965 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:31.354685 | 0.07s 2025-10-10 07:25:07.301048 | 8de81170-865c-437b-8714-0ddd160c938d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-10 07:25:07.321200 | fa163ef4-4e38-a4de-df26-000000004bb1 | TASK | Async assignment of Keystone user to roles 2025-10-10 07:25:07.688622 | fa163ef4-4e38-a4de-df26-000000004bb1 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-10 07:25:07.690986 | fa163ef4-4e38-a4de-df26-000000004bb1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:31.755836 | 0.37s 2025-10-10 07:25:07.704872 | fa163ef4-4e38-a4de-df26-000000004bb1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:31.769714 | 0.38s 2025-10-10 07:25:07.720625 | fa163ef4-4e38-a4de-df26-000000004bb3 | TASK | Check Keystone user assignment to roles status 2025-10-10 07:25:07.995398 | fa163ef4-4e38-a4de-df26-000000004bb3 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-10 07:25:13.235019 | fa163ef4-4e38-a4de-df26-000000004bb3 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-10 07:25:13.235902 | fa163ef4-4e38-a4de-df26-000000004bb3 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:37.300740 | 5.51s 2025-10-10 07:25:13.240973 | fa163ef4-4e38-a4de-df26-000000004bb3 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:37.305812 | 5.52s 2025-10-10 07:25:13.261295 | fa163ef4-4e38-a4de-df26-00000000496a | TASK | Async assignment of Keystone user per role 2025-10-10 07:25:13.357198 | fa163ef4-4e38-a4de-df26-00000000496a | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:37.422044 | 0.09s 2025-10-10 07:25:13.362153 | fa163ef4-4e38-a4de-df26-00000000496a | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:37.427008 | 0.10s 2025-10-10 07:25:13.369005 | aeb87ee9-7fe7-494f-8906-5f271f62fdcf | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-10 07:25:13.385762 | fa163ef4-4e38-a4de-df26-000000004bd5 | TASK | Async assignment of Keystone user to roles 2025-10-10 07:25:13.730002 | fa163ef4-4e38-a4de-df26-000000004bd5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-10 07:25:13.731050 | fa163ef4-4e38-a4de-df26-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:37.795907 | 0.34s 2025-10-10 07:25:14.072354 | fa163ef4-4e38-a4de-df26-000000004bd5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-10 07:25:14.075703 | fa163ef4-4e38-a4de-df26-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:38.140567 | 0.69s 2025-10-10 07:25:14.426360 | fa163ef4-4e38-a4de-df26-000000004bd5 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-10 07:25:14.428145 | fa163ef4-4e38-a4de-df26-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:38.493006 | 1.04s 2025-10-10 07:25:14.438753 | fa163ef4-4e38-a4de-df26-000000004bd5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:38.503601 | 1.05s 2025-10-10 07:25:14.467082 | fa163ef4-4e38-a4de-df26-000000004bd7 | TASK | Check Keystone user assignment to roles status 2025-10-10 07:25:14.772363 | fa163ef4-4e38-a4de-df26-000000004bd7 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-10 07:25:19.959475 | fa163ef4-4e38-a4de-df26-000000004bd7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-10 07:25:19.962268 | fa163ef4-4e38-a4de-df26-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:44.027115 | 5.49s 2025-10-10 07:25:20.224124 | fa163ef4-4e38-a4de-df26-000000004bd7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-10 07:25:20.225437 | fa163ef4-4e38-a4de-df26-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:44.290291 | 5.75s 2025-10-10 07:25:20.482574 | fa163ef4-4e38-a4de-df26-000000004bd7 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-10 07:25:20.483537 | fa163ef4-4e38-a4de-df26-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:44.548397 | 6.01s 2025-10-10 07:25:20.488459 | fa163ef4-4e38-a4de-df26-000000004bd7 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:44.553294 | 6.02s 2025-10-10 07:25:20.518689 | fa163ef4-4e38-a4de-df26-000000003ced | TASK | is Keystone LDAP enabled 2025-10-10 07:25:20.557369 | fa163ef4-4e38-a4de-df26-000000003ced | OK | is Keystone LDAP enabled | undercloud 2025-10-10 07:25:20.559400 | fa163ef4-4e38-a4de-df26-000000003ced | TIMING | is Keystone LDAP enabled | undercloud | 0:22:44.624259 | 0.04s 2025-10-10 07:25:20.575381 | fa163ef4-4e38-a4de-df26-000000003cee | TASK | Set fact for tripleo_keystone_ldap_domains 2025-10-10 07:25:20.617758 | fa163ef4-4e38-a4de-df26-000000003cee | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-10-10 07:25:20.619217 | fa163ef4-4e38-a4de-df26-000000003cee | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:22:44.684069 | 0.04s 2025-10-10 07:25:20.637820 | fa163ef4-4e38-a4de-df26-000000003cef | TASK | Manage Keystone domains from LDAP config 2025-10-10 07:25:20.692612 | fa163ef4-4e38-a4de-df26-000000003cef | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-10-10 07:25:20.694150 | fa163ef4-4e38-a4de-df26-000000003cef | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:22:44.759002 | 0.05s PLAY [Deploy step tasks for 4] ************************************************* 2025-10-10 07:25:20.827371 | fa163ef4-4e38-a4de-df26-0000000000e2 | TASK | Deploy step tasks for 4 2025-10-10 07:25:20.855724 | fa163ef4-4e38-a4de-df26-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', 'fa163ef4-4e38-a4de-df26-0000000000e2') missing from stats 2025-10-10 07:25:20.879383 | fa163ef4-4e38-a4de-df26-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-10-10 07:25:21.380284 | fa163ef4-4e38-a4de-df26-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-10-10 07:25:21.381332 | fa163ef4-4e38-a4de-df26-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:22:45.446185 | 0.50s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-10 07:25:21.431192 | fa163ef4-4e38-a4de-df26-0000000000e4 | TIMING | include_tasks | standalone | 0:22:45.496041 | 0.03s 2025-10-10 07:25:21.470281 | c78cb73a-8f0f-48df-89e9-01ece54305b5 | INCLUDED | /root/standalone-ansible-5h987wtv/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-10-10 07:25:21.495196 | fa163ef4-4e38-a4de-df26-000000004c19 | TASK | Create virtqemud recovery script 2025-10-10 07:25:21.978781 | fa163ef4-4e38-a4de-df26-000000004c19 | CHANGED | Create virtqemud recovery script | standalone 2025-10-10 07:25:21.980355 | fa163ef4-4e38-a4de-df26-000000004c19 | TIMING | Create virtqemud recovery script | standalone | 0:22:46.045202 | 0.48s 2025-10-10 07:25:22.010958 | fa163ef4-4e38-a4de-df26-000000004c1a | TASK | Create virtqemud recovery trigger service 2025-10-10 07:25:22.516828 | fa163ef4-4e38-a4de-df26-000000004c1a | CHANGED | Create virtqemud recovery trigger service | standalone 2025-10-10 07:25:22.518308 | fa163ef4-4e38-a4de-df26-000000004c1a | TIMING | Create virtqemud recovery trigger service | standalone | 0:22:46.583161 | 0.51s 2025-10-10 07:25:22.547940 | fa163ef4-4e38-a4de-df26-000000004c1b | TASK | Create virtqemud recovery trigger timer 2025-10-10 07:25:23.085973 | fa163ef4-4e38-a4de-df26-000000004c1b | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-10-10 07:25:23.087911 | fa163ef4-4e38-a4de-df26-000000004c1b | TIMING | Create virtqemud recovery trigger timer | standalone | 0:22:47.152728 | 0.54s 2025-10-10 07:25:23.112978 | fa163ef4-4e38-a4de-df26-000000004c1c | TASK | Enable virtqemud recovery trigger service 2025-10-10 07:25:24.304146 | fa163ef4-4e38-a4de-df26-000000004c1c | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-10-10 07:25:24.306320 | fa163ef4-4e38-a4de-df26-000000004c1c | TIMING | Enable virtqemud recovery trigger service | standalone | 0:22:48.371173 | 1.19s 2025-10-10 07:25:24.336451 | fa163ef4-4e38-a4de-df26-000000004c1d | TASK | Enable virtqemud recovery trigger timer 2025-10-10 07:25:25.536509 | fa163ef4-4e38-a4de-df26-000000004c1d | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-10-10 07:25:25.538297 | fa163ef4-4e38-a4de-df26-000000004c1d | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:22:49.603151 | 1.20s 2025-10-10 07:25:25.568716 | fa163ef4-4e38-a4de-df26-000000004c1e | TASK | Really enable virtqemud recovery trigger timer 2025-10-10 07:25:26.246236 | fa163ef4-4e38-a4de-df26-000000004c1e | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-10-10 07:25:26.247336 | fa163ef4-4e38-a4de-df26-000000004c1e | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:22:50.312198 | 0.68s 2025-10-10 07:25:26.276752 | fa163ef4-4e38-a4de-df26-000000004c20 | TASK | Create systemd file 2025-10-10 07:25:26.749819 | fa163ef4-4e38-a4de-df26-000000004c20 | CHANGED | Create systemd file | standalone 2025-10-10 07:25:26.751288 | fa163ef4-4e38-a4de-df26-000000004c20 | TIMING | Create systemd file | standalone | 0:22:50.816142 | 0.47s 2025-10-10 07:25:26.777645 | fa163ef4-4e38-a4de-df26-000000004c21 | TASK | Reload systemd 2025-10-10 07:25:27.573367 | fa163ef4-4e38-a4de-df26-000000004c21 | CHANGED | Reload systemd | standalone 2025-10-10 07:25:27.574792 | fa163ef4-4e38-a4de-df26-000000004c21 | TIMING | Reload systemd | standalone | 0:22:51.639646 | 0.80s 2025-10-10 07:25:27.605856 | fa163ef4-4e38-a4de-df26-000000004c24 | TASK | Start OVN container 2025-10-10 07:25:27.657932 | fa163ef4-4e38-a4de-df26-000000004c24 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-10-10 07:25:27.681121 | fa163ef4-4e38-a4de-df26-000000004c24 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-10-10 07:25:27.699400 | fa163ef4-4e38-a4de-df26-000000004c24 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-10-10 07:25:27.706603 | fa163ef4-4e38-a4de-df26-000000004c24 | TIMING | Start OVN container | standalone | 0:22:51.771460 | 0.10s 2025-10-10 07:25:27.730580 | fa163ef4-4e38-a4de-df26-000000004c26 | TASK | Set NB connection 2025-10-10 07:25:27.781175 | fa163ef4-4e38-a4de-df26-000000004c26 | SKIPPED | Set NB connection | standalone 2025-10-10 07:25:27.782851 | fa163ef4-4e38-a4de-df26-000000004c26 | TIMING | Set NB connection | standalone | 0:22:51.847696 | 0.05s 2025-10-10 07:25:27.818291 | fa163ef4-4e38-a4de-df26-000000004c27 | TASK | Set SB connection 2025-10-10 07:25:27.857830 | fa163ef4-4e38-a4de-df26-000000004c27 | SKIPPED | Set SB connection | standalone 2025-10-10 07:25:27.859937 | fa163ef4-4e38-a4de-df26-000000004c27 | TIMING | Set SB connection | standalone | 0:22:51.924792 | 0.04s 2025-10-10 07:25:27.883520 | fa163ef4-4e38-a4de-df26-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-10-10 07:25:28.124499 | fa163ef4-4e38-a4de-df26-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-10-10 07:25:28.125718 | fa163ef4-4e38-a4de-df26-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:22:52.190577 | 0.24s 2025-10-10 07:25:28.211150 | fa163ef4-4e38-a4de-df26-0000000000e7 | TIMING | include_tasks | standalone | 0:22:52.275997 | 0.06s 2025-10-10 07:25:28.237240 | 4151df49-15ec-48a8-bd82-07752f3f4be2 | INCLUDED | /root/standalone-ansible-5h987wtv/common_deploy_steps_tasks.yaml | standalone 2025-10-10 07:25:28.270915 | fa163ef4-4e38-a4de-df26-000000004c56 | TASK | Write the config_step hieradata 2025-10-10 07:25:28.799213 | fa163ef4-4e38-a4de-df26-000000004c56 | OK | Write the config_step hieradata | standalone 2025-10-10 07:25:28.800149 | fa163ef4-4e38-a4de-df26-000000004c56 | TIMING | Write the config_step hieradata | standalone | 0:22:52.865010 | 0.53s 2025-10-10 07:25:28.833719 | fa163ef4-4e38-a4de-df26-000000004c57 | TASK | Run puppet host configuration for step 4 2025-10-10 07:25:29.173919 | fa163ef4-4e38-a4de-df26-000000004c57 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-10-10 07:25:29.174955 | fa163ef4-4e38-a4de-df26-000000004c57 | TIMING | Run puppet host configuration for step 4 | standalone | 0:22:53.239814 | 0.34s 2025-10-10 07:25:29.198310 | fa163ef4-4e38-a4de-df26-000000004c58 | TASK | Wait for puppet host configuration to finish 2025-10-10 07:25:29.429783 | fa163ef4-4e38-a4de-df26-000000004c58 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-10 07:25:39.683246 | fa163ef4-4e38-a4de-df26-000000004c58 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-10 07:25:49.921286 | fa163ef4-4e38-a4de-df26-000000004c58 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-10 07:26:00.160669 | fa163ef4-4e38-a4de-df26-000000004c58 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-10 07:26:00.162168 | fa163ef4-4e38-a4de-df26-000000004c58 | TIMING | Wait for puppet host configuration to finish | standalone | 0:23:24.227021 | 30.96s 2025-10-10 07:26:00.187361 | fa163ef4-4e38-a4de-df26-000000004c59 | TASK | Debug output for task: Run puppet host configuration for step 4 2025-10-10 07:26:00.280511 | fa163ef4-4e38-a4de-df26-000000004c59 | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 10 07:25:29 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 10 07:25:33 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 10 07:25:33 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 10 07:25:33 puppet-user: (file & line not available)", "<13>Oct 10 07:25:33 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 10 07:25:33 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 10 07:25:34 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>Oct 10 07:25:34 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 10 07:25:34 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 10 07:25:34 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>Oct 10 07:25:34 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>Oct 10 07:25:34 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>Oct 10 07:25:34 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>Oct 10 07:25:34 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>Oct 10 07:25:34 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 10 07:25:34 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.55 seconds", "<13>Oct 10 07:25:39 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 10 07:25:41 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 10 07:25:46 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Oct 10 07:25:46 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}b11883cf834ec1049516a20407fd0638f1493ef14d5a52bac9223b040b0bcf6b'", "<13>Oct 10 07:25:46 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Oct 10 07:25:46 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Oct 10 07:25:46 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Oct 10 07:25:46 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Oct 10 07:25:48 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 10 07:25:53 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Snmp/Snmp::Snmpv3_user[ro_snmp_user]/Exec[create-snmpv3-user-ro_snmp_user]/returns: executed successfully", "<13>Oct 10 07:25:54 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 10 07:25:54 puppet-user: Notice: Applied catalog in 20.60 seconds", "<13>Oct 10 07:25:54 puppet-user: Application:", "<13>Oct 10 07:25:54 puppet-user: Initial environment: production", "<13>Oct 10 07:25:54 puppet-user: Converged environment: production", "<13>Oct 10 07:25:54 puppet-user: Run mode: user", "<13>Oct 10 07:25:54 puppet-user: Changes:", "<13>Oct 10 07:25:54 puppet-user: Total: 10", "<13>Oct 10 07:25:54 puppet-user: Events:", "<13>Oct 10 07:25:54 puppet-user: Success: 10", "<13>Oct 10 07:25:54 puppet-user: Resources:", "<13>Oct 10 07:25:54 puppet-user: Restarted: 1", "<13>Oct 10 07:25:54 puppet-user: Changed: 10", "<13>Oct 10 07:25:54 puppet-user: Out of sync: 10", "<13>Oct 10 07:25:54 puppet-user: Total: 37", "<13>Oct 10 07:25:54 puppet-user: Time:", "<13>Oct 10 07:25:54 puppet-user: Filebucket: 0.00", "<13>Oct 10 07:25:54 puppet-user: Schedule: 0.00", "<13>Oct 10 07:25:54 puppet-user: File line: 0.00", "<13>Oct 10 07:25:54 puppet-user: Augeas: 0.01", "<13>Oct 10 07:25:54 puppet-user: User: 0.01", "<13>Oct 10 07:25:54 puppet-user: File: 0.07", "<13>Oct 10 07:25:54 puppet-user: Config retrieval: 0.63", "<13>Oct 10 07:25:54 puppet-user: Pcmk property: 1.49", "<13>Oct 10 07:25:54 puppet-user: Service: 1.51", "<13>Oct 10 07:25:54 puppet-user: Last run: 1760081154", "<13>Oct 10 07:25:54 puppet-user: Pcmk resource op default: 2.08", "<13>Oct 10 07:25:54 puppet-user: Pcmk resource default: 2.42", "<13>Oct 10 07:25:54 puppet-user: Transaction evaluation: 20.58", "<13>Oct 10 07:25:54 puppet-user: Catalog application: 20.60", "<13>Oct 10 07:25:54 puppet-user: Package: 5.64", "<13>Oct 10 07:25:54 puppet-user: Exec: 7.12", "<13>Oct 10 07:25:54 puppet-user: Total: 20.61", "<13>Oct 10 07:25:54 puppet-user: Version:", "<13>Oct 10 07:25:54 puppet-user: Config: 1760081133", "<13>Oct 10 07:25:54 puppet-user: Puppet: 7.10.0" ] } 2025-10-10 07:26:00.282158 | fa163ef4-4e38-a4de-df26-000000004c59 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:23:24.347011 | 0.09s 2025-10-10 07:26:00.313701 | fa163ef4-4e38-a4de-df26-000000004c5a | TASK | Pre-cache facts for puppet containers 2025-10-10 07:26:00.338002 | fa163ef4-4e38-a4de-df26-000000004c5a | TIMING | Pre-cache facts for puppet containers | standalone | 0:23:24.402843 | 0.02s 2025-10-10 07:26:00.406929 | fa163ef4-4e38-a4de-df26-000000004c9b | TASK | Gather variables for each operating system 2025-10-10 07:26:00.527411 | fa163ef4-4e38-a4de-df26-000000004c9b | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:23:24.592260 | 0.12s 2025-10-10 07:26:00.547585 | fa163ef4-4e38-a4de-df26-000000004c9c | TASK | Create puppet caching structures 2025-10-10 07:26:00.811609 | fa163ef4-4e38-a4de-df26-000000004c9c | CHANGED | Create puppet caching structures | standalone 2025-10-10 07:26:00.813051 | fa163ef4-4e38-a4de-df26-000000004c9c | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:23:24.877909 | 0.26s 2025-10-10 07:26:00.842074 | fa163ef4-4e38-a4de-df26-000000004c9d | TASK | Check for facter.conf 2025-10-10 07:26:01.061087 | fa163ef4-4e38-a4de-df26-000000004c9d | OK | Check for facter.conf | standalone 2025-10-10 07:26:01.062283 | fa163ef4-4e38-a4de-df26-000000004c9d | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:23:25.127141 | 0.22s 2025-10-10 07:26:01.085351 | fa163ef4-4e38-a4de-df26-000000004c9e | TASK | Remove facter.conf if directory 2025-10-10 07:26:01.124420 | fa163ef4-4e38-a4de-df26-000000004c9e | SKIPPED | Remove facter.conf if directory | standalone 2025-10-10 07:26:01.125707 | fa163ef4-4e38-a4de-df26-000000004c9e | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:23:25.190560 | 0.04s 2025-10-10 07:26:01.157663 | fa163ef4-4e38-a4de-df26-000000004c9f | TASK | Write facter cache config 2025-10-10 07:26:01.626300 | fa163ef4-4e38-a4de-df26-000000004c9f | CHANGED | Write facter cache config | standalone 2025-10-10 07:26:01.627837 | fa163ef4-4e38-a4de-df26-000000004c9f | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:23:25.692691 | 0.47s 2025-10-10 07:26:01.658462 | fa163ef4-4e38-a4de-df26-000000004ca0 | TASK | Cleanup facter cache if exists 2025-10-10 07:26:01.907587 | fa163ef4-4e38-a4de-df26-000000004ca0 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-10 07:26:01.908856 | fa163ef4-4e38-a4de-df26-000000004ca0 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:23:25.973715 | 0.25s 2025-10-10 07:26:01.938455 | fa163ef4-4e38-a4de-df26-000000004ca1 | TASK | Pre-cache facts 2025-10-10 07:26:02.531244 | fa163ef4-4e38-a4de-df26-000000004ca1 | CHANGED | Pre-cache facts | standalone 2025-10-10 07:26:02.532640 | fa163ef4-4e38-a4de-df26-000000004ca1 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:23:26.597493 | 0.59s 2025-10-10 07:26:02.565900 | fa163ef4-4e38-a4de-df26-000000004ca2 | TASK | Failed deployment if facter fails 2025-10-10 07:26:02.596159 | fa163ef4-4e38-a4de-df26-000000004ca2 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-10 07:26:02.597420 | fa163ef4-4e38-a4de-df26-000000004ca2 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:23:26.662272 | 0.03s 2025-10-10 07:26:02.644111 | fa163ef4-4e38-a4de-df26-000000004ca3 | TASK | Sync cached facts 2025-10-10 07:26:02.964008 | fa163ef4-4e38-a4de-df26-000000004ca3 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ef4-4e38-a4de- df26-000000004ca3') missing from stats 2025-10-10 07:26:03.028921 | fa163ef4-4e38-a4de-df26-000000004c5b | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-10 07:26:03.070028 | fa163ef4-4e38-a4de-df26-000000004c5b | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-10 07:26:03.071161 | fa163ef4-4e38-a4de-df26-000000004c5b | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:23:27.136014 | 0.04s 2025-10-10 07:26:03.099521 | fa163ef4-4e38-a4de-df26-000000004c5d | TASK | Manage containers for step 4 with tripleo-ansible 2025-10-10 07:26:03.133224 | fa163ef4-4e38-a4de-df26-000000004c5d | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:23:27.198070 | 0.03s 2025-10-10 07:26:03.198985 | fa163ef4-4e38-a4de-df26-000000004cfa | TASK | Gather variables for each operating system 2025-10-10 07:26:03.318316 | fa163ef4-4e38-a4de-df26-000000004cfa | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:23:27.383163 | 0.12s 2025-10-10 07:26:03.349120 | fa163ef4-4e38-a4de-df26-000000004cfb | TASK | Create container logs path 2025-10-10 07:26:03.554262 | fa163ef4-4e38-a4de-df26-000000004cfb | OK | Create container logs path | standalone 2025-10-10 07:26:03.555774 | fa163ef4-4e38-a4de-df26-000000004cfb | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:23:27.620627 | 0.20s 2025-10-10 07:26:03.588971 | fa163ef4-4e38-a4de-df26-000000004cfd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-10-10 07:26:03.893837 | fa163ef4-4e38-a4de-df26-000000004cfd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-10 07:26:03.895210 | fa163ef4-4e38-a4de-df26-000000004cfd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:27.960064 | 0.30s 2025-10-10 07:26:03.927796 | fa163ef4-4e38-a4de-df26-000000004cfe | TASK | Finalise hashes for all containers 2025-10-10 07:26:04.025153 | fa163ef4-4e38-a4de-df26-000000004cfe | OK | Finalise hashes for all containers | standalone 2025-10-10 07:26:04.026159 | fa163ef4-4e38-a4de-df26-000000004cfe | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:23:28.091017 | 0.10s 2025-10-10 07:26:04.053579 | fa163ef4-4e38-a4de-df26-000000004d00 | TASK | Manage systemd shutdown files 2025-10-10 07:26:04.088578 | fa163ef4-4e38-a4de-df26-000000004d00 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:23:28.153417 | 0.03s 2025-10-10 07:26:04.122055 | 08b951ba-0a7f-4513-94fb-e80d98da201a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-10 07:26:04.151287 | fa163ef4-4e38-a4de-df26-000000004d33 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-10 07:26:04.431393 | fa163ef4-4e38-a4de-df26-000000004d33 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-10 07:26:04.432228 | fa163ef4-4e38-a4de-df26-000000004d33 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:23:28.497093 | 0.28s 2025-10-10 07:26:04.451443 | fa163ef4-4e38-a4de-df26-000000004d34 | TASK | Set podman_drop_in fact 2025-10-10 07:26:04.487062 | fa163ef4-4e38-a4de-df26-000000004d34 | OK | Set podman_drop_in fact | standalone 2025-10-10 07:26:04.487866 | fa163ef4-4e38-a4de-df26-000000004d34 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:23:28.552730 | 0.04s 2025-10-10 07:26:04.507015 | fa163ef4-4e38-a4de-df26-000000004d36 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-10 07:26:04.950710 | fa163ef4-4e38-a4de-df26-000000004d36 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-10 07:26:04.952277 | fa163ef4-4e38-a4de-df26-000000004d36 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:29.017112 | 0.44s 2025-10-10 07:26:05.442182 | fa163ef4-4e38-a4de-df26-000000004d36 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-10 07:26:05.443270 | fa163ef4-4e38-a4de-df26-000000004d36 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:29.508125 | 0.94s 2025-10-10 07:26:05.450986 | fa163ef4-4e38-a4de-df26-000000004d36 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:29.515823 | 0.94s 2025-10-10 07:26:05.482448 | fa163ef4-4e38-a4de-df26-000000004d37 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-10 07:26:05.951472 | fa163ef4-4e38-a4de-df26-000000004d37 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-10 07:26:05.952434 | fa163ef4-4e38-a4de-df26-000000004d37 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:23:30.017294 | 0.47s 2025-10-10 07:26:05.972183 | fa163ef4-4e38-a4de-df26-000000004d38 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-10 07:26:06.427644 | fa163ef4-4e38-a4de-df26-000000004d38 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-10 07:26:06.428787 | fa163ef4-4e38-a4de-df26-000000004d38 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:23:30.493645 | 0.46s 2025-10-10 07:26:06.449744 | fa163ef4-4e38-a4de-df26-000000004d39 | TASK | Enable and start tripleo-container-shutdown 2025-10-10 07:26:07.200322 | fa163ef4-4e38-a4de-df26-000000004d39 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-10 07:26:07.203395 | fa163ef4-4e38-a4de-df26-000000004d39 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:23:31.268243 | 0.75s 2025-10-10 07:26:07.238411 | fa163ef4-4e38-a4de-df26-000000004d3a | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-10 07:26:07.703733 | fa163ef4-4e38-a4de-df26-000000004d3a | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-10 07:26:07.706034 | fa163ef4-4e38-a4de-df26-000000004d3a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:23:31.770883 | 0.47s 2025-10-10 07:26:07.736711 | fa163ef4-4e38-a4de-df26-000000004d3b | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-10 07:26:08.244861 | fa163ef4-4e38-a4de-df26-000000004d3b | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-10 07:26:08.245581 | fa163ef4-4e38-a4de-df26-000000004d3b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:23:32.310446 | 0.51s 2025-10-10 07:26:08.264663 | fa163ef4-4e38-a4de-df26-000000004d3c | TASK | Enable and start netns-placeholder 2025-10-10 07:26:09.027954 | fa163ef4-4e38-a4de-df26-000000004d3c | CHANGED | Enable and start netns-placeholder | standalone 2025-10-10 07:26:09.029242 | fa163ef4-4e38-a4de-df26-000000004d3c | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:23:33.094105 | 0.76s 2025-10-10 07:26:09.049478 | fa163ef4-4e38-a4de-df26-000000004d02 | TASK | Update container configs with new config hashes 2025-10-10 07:26:09.087867 | fa163ef4-4e38-a4de-df26-000000004d02 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:23:33.152721 | 0.04s 2025-10-10 07:26:09.099134 | 375f81f5-52e3-48b1-ac44-93fd3c024c9b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-10 07:26:09.121128 | fa163ef4-4e38-a4de-df26-000000004d64 | TASK | Update config hashes for container startup configs 2025-10-10 07:26:09.475295 | fa163ef4-4e38-a4de-df26-000000004d64 | OK | Update config hashes for container startup configs | standalone 2025-10-10 07:26:09.476642 | fa163ef4-4e38-a4de-df26-000000004d64 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:23:33.541497 | 0.35s 2025-10-10 07:26:09.510187 | fa163ef4-4e38-a4de-df26-000000004d03 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-10 07:26:09.572750 | fa163ef4-4e38-a4de-df26-000000004d03 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:33.637594 | 0.06s 2025-10-10 07:26:09.598443 | 25f40b02-f7bd-44c3-b903-54663ebdd9ab | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-10 07:26:09.637396 | fa163ef4-4e38-a4de-df26-000000004d83 | TASK | Gather podman infos 2025-10-10 07:26:11.438678 | fa163ef4-4e38-a4de-df26-000000004d83 | OK | Gather podman infos | standalone 2025-10-10 07:26:11.441507 | fa163ef4-4e38-a4de-df26-000000004d83 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:23:35.506356 | 1.80s 2025-10-10 07:26:11.561919 | fa163ef4-4e38-a4de-df26-000000004d84 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-10 07:26:11.645529 | fa163ef4-4e38-a4de-df26-000000004d84 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:35.710375 | 0.08s 2025-10-10 07:26:11.818176 | fa163ef4-4e38-a4de-df26-000000004dcd | TIMING | tripleo_container_rm : include_tasks | standalone | 0:23:35.883011 | 0.12s 2025-10-10 07:26:11.880942 | fa163ef4-4e38-a4de-df26-000000004d04 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-10 07:26:11.944432 | fa163ef4-4e38-a4de-df26-000000004d04 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:36.009272 | 0.06s 2025-10-10 07:26:11.969194 | e1f3c4aa-f708-478c-8536-65eb270588a1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-10 07:26:12.007647 | fa163ef4-4e38-a4de-df26-000000004df3 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-10 07:26:32.852965 | fa163ef4-4e38-a4de-df26-000000004df3 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-10 07:26:32.854531 | fa163ef4-4e38-a4de-df26-000000004df3 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:56.919385 | 20.85s 2025-10-10 07:26:32.887131 | fa163ef4-4e38-a4de-df26-000000004df4 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-10 07:28:39.240649 | fa163ef4-4e38-a4de-df26-000000004df4 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-10 07:28:39.242628 | fa163ef4-4e38-a4de-df26-000000004df4 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:03.307480 | 126.35s 2025-10-10 07:28:39.316771 | fa163ef4-4e38-a4de-df26-000000004c5f | TASK | Clean container_puppet_tasks for standalone step 4 2025-10-10 07:28:39.577953 | fa163ef4-4e38-a4de-df26-000000004c5f | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-10-10 07:28:39.579506 | fa163ef4-4e38-a4de-df26-000000004c5f | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:26:03.644365 | 0.26s 2025-10-10 07:28:39.610263 | fa163ef4-4e38-a4de-df26-000000004c60 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-10-10 07:28:39.662982 | fa163ef4-4e38-a4de-df26-000000004c60 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:26:03.727830 | 0.05s 2025-10-10 07:28:39.684613 | fa163ef4-4e38-a4de-df26-000000004c61 | TASK | Include container-puppet tasks for step 4 2025-10-10 07:28:39.733433 | fa163ef4-4e38-a4de-df26-000000004c61 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:26:03.798272 | 0.05s 2025-10-10 07:28:39.759678 | 1e29fd7f-5ef5-48ff-be78-9f003cc20e06 | INCLUDED | /root/standalone-ansible-5h987wtv/host-container-puppet-tasks.yaml | standalone 2025-10-10 07:28:39.797003 | fa163ef4-4e38-a4de-df26-000000004e3f | TASK | Write container-puppet-tasks json file for standalone step 4 2025-10-10 07:28:40.382304 | fa163ef4-4e38-a4de-df26-000000004e3f | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-10-10 07:28:40.383719 | fa163ef4-4e38-a4de-df26-000000004e3f | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:26:04.448570 | 0.59s 2025-10-10 07:28:40.418200 | fa163ef4-4e38-a4de-df26-000000004e41 | TASK | Generate container puppet configs for step 4 2025-10-10 07:28:40.755843 | fa163ef4-4e38-a4de-df26-000000004e41 | OK | Generate container puppet configs for step 4 | standalone 2025-10-10 07:28:40.759223 | fa163ef4-4e38-a4de-df26-000000004e41 | TIMING | Generate container puppet configs for step 4 | standalone | 0:26:04.824076 | 0.34s 2025-10-10 07:28:40.801694 | fa163ef4-4e38-a4de-df26-000000004e42 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-10-10 07:28:40.834540 | fa163ef4-4e38-a4de-df26-000000004e42 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:26:04.899378 | 0.03s 2025-10-10 07:28:40.928907 | fa163ef4-4e38-a4de-df26-000000004e71 | TASK | Gather variables for each operating system 2025-10-10 07:28:41.051124 | fa163ef4-4e38-a4de-df26-000000004e71 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:05.115965 | 0.12s 2025-10-10 07:28:41.072149 | fa163ef4-4e38-a4de-df26-000000004e72 | TASK | Create container logs path 2025-10-10 07:28:41.356016 | fa163ef4-4e38-a4de-df26-000000004e72 | OK | Create container logs path | standalone 2025-10-10 07:28:41.357622 | fa163ef4-4e38-a4de-df26-000000004e72 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:05.422475 | 0.28s 2025-10-10 07:28:41.393397 | fa163ef4-4e38-a4de-df26-000000004e74 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-10 07:28:41.677118 | fa163ef4-4e38-a4de-df26-000000004e74 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-10 07:28:41.678417 | fa163ef4-4e38-a4de-df26-000000004e74 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:05.743270 | 0.28s 2025-10-10 07:28:41.710469 | fa163ef4-4e38-a4de-df26-000000004e75 | TASK | Finalise hashes for all containers 2025-10-10 07:28:41.765822 | fa163ef4-4e38-a4de-df26-000000004e75 | OK | Finalise hashes for all containers | standalone 2025-10-10 07:28:41.767232 | fa163ef4-4e38-a4de-df26-000000004e75 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:05.832080 | 0.05s 2025-10-10 07:28:41.800960 | fa163ef4-4e38-a4de-df26-000000004e77 | TASK | Manage systemd shutdown files 2025-10-10 07:28:41.838829 | fa163ef4-4e38-a4de-df26-000000004e77 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-10 07:28:41.840399 | fa163ef4-4e38-a4de-df26-000000004e77 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:05.905251 | 0.04s 2025-10-10 07:28:41.872564 | fa163ef4-4e38-a4de-df26-000000004e79 | TASK | Update container configs with new config hashes 2025-10-10 07:28:41.926655 | fa163ef4-4e38-a4de-df26-000000004e79 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-10 07:28:41.928367 | fa163ef4-4e38-a4de-df26-000000004e79 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:05.993219 | 0.05s 2025-10-10 07:28:41.964190 | fa163ef4-4e38-a4de-df26-000000004e7a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-10 07:28:42.017781 | fa163ef4-4e38-a4de-df26-000000004e7a | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-10 07:28:42.019203 | fa163ef4-4e38-a4de-df26-000000004e7a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:06.084056 | 0.05s 2025-10-10 07:28:42.054779 | fa163ef4-4e38-a4de-df26-000000004e7b | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-10 07:28:42.132001 | fa163ef4-4e38-a4de-df26-000000004e7b | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-10 07:28:42.133035 | fa163ef4-4e38-a4de-df26-000000004e7b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:06.197893 | 0.08s PLAY [External deployment step 5] ********************************************** 2025-10-10 07:28:42.295033 | fa163ef4-4e38-a4de-df26-0000000000ea | TASK | External deployment step 5 2025-10-10 07:28:42.325371 | fa163ef4-4e38-a4de-df26-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', 'fa163ef4-4e38-a4de-df26-0000000000ea') missing from stats 2025-10-10 07:28:42.382056 | fa163ef4-4e38-a4de-df26-0000000000eb | TIMING | include_tasks | undercloud | 0:26:06.446900 | 0.04s 2025-10-10 07:28:42.390983 | 3a67f46e-2ba9-4ca2-b1ed-fbf080545b4b | INCLUDED | /root/standalone-ansible-5h987wtv/external_deploy_steps_tasks_step5.yaml | undercloud 2025-10-10 07:28:42.408055 | fa163ef4-4e38-a4de-df26-000000004eca | TASK | Manage Cinder's default volume type 2025-10-10 07:28:55.575606 | fa163ef4-4e38-a4de-df26-000000004eca | OK | Manage Cinder's default volume type | undercloud 2025-10-10 07:28:55.576737 | fa163ef4-4e38-a4de-df26-000000004eca | TIMING | Manage Cinder's default volume type | undercloud | 0:26:19.641599 | 13.17s PLAY [Deploy step tasks for 5] ************************************************* 2025-10-10 07:28:55.673195 | fa163ef4-4e38-a4de-df26-0000000000ee | TASK | Deploy step tasks for 5 2025-10-10 07:28:55.702010 | fa163ef4-4e38-a4de-df26-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', 'fa163ef4-4e38-a4de-df26-0000000000ee') missing from stats 2025-10-10 07:28:55.721958 | fa163ef4-4e38-a4de-df26-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-10-10 07:28:56.227059 | fa163ef4-4e38-a4de-df26-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-10-10 07:28:56.228436 | fa163ef4-4e38-a4de-df26-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:26:20.293292 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-10 07:28:56.291426 | fa163ef4-4e38-a4de-df26-0000000000f0 | TIMING | include_tasks | standalone | 0:26:20.356272 | 0.03s 2025-10-10 07:28:56.380966 | a50c129f-88fc-44d0-9a78-e7dad84d2c5e | INCLUDED | /root/standalone-ansible-5h987wtv/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-10-10 07:28:56.414344 | fa163ef4-4e38-a4de-df26-000000004eed | TASK | Gather variables for each operating system 2025-10-10 07:28:56.501994 | fa163ef4-4e38-a4de-df26-000000004eed | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:20.566846 | 0.09s 2025-10-10 07:28:56.523464 | fa163ef4-4e38-a4de-df26-000000004eee | TASK | Detect if resource is being created or already exists 2025-10-10 07:28:57.301156 | fa163ef4-4e38-a4de-df26-000000004eee | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-10 07:28:57.302483 | fa163ef4-4e38-a4de-df26-000000004eee | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:21.367338 | 0.78s 2025-10-10 07:28:57.337407 | fa163ef4-4e38-a4de-df26-000000004eef | TASK | Run init bundle puppet on the host for cinder_backup 2025-10-10 07:29:20.811821 | fa163ef4-4e38-a4de-df26-000000004eef | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-10-10 07:29:20.813412 | fa163ef4-4e38-a4de-df26-000000004eef | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:26:44.878270 | 23.47s 2025-10-10 07:29:20.840336 | fa163ef4-4e38-a4de-df26-000000004ef0 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-10 07:29:21.193629 | fa163ef4-4e38-a4de-df26-000000004ef0 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-10 07:29:21.195081 | fa163ef4-4e38-a4de-df26-000000004ef0 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:26:45.259938 | 0.35s 2025-10-10 07:29:21.219408 | fa163ef4-4e38-a4de-df26-000000004ef1 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-10 07:29:21.618029 | fa163ef4-4e38-a4de-df26-000000004ef1 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-10 07:29:21.618818 | fa163ef4-4e38-a4de-df26-000000004ef1 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:45.683681 | 0.40s 2025-10-10 07:29:21.639528 | fa163ef4-4e38-a4de-df26-000000004ef2 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-10-10 07:29:21.874413 | fa163ef4-4e38-a4de-df26-000000004ef2 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-10-10 07:29:21.875975 | fa163ef4-4e38-a4de-df26-000000004ef2 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:26:45.940829 | 0.23s 2025-10-10 07:29:21.910625 | fa163ef4-4e38-a4de-df26-000000004ef4 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-10-10 07:29:21.955658 | fa163ef4-4e38-a4de-df26-000000004ef4 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-10-10 07:29:21.957376 | fa163ef4-4e38-a4de-df26-000000004ef4 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:26:46.022227 | 0.05s 2025-10-10 07:29:21.990089 | fa163ef4-4e38-a4de-df26-000000004ef5 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-10-10 07:29:22.032401 | fa163ef4-4e38-a4de-df26-000000004ef5 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-10-10 07:29:22.033859 | fa163ef4-4e38-a4de-df26-000000004ef5 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:26:46.098701 | 0.04s 2025-10-10 07:29:22.068101 | fa163ef4-4e38-a4de-df26-000000004ef6 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-10-10 07:29:22.123157 | fa163ef4-4e38-a4de-df26-000000004ef6 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-10-10 07:29:22.124072 | fa163ef4-4e38-a4de-df26-000000004ef6 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:26:46.188934 | 0.05s 2025-10-10 07:29:22.149297 | fa163ef4-4e38-a4de-df26-000000004ef7 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-10 07:29:22.190067 | fa163ef4-4e38-a4de-df26-000000004ef7 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-10 07:29:22.191100 | fa163ef4-4e38-a4de-df26-000000004ef7 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:46.255958 | 0.04s 2025-10-10 07:29:22.218181 | fa163ef4-4e38-a4de-df26-000000004ef8 | TASK | Remove update marker for bundle openstack-cinder-backup 2025-10-10 07:29:22.260419 | fa163ef4-4e38-a4de-df26-000000004ef8 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-10-10 07:29:22.261626 | fa163ef4-4e38-a4de-df26-000000004ef8 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:26:46.326484 | 0.04s 2025-10-10 07:29:22.309156 | fa163ef4-4e38-a4de-df26-000000004f19 | TASK | Gather variables for each operating system 2025-10-10 07:29:22.405725 | fa163ef4-4e38-a4de-df26-000000004f19 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:46.470563 | 0.10s 2025-10-10 07:29:22.431319 | fa163ef4-4e38-a4de-df26-000000004f1a | TASK | Detect if resource is being created or already exists 2025-10-10 07:29:23.257164 | fa163ef4-4e38-a4de-df26-000000004f1a | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-10 07:29:23.258181 | fa163ef4-4e38-a4de-df26-000000004f1a | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:47.323041 | 0.83s 2025-10-10 07:29:23.283272 | fa163ef4-4e38-a4de-df26-000000004f1b | TASK | Run init bundle puppet on the host for cinder_volume 2025-10-10 07:29:46.756226 | fa163ef4-4e38-a4de-df26-000000004f1b | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-10-10 07:29:46.757762 | fa163ef4-4e38-a4de-df26-000000004f1b | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:27:10.822619 | 23.47s 2025-10-10 07:29:46.785850 | fa163ef4-4e38-a4de-df26-000000004f1c | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-10 07:29:47.023425 | fa163ef4-4e38-a4de-df26-000000004f1c | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-10 07:29:47.024467 | fa163ef4-4e38-a4de-df26-000000004f1c | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:11.089329 | 0.24s 2025-10-10 07:29:47.044459 | fa163ef4-4e38-a4de-df26-000000004f1d | TASK | Run pacemaker restart if the config file for the service changed 2025-10-10 07:29:47.482186 | fa163ef4-4e38-a4de-df26-000000004f1d | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-10 07:29:47.483666 | fa163ef4-4e38-a4de-df26-000000004f1d | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:11.548525 | 0.44s 2025-10-10 07:29:47.510597 | fa163ef4-4e38-a4de-df26-000000004f1e | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-10-10 07:29:47.779495 | fa163ef4-4e38-a4de-df26-000000004f1e | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-10-10 07:29:47.781185 | fa163ef4-4e38-a4de-df26-000000004f1e | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:27:11.846032 | 0.27s 2025-10-10 07:29:47.815172 | fa163ef4-4e38-a4de-df26-000000004f20 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-10-10 07:29:47.866530 | fa163ef4-4e38-a4de-df26-000000004f20 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-10-10 07:29:47.867854 | fa163ef4-4e38-a4de-df26-000000004f20 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:27:11.932706 | 0.05s 2025-10-10 07:29:47.903958 | fa163ef4-4e38-a4de-df26-000000004f21 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-10-10 07:29:47.954335 | fa163ef4-4e38-a4de-df26-000000004f21 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-10-10 07:29:47.955601 | fa163ef4-4e38-a4de-df26-000000004f21 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:27:12.020459 | 0.05s 2025-10-10 07:29:47.981598 | fa163ef4-4e38-a4de-df26-000000004f22 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-10-10 07:29:48.030237 | fa163ef4-4e38-a4de-df26-000000004f22 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-10-10 07:29:48.031352 | fa163ef4-4e38-a4de-df26-000000004f22 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:27:12.096208 | 0.05s 2025-10-10 07:29:48.057699 | fa163ef4-4e38-a4de-df26-000000004f23 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-10 07:29:48.101597 | fa163ef4-4e38-a4de-df26-000000004f23 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-10 07:29:48.102625 | fa163ef4-4e38-a4de-df26-000000004f23 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:12.167482 | 0.04s 2025-10-10 07:29:48.129039 | fa163ef4-4e38-a4de-df26-000000004f24 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-10-10 07:29:48.170064 | fa163ef4-4e38-a4de-df26-000000004f24 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-10-10 07:29:48.170990 | fa163ef4-4e38-a4de-df26-000000004f24 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:27:12.235848 | 0.04s 2025-10-10 07:29:48.216843 | fa163ef4-4e38-a4de-df26-000000004f45 | TASK | Gather variables for each operating system 2025-10-10 07:29:48.319540 | fa163ef4-4e38-a4de-df26-000000004f45 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:12.384384 | 0.10s 2025-10-10 07:29:48.348635 | fa163ef4-4e38-a4de-df26-000000004f46 | TASK | Detect if resource is being created or already exists 2025-10-10 07:29:49.143690 | fa163ef4-4e38-a4de-df26-000000004f46 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-10 07:29:49.144678 | fa163ef4-4e38-a4de-df26-000000004f46 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:13.209540 | 0.79s 2025-10-10 07:29:49.167217 | fa163ef4-4e38-a4de-df26-000000004f47 | TASK | Run init bundle puppet on the host for manila_share 2025-10-10 07:30:13.087626 | fa163ef4-4e38-a4de-df26-000000004f47 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-10-10 07:30:13.089401 | fa163ef4-4e38-a4de-df26-000000004f47 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:27:37.154217 | 23.92s 2025-10-10 07:30:13.111460 | fa163ef4-4e38-a4de-df26-000000004f48 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-10-10 07:30:13.361492 | fa163ef4-4e38-a4de-df26-000000004f48 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-10-10 07:30:13.362509 | fa163ef4-4e38-a4de-df26-000000004f48 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:27:37.427372 | 0.25s 2025-10-10 07:30:13.382655 | fa163ef4-4e38-a4de-df26-000000004f49 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-10 07:30:13.796928 | fa163ef4-4e38-a4de-df26-000000004f49 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-10 07:30:13.797789 | fa163ef4-4e38-a4de-df26-000000004f49 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:37.862652 | 0.41s 2025-10-10 07:30:13.821120 | fa163ef4-4e38-a4de-df26-000000004f4a | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-10-10 07:30:14.015737 | fa163ef4-4e38-a4de-df26-000000004f4a | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-10-10 07:30:14.017227 | fa163ef4-4e38-a4de-df26-000000004f4a | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:27:38.082090 | 0.19s 2025-10-10 07:30:14.038997 | fa163ef4-4e38-a4de-df26-000000004f4c | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-10-10 07:30:14.080004 | fa163ef4-4e38-a4de-df26-000000004f4c | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-10-10 07:30:14.081416 | fa163ef4-4e38-a4de-df26-000000004f4c | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:27:38.146278 | 0.04s 2025-10-10 07:30:14.105684 | fa163ef4-4e38-a4de-df26-000000004f4d | TASK | Get container image tag from bundle openstack-manila-share 2025-10-10 07:30:14.146240 | fa163ef4-4e38-a4de-df26-000000004f4d | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-10-10 07:30:14.147957 | fa163ef4-4e38-a4de-df26-000000004f4d | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:27:38.212813 | 0.04s 2025-10-10 07:30:14.172665 | fa163ef4-4e38-a4de-df26-000000004f4e | TASK | Compare tags between marker and bundle openstack-manila-share 2025-10-10 07:30:14.222216 | fa163ef4-4e38-a4de-df26-000000004f4e | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-10-10 07:30:14.223796 | fa163ef4-4e38-a4de-df26-000000004f4e | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:27:38.288656 | 0.05s 2025-10-10 07:30:14.249812 | fa163ef4-4e38-a4de-df26-000000004f4f | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-10 07:30:14.288549 | fa163ef4-4e38-a4de-df26-000000004f4f | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-10 07:30:14.290263 | fa163ef4-4e38-a4de-df26-000000004f4f | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:38.355121 | 0.04s 2025-10-10 07:30:14.315623 | fa163ef4-4e38-a4de-df26-000000004f50 | TASK | Remove update marker for bundle openstack-manila-share 2025-10-10 07:30:14.359550 | fa163ef4-4e38-a4de-df26-000000004f50 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-10-10 07:30:14.361028 | fa163ef4-4e38-a4de-df26-000000004f50 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:27:38.425885 | 0.04s 2025-10-10 07:30:14.405532 | fa163ef4-4e38-a4de-df26-000000004f71 | TASK | Run kolla_set_configs to copy ring files 2025-10-10 07:30:14.854108 | fa163ef4-4e38-a4de-df26-000000004f71 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-10-10 07:30:14.855296 | fa163ef4-4e38-a4de-df26-000000004f71 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:38.920154 | 0.45s 2025-10-10 07:30:14.859784 | fa163ef4-4e38-a4de-df26-000000004f71 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:38.924634 | 0.45s 2025-10-10 07:30:14.889483 | fa163ef4-4e38-a4de-df26-000000004f72 | TASK | Run kolla_set_configs to copy ring files 2025-10-10 07:30:15.247864 | fa163ef4-4e38-a4de-df26-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-10-10 07:30:15.249508 | fa163ef4-4e38-a4de-df26-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:39.314365 | 0.36s 2025-10-10 07:30:15.669838 | fa163ef4-4e38-a4de-df26-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-10-10 07:30:15.671383 | fa163ef4-4e38-a4de-df26-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:39.736238 | 0.78s 2025-10-10 07:30:15.963209 | fa163ef4-4e38-a4de-df26-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-10-10 07:30:15.965301 | fa163ef4-4e38-a4de-df26-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:40.030156 | 1.07s 2025-10-10 07:30:16.439442 | fa163ef4-4e38-a4de-df26-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-10-10 07:30:16.440362 | fa163ef4-4e38-a4de-df26-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:40.505222 | 1.55s 2025-10-10 07:30:16.737331 | fa163ef4-4e38-a4de-df26-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-10-10 07:30:16.739434 | fa163ef4-4e38-a4de-df26-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:40.804290 | 1.85s 2025-10-10 07:30:17.050109 | fa163ef4-4e38-a4de-df26-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-10-10 07:30:17.051179 | fa163ef4-4e38-a4de-df26-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:41.116035 | 2.16s 2025-10-10 07:30:17.994653 | fa163ef4-4e38-a4de-df26-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-10-10 07:30:17.995697 | fa163ef4-4e38-a4de-df26-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:42.060558 | 3.10s 2025-10-10 07:30:18.476789 | fa163ef4-4e38-a4de-df26-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-10-10 07:30:18.477477 | fa163ef4-4e38-a4de-df26-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:42.542342 | 3.59s 2025-10-10 07:30:18.735284 | fa163ef4-4e38-a4de-df26-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-10-10 07:30:18.736413 | fa163ef4-4e38-a4de-df26-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:42.801270 | 3.84s 2025-10-10 07:30:19.254981 | fa163ef4-4e38-a4de-df26-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-10-10 07:30:19.256206 | fa163ef4-4e38-a4de-df26-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:43.321067 | 4.36s 2025-10-10 07:30:19.510869 | fa163ef4-4e38-a4de-df26-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-10-10 07:30:19.512587 | fa163ef4-4e38-a4de-df26-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:43.577443 | 4.62s 2025-10-10 07:30:19.897718 | fa163ef4-4e38-a4de-df26-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-10-10 07:30:19.899481 | fa163ef4-4e38-a4de-df26-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:43.964338 | 5.01s 2025-10-10 07:30:20.312361 | fa163ef4-4e38-a4de-df26-000000004f72 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-10-10 07:30:20.314257 | fa163ef4-4e38-a4de-df26-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:44.379112 | 5.42s 2025-10-10 07:30:20.327701 | fa163ef4-4e38-a4de-df26-000000004f72 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:44.392554 | 5.44s 2025-10-10 07:30:20.355426 | fa163ef4-4e38-a4de-df26-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-10-10 07:30:20.551947 | fa163ef4-4e38-a4de-df26-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-10-10 07:30:20.553788 | fa163ef4-4e38-a4de-df26-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:27:44.618640 | 0.20s 2025-10-10 07:30:20.672709 | fa163ef4-4e38-a4de-df26-0000000000f3 | TIMING | include_tasks | standalone | 0:27:44.737550 | 0.09s 2025-10-10 07:30:20.715054 | 5950da14-b3c4-4437-b983-4c9a9901fd9b | INCLUDED | /root/standalone-ansible-5h987wtv/common_deploy_steps_tasks.yaml | standalone 2025-10-10 07:30:20.744152 | fa163ef4-4e38-a4de-df26-000000004fef | TASK | Write the config_step hieradata 2025-10-10 07:30:21.229828 | fa163ef4-4e38-a4de-df26-000000004fef | OK | Write the config_step hieradata | standalone 2025-10-10 07:30:21.230831 | fa163ef4-4e38-a4de-df26-000000004fef | TIMING | Write the config_step hieradata | standalone | 0:27:45.295688 | 0.49s 2025-10-10 07:30:21.256176 | fa163ef4-4e38-a4de-df26-000000004ff0 | TASK | Run puppet host configuration for step 5 2025-10-10 07:30:21.562158 | fa163ef4-4e38-a4de-df26-000000004ff0 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-10-10 07:30:21.563090 | fa163ef4-4e38-a4de-df26-000000004ff0 | TIMING | Run puppet host configuration for step 5 | standalone | 0:27:45.627953 | 0.31s 2025-10-10 07:30:21.586235 | fa163ef4-4e38-a4de-df26-000000004ff1 | TASK | Wait for puppet host configuration to finish 2025-10-10 07:30:21.833815 | fa163ef4-4e38-a4de-df26-000000004ff1 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-10 07:30:32.042720 | fa163ef4-4e38-a4de-df26-000000004ff1 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-10 07:30:42.291431 | fa163ef4-4e38-a4de-df26-000000004ff1 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-10 07:30:42.292395 | fa163ef4-4e38-a4de-df26-000000004ff1 | TIMING | Wait for puppet host configuration to finish | standalone | 0:28:06.357257 | 20.70s 2025-10-10 07:30:42.314128 | fa163ef4-4e38-a4de-df26-000000004ff2 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-10-10 07:30:42.385365 | fa163ef4-4e38-a4de-df26-000000004ff2 | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Oct 10 07:30:21 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 10 07:30:26 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 10 07:30:26 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 10 07:30:26 puppet-user: (file & line not available)", "<13>Oct 10 07:30: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>Oct 10 07:30: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>Oct 10 07:30: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>Oct 10 07:30:27 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 10 07:30:27 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 10 07:30: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>Oct 10 07:30: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>Oct 10 07:30: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>Oct 10 07:30: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>Oct 10 07:30: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>Oct 10 07:30:27 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 10 07:30:27 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.60 seconds", "<13>Oct 10 07:30:31 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 10 07:30:34 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 10 07:30:35 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 10 07:30:35 puppet-user: Notice: Applied catalog in 8.49 seconds", "<13>Oct 10 07:30:35 puppet-user: Application:", "<13>Oct 10 07:30:35 puppet-user: Initial environment: production", "<13>Oct 10 07:30:35 puppet-user: Converged environment: production", "<13>Oct 10 07:30:35 puppet-user: Run mode: user", "<13>Oct 10 07:30:35 puppet-user: Changes:", "<13>Oct 10 07:30:35 puppet-user: Total: 2", "<13>Oct 10 07:30:35 puppet-user: Events:", "<13>Oct 10 07:30:35 puppet-user: Success: 2", "<13>Oct 10 07:30:35 puppet-user: Resources:", "<13>Oct 10 07:30:35 puppet-user: Changed: 2", "<13>Oct 10 07:30:35 puppet-user: Out of sync: 2", "<13>Oct 10 07:30:35 puppet-user: Total: 37", "<13>Oct 10 07:30:35 puppet-user: Time:", "<13>Oct 10 07:30:35 puppet-user: Filebucket: 0.00", "<13>Oct 10 07:30:35 puppet-user: File line: 0.00", "<13>Oct 10 07:30:35 puppet-user: Schedule: 0.00", "<13>Oct 10 07:30:35 puppet-user: Package: 0.00", "<13>Oct 10 07:30:35 puppet-user: User: 0.01", "<13>Oct 10 07:30:35 puppet-user: Augeas: 0.01", "<13>Oct 10 07:30:35 puppet-user: File: 0.10", "<13>Oct 10 07:30:35 puppet-user: Service: 0.21", "<13>Oct 10 07:30:35 puppet-user: Config retrieval: 0.74", "<13>Oct 10 07:30:35 puppet-user: Pcmk property: 1.53", "<13>Oct 10 07:30:35 puppet-user: Last run: 1760081435", "<13>Oct 10 07:30:35 puppet-user: Pcmk resource default: 2.11", "<13>Oct 10 07:30:35 puppet-user: Exec: 2.16", "<13>Oct 10 07:30:35 puppet-user: Pcmk resource op default: 2.20", "<13>Oct 10 07:30:35 puppet-user: Transaction evaluation: 8.47", "<13>Oct 10 07:30:35 puppet-user: Catalog application: 8.49", "<13>Oct 10 07:30:35 puppet-user: Total: 8.50", "<13>Oct 10 07:30:35 puppet-user: Version:", "<13>Oct 10 07:30:35 puppet-user: Config: 1760081426", "<13>Oct 10 07:30:35 puppet-user: Puppet: 7.10.0" ] } 2025-10-10 07:30:42.388110 | fa163ef4-4e38-a4de-df26-000000004ff2 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:28:06.452962 | 0.07s 2025-10-10 07:30:42.421060 | fa163ef4-4e38-a4de-df26-000000004ff3 | TASK | Pre-cache facts for puppet containers 2025-10-10 07:30:42.455713 | fa163ef4-4e38-a4de-df26-000000004ff3 | TIMING | Pre-cache facts for puppet containers | standalone | 0:28:06.520554 | 0.03s 2025-10-10 07:30:42.524588 | fa163ef4-4e38-a4de-df26-000000005032 | TASK | Gather variables for each operating system 2025-10-10 07:30:42.648142 | fa163ef4-4e38-a4de-df26-000000005032 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:28:06.712978 | 0.12s 2025-10-10 07:30:42.680554 | fa163ef4-4e38-a4de-df26-000000005033 | TASK | Create puppet caching structures 2025-10-10 07:30:42.916663 | fa163ef4-4e38-a4de-df26-000000005033 | CHANGED | Create puppet caching structures | standalone 2025-10-10 07:30:42.918283 | fa163ef4-4e38-a4de-df26-000000005033 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:28:06.983134 | 0.24s 2025-10-10 07:30:42.949036 | fa163ef4-4e38-a4de-df26-000000005034 | TASK | Check for facter.conf 2025-10-10 07:30:43.206141 | fa163ef4-4e38-a4de-df26-000000005034 | OK | Check for facter.conf | standalone 2025-10-10 07:30:43.207804 | fa163ef4-4e38-a4de-df26-000000005034 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:28:07.272658 | 0.26s 2025-10-10 07:30:43.239610 | fa163ef4-4e38-a4de-df26-000000005035 | TASK | Remove facter.conf if directory 2025-10-10 07:30:43.292955 | fa163ef4-4e38-a4de-df26-000000005035 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-10 07:30:43.293993 | fa163ef4-4e38-a4de-df26-000000005035 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:28:07.358853 | 0.05s 2025-10-10 07:30:43.314960 | fa163ef4-4e38-a4de-df26-000000005036 | TASK | Write facter cache config 2025-10-10 07:30:43.794225 | fa163ef4-4e38-a4de-df26-000000005036 | CHANGED | Write facter cache config | standalone 2025-10-10 07:30:43.795445 | fa163ef4-4e38-a4de-df26-000000005036 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:28:07.860308 | 0.48s 2025-10-10 07:30:43.820708 | fa163ef4-4e38-a4de-df26-000000005037 | TASK | Cleanup facter cache if exists 2025-10-10 07:30:44.015521 | fa163ef4-4e38-a4de-df26-000000005037 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-10 07:30:44.017027 | fa163ef4-4e38-a4de-df26-000000005037 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:28:08.081878 | 0.19s 2025-10-10 07:30:44.047659 | fa163ef4-4e38-a4de-df26-000000005038 | TASK | Pre-cache facts 2025-10-10 07:30:44.707213 | fa163ef4-4e38-a4de-df26-000000005038 | CHANGED | Pre-cache facts | standalone 2025-10-10 07:30:44.708599 | fa163ef4-4e38-a4de-df26-000000005038 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:28:08.773450 | 0.66s 2025-10-10 07:30:44.747462 | fa163ef4-4e38-a4de-df26-000000005039 | TASK | Failed deployment if facter fails 2025-10-10 07:30:44.779242 | fa163ef4-4e38-a4de-df26-000000005039 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-10 07:30:44.780637 | fa163ef4-4e38-a4de-df26-000000005039 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:28:08.845488 | 0.03s 2025-10-10 07:30:44.833098 | fa163ef4-4e38-a4de-df26-00000000503a | TASK | Sync cached facts 2025-10-10 07:30:45.177546 | fa163ef4-4e38-a4de-df26-00000000503a | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ef4-4e38-a4de- df26-00000000503a') missing from stats 2025-10-10 07:30:45.237183 | fa163ef4-4e38-a4de-df26-000000004ff4 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-10 07:30:45.288279 | fa163ef4-4e38-a4de-df26-000000004ff4 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-10 07:30:45.289542 | fa163ef4-4e38-a4de-df26-000000004ff4 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:28:09.354395 | 0.05s 2025-10-10 07:30:45.321727 | fa163ef4-4e38-a4de-df26-000000004ff6 | TASK | Manage containers for step 5 with tripleo-ansible 2025-10-10 07:30:45.351379 | fa163ef4-4e38-a4de-df26-000000004ff6 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:28:09.416228 | 0.03s 2025-10-10 07:30:45.438245 | fa163ef4-4e38-a4de-df26-000000005091 | TASK | Gather variables for each operating system 2025-10-10 07:30:45.597558 | fa163ef4-4e38-a4de-df26-000000005091 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:09.662398 | 0.16s 2025-10-10 07:30:45.628675 | fa163ef4-4e38-a4de-df26-000000005092 | TASK | Create container logs path 2025-10-10 07:30:45.899402 | fa163ef4-4e38-a4de-df26-000000005092 | OK | Create container logs path | standalone 2025-10-10 07:30:45.900965 | fa163ef4-4e38-a4de-df26-000000005092 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:09.965750 | 0.27s 2025-10-10 07:30:45.936186 | fa163ef4-4e38-a4de-df26-000000005094 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-10-10 07:30:46.219976 | fa163ef4-4e38-a4de-df26-000000005094 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-10 07:30:46.221371 | fa163ef4-4e38-a4de-df26-000000005094 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:10.286225 | 0.28s 2025-10-10 07:30:46.252748 | fa163ef4-4e38-a4de-df26-000000005095 | TASK | Finalise hashes for all containers 2025-10-10 07:30:46.298065 | fa163ef4-4e38-a4de-df26-000000005095 | OK | Finalise hashes for all containers | standalone 2025-10-10 07:30:46.299466 | fa163ef4-4e38-a4de-df26-000000005095 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:10.364319 | 0.04s 2025-10-10 07:30:46.333442 | fa163ef4-4e38-a4de-df26-000000005097 | TASK | Manage systemd shutdown files 2025-10-10 07:30:46.367222 | fa163ef4-4e38-a4de-df26-000000005097 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:10.432070 | 0.03s 2025-10-10 07:30:46.390837 | e053e3cf-f17a-4101-ba29-5a4d6a3cf011 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-10 07:30:46.434694 | fa163ef4-4e38-a4de-df26-0000000050ca | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-10 07:30:46.683415 | fa163ef4-4e38-a4de-df26-0000000050ca | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-10 07:30:46.684947 | fa163ef4-4e38-a4de-df26-0000000050ca | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:28:10.749800 | 0.25s 2025-10-10 07:30:46.717403 | fa163ef4-4e38-a4de-df26-0000000050cb | TASK | Set podman_drop_in fact 2025-10-10 07:30:46.780108 | fa163ef4-4e38-a4de-df26-0000000050cb | OK | Set podman_drop_in fact | standalone 2025-10-10 07:30:46.781353 | fa163ef4-4e38-a4de-df26-0000000050cb | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:28:10.846208 | 0.06s 2025-10-10 07:30:46.813334 | fa163ef4-4e38-a4de-df26-0000000050cd | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-10 07:30:47.293966 | fa163ef4-4e38-a4de-df26-0000000050cd | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-10 07:30:47.296359 | fa163ef4-4e38-a4de-df26-0000000050cd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:11.361208 | 0.48s 2025-10-10 07:30:47.716928 | fa163ef4-4e38-a4de-df26-0000000050cd | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-10 07:30:47.718131 | fa163ef4-4e38-a4de-df26-0000000050cd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:11.782987 | 0.90s 2025-10-10 07:30:47.725429 | fa163ef4-4e38-a4de-df26-0000000050cd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:11.790277 | 0.91s 2025-10-10 07:30:47.758183 | fa163ef4-4e38-a4de-df26-0000000050ce | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-10 07:30:48.297669 | fa163ef4-4e38-a4de-df26-0000000050ce | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-10 07:30:48.298595 | fa163ef4-4e38-a4de-df26-0000000050ce | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:28:12.363457 | 0.54s 2025-10-10 07:30:48.318691 | fa163ef4-4e38-a4de-df26-0000000050cf | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-10 07:30:48.746814 | fa163ef4-4e38-a4de-df26-0000000050cf | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-10 07:30:48.747738 | fa163ef4-4e38-a4de-df26-0000000050cf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:28:12.812603 | 0.43s 2025-10-10 07:30:48.767963 | fa163ef4-4e38-a4de-df26-0000000050d0 | TASK | Enable and start tripleo-container-shutdown 2025-10-10 07:30:49.732395 | fa163ef4-4e38-a4de-df26-0000000050d0 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-10 07:30:49.733830 | fa163ef4-4e38-a4de-df26-0000000050d0 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:28:13.798691 | 0.96s 2025-10-10 07:30:49.760319 | fa163ef4-4e38-a4de-df26-0000000050d1 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-10 07:30:50.267510 | fa163ef4-4e38-a4de-df26-0000000050d1 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-10 07:30:50.268604 | fa163ef4-4e38-a4de-df26-0000000050d1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:28:14.333466 | 0.51s 2025-10-10 07:30:50.288356 | fa163ef4-4e38-a4de-df26-0000000050d2 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-10 07:30:50.748915 | fa163ef4-4e38-a4de-df26-0000000050d2 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-10 07:30:50.750430 | fa163ef4-4e38-a4de-df26-0000000050d2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:28:14.815293 | 0.46s 2025-10-10 07:30:50.771911 | fa163ef4-4e38-a4de-df26-0000000050d3 | TASK | Enable and start netns-placeholder 2025-10-10 07:30:51.845929 | fa163ef4-4e38-a4de-df26-0000000050d3 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-10 07:30:51.848489 | fa163ef4-4e38-a4de-df26-0000000050d3 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:28:15.913348 | 1.07s 2025-10-10 07:30:51.874611 | fa163ef4-4e38-a4de-df26-000000005099 | TASK | Update container configs with new config hashes 2025-10-10 07:30:51.937136 | fa163ef4-4e38-a4de-df26-000000005099 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:16.001992 | 0.06s 2025-10-10 07:30:51.949337 | e46c9c4d-4b4d-4e0e-9a36-f17e1bc763f8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-10 07:30:51.976387 | fa163ef4-4e38-a4de-df26-0000000050fb | TASK | Update config hashes for container startup configs 2025-10-10 07:30:52.216354 | fa163ef4-4e38-a4de-df26-0000000050fb | OK | Update config hashes for container startup configs | standalone 2025-10-10 07:30:52.218113 | fa163ef4-4e38-a4de-df26-0000000050fb | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:28:16.282974 | 0.24s 2025-10-10 07:30:52.244465 | fa163ef4-4e38-a4de-df26-00000000509a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-10 07:30:52.288037 | fa163ef4-4e38-a4de-df26-00000000509a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:16.352881 | 0.04s 2025-10-10 07:30:52.307711 | 4743d446-fbd7-4bd9-9824-2c78b251355e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-10 07:30:52.333894 | fa163ef4-4e38-a4de-df26-00000000511a | TASK | Gather podman infos 2025-10-10 07:30:54.388993 | fa163ef4-4e38-a4de-df26-00000000511a | OK | Gather podman infos | standalone 2025-10-10 07:30:54.390259 | fa163ef4-4e38-a4de-df26-00000000511a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:28:18.455113 | 2.05s 2025-10-10 07:30:54.536097 | fa163ef4-4e38-a4de-df26-00000000511b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-10 07:30:54.582797 | fa163ef4-4e38-a4de-df26-00000000511b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:18.647647 | 0.04s 2025-10-10 07:30:54.759482 | fa163ef4-4e38-a4de-df26-000000005164 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:28:18.824331 | 0.13s 2025-10-10 07:30:54.812800 | fa163ef4-4e38-a4de-df26-00000000509b | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-10 07:30:54.875036 | fa163ef4-4e38-a4de-df26-00000000509b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:18.939886 | 0.06s 2025-10-10 07:30:54.891050 | 661911fb-4ed1-48de-beb1-798fd7b4484a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-10 07:30:54.924933 | fa163ef4-4e38-a4de-df26-00000000518a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-10 07:31:19.868092 | fa163ef4-4e38-a4de-df26-00000000518a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-10 07:31:19.869979 | fa163ef4-4e38-a4de-df26-00000000518a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:43.934839 | 24.94s 2025-10-10 07:31:19.893341 | fa163ef4-4e38-a4de-df26-00000000518b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-10 07:31:46.134946 | fa163ef4-4e38-a4de-df26-00000000518b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-10 07:31:46.136036 | fa163ef4-4e38-a4de-df26-00000000518b | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:10.200899 | 26.24s 2025-10-10 07:31:46.183469 | fa163ef4-4e38-a4de-df26-000000004ff8 | TASK | Clean container_puppet_tasks for standalone step 5 2025-10-10 07:31:46.400442 | fa163ef4-4e38-a4de-df26-000000004ff8 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-10-10 07:31:46.401821 | fa163ef4-4e38-a4de-df26-000000004ff8 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:29:10.466676 | 0.22s 2025-10-10 07:31:46.455699 | fa163ef4-4e38-a4de-df26-000000004ff9 | TASK | Calculate container_puppet_tasks for standalone step 5 2025-10-10 07:31:46.487190 | fa163ef4-4e38-a4de-df26-000000004ff9 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:29:10.552035 | 0.03s 2025-10-10 07:31:46.515273 | fa163ef4-4e38-a4de-df26-000000004ffa | TASK | Include container-puppet tasks for step 5 2025-10-10 07:31:46.558803 | fa163ef4-4e38-a4de-df26-000000004ffa | TIMING | Include container-puppet tasks for step 5 | standalone | 0:29:10.623643 | 0.04s 2025-10-10 07:31:46.584768 | 0a3148e3-f7c9-428f-b5b4-be3399b6ae77 | INCLUDED | /root/standalone-ansible-5h987wtv/host-container-puppet-tasks.yaml | standalone 2025-10-10 07:31:46.626449 | fa163ef4-4e38-a4de-df26-0000000051d6 | TASK | Write container-puppet-tasks json file for standalone step 5 2025-10-10 07:31:47.158949 | fa163ef4-4e38-a4de-df26-0000000051d6 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-10-10 07:31:47.160536 | fa163ef4-4e38-a4de-df26-0000000051d6 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:29:11.225389 | 0.53s 2025-10-10 07:31:47.195375 | fa163ef4-4e38-a4de-df26-0000000051d8 | TASK | Generate container puppet configs for step 5 2025-10-10 07:31:47.514155 | fa163ef4-4e38-a4de-df26-0000000051d8 | OK | Generate container puppet configs for step 5 | standalone 2025-10-10 07:31:47.515672 | fa163ef4-4e38-a4de-df26-0000000051d8 | TIMING | Generate container puppet configs for step 5 | standalone | 0:29:11.580521 | 0.32s 2025-10-10 07:31:47.548986 | fa163ef4-4e38-a4de-df26-0000000051d9 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-10-10 07:31:47.570640 | fa163ef4-4e38-a4de-df26-0000000051d9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:29:11.635477 | 0.02s 2025-10-10 07:31:47.644468 | fa163ef4-4e38-a4de-df26-000000005208 | TASK | Gather variables for each operating system 2025-10-10 07:31:47.745420 | fa163ef4-4e38-a4de-df26-000000005208 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:11.810266 | 0.10s 2025-10-10 07:31:47.769842 | fa163ef4-4e38-a4de-df26-000000005209 | TASK | Create container logs path 2025-10-10 07:31:47.975286 | fa163ef4-4e38-a4de-df26-000000005209 | OK | Create container logs path | standalone 2025-10-10 07:31:47.976265 | fa163ef4-4e38-a4de-df26-000000005209 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:12.041130 | 0.21s 2025-10-10 07:31:47.998074 | fa163ef4-4e38-a4de-df26-00000000520b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-10 07:31:48.206501 | fa163ef4-4e38-a4de-df26-00000000520b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-10 07:31:48.208038 | fa163ef4-4e38-a4de-df26-00000000520b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:12.272886 | 0.21s 2025-10-10 07:31:48.240593 | fa163ef4-4e38-a4de-df26-00000000520c | TASK | Finalise hashes for all containers 2025-10-10 07:31:48.288193 | fa163ef4-4e38-a4de-df26-00000000520c | OK | Finalise hashes for all containers | standalone 2025-10-10 07:31:48.289857 | fa163ef4-4e38-a4de-df26-00000000520c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:12.354711 | 0.05s 2025-10-10 07:31:48.322718 | fa163ef4-4e38-a4de-df26-00000000520e | TASK | Manage systemd shutdown files 2025-10-10 07:31:48.359256 | fa163ef4-4e38-a4de-df26-00000000520e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-10 07:31:48.361052 | fa163ef4-4e38-a4de-df26-00000000520e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:12.425898 | 0.04s 2025-10-10 07:31:48.394484 | fa163ef4-4e38-a4de-df26-000000005210 | TASK | Update container configs with new config hashes 2025-10-10 07:31:48.449207 | fa163ef4-4e38-a4de-df26-000000005210 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-10 07:31:48.450057 | fa163ef4-4e38-a4de-df26-000000005210 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:12.514919 | 0.05s 2025-10-10 07:31:48.477069 | fa163ef4-4e38-a4de-df26-000000005211 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-10 07:31:48.527597 | fa163ef4-4e38-a4de-df26-000000005211 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-10 07:31:48.528737 | fa163ef4-4e38-a4de-df26-000000005211 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:12.593593 | 0.05s 2025-10-10 07:31:48.554391 | fa163ef4-4e38-a4de-df26-000000005212 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-10 07:31:48.594579 | fa163ef4-4e38-a4de-df26-000000005212 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-10 07:31:48.595855 | fa163ef4-4e38-a4de-df26-000000005212 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:12.660708 | 0.04s PLAY [Server Post Deployments] ************************************************* 2025-10-10 07:31:48.767674 | fa163ef4-4e38-a4de-df26-0000000000f7 | TASK | Server Post Deployments 2025-10-10 07:31:48.794664 | fa163ef4-4e38-a4de-df26-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', 'fa163ef4-4e38-a4de-df26-0000000000f7') missing from stats 2025-10-10 07:31:48.873922 | fa163ef4-4e38-a4de-df26-0000000000f8 | TIMING | include_tasks | standalone | 0:29:12.938767 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2025-10-10 07:31:48.984063 | fa163ef4-4e38-a4de-df26-0000000000fc | TASK | External deployment Post Deploy tasks 2025-10-10 07:31:49.011003 | fa163ef4-4e38-a4de-df26-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', 'fa163ef4-4e38-a4de-df26-0000000000fc') missing from stats 2025-10-10 07:31:49.028250 | fa163ef4-4e38-a4de-df26-000000000100 | TASK | is additonal Cell? 2025-10-10 07:31:49.056553 | fa163ef4-4e38-a4de-df26-000000000100 | OK | is additonal Cell? | undercloud 2025-10-10 07:31:49.057676 | fa163ef4-4e38-a4de-df26-000000000100 | TIMING | is additonal Cell? | undercloud | 0:29:13.122535 | 0.03s 2025-10-10 07:31:49.073657 | fa163ef4-4e38-a4de-df26-000000000102 | TASK | discover via nova_manager? 2025-10-10 07:31:49.154660 | fa163ef4-4e38-a4de-df26-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-10-10 07:31:49.156090 | fa163ef4-4e38-a4de-df26-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:29:13.220942 | 0.08s 2025-10-10 07:31:49.174525 | fa163ef4-4e38-a4de-df26-000000000103 | TASK | discover via nova_api? 2025-10-10 07:31:49.262818 | fa163ef4-4e38-a4de-df26-000000000103 | OK | discover via nova_api? | undercloud 2025-10-10 07:31:49.264237 | fa163ef4-4e38-a4de-df26-000000000103 | TIMING | discover via nova_api? | undercloud | 0:29:13.329090 | 0.09s 2025-10-10 07:31:49.282306 | fa163ef4-4e38-a4de-df26-000000000104 | TASK | Warn if no discovery host available 2025-10-10 07:31:49.345375 | fa163ef4-4e38-a4de-df26-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-10-10 07:31:49.346481 | fa163ef4-4e38-a4de-df26-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:29:13.411337 | 0.06s 2025-10-10 07:31:49.375579 | fa163ef4-4e38-a4de-df26-000000000105 | TASK | Discovering nova hosts 2025-10-10 07:31:52.123589 | fa163ef4-4e38-a4de-df26-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ef4-4e38-a4de- df26-000000000105') missing from stats 2025-10-10 07:31:52.205327 | fa163ef4-4e38-a4de-df26-000000000106 | OK | set_fact | undercloud 2025-10-10 07:31:52.206865 | fa163ef4-4e38-a4de-df26-000000000106 | TIMING | set_fact | undercloud | 0:29:16.271711 | 0.07s 2025-10-10 07:31:52.221363 | fa163ef4-4e38-a4de-df26-000000000108 | TASK | Set up group_vars 2025-10-10 07:31:52.259671 | fa163ef4-4e38-a4de-df26-000000000108 | OK | Set up group_vars | undercloud 2025-10-10 07:31:52.260567 | fa163ef4-4e38-a4de-df26-000000000108 | TIMING | Set up group_vars | undercloud | 0:29:16.325424 | 0.04s 2025-10-10 07:31:52.274472 | fa163ef4-4e38-a4de-df26-000000000109 | TASK | Make needed directories on the undercloud 2025-10-10 07:31:52.491472 | fa163ef4-4e38-a4de-df26-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-5h987wtv/octavia-ansible 2025-10-10 07:31:52.492423 | fa163ef4-4e38-a4de-df26-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:16.557284 | 0.22s 2025-10-10 07:31:52.717841 | fa163ef4-4e38-a4de-df26-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-5h987wtv/octavia-ansible/local_dir 2025-10-10 07:31:52.718537 | fa163ef4-4e38-a4de-df26-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:16.783401 | 0.44s 2025-10-10 07:31:52.929278 | fa163ef4-4e38-a4de-df26-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-5h987wtv/octavia-ansible/group_vars 2025-10-10 07:31:52.930308 | fa163ef4-4e38-a4de-df26-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:16.995173 | 0.66s 2025-10-10 07:31:52.940474 | fa163ef4-4e38-a4de-df26-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:17.005330 | 0.67s 2025-10-10 07:31:52.955401 | fa163ef4-4e38-a4de-df26-00000000010a | TASK | Write group_vars file 2025-10-10 07:31:53.380082 | fa163ef4-4e38-a4de-df26-00000000010a | CHANGED | Write group_vars file | undercloud 2025-10-10 07:31:53.381141 | fa163ef4-4e38-a4de-df26-00000000010a | TIMING | Write group_vars file | undercloud | 0:29:17.446001 | 0.42s 2025-10-10 07:31:53.410574 | fa163ef4-4e38-a4de-df26-00000000010b | TASK | Gather missing facts 2025-10-10 07:31:53.776288 | fa163ef4-4e38-a4de-df26-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ef4-4e38-a4de- df26-00000000010b') missing from stats 2025-10-10 07:31:53.792750 | fa163ef4-4e38-a4de-df26-00000000010b | TIMING | Gather missing facts | undercloud | 0:29:17.857608 | 0.38s 2025-10-10 07:31:53.807256 | fa163ef4-4e38-a4de-df26-00000000010c | TASK | Write octavia inventory 2025-10-10 07:31:54.413052 | fa163ef4-4e38-a4de-df26-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-10-10 07:31:54.414834 | fa163ef4-4e38-a4de-df26-00000000010c | TIMING | Write octavia inventory | undercloud | 0:29:18.479688 | 0.60s 2025-10-10 07:31:54.433704 | fa163ef4-4e38-a4de-df26-00000000010d | TASK | Check for ssh_private_key in working directory 2025-10-10 07:31:54.654639 | fa163ef4-4e38-a4de-df26-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-10-10 07:31:54.655696 | fa163ef4-4e38-a4de-df26-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:29:18.720556 | 0.22s 2025-10-10 07:31:54.670730 | fa163ef4-4e38-a4de-df26-00000000010e | TASK | Set private key location 2025-10-10 07:31:54.744474 | fa163ef4-4e38-a4de-df26-00000000010e | SKIPPED | Set private key location | undercloud 2025-10-10 07:31:54.745850 | fa163ef4-4e38-a4de-df26-00000000010e | TIMING | Set private key location | undercloud | 0:29:18.810702 | 0.07s 2025-10-10 07:31:54.764236 | fa163ef4-4e38-a4de-df26-00000000010f | TASK | Configure octavia command 2025-10-10 07:31:54.818406 | fa163ef4-4e38-a4de-df26-00000000010f | OK | Configure octavia command | undercloud 2025-10-10 07:31:54.820043 | fa163ef4-4e38-a4de-df26-00000000010f | TIMING | Configure octavia command | undercloud | 0:29:18.884897 | 0.05s 2025-10-10 07:31:54.868308 | fa163ef4-4e38-a4de-df26-000000000110 | OK | set_fact | undercloud 2025-10-10 07:31:54.869619 | fa163ef4-4e38-a4de-df26-000000000110 | TIMING | set_fact | undercloud | 0:29:18.934473 | 0.03s 2025-10-10 07:31:54.943430 | fa163ef4-4e38-a4de-df26-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-5h987wtv/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-5h987wtv/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-5h987wtv/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-10-10 07:31:54.944453 | fa163ef4-4e38-a4de-df26-000000000111 | TIMING | debug | undercloud | 0:29:19.009312 | 0.06s 2025-10-10 07:31:54.960633 | fa163ef4-4e38-a4de-df26-000000000112 | TASK | Configure octavia on overcloud 2025-10-10 07:35:47.266494 | fa163ef4-4e38-a4de-df26-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-10-10 07:35:47.268156 | fa163ef4-4e38-a4de-df26-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:33:11.333019 | 232.31s 2025-10-10 07:35:47.283990 | fa163ef4-4e38-a4de-df26-000000000113 | TASK | Purge temp dirs 2025-10-10 07:35:47.517748 | fa163ef4-4e38-a4de-df26-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-5h987wtv/octavia-ansible/local_dir 2025-10-10 07:35:47.519183 | fa163ef4-4e38-a4de-df26-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:11.584043 | 0.23s 2025-10-10 07:35:47.523922 | fa163ef4-4e38-a4de-df26-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:11.588777 | 0.24s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=646 changed=315 unreachable=0 failed=0 skipped=328 rescued=0 ignored=0 undercloud : ok=183 changed=66 unreachable=0 failed=0 skipped=34 rescued=0 ignored=2 2025-10-10 07:35:47.583296 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 07:35:47.583641 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1219 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 07:35:47.583910 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:33:11.648777 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-10 07:35:47.584156 | UUID | Info | Host | Task Name | Run Time 2025-10-10 07:35:47.584411 | fa163ef4-4e38-a4de-df26-0000000021ff | SUMMARY | standalone | Pre-fetch all the containers | 282.00s 2025-10-10 07:35:47.584677 | fa163ef4-4e38-a4de-df26-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 232.31s 2025-10-10 07:35:47.584961 | fa163ef4-4e38-a4de-df26-000000004df4 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 126.35s 2025-10-10 07:35:47.585293 | fa163ef4-4e38-a4de-df26-0000000033e7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 106.01s 2025-10-10 07:35:47.585590 | fa163ef4-4e38-a4de-df26-00000000249c | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.48s 2025-10-10 07:35:47.585840 | fa163ef4-4e38-a4de-df26-000000003c12 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 56.41s 2025-10-10 07:35:47.586119 | fa163ef4-4e38-a4de-df26-00000000304f | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 56.37s 2025-10-10 07:35:47.586378 | fa163ef4-4e38-a4de-df26-00000000263a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 32.36s 2025-10-10 07:35:47.586664 | fa163ef4-4e38-a4de-df26-000000003c13 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 31.67s 2025-10-10 07:35:47.586955 | fa163ef4-4e38-a4de-df26-000000004c58 | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.96s 2025-10-10 07:35:47.587199 | fa163ef4-4e38-a4de-df26-000000003413 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 26.97s 2025-10-10 07:35:47.587432 | fa163ef4-4e38-a4de-df26-00000000518b | 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.24s 2025-10-10 07:35:47.587695 | fa163ef4-4e38-a4de-df26-00000000346b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 25.87s 2025-10-10 07:35:47.587972 | fa163ef4-4e38-a4de-df26-00000000343f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 25.62s 2025-10-10 07:35:47.588229 | fa163ef4-4e38-a4de-df26-00000000518a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 24.94s 2025-10-10 07:35:47.588477 | fa163ef4-4e38-a4de-df26-000000004f47 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 23.92s 2025-10-10 07:35:47.588722 | fa163ef4-4e38-a4de-df26-000000004eef | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 23.47s 2025-10-10 07:35:47.588993 | fa163ef4-4e38-a4de-df26-000000004f1b | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 23.47s 2025-10-10 07:35:47.589244 | fa163ef4-4e38-a4de-df26-00000000216d | SUMMARY | standalone | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | 21.16s 2025-10-10 07:35:47.589473 | fa163ef4-4e38-a4de-df26-000000004df3 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 20.85s 2025-10-10 07:35:47.589910 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-5h987wtv Install artifact is located at /root/standalone-install-20251010073548.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.JVndSwmsK2 + exit 0 ~/ci-framework-data/artifacts