~/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.Y3FpkjKNrJ + 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.Y3FpkjKNrJ/standalone_cmds + SKIP_TRIPLEO_REPOS=false + CLEANUP_DIR_CMD='rm -Rf' + EDPM_COMPUTE_VCPUS=8 + EDPM_COMPUTE_RAM=20 + EDPM_COMPUTE_DISK_SIZE=70 + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + OCTAVIA_ENABLED=true + DESIGNATE_ENABLED=false + TELEMETRY_ENABLED=true + [[ ! -f /home/zuul/.ssh/id_rsa ]] + source /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/common.sh ++ OVN_NBCTL=ovn-nbctl ++ OVN_SBCTL=ovn-sbctl ++ OVN_NB_SERVICE=ovsdbserver-nb ++ OVN_SB_SERVICE=ovsdbserver-sb + [[ ! -f /home/zuul/cdn_subscription_repos.sh ]] + [[ -e /run/systemd/resolve/resolv.conf ]] + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + [[ ! -f /tmp/tmp.Y3FpkjKNrJ/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.Y3FpkjKNrJ + J2_VARS_FILE=/tmp/tmp.Y3FpkjKNrJ/tmp.7bPdF7zbzh.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.Y3FpkjKNrJ/tmp.7bPdF7zbzh.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.Y3FpkjKNrJ/tmp.7bPdF7zbzh.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.Y3FpkjKNrJ/tmp.7bPdF7zbzh.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.Y3FpkjKNrJ/tmp.7bPdF7zbzh.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.Y3FpkjKNrJ/tmp.7bPdF7zbzh.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.Y3FpkjKNrJ/tmp.7bPdF7zbzh.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.Y3FpkjKNrJ/tmp.7bPdF7zbzh.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.Y3FpkjKNrJ/tmp.7bPdF7zbzh.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.Y3FpkjKNrJ/tmp.7bPdF7zbzh.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.Y3FpkjKNrJ/tmp.7bPdF7zbzh.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.Y3FpkjKNrJ/tmp.7bPdF7zbzh.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.Y3FpkjKNrJ/tmp.7bPdF7zbzh.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.Y3FpkjKNrJ/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.Y3FpkjKNrJ/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.Y3FpkjKNrJ/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.Y3FpkjKNrJ/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.Y3FpkjKNrJ/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 9.3 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-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.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 74 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20251015110812.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 611 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-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.20250811150836.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 253 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20250725131333.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20250804151611.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 73 k puppet-git noarch 0.5.0-17.1.20250725114148.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20250725114653.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20251008130751.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k puppet-inifile noarch 4.2.1-17.1.20250804150825.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k puppet-ipaclient noarch 2.5.2-17.1.20250725102608.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20250725114922.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-keystone noarch 18.6.1-17.1.20251008090800.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 126 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20250725115430.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20250725114017.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-rsync noarch 1.1.4-17.1.20250804151510.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20250725115759.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20250725113328.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20250725113408.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.6-141.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 383 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 198 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250804050821.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 569 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-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): python3-openvswitch3.3-3.3.6-141.el9fd 3.2 MB/s | 383 kB 00:00 (2/399): bash-completion-2.11-4.el9.noarch.rpm 3.5 MB/s | 459 kB 00:00 (3/399): device-mapper-persistent-data-0.9.0-13 5.3 MB/s | 786 kB 00:00 (4/399): libaio-0.3.111-13.el9.x86_64.rpm 745 kB/s | 26 kB 00:00 (5/399): glibc-langpack-en-2.34-60.el9.x86_64.r 13 MB/s | 675 kB 00:00 (6/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 1.6 MB/s | 62 kB 00:00 (7/399): krb5-workstation-1.20.1-8.el9.x86_64.r 11 MB/s | 542 kB 00:00 (8/399): libkadm5-1.20.1-8.el9.x86_64.rpm 2.0 MB/s | 81 kB 00:00 (9/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 980 kB/s | 37 kB 00:00 (10/399): pkgconf-1.7.3-10.el9.x86_64.rpm 1.2 MB/s | 45 kB 00:00 (11/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 445 kB/s | 16 kB 00:00 (12/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 348 kB/s | 12 kB 00:00 (13/399): python3-dns-2.2.1-2.el9.noarch.rpm 9.3 MB/s | 418 kB 00:00 (14/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.rp 976 kB/s | 36 kB 00:00 (15/399): python3-libipa_hbac-2.8.2-5.el9_2.5.x 809 kB/s | 30 kB 00:00 (16/399): python3-sss-murmur-2.8.2-5.el9_2.5.x8 513 kB/s | 19 kB 00:00 (17/399): device-mapper-event-1.02.187-7.el9_2. 853 kB/s | 32 kB 00:00 (18/399): device-mapper-event-libs-1.02.187-7.e 803 kB/s | 31 kB 00:00 (19/399): perl-IO-Socket-SSL-2.073-1.el9.noarch 5.4 MB/s | 223 kB 00:00 (20/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 23 MB/s | 1.5 MB 00:00 (21/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.rp 15 MB/s | 1.0 MB 00:00 (22/399): boost-system-1.75.0-8.el9.x86_64.rpm 381 kB/s | 15 kB 00:00 (23/399): perl-Getopt-Long-2.52-4.el9.noarch.rp 1.7 MB/s | 64 kB 00:00 (24/399): perl-Storable-3.21-460.el9.x86_64.rpm 2.3 MB/s | 98 kB 00:00 (25/399): python3-urllib-gssapi-1.0.2-4.el9.noa 646 kB/s | 24 kB 00:00 (26/399): boost-locale-1.75.0-8.el9.x86_64.rpm 5.2 MB/s | 216 kB 00:00 (27/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 445 kB/s | 17 kB 00:00 (28/399): boost-thread-1.75.0-8.el9.x86_64.rpm 1.5 MB/s | 57 kB 00:00 (29/399): perl-Data-Dumper-2.174-462.el9.x86_64 1.6 MB/s | 59 kB 00:00 (30/399): perl-Exporter-5.74-461.el9.noarch.rpm 941 kB/s | 34 kB 00:00 (31/399): perl-File-Temp-0.231.100-4.el9.noarch 1.7 MB/s | 63 kB 00:00 (32/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 742 kB/s | 25 kB 00:00 (33/399): perl-parent-0.238-460.el9.noarch.rpm 448 kB/s | 16 kB 00:00 (34/399): python3-pyasn1-modules-0.4.8-6.el9.no 7.2 MB/s | 283 kB 00:00 (35/399): xorriso-1.5.4-4.el9.x86_64.rpm 7.8 MB/s | 321 kB 00:00 (36/399): libisofs-1.5.4-4.el9.x86_64.rpm 5.2 MB/s | 224 kB 00:00 (37/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 1.2 MB/s | 45 kB 00:00 (38/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 10 MB/s | 392 kB 00:00 (39/399): perl-PathTools-3.78-461.el9.x86_64.rp 2.5 MB/s | 92 kB 00:00 (40/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 5.6 MB/s | 229 kB 00:00 (41/399): perl-Term-ANSIColor-5.01-461.el9.noar 1.3 MB/s | 51 kB 00:00 (42/399): perl-Text-ParseWords-3.30-460.el9.noa 538 kB/s | 18 kB 00:00 (43/399): perl-URI-5.09-3.el9.noarch.rpm 3.2 MB/s | 125 kB 00:00 (44/399): perl-libnet-3.13-4.el9.noarch.rpm 3.6 MB/s | 134 kB 00:00 (45/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 25 MB/s | 1.2 MB 00:00 (46/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 707 kB/s | 26 kB 00:00 (47/399): iptables-nft-services-1.8.8-6.el9_1.n 761 kB/s | 28 kB 00:00 (48/399): perl-Carp-1.50-460.el9.noarch.rpm 910 kB/s | 31 kB 00:00 (49/399): perl-Pod-Escapes-1.07-460.el9.noarch. 627 kB/s | 22 kB 00:00 (50/399): perl-Encode-3.08-462.el9.x86_64.rpm 29 MB/s | 1.7 MB 00:00 (51/399): python3-psutil-5.8.0-12.el9.x86_64.rp 5.5 MB/s | 218 kB 00:00 (52/399): libburn-1.5.4-4.el9.x86_64.rpm 4.4 MB/s | 175 kB 00:00 (53/399): perl-Mozilla-CA-20200520-6.el9.noarch 389 kB/s | 14 kB 00:00 (54/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 694 kB/s | 24 kB 00:00 (55/399): perl-Time-Local-1.300-7.el9.noarch.rp 970 kB/s | 37 kB 00:00 (56/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 1.9 MB/s | 76 kB 00:00 (57/399): python3-yubico-1.3.3-7.el9.noarch.rpm 1.9 MB/s | 73 kB 00:00 (58/399): sshpass-1.09-4.el9.x86_64.rpm 862 kB/s | 30 kB 00:00 (59/399): boost-filesystem-1.75.0-8.el9.x86_64. 1.5 MB/s | 59 kB 00:00 (60/399): boost-log-1.75.0-8.el9.x86_64.rpm 9.8 MB/s | 410 kB 00:00 (61/399): boost-program-options-1.75.0-8.el9.x8 2.5 MB/s | 108 kB 00:00 (62/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 1.1 MB/s | 39 kB 00:00 (63/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 972 kB/s | 34 kB 00:00 (64/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 531 kB/s | 19 kB 00:00 (65/399): libisoburn-1.5.4-4.el9.x86_64.rpm 9.3 MB/s | 419 kB 00:00 (66/399): perl-Digest-1.19-4.el9.noarch.rpm 800 kB/s | 29 kB 00:00 (67/399): perl-File-Path-2.18-4.el9.noarch.rpm 875 kB/s | 38 kB 00:00 (68/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 2.4 MB/s | 92 kB 00:00 (69/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 1.1 MB/s | 43 kB 00:00 (70/399): perl-Scalar-List-Utils-1.56-461.el9.x 2.1 MB/s | 77 kB 00:00 (71/399): perl-Socket-2.031-4.el9.x86_64.rpm 1.5 MB/s | 58 kB 00:00 (72/399): perl-constant-1.33-461.el9.noarch.rpm 706 kB/s | 25 kB 00:00 (73/399): perl-podlators-4.14-460.el9.noarch.rp 3.1 MB/s | 118 kB 00:00 (74/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 2.9 MB/s | 112 kB 00:00 (75/399): python3-appdirs-1.4.4-4.el9.noarch.rp 705 kB/s | 27 kB 00:00 (76/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 4.2 MB/s | 163 kB 00:00 (77/399): python3-qrcode-core-6.1-12.el9.noarch 1.6 MB/s | 61 kB 00:00 (78/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 2.1 MB/s | 96 kB 00:00 (79/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 1.2 MB/s | 48 kB 00:00 (80/399): boost-regex-1.75.0-8.el9.x86_64.rpm 6.9 MB/s | 279 kB 00:00 (81/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 5.2 MB/s | 221 kB 00:00 (82/399): python3-alembic-1.7.5-3.el9.noarch.rp 18 MB/s | 900 kB 00:00 (83/399): python3-augeas-0.5.0-25.el9.noarch.rp 856 kB/s | 31 kB 00:00 (84/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 11 MB/s | 489 kB 00:00 (85/399): perl-AutoLoader-5.74-480.el9.noarch.r 334 kB/s | 23 kB 00:00 (86/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 532 kB/s | 42 kB 00:00 (87/399): perl-B-1.80-480.el9.x86_64.rpm 1.9 MB/s | 185 kB 00:00 (88/399): perl-Errno-1.30-480.el9.x86_64.rpm 426 kB/s | 17 kB 00:00 (89/399): perl-Class-Struct-0.66-480.el9.noarch 522 kB/s | 24 kB 00:00 (90/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 657 kB/s | 23 kB 00:00 (91/399): perl-File-Basename-2.85-480.el9.noarc 535 kB/s | 19 kB 00:00 (92/399): perl-File-stat-1.09-480.el9.noarch.rp 531 kB/s | 19 kB 00:00 (93/399): perl-FileHandle-2.03-480.el9.noarch.r 478 kB/s | 17 kB 00:00 (94/399): perl-Getopt-Std-1.12-480.el9.noarch.r 504 kB/s | 17 kB 00:00 (95/399): perl-IO-1.43-480.el9.x86_64.rpm 2.5 MB/s | 94 kB 00:00 (96/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 700 kB/s | 25 kB 00:00 (97/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 648 kB/s | 25 kB 00:00 (98/399): perl-POSIX-1.94-480.el9.x86_64.rpm 2.0 MB/s | 99 kB 00:00 (99/399): perl-SelectSaver-1.02-480.el9.noarch. 374 kB/s | 13 kB 00:00 (100/399): perl-Symbol-1.08-480.el9.noarch.rpm 452 kB/s | 16 kB 00:00 (101/399): perl-base-2.27-480.el9.noarch.rpm 475 kB/s | 18 kB 00:00 (102/399): perl-if-0.60.800-480.el9.noarch.rpm 403 kB/s | 16 kB 00:00 (103/399): perl-interpreter-5.32.1-480.el9.x86_ 1.9 MB/s | 75 kB 00:00 (104/399): perl-mro-1.23-480.el9.x86_64.rpm 857 kB/s | 31 kB 00:00 (105/399): perl-overload-1.31-480.el9.noarch.rp 1.3 MB/s | 47 kB 00:00 (106/399): perl-libs-5.32.1-480.el9.x86_64.rpm 30 MB/s | 2.2 MB 00:00 (107/399): perl-overloading-0.02-480.el9.noarch 414 kB/s | 15 kB 00:00 (108/399): perl-subs-1.03-480.el9.noarch.rpm 381 kB/s | 13 kB 00:00 (109/399): perl-vars-1.05-480.el9.noarch.rpm 355 kB/s | 15 kB 00:00 (110/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 6.5 MB/s | 259 kB 00:00 (111/399): python3-mako-1.1.4-6.el9.noarch.rpm 4.3 MB/s | 176 kB 00:00 (112/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 11 MB/s | 459 kB 00:00 (113/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 1.0 MB/s | 40 kB 00:00 (114/399): jq-1.6-14.el9.x86_64.rpm 4.8 MB/s | 190 kB 00:00 (115/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.6 MB/s | 59 kB 00:00 (116/399): ansible-freeipa-1.9.2-3.el9_2.noarch 9.9 MB/s | 452 kB 00:00 (117/399): rhel-system-roles-1.21.2-1.el9_2.noa 38 MB/s | 2.4 MB 00:00 (118/399): ipa-client-common-4.10.1-12.el9_2.2. 956 kB/s | 44 kB 00:00 (119/399): ipa-common-4.10.1-12.el9_2.2.noarch. 15 MB/s | 656 kB 00:00 (120/399): python3-ipaclient-4.10.1-12.el9_2.2. 14 MB/s | 648 kB 00:00 (121/399): python3-ipalib-4.10.1-12.el9_2.2.noa 14 MB/s | 663 kB 00:00 (122/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 1.3 MB/s | 57 kB 00:00 (123/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 1.0 MB/s | 41 kB 00:00 (124/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 41 MB/s | 3.3 MB 00:00 (125/399): ruby-default-gems-3.0.4-161.el9_2.2. 416 kB/s | 46 kB 00:00 (126/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 48 MB/s | 7.9 MB 00:00 (127/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 1.3 MB/s | 55 kB 00:00 (128/399): rubygem-bundler-2.2.33-161.el9_2.2.n 9.2 MB/s | 456 kB 00:00 (129/399): rubygem-io-console-0.5.7-161.el9_2.2 713 kB/s | 26 kB 00:00 (130/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 1.6 MB/s | 59 kB 00:00 (131/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 1.6 MB/s | 60 kB 00:00 (132/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 9.6 MB/s | 441 kB 00:00 (133/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 2.5 MB/s | 110 kB 00:00 (134/399): rubygems-3.2.33-161.el9_2.2.noarch.r 7.2 MB/s | 306 kB 00:00 (135/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 28 MB/s | 2.2 MB 00:00 (136/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 1.9 MB/s | 245 kB 00:00 (137/399): buildah-1.29.5-1.el9_2.x86_64.rpm 53 MB/s | 8.6 MB 00:00 (138/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.7 MB/s | 68 kB 00:00 (139/399): ansible-collection-community-general 14 MB/s | 1.3 MB 00:00 (140/399): ansible-collection-ansible-posix-1.2 2.7 MB/s | 124 kB 00:00 (141/399): cephadm-18.2.1-361.el9cp.noarch.rpm 7.4 MB/s | 354 kB 00:00 (142/399): ansible-collection-ansible-netcommon 4.2 MB/s | 181 kB 00:00 (143/399): ansible-collection-ansible-utils-2.3 2.4 MB/s | 91 kB 00:00 (144/399): golang-github-vbatts-tar-split-0.11. 21 MB/s | 1.0 MB 00:00 (145/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 1.7 MB/s | 77 kB 00:00 (146/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 4.0 MB/s | 162 kB 00:00 (147/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 4.6 MB/s | 178 kB 00:00 (148/399): puppet-fdio-18.2-1.20220727113954.6f 582 kB/s | 25 kB 00:00 (149/399): python3-ansible-runner-2.0.0a1-3.el9 3.2 MB/s | 122 kB 00:00 (150/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 1.2 MB/s | 44 kB 00:00 (151/399): python3-beautifulsoup4-4.9.3-2.el9os 5.1 MB/s | 204 kB 00:00 (152/399): python3-croniter-0.3.35-2.el9ost.noa 1.4 MB/s | 49 kB 00:00 (153/399): python3-daemon-2.3.0-1.el9ost.noarch 1.1 MB/s | 39 kB 00:00 (154/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 1.2 MB/s | 44 kB 00:00 (155/399): python3-docutils-0.16-6.el9ost.noarc 24 MB/s | 1.5 MB 00:00 (156/399): python3-gevent-21.1.2-2.el9ost.x86_6 23 MB/s | 1.6 MB 00:00 (157/399): python3-gitdb-4.0.5-2.el9ost.noarch. 2.0 MB/s | 107 kB 00:00 (158/399): python3-jeepney-0.6.0-2.el9ost.noarc 6.9 MB/s | 284 kB 00:00 (159/399): python3-jmespath-0.10.0-1.el9ost.noa 1.3 MB/s | 46 kB 00:00 (160/399): python3-lockfile-0.12.2-2.el9ost.noa 792 kB/s | 31 kB 00:00 (161/399): python3-logutils-0.3.5-15.el9ost.noa 1.3 MB/s | 47 kB 00:00 (162/399): python3-memcached-1.59-3.el9ost.noar 1.1 MB/s | 40 kB 00:00 (163/399): python3-migrate-0.13.0-1.el9ost.noar 5.8 MB/s | 224 kB 00:00 (164/399): python3-mimeparse-1.6.0-16.el9ost.no 465 kB/s | 16 kB 00:00 (165/399): python3-natsort-7.1.1-2.el9ost.noarc 1.7 MB/s | 59 kB 00:00 (166/399): python3-pecan-1.4.0-2.el9ost.noarch. 7.0 MB/s | 273 kB 00:00 (167/399): python3-passlib-1.7.4-3.el9ost.noarc 14 MB/s | 712 kB 00:00 (168/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 2.4 MB/s | 90 kB 00:00 (169/399): python3-pynacl-1.4.0-1.el9ost.x86_64 3.0 MB/s | 111 kB 00:00 (170/399): python3-pyperclip-1.8.0-3.el9ost.noa 691 kB/s | 25 kB 00:00 (171/399): python3-setproctitle-1.2.2-1.el9ost. 664 kB/s | 23 kB 00:00 (172/399): python3-smmap-3.0.1-4.el9ost.noarch. 1.3 MB/s | 47 kB 00:00 (173/399): python3-soupsieve-2.2-1.el9ost.noarc 1.9 MB/s | 67 kB 00:00 (174/399): python3-sqlalchemy13-1.3.24-3.el9ost 30 MB/s | 1.7 MB 00:00 (175/399): python3-tenacity-6.3.1-1.el9ost.noar 1.1 MB/s | 51 kB 00:00 (176/399): python3-webtest-2.0.35-6.el9ost.noar 1.9 MB/s | 82 kB 00:00 (177/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 4.8 MB/s | 396 kB 00:00 (178/399): python3-zope-interface-5.4.0-1.el9os 2.6 MB/s | 202 kB 00:00 (179/399): python3-zope-event-4.2.0-20.el9ost.n 2.3 MB/s | 205 kB 00:00 (180/399): rubygem-concurrent-ruby-1.1.5-2.el9o 5.7 MB/s | 243 kB 00:00 (181/399): rubygem-deep_merge-1.2.1-7.el9ost.no 369 kB/s | 14 kB 00:00 (182/399): rubygem-fast_gettext-1.2.0-9.el9ost. 930 kB/s | 34 kB 00:00 (183/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 2.4 MB/s | 90 kB 00:00 (184/399): rubygem-multi_json-1.15.0-2.el9ost.n 552 kB/s | 22 kB 00:00 (185/399): rubygem-puppet-resource_api-1.8.13-1 757 kB/s | 34 kB 00:00 (186/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 421 kB/s | 16 kB 00:00 (187/399): rubygem-semantic_puppet-1.0.4-2.el9o 567 kB/s | 21 kB 00:00 (188/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 8.7 MB/s | 433 kB 00:00 (189/399): ansible-config_template-2.0.1-17.1.2 795 kB/s | 29 kB 00:00 (190/399): ansible-role-atos-hsm-1.0.1-17.1.202 406 kB/s | 17 kB 00:00 (191/399): ansible-role-chrony-1.3.1-17.1.20230 510 kB/s | 22 kB 00:00 (192/399): ansible-role-collectd-config-0.0.3-1 1.4 MB/s | 53 kB 00:00 (193/399): ansible-role-container-registry-1.4. 680 kB/s | 24 kB 00:00 (194/399): ansible-role-openstack-operations-0. 839 kB/s | 30 kB 00:00 (195/399): ansible-role-qdr-config-0.0.2-17.1.2 593 kB/s | 21 kB 00:00 (196/399): ansible-role-redhat-subscription-1.3 760 kB/s | 28 kB 00:00 (197/399): ansible-role-thales-hsm-3.0.1-17.1.2 600 kB/s | 21 kB 00:00 (198/399): ansible-role-tripleo-modify-image-1. 721 kB/s | 27 kB 00:00 (199/399): ansible-tripleo-ipa-0.3.1-17.1.20230 878 kB/s | 36 kB 00:00 (200/399): ansible-tripleo-ipsec-11.0.1-17.1.20 895 kB/s | 38 kB 00:00 (201/399): dib-utils-0.0.11-17.1.20230620173328 352 kB/s | 12 kB 00:00 (202/399): openstack-heat-agents-2.2.1-17.1.202 276 kB/s | 9.6 kB 00:00 (203/399): os-collect-config-13.1.1-17.1.202310 1.3 MB/s | 50 kB 00:00 (204/399): os-apply-config-13.1.1-17.1.20231020 1.2 MB/s | 54 kB 00:00 (205/399): os-refresh-config-13.1.1-17.1.202310 600 kB/s | 21 kB 00:00 (206/399): puppet-aodh-18.4.2-17.1.202306201512 1.5 MB/s | 62 kB 00:00 (207/399): puppet-auditd-2.2.1-17.1.20230620192 813 kB/s | 28 kB 00:00 (208/399): puppet-archive-4.6.1-17.1.2023062018 960 kB/s | 44 kB 00:00 (209/399): puppet-ceilometer-18.4.3-17.1.202309 1.8 MB/s | 70 kB 00:00 (210/399): puppet-certmonger-2.7.1-17.1.2023062 726 kB/s | 26 kB 00:00 (211/399): puppet-cinder-18.5.2-17.1.2023062105 3.0 MB/s | 120 kB 00:00 (212/399): puppet-collectd-13.0.1-17.1.20230620 3.4 MB/s | 135 kB 00:00 (213/399): puppet-corosync-8.0.1-17.1.202306211 1.6 MB/s | 68 kB 00:00 (214/399): puppet-designate-18.6.1-17.1.2023062 1.7 MB/s | 69 kB 00:00 (215/399): puppet-dns-8.2.1-17.1.20230621002045 1.0 MB/s | 36 kB 00:00 (216/399): puppet-etcd-1.12.3-17.1.202306201932 722 kB/s | 25 kB 00:00 (217/399): puppet-gnocchi-18.4.3-17.1.202306210 1.3 MB/s | 58 kB 00:00 (218/399): puppet-heat-18.4.1-17.1.202306211116 1.9 MB/s | 70 kB 00:00 (219/399): puppet-kmod-2.5.0-17.1.2023062019064 590 kB/s | 21 kB 00:00 (220/399): puppet-manila-18.5.2-17.1.2023110219 2.1 MB/s | 81 kB 00:00 (221/399): puppet-memcached-6.0.0-17.1.20230620 672 kB/s | 23 kB 00:00 (222/399): puppet-mysql-10.6.1-17.1.20230621022 2.7 MB/s | 99 kB 00:00 (223/399): puppet-neutron-18.6.1-17.1.202306210 5.0 MB/s | 196 kB 00:00 (224/399): puppet-nova-18.6.1-17.1.202306210904 5.3 MB/s | 200 kB 00:00 (225/399): puppet-nssdb-1.0.2-17.1.202306201856 352 kB/s | 12 kB 00:00 (226/399): puppet-octavia-18.5.1-17.1.202306210 2.0 MB/s | 76 kB 00:00 (227/399): puppet-openstack_extras-18.5.1-17.1. 1.2 MB/s | 48 kB 00:00 (228/399): puppet-openstacklib-18.5.2-17.1.2023 1.6 MB/s | 62 kB 00:00 (229/399): puppet-oslo-18.5.1-17.1.202306210523 1.4 MB/s | 48 kB 00:00 (230/399): puppet-placement-5.4.3-17.1.20230621 1.1 MB/s | 41 kB 00:00 (231/399): puppet-qdr-7.4.1-17.1.20230620195605 870 kB/s | 31 kB 00:00 (232/399): puppet-rabbitmq-11.0.1-17.1.20230620 6.4 MB/s | 266 kB 00:00 (233/399): puppet-redis-6.1.1-17.1.202306201917 1.4 MB/s | 51 kB 00:00 (234/399): puppet-rsyslog-4.0.1-17.1.2023062020 1.5 MB/s | 58 kB 00:00 (235/399): puppet-ssh-6.2.1-17.1.20230620190251 777 kB/s | 29 kB 00:00 (236/399): puppet-stdlib-6.3.1-17.1.20230621000 4.0 MB/s | 160 kB 00:00 (237/399): puppet-swift-18.6.1-17.1.20230621052 2.6 MB/s | 115 kB 00:00 (238/399): puppet-systemd-2.12.1-17.1.202306201 1.2 MB/s | 42 kB 00:00 (239/399): puppet-vswitch-14.4.3-17.1.202306210 1.2 MB/s | 41 kB 00:00 (240/399): puppet-xinetd-3.3.1-17.1.20230620185 730 kB/s | 26 kB 00:00 (241/399): python-oslo-cache-lang-2.7.1-17.1.20 548 kB/s | 19 kB 00:00 (242/399): python-oslo-log-lang-4.4.0-17.1.2023 405 kB/s | 14 kB 00:00 (243/399): python-oslo-middleware-lang-4.2.1-17 393 kB/s | 13 kB 00:00 (244/399): python-oslo-policy-lang-3.7.1-17.1.2 413 kB/s | 14 kB 00:00 (245/399): python-oslo-versionedobjects-lang-2. 395 kB/s | 14 kB 00:00 (246/399): python-pycadf-common-3.1.1-17.1.2023 462 kB/s | 15 kB 00:00 (247/399): python3-GitPython-3.1.14-2.el9ost.no 6.2 MB/s | 238 kB 00:00 (248/399): python3-aodhclient-2.2.0-17.1.202306 1.5 MB/s | 56 kB 00:00 (249/399): python3-barbicanclient-5.3.0-17.1.20 3.3 MB/s | 127 kB 00:00 (250/399): python3-cinderclient-7.4.1-17.1.2023 5.6 MB/s | 218 kB 00:00 (251/399): python3-cliff-3.7.0-17.1.20230620172 2.5 MB/s | 95 kB 00:00 (252/399): python3-designateclient-4.2.1-17.1.2 2.4 MB/s | 92 kB 00:00 (253/399): python3-futurist-2.3.0-17.1.20230621 1.7 MB/s | 64 kB 00:00 (254/399): python3-heat-agent-2.2.1-17.1.202306 540 kB/s | 19 kB 00:00 (255/399): python3-heat-agent-ansible-2.2.1-17. 318 kB/s | 11 kB 00:00 (256/399): python3-heat-agent-apply-config-2.2. 289 kB/s | 9.9 kB 00:00 (257/399): python3-heat-agent-docker-cmd-2.2.1- 348 kB/s | 12 kB 00:00 (258/399): python3-heat-agent-hiera-2.2.1-17.1. 280 kB/s | 10 kB 00:00 (259/399): python3-heat-agent-json-file-2.2.1-1 287 kB/s | 9.8 kB 00:00 (260/399): python3-heat-agent-puppet-2.2.1-17.1 327 kB/s | 11 kB 00:00 (261/399): python3-heatclient-2.3.1-17.1.202306 4.0 MB/s | 158 kB 00:00 (262/399): python3-ironic-inspector-client-4.5. 1.6 MB/s | 67 kB 00:00 (263/399): python3-ironicclient-4.6.4-17.1.2023 7.9 MB/s | 342 kB 00:00 (264/399): python3-keystoneclient-4.3.0-17.1.20 6.2 MB/s | 239 kB 00:00 (265/399): python3-keystonemiddleware-9.2.0-17. 2.4 MB/s | 92 kB 00:00 (266/399): python3-magnumclient-3.4.1-17.1.2023 3.1 MB/s | 121 kB 00:00 (267/399): python3-mistralclient-4.2.0-17.1.202 4.3 MB/s | 166 kB 00:00 (268/399): python3-neutronclient-7.3.1-17.1.202 6.6 MB/s | 298 kB 00:00 (269/399): python3-novaclient-17.4.1-17.1.20230 4.6 MB/s | 201 kB 00:00 (270/399): python3-os-client-config-2.1.0-17.1. 1.4 MB/s | 55 kB 00:00 (271/399): python3-os-service-types-1.7.0-17.1. 1.0 MB/s | 38 kB 00:00 (272/399): python3-os-traits-2.5.0-17.1.2023062 1.2 MB/s | 45 kB 00:00 (273/399): python3-osc-lib-2.3.1-17.1.202306202 2.1 MB/s | 78 kB 00:00 (274/399): python3-oslo-cache-2.7.1-17.1.202306 1.6 MB/s | 56 kB 00:00 (275/399): python3-oslo-context-3.2.1-17.1.2023 764 kB/s | 27 kB 00:00 (276/399): python3-oslo-log-4.4.0-17.1.20230620 1.7 MB/s | 64 kB 00:00 (277/399): python3-oslo-middleware-4.2.1-17.1.2 1.5 MB/s | 55 kB 00:00 (278/399): python3-oslo-policy-3.7.1-17.1.20230 2.1 MB/s | 76 kB 00:00 (279/399): python3-oslo-reports-2.2.0-17.1.2023 1.6 MB/s | 59 kB 00:00 (280/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.3 MB/s | 46 kB 00:00 (281/399): python3-oslo-serialization-4.1.1-17. 1.0 MB/s | 34 kB 00:00 (282/399): python3-oslo-upgradecheck-1.3.1-17.1 850 kB/s | 29 kB 00:00 (283/399): python3-oslo-versionedobjects-2.4.1- 2.1 MB/s | 79 kB 00:00 (284/399): python3-osprofiler-3.4.0-17.1.202306 3.4 MB/s | 130 kB 00:00 (285/399): python3-pycadf-3.1.1-17.1.2023062021 1.4 MB/s | 53 kB 00:00 (286/399): python3-requestsexceptions-1.4.0-17. 461 kB/s | 17 kB 00:00 (287/399): python3-saharaclient-3.3.0-17.1.2023 4.9 MB/s | 188 kB 00:00 (288/399): python3-shade-1.33.0-17.1.2023062022 12 MB/s | 523 kB 00:00 (289/399): python3-statsd-3.2.1-20.1.el9ost.noa 1.0 MB/s | 35 kB 00:00 (290/399): python3-swiftclient-3.11.1-17.1.2023 3.4 MB/s | 136 kB 00:00 (291/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 1.4 MB/s | 50 kB 00:00 (292/399): python3-troveclient-7.0.0-17.1.20230 8.5 MB/s | 344 kB 00:00 (293/399): python3-validations-libs-1.9.1-17.1. 3.5 MB/s | 137 kB 00:00 (294/399): python3-zaqarclient-2.4.0-17.1.20230 3.3 MB/s | 129 kB 00:00 (295/399): validations-common-1.9.1-17.1.202310 2.9 MB/s | 111 kB 00:00 (296/399): python3-paramiko-2.11.0-2.el9ost.noa 7.3 MB/s | 299 kB 00:00 (297/399): python3-werkzeug-2.0.1-7.el9ost.noar 9.7 MB/s | 427 kB 00:00 (298/399): ansible-pacemaker-1.0.4-17.1.2023121 572 kB/s | 21 kB 00:00 (299/399): python3-manilaclient-2.6.4-17.1.2024 12 MB/s | 528 kB 00:00 (300/399): python3-sqlparse-0.4.1-2.el9ost.noar 2.2 MB/s | 83 kB 00:00 (301/399): python3-webob-1.8.7-2.1.el9ost.noarc 5.9 MB/s | 230 kB 00:00 (302/399): ansible-role-metalsmith-deployment-1 580 kB/s | 21 kB 00:00 (303/399): openstack-selinux-0.8.37-17.1.202311 5.7 MB/s | 221 kB 00:00 (304/399): puppet-ironic-18.7.1-17.1.2024030521 3.1 MB/s | 121 kB 00:00 (305/399): python-oslo-db-lang-8.5.2-17.1.20240 410 kB/s | 14 kB 00:00 (306/399): python3-glanceclient-3.3.0-17.1.2024 3.8 MB/s | 143 kB 00:00 (307/399): python3-keystoneauth1-4.4.0-17.1.202 9.2 MB/s | 409 kB 00:00 (308/399): python3-metalsmith-1.4.4-17.1.202405 1.7 MB/s | 65 kB 00:00 (309/399): python3-neutron-lib-2.10.3-17.1.2023 9.4 MB/s | 375 kB 00:00 (310/399): python3-oslo-db-8.5.2-17.1.202408201 3.8 MB/s | 144 kB 00:00 (311/399): python3-octaviaclient-2.3.1-17.1.202 1.8 MB/s | 91 kB 00:00 (312/399): python3-oslo-messaging-12.7.3-17.1.2 5.6 MB/s | 216 kB 00:00 (313/399): python3-oslo-service-2.5.1-17.1.2024 1.9 MB/s | 71 kB 00:00 (314/399): python3-rhosp-openvswitch-3.3-1.el9o 238 kB/s | 8.3 kB 00:00 (315/399): python3-waitress-2.0.0-4.el9ost.noar 2.9 MB/s | 109 kB 00:00 (316/399): puppet-glance-18.6.1-17.1.2025022015 2.3 MB/s | 87 kB 00:00 (317/399): openstack-ansible-core-2.14.2-4.7.el 32 MB/s | 2.3 MB 00:00 (318/399): puppet-ovn-18.6.1-17.1.2024092509490 832 kB/s | 29 kB 00:00 (319/399): openstack-tripleo-validations-14.3.2 1.9 MB/s | 204 kB 00:00 (320/399): puppet-pacemaker-1.5.1-17.1.20250214 3.7 MB/s | 158 kB 00:00 (321/399): python3-os-ken-1.4.1-17.1.2024120509 30 MB/s | 2.1 MB 00:00 (322/399): ansible-collection-containers-podman 5.2 MB/s | 243 kB 00:00 (323/399): ansible-collections-openstack-1.9.1- 3.8 MB/s | 146 kB 00:00 (324/399): puppet-tripleo-14.2.3-17.1.202503201 2.6 MB/s | 239 kB 00:00 (325/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 7.6 MB/s | 351 kB 00:00 (326/399): facter-3.14.19-3.el9ost.x86_64.rpm 12 MB/s | 518 kB 00:00 (327/399): hiera-3.6.0-6.el9ost.noarch.rpm 866 kB/s | 33 kB 00:00 (328/399): leatherman-1.12.6-5.el9ost.x86_64.rp 10 MB/s | 405 kB 00:00 (329/399): puppet-7.10.0-4.el9ost.noarch.rpm 306 kB/s | 11 kB 00:00 (330/399): python3-amqp-5.0.6-5.el9ost.noarch.r 2.3 MB/s | 92 kB 00:00 (331/399): puppet-headless-7.10.0-4.el9ost.noar 25 MB/s | 1.4 MB 00:00 (332/399): python3-boto-2.45.0-8.1.el9ost.noarc 26 MB/s | 1.3 MB 00:00 (333/399): python3-cachetools-4.2.2-3.el9ost.no 857 kB/s | 33 kB 00:00 (334/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 6.9 MB/s | 284 kB 00:00 (335/399): python3-colorama-0.4.4-4.el9ost.noar 941 kB/s | 35 kB 00:00 (336/399): python3-dogpile-cache-1.1.5-5.el9ost 2.4 MB/s | 89 kB 00:00 (337/399): python3-extras-1.0.0-17.el9ost.noarc 572 kB/s | 21 kB 00:00 (338/399): python3-fixtures-3.0.0-24.el9ost.noa 2.3 MB/s | 93 kB 00:00 (339/399): python3-keyring-21.8.0-4.el9ost.noar 1.7 MB/s | 77 kB 00:00 (340/399): python3-kombu-5.0.2-3.el9ost.noarch. 7.4 MB/s | 313 kB 00:00 (341/399): python3-msgpack-1.0.2-4.el9ost.x86_6 2.3 MB/s | 87 kB 00:00 (342/399): python3-munch-2.5.0-6.el9ost.noarch. 689 kB/s | 25 kB 00:00 (343/399): python3-openstacksdk-0.55.1-17.1.202 16 MB/s | 735 kB 00:00 (344/399): python3-paste-3.5.0-5.el9ost.noarch. 17 MB/s | 776 kB 00:00 (345/399): python3-paste-deploy-2.1.1-4.el9ost. 955 kB/s | 41 kB 00:00 (346/399): python3-pystache-0.5.4-15.el9ost.noa 3.4 MB/s | 132 kB 00:00 (347/399): python3-repoze-lru-0.7-12.el9ost.noa 912 kB/s | 32 kB 00:00 (348/399): python3-routes-2.4.1-14.el9ost.noarc 4.9 MB/s | 188 kB 00:00 (349/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.4 MB/s | 57 kB 00:00 (350/399): python3-secretstorage-3.3.1-3.el9ost 1.0 MB/s | 36 kB 00:00 (351/399): python3-simplejson-3.17.5-3.el9ost.x 6.8 MB/s | 266 kB 00:00 (352/399): python3-tempita-0.5.1-27.el9ost.noar 1.0 MB/s | 36 kB 00:00 (353/399): python3-testtools-2.4.0-10.el9ost.no 8.3 MB/s | 333 kB 00:00 (354/399): python3-vine-5.0.0-5.el9ost.noarch.r 693 kB/s | 26 kB 00:00 (355/399): python3-warlock-1.3.3-7.el9ost.noarc 585 kB/s | 21 kB 00:00 (356/399): python3-yappi-1.3.1-5.el9ost.x86_64. 1.6 MB/s | 56 kB 00:00 (357/399): python3-yaql-1.1.3-13.el9ost.noarch. 4.6 MB/s | 180 kB 00:00 (358/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 828 kB/s | 29 kB 00:00 (359/399): ruby-facter-3.14.19-3.el9ost.x86_64. 266 kB/s | 9.5 kB 00:00 (360/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 515 kB/s | 19 kB 00:00 (361/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 2.4 MB/s | 123 kB 00:00 (362/399): openstack-heat-api-16.1.1-17.1.20250 485 kB/s | 16 kB 00:00 (363/399): openstack-heat-engine-16.1.1-17.1.20 456 kB/s | 15 kB 00:00 (364/399): openstack-heat-monolith-16.1.1-17.1. 462 kB/s | 16 kB 00:00 (365/399): openstack-heat-common-16.1.1-17.1.20 24 MB/s | 1.6 MB 00:00 (366/399): puppet-barbican-18.4.2-17.1.20250625 1.6 MB/s | 57 kB 00:00 (367/399): python-openstackclient-lang-5.5.2-17 1.6 MB/s | 58 kB 00:00 (368/399): openstack-tripleo-common-15.4.1-17.1 1.4 MB/s | 48 kB 00:00 (369/399): python3-openstackclient-5.5.2-17.1.2 21 MB/s | 1.1 MB 00:00 (370/399): openstack-tripleo-common-containers- 1.7 MB/s | 74 kB 00:00 (371/399): puppet-apache-6.5.2-17.1.20250811150 6.5 MB/s | 253 kB 00:00 (372/399): puppet-concat-6.2.1-17.1.20250725131 1.2 MB/s | 44 kB 00:00 (373/399): puppet-firewall-3.4.1-17.1.202508041 1.7 MB/s | 73 kB 00:00 (374/399): puppet-git-0.5.0-17.1.20250725114148 754 kB/s | 26 kB 00:00 (375/399): puppet-haproxy-4.2.2-17.1.2025072511 1.5 MB/s | 55 kB 00:00 (376/399): puppet-inifile-4.2.1-17.1.2025080415 1.3 MB/s | 46 kB 00:00 (377/399): puppet-ipaclient-2.5.2-17.1.20250725 491 kB/s | 21 kB 00:00 (378/399): puppet-keepalived-0.0.2-17.1.2025072 419 kB/s | 17 kB 00:00 (379/399): puppet-module-data-0.5.1-17.1.202507 446 kB/s | 16 kB 00:00 (380/399): puppet-remote-10.0.0-17.1.2025072511 514 kB/s | 19 kB 00:00 (381/399): puppet-rsync-1.1.4-17.1.202508041515 807 kB/s | 28 kB 00:00 (382/399): puppet-snmp-3.9.1-17.1.2025072511575 737 kB/s | 38 kB 00:00 (383/399): puppet-sysctl-0.0.13-17.1.2025072511 571 kB/s | 19 kB 00:00 (384/399): puppet-vcsrepo-3.1.1-17.1.2025072511 1.4 MB/s | 53 kB 00:00 (385/399): python3-tripleo-common-15.4.1-17.1.2 5.1 MB/s | 198 kB 00:00 (386/399): python3-tripleoclient-16.5.1-17.1.20 13 MB/s | 552 kB 00:00 (387/399): tripleo-ansible-3.3.1-17.1.202508040 13 MB/s | 569 kB 00:00 (388/399): openstack-tripleo-heat-templates-14. 14 MB/s | 611 kB 00:00 (389/399): puppet-horizon-18.6.1-17.1.202510081 1.5 MB/s | 59 kB 00:00 (390/399): puppet-keystone-18.6.1-17.1.20251008 3.2 MB/s | 126 kB 00:00 (391/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 3.8 MB/s | 156 kB 00:00 (392/399): libmount-2.37.4-11.el9_2.x86_64.rpm 3.2 MB/s | 136 kB 00:00 (393/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 824 kB/s | 30 kB 00:00 (394/399): util-linux-core-2.37.4-11.el9_2.x86_ 9.9 MB/s | 464 kB 00:00 (395/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 2.4 MB/s | 109 kB 00:00 (396/399): util-linux-2.37.4-11.el9_2.x86_64.rp 29 MB/s | 2.3 MB 00:00 (397/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.7 MB/s | 65 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 3.2 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 4.0 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 17 MB/s | 97 MB 00:05 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : boost-regex-1.75.0-8.el9.x86_64 19/408 Installing : boost-system-1.75.0-8.el9.x86_64 20/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 21/408 Installing : libaio-0.3.111-13.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 24/408 Installing : python3-mako-1.1.4-6.el9.noarch 25/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 54/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-mro-1.23-480.el9.x86_64 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-overloading-0.02-480.el9.noarch 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 89/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 90/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 91/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 92/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 93/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 94/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 95/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 96/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 97/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 98/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 99/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 100/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 101/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 102/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 103/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 104/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 105/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 106/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 107/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 108/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 109/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 110/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 111/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 112/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 113/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 114/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 115/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 116/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 117/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 118/408 Installing : python3-dns-2.2.1-2.el9.noarch 119/408 Installing : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 120/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 121/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 122/408 Installing : python3-yubico-1.3.3-7.el9.noarch 123/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 124/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 125/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 126/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 127/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 128/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 129/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 130/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 131/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 132/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 133/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-alembic-1.7.5-3.el9.noarch 138/408 Installing : python3-augeas-0.5.0-25.el9.noarch 139/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 150/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 168/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 169/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 170/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 171/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 172/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 173/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 174/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 175/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 176/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 177/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 178/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 179/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 180/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 181/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 182/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 182/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 183/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 184/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 185/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 186/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 187/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 188/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 189/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 190/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 191/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 192/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 193/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 194/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 195/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 196/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 197/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 198/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 199/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 200/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 201/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 202/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 203/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 204/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 205/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 206/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 207/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 208/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 209/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 210/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 211/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 212/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 213/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 214/408 Installing : python3-memcached-1.59-3.el9ost.noarch 215/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 216/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 217/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 218/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 219/408 Installing : python3-docutils-0.16-6.el9ost.noarch 220/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 221/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 222/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 223/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 224/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 225/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 226/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 227/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 228/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 229/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 230/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 231/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 232/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 233/408 warning: group neutron does not exist - using root Installing : python3-webtest-2.0.35-6.el9ost.noarch 234/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 235/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 236/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 237/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 237/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 237/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 238/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 239/408 Installing : jq-1.6-14.el9.x86_64 240/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 241/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 242/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 243/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 244/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 245/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 246/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 247/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 248/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 249/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 250/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 251/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 251/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 252/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 253/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 254/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 255/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 256/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 257/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 258/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 259/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 260/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 261/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 262/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 263/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 264/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 265/408 Installing : boost-log-1.75.0-8.el9.x86_64 266/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 267/408 Installing : sshpass-1.09-4.el9.x86_64 268/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 269/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 270/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 271/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 272/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 273/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 274/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 275/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 276/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 277/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 278/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 279/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 280/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 281/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 282/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 283/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 284/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 285/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 286/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 287/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 288/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 289/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 290/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 291/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 292/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 293/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 294/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 295/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 296/408 Installing : libburn-1.5.4-4.el9.x86_64 297/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 298/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 298/408 Installing : libisofs-1.5.4-4.el9.x86_64 299/408 Installing : libisoburn-1.5.4-4.el9.x86_64 300/408 Installing : xorriso-1.5.4-4.el9.x86_64 301/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 301/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 302/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 303/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 304/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 305/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 306/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 307/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 308/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 308/408 Installing : puppet-7.10.0-4.el9ost.noarch 309/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 309/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 310/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 311/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 312/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 313/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 314/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 315/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 316/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 317/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 318/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 319/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 320/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 321/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 322/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 323/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 324/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 325/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 326/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 327/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 328/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 329/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 330/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 331/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 332/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 333/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 334/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 335/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 336/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 337/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 338/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 339/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 340/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 341/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 342/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 343/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 344/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 345/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 346/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 347/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 348/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 349/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 350/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 351/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 352/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 353/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 354/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 355/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 356/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 357/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 358/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 359/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 360/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 361/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 362/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 363/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 364/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 365/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 366/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 367/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 368/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 369/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 370/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 371/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 372/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 373/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 374/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 375/408 Installing : pkgconf-1.7.3-10.el9.x86_64 376/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 377/408 Installing : bash-completion-1:2.11-4.el9.noarch 378/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 379/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 379/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 380/408 Installing : python3-tripleo-common-15.4.1-17.1.2025090814082 381/408 Installing : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 382/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 383/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 384/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 385/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Installing : libkadm5-1.20.1-8.el9.x86_64 390/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 391/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 392/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 393/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250908140 394/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 395/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250728123209 398/408 Running scriptlet: cephadm-2:18.2.1-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 1/408 Verifying : bash-completion-1:2.11-4.el9.noarch 2/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 3/408 Verifying : libaio-0.3.111-13.el9.x86_64 4/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 5/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 6/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 7/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 8/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 9/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 10/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 11/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 12/408 Verifying : python3-dns-2.2.1-2.el9.noarch 13/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 14/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 15/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 16/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 17/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 18/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 19/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 20/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 21/408 Verifying : boost-system-1.75.0-8.el9.x86_64 22/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 23/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 24/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 25/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 26/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 27/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 28/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 29/408 Verifying : perl-Exporter-5.74-461.el9.noarch 30/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 31/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 32/408 Verifying : perl-parent-1:0.238-460.el9.noarch 33/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 34/408 Verifying : xorriso-1.5.4-4.el9.x86_64 35/408 Verifying : libisofs-1.5.4-4.el9.x86_64 36/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 37/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 38/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 39/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 40/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 41/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 42/408 Verifying : perl-URI-5.09-3.el9.noarch 43/408 Verifying : perl-libnet-3.13-4.el9.noarch 44/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 45/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 46/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 47/408 Verifying : perl-Carp-1.50-460.el9.noarch 48/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 49/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 50/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 51/408 Verifying : libburn-1.5.4-4.el9.x86_64 52/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 53/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 54/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 55/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 56/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 57/408 Verifying : sshpass-1.09-4.el9.x86_64 58/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 59/408 Verifying : boost-log-1.75.0-8.el9.x86_64 60/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 61/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 62/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 63/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 64/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 65/408 Verifying : perl-Digest-1.19-4.el9.noarch 66/408 Verifying : perl-File-Path-2.18-4.el9.noarch 67/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 68/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 70/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 71/408 Verifying : perl-constant-1.33-461.el9.noarch 72/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 73/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 74/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 75/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 76/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 77/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 78/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 79/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 80/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 81/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 82/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 83/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 84/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 85/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 86/408 Verifying : perl-B-1.80-480.el9.x86_64 87/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 88/408 Verifying : perl-Errno-1.30-480.el9.x86_64 89/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 90/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 91/408 Verifying : perl-File-stat-1.09-480.el9.noarch 92/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 93/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 94/408 Verifying : perl-IO-1.43-480.el9.x86_64 95/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 96/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 97/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 98/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 99/408 Verifying : perl-Symbol-1.08-480.el9.noarch 100/408 Verifying : perl-base-2.27-480.el9.noarch 101/408 Verifying : perl-if-0.60.800-480.el9.noarch 102/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 103/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 104/408 Verifying : perl-mro-1.23-480.el9.x86_64 105/408 Verifying : perl-overload-1.31-480.el9.noarch 106/408 Verifying : perl-overloading-0.02-480.el9.noarch 107/408 Verifying : perl-subs-1.03-480.el9.noarch 108/408 Verifying : perl-vars-1.05-480.el9.noarch 109/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 110/408 Verifying : python3-mako-1.1.4-6.el9.noarch 111/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 112/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 113/408 Verifying : jq-1.6-14.el9.x86_64 114/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 115/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 116/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 117/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 118/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 119/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 120/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 121/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 122/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 123/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 124/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 125/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 126/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 127/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 128/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 129/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 130/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 131/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 132/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 133/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 134/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 135/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 136/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 137/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 138/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 139/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 140/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 141/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 142/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 143/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 144/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 146/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 147/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 148/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 149/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 150/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 151/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 152/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 153/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 154/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 155/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 156/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 157/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 158/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 159/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 160/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 161/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 162/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 163/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 164/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 165/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 166/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 167/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 168/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 169/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 170/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 171/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 172/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 173/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 174/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 175/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 176/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 177/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 178/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 179/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 180/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 181/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 182/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 183/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 184/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 185/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 186/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 187/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 188/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 189/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 190/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 191/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 192/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 193/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 194/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 195/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 196/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 197/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 198/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 199/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 200/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 201/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 202/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 203/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 204/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 205/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 206/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 207/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 208/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 209/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 210/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 211/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 212/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 213/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 214/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 215/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 216/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 217/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 218/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 219/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 220/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 221/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 222/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 223/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 224/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 225/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 226/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 227/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 228/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 229/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 230/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 231/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 232/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 233/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 234/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 235/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 236/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 237/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 238/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 239/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 240/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 241/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 242/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 243/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 244/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 245/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 246/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 247/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 248/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 249/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 250/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 251/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 252/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 253/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 254/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 255/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 256/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 257/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 258/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 259/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 260/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 261/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 262/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 263/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 264/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 265/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 266/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 267/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 268/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 269/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 270/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 271/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 272/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 273/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 274/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 275/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 276/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 277/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 278/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 279/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 280/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 281/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 282/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 283/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 284/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 285/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 286/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 287/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 288/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 289/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 290/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 291/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 292/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 293/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 294/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 295/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 296/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 297/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 298/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 299/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 300/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 301/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 302/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 303/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 304/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 305/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 306/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 307/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 308/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 309/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 310/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 311/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 312/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 313/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 314/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 315/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 316/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 317/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 318/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 319/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 320/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 321/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 322/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 323/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 324/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 325/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 326/408 Verifying : hiera-3.6.0-6.el9ost.noarch 327/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 328/408 Verifying : puppet-7.10.0-4.el9ost.noarch 329/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 330/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 331/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 332/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 333/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 334/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 335/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 336/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 337/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 338/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 339/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 340/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 341/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 342/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 343/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 344/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 345/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 346/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 347/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 348/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 349/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 350/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 351/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 352/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 353/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 354/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 355/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 356/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 357/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 358/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 359/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 360/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 361/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 362/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 363/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 364/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 365/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 366/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 367/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 368/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250908140 369/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 370/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 371/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 372/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 373/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 374/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 375/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 376/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 377/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 378/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 379/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 380/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 381/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 382/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 383/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 384/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025090814082 385/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 386/408 Verifying : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 387/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 388/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 389/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 390/408 Verifying : 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.20250908140822.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251015110812.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20250811150836.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20250725131333.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20250804151611.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20251008130751.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20250804150825.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20250725102608.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20250725114922.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20251008090800.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20250725115430.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20250725114017.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250728123209.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250804050821.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.localdomain + sudo hostnamectl set-hostname standalone.localdomain --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1500 + INTERFACE_MTU=1500 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_ENABLED=true + export EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_CEPH_NOVA=true + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \f\a\l\s\e ]] + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=true + BARBICAN_ENABLED=true + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=false + TLSE_ENABLED=false + export CLOUD_DOMAIN=localdomain + CLOUD_DOMAIN=localdomain + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export DESIGNATE_ENABLED=false + DESIGNATE_ENABLED=false + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2025-11-21T10:12:29.282271 # # 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.000132723 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-11-21 10:12:33.294979 | fa163ed5-6186-c9ed-b49c-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2025-11-21 10:12:33.328654 | fa163ed5-6186-c9ed-b49c-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2025-11-21 10:12:33.329225 | fa163ed5-6186-c9ed-b49c-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.047827 | 0.03s 2025-11-21 10:12:33.332350 | fa163ed5-6186-c9ed-b49c-000000000006 | TASK | Ensure ceph_spec_path is defined 2025-11-21 10:12:33.376456 | fa163ed5-6186-c9ed-b49c-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2025-11-21 10:12:33.377510 | fa163ed5-6186-c9ed-b49c-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.096104 | 0.04s 2025-11-21 10:12:33.383494 | fa163ed5-6186-c9ed-b49c-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2025-11-21 10:12:33.460728 | fa163ed5-6186-c9ed-b49c-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2025-11-21 10:12:33.461823 | fa163ed5-6186-c9ed-b49c-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.180417 | 0.08s 2025-11-21 10:12:33.468053 | fa163ed5-6186-c9ed-b49c-000000000008 | TASK | Create Ceph spec for standalone deployment 2025-11-21 10:12:33.863167 | fa163ed5-6186-c9ed-b49c-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2025-11-21 10:12:33.864597 | fa163ed5-6186-c9ed-b49c-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.583189 | 0.39s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-11-21 10:12:33.888474 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-21 10:12:33.889016 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-21 10:12:33.889557 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.608157 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-21 10:12:33.890078 | UUID | Info | Host | Task Name | Run Time 2025-11-21 10:12:33.890621 | fa163ed5-6186-c9ed-b49c-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.39s 2025-11-21 10:12:33.891124 | fa163ed5-6186-c9ed-b49c-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.08s 2025-11-21 10:12:33.891823 | fa163ed5-6186-c9ed-b49c-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2025-11-21 10:12:33.892377 | fa163ed5-6186-c9ed-b49c-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.03s 2025-11-21 10:12:33.892865 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-11-21 10:12:36.415493 | fa163ed5-6186-6d40-6199-000000000005 | TASK | set ssh key path facts 2025-11-21 10:12:36.450765 | fa163ed5-6186-6d40-6199-000000000005 | OK | set ssh key path facts | undercloud 2025-11-21 10:12:36.451322 | fa163ed5-6186-6d40-6199-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.049593 | 0.04s 2025-11-21 10:12:36.454684 | fa163ed5-6186-6d40-6199-000000000006 | TASK | stat private key 2025-11-21 10:12:36.817688 | fa163ed5-6186-6d40-6199-000000000006 | OK | stat private key | undercloud 2025-11-21 10:12:36.818919 | fa163ed5-6186-6d40-6199-000000000006 | TIMING | stat private key | undercloud | 0:00:00.417200 | 0.36s 2025-11-21 10:12:36.825413 | fa163ed5-6186-6d40-6199-000000000007 | TASK | stat public key 2025-11-21 10:12:37.029964 | fa163ed5-6186-6d40-6199-000000000007 | OK | stat public key | undercloud 2025-11-21 10:12:37.031274 | fa163ed5-6186-6d40-6199-000000000007 | TIMING | stat public key | undercloud | 0:00:00.629556 | 0.20s 2025-11-21 10:12:37.038378 | fa163ed5-6186-6d40-6199-000000000008 | TASK | create private key if it does not exist 2025-11-21 10:12:38.253732 | fa163ed5-6186-6d40-6199-000000000008 | CHANGED | create private key if it does not exist | undercloud 2025-11-21 10:12:38.254958 | fa163ed5-6186-6d40-6199-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.853240 | 1.22s 2025-11-21 10:12:38.261112 | fa163ed5-6186-6d40-6199-000000000009 | TASK | create public key if it does not exist 2025-11-21 10:12:38.482350 | fa163ed5-6186-6d40-6199-000000000009 | CHANGED | create public key if it does not exist | undercloud 2025-11-21 10:12:38.483790 | fa163ed5-6186-6d40-6199-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:02.082066 | 0.22s PLAY [allovercloud] ************************************************************ 2025-11-21 10:12:38.544150 | fa163ed5-6186-6d40-6199-000000000023 | TASK | Get local private key 2025-11-21 10:12:38.877635 | fa163ed5-6186-6d40-6199-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163ed5-6186-6d40-6199-000000000023') missing from stats 2025-11-21 10:12:38.889611 | fa163ed5-6186-6d40-6199-000000000024 | TASK | Get local public key 2025-11-21 10:12:39.100763 | fa163ed5-6186-6d40-6199-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163ed5-6186-6d40-6199-000000000024') missing from stats 2025-11-21 10:12:39.122536 | fa163ed5-6186-6d40-6199-000000000012 | TASK | create user ceph-admin 2025-11-21 10:12:39.630717 | fa163ed5-6186-6d40-6199-000000000012 | CHANGED | create user ceph-admin | undercloud 2025-11-21 10:12:39.632282 | fa163ed5-6186-6d40-6199-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:03.230554 | 0.51s 2025-11-21 10:12:39.643798 | fa163ed5-6186-6d40-6199-000000000013 | TASK | grant admin rights to user ceph-admin 2025-11-21 10:12:40.244977 | fa163ed5-6186-6d40-6199-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2025-11-21 10:12:40.246178 | fa163ed5-6186-6d40-6199-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.844457 | 0.60s 2025-11-21 10:12:40.255554 | fa163ed5-6186-6d40-6199-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2025-11-21 10:12:40.613616 | fa163ed5-6186-6d40-6199-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2025-11-21 10:12:40.614885 | fa163ed5-6186-6d40-6199-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:04.213164 | 0.36s 2025-11-21 10:12:40.623849 | fa163ed5-6186-6d40-6199-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2025-11-21 10:12:40.825949 | fa163ed5-6186-6d40-6199-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2025-11-21 10:12:40.827084 | fa163ed5-6186-6d40-6199-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.425364 | 0.20s 2025-11-21 10:12:40.835824 | fa163ed5-6186-6d40-6199-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2025-11-21 10:12:41.035656 | fa163ed5-6186-6d40-6199-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2025-11-21 10:12:41.036739 | fa163ed5-6186-6d40-6199-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.635019 | 0.20s 2025-11-21 10:12:41.045464 | fa163ed5-6186-6d40-6199-000000000017 | TASK | get remote ceph-admin public key 2025-11-21 10:12:41.103738 | fa163ed5-6186-6d40-6199-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2025-11-21 10:12:41.104727 | fa163ed5-6186-6d40-6199-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.703009 | 0.06s 2025-11-21 10:12:41.112954 | fa163ed5-6186-6d40-6199-000000000018 | TASK | append ceph-admin public key to authorized_keys 2025-11-21 10:12:41.172677 | fa163ed5-6186-6d40-6199-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2025-11-21 10:12:41.173777 | fa163ed5-6186-6d40-6199-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.772058 | 0.06s 2025-11-21 10:12:41.182251 | fa163ed5-6186-6d40-6199-00000000001c | TASK | authorize TripleO key for user ceph-admin 2025-11-21 10:12:41.539149 | fa163ed5-6186-6d40-6199-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2025-11-21 10:12:41.540504 | fa163ed5-6186-6d40-6199-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:05.138782 | 0.36s 2025-11-21 10:12:41.549207 | fa163ed5-6186-6d40-6199-000000000020 | TASK | Install private key on nodes for user ceph-admin 2025-11-21 10:12:42.056954 | fa163ed5-6186-6d40-6199-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2025-11-21 10:12:42.058285 | fa163ed5-6186-6d40-6199-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.656565 | 0.51s 2025-11-21 10:12:42.067050 | fa163ed5-6186-6d40-6199-000000000021 | TASK | Install public key on nodes for user ceph-admin 2025-11-21 10:12:42.569608 | fa163ed5-6186-6d40-6199-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2025-11-21 10:12:42.570877 | fa163ed5-6186-6d40-6199-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:06.169157 | 0.50s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2025-11-21 10:12:42.597912 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-21 10:12:42.598415 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-21 10:12:42.598852 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:06.197143 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-21 10:12:42.599350 | UUID | Info | Host | Task Name | Run Time 2025-11-21 10:12:42.599798 | fa163ed5-6186-6d40-6199-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 1.22s 2025-11-21 10:12:42.600222 | fa163ed5-6186-6d40-6199-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.60s 2025-11-21 10:12:42.600692 | fa163ed5-6186-6d40-6199-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.51s 2025-11-21 10:12:42.601112 | fa163ed5-6186-6d40-6199-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.51s 2025-11-21 10:12:42.601576 | fa163ed5-6186-6d40-6199-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.50s 2025-11-21 10:12:42.602002 | fa163ed5-6186-6d40-6199-000000000006 | SUMMARY | undercloud | stat private key | 0.36s 2025-11-21 10:12:42.602465 | fa163ed5-6186-6d40-6199-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.36s 2025-11-21 10:12:42.602907 | fa163ed5-6186-6d40-6199-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.36s 2025-11-21 10:12:42.603399 | fa163ed5-6186-6d40-6199-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.22s 2025-11-21 10:12:42.603828 | fa163ed5-6186-6d40-6199-000000000007 | SUMMARY | undercloud | stat public key | 0.20s 2025-11-21 10:12:42.604248 | fa163ed5-6186-6d40-6199-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.20s 2025-11-21 10:12:42.604714 | fa163ed5-6186-6d40-6199-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.20s 2025-11-21 10:12:42.605147 | fa163ed5-6186-6d40-6199-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.06s 2025-11-21 10:12:42.605617 | fa163ed5-6186-6d40-6199-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.06s 2025-11-21 10:12:42.606044 | fa163ed5-6186-6d40-6199-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.04s 2025-11-21 10:12:42.606507 | fa163ed5-6186-6d40-6199-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2025-11-21 10:12:42.606930 | fa163ed5-6186-6d40-6199-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2025-11-21 10:12:42.607427 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-11-21 10:12:45.061140 | fa163ed5-6186-4008-07a8-000000000039 | TASK | Gathering Facts 2025-11-21 10:12:45.613427 | fa163ed5-6186-4008-07a8-000000000039 | OK | Gathering Facts | standalone.localdomain 2025-11-21 10:12:45.614477 | fa163ed5-6186-4008-07a8-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.565972 | 0.55s 2025-11-21 10:12:45.616273 | fa163ed5-6186-4008-07a8-000000000039 | OK | Gathering Facts | undercloud 2025-11-21 10:12:45.616960 | fa163ed5-6186-4008-07a8-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.568463 | 0.55s 2025-11-21 10:12:45.635457 | fa163ed5-6186-4008-07a8-00000000000a | TASK | Load distro-specific variables 2025-11-21 10:12:45.703107 | fa163ed5-6186-4008-07a8-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.654586 | 0.06s 2025-11-21 10:12:45.716524 | fa163ed5-6186-4008-07a8-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.668024 | 0.08s 2025-11-21 10:12:45.729135 | 017b5223-f63b-4981-9e3b-779c59ed4b4a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-11-21 10:12:45.729671 | 017b5223-f63b-4981-9e3b-779c59ed4b4a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-11-21 10:12:45.743232 | fa163ed5-6186-4008-07a8-000000000052 | TASK | Load distro-specific variables 2025-11-21 10:12:45.827771 | fa163ed5-6186-4008-07a8-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-21 10:12:45.829327 | fa163ed5-6186-4008-07a8-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.780784 | 0.08s 2025-11-21 10:12:45.837932 | fa163ed5-6186-4008-07a8-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-21 10:12:45.838888 | fa163ed5-6186-4008-07a8-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.790385 | 0.09s 2025-11-21 10:12:45.839748 | fa163ed5-6186-4008-07a8-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.791244 | 0.10s 2025-11-21 10:12:45.844496 | fa163ed5-6186-4008-07a8-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.796001 | 0.09s 2025-11-21 10:12:45.848250 | fa163ed5-6186-4008-07a8-00000000000b | TASK | Install chronyd 2025-11-21 10:12:45.928943 | fa163ed5-6186-4008-07a8-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.880419 | 0.08s 2025-11-21 10:12:45.940485 | fa163ed5-6186-4008-07a8-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.891981 | 0.09s 2025-11-21 10:12:45.960704 | 40f8b7eb-96a3-4032-bce6-fcf2a7cceea3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2025-11-21 10:12:45.961404 | 40f8b7eb-96a3-4032-bce6-fcf2a7cceea3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2025-11-21 10:12:45.986858 | fa163ed5-6186-4008-07a8-0000000000a2 | TASK | Load distro-specific variables 2025-11-21 10:12:46.065478 | fa163ed5-6186-4008-07a8-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.016965 | 0.07s 2025-11-21 10:12:46.066224 | fa163ed5-6186-4008-07a8-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.017727 | 0.08s 2025-11-21 10:12:46.080272 | a9c6f8f6-3160-4479-9fdd-95d23ba60aff | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-11-21 10:12:46.081007 | a9c6f8f6-3160-4479-9fdd-95d23ba60aff | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-11-21 10:12:46.101201 | fa163ed5-6186-4008-07a8-000000000102 | TASK | Load distro-specific variables 2025-11-21 10:12:46.190473 | fa163ed5-6186-4008-07a8-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-21 10:12:46.191891 | fa163ed5-6186-4008-07a8-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.143374 | 0.09s 2025-11-21 10:12:46.201526 | fa163ed5-6186-4008-07a8-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.153023 | 0.10s 2025-11-21 10:12:46.217278 | fa163ed5-6186-4008-07a8-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-21 10:12:46.218019 | fa163ed5-6186-4008-07a8-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.169516 | 0.10s 2025-11-21 10:12:46.223379 | fa163ed5-6186-4008-07a8-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.174877 | 0.11s 2025-11-21 10:12:46.229068 | fa163ed5-6186-4008-07a8-0000000000a3 | TASK | Check for NTP service 2025-11-21 10:12:46.604861 | fa163ed5-6186-4008-07a8-0000000000a3 | CHANGED | Check for NTP service | undercloud 2025-11-21 10:12:46.610701 | fa163ed5-6186-4008-07a8-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.562180 | 0.37s 2025-11-21 10:12:46.611958 | fa163ed5-6186-4008-07a8-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2025-11-21 10:12:46.612771 | fa163ed5-6186-4008-07a8-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.564267 | 0.38s 2025-11-21 10:12:46.622366 | fa163ed5-6186-4008-07a8-0000000000a4 | TASK | Disable NTP before configuring Chrony 2025-11-21 10:12:46.694059 | fa163ed5-6186-4008-07a8-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2025-11-21 10:12:46.695569 | fa163ed5-6186-4008-07a8-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.647033 | 0.06s 2025-11-21 10:12:46.706788 | fa163ed5-6186-4008-07a8-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2025-11-21 10:12:46.707625 | fa163ed5-6186-4008-07a8-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.659115 | 0.08s 2025-11-21 10:12:46.720781 | fa163ed5-6186-4008-07a8-0000000000a5 | TASK | Install chronyd package 2025-11-21 10:12:49.660518 | fa163ed5-6186-4008-07a8-0000000000a5 | OK | Install chronyd package | undercloud 2025-11-21 10:12:49.662029 | fa163ed5-6186-4008-07a8-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:04.613497 | 2.93s 2025-11-21 10:12:51.233210 | fa163ed5-6186-4008-07a8-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2025-11-21 10:12:51.234328 | fa163ed5-6186-4008-07a8-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:06.185797 | 4.51s 2025-11-21 10:12:51.242483 | fa163ed5-6186-4008-07a8-00000000000c | TASK | Upgrade chronyd 2025-11-21 10:12:51.300459 | fa163ed5-6186-4008-07a8-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2025-11-21 10:12:51.301678 | fa163ed5-6186-4008-07a8-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.253160 | 0.05s 2025-11-21 10:12:51.325077 | fa163ed5-6186-4008-07a8-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2025-11-21 10:12:51.325772 | fa163ed5-6186-4008-07a8-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.277270 | 0.08s 2025-11-21 10:12:51.333468 | fa163ed5-6186-4008-07a8-00000000000d | TASK | Configure chronyd 2025-11-21 10:12:51.412699 | fa163ed5-6186-4008-07a8-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:06.364170 | 0.08s 2025-11-21 10:12:51.423989 | fa163ed5-6186-4008-07a8-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:06.375487 | 0.08s 2025-11-21 10:12:51.441509 | e5f224e3-3174-402e-8933-df7d2e11a446 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2025-11-21 10:12:51.442167 | e5f224e3-3174-402e-8933-df7d2e11a446 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2025-11-21 10:12:51.474994 | fa163ed5-6186-4008-07a8-000000000162 | TASK | Load distro-specific variables 2025-11-21 10:12:51.551193 | fa163ed5-6186-4008-07a8-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.502650 | 0.08s 2025-11-21 10:12:51.562585 | fa163ed5-6186-4008-07a8-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.514082 | 0.08s 2025-11-21 10:12:51.576887 | b8a88844-39d2-4eee-800a-884b99c508aa | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-11-21 10:12:51.577590 | b8a88844-39d2-4eee-800a-884b99c508aa | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-11-21 10:12:51.593092 | fa163ed5-6186-4008-07a8-0000000001fa | TASK | Load distro-specific variables 2025-11-21 10:12:51.694403 | fa163ed5-6186-4008-07a8-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-21 10:12:51.696075 | fa163ed5-6186-4008-07a8-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.647554 | 0.10s 2025-11-21 10:12:51.706874 | fa163ed5-6186-4008-07a8-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-21 10:12:51.707929 | fa163ed5-6186-4008-07a8-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.659426 | 0.10s 2025-11-21 10:12:51.712853 | fa163ed5-6186-4008-07a8-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:06.664342 | 0.12s 2025-11-21 10:12:51.714032 | fa163ed5-6186-4008-07a8-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:06.665531 | 0.11s 2025-11-21 10:12:51.722688 | fa163ed5-6186-4008-07a8-000000000163 | TASK | Install chrony configuration file 2025-11-21 10:12:52.531814 | fa163ed5-6186-4008-07a8-000000000163 | CHANGED | Install chrony configuration file | undercloud 2025-11-21 10:12:52.533178 | fa163ed5-6186-4008-07a8-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:07.484666 | 0.80s 2025-11-21 10:12:52.565371 | fa163ed5-6186-4008-07a8-000000000163 | OK | Install chrony configuration file | standalone.localdomain 2025-11-21 10:12:52.566140 | fa163ed5-6186-4008-07a8-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:07.517637 | 0.84s 2025-11-21 10:12:52.574392 | fa163ed5-6186-4008-07a8-00000000000e | TASK | Run chronyd 2025-11-21 10:12:52.674333 | fa163ed5-6186-4008-07a8-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:07.625787 | 0.10s 2025-11-21 10:12:52.685709 | fa163ed5-6186-4008-07a8-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:07.637201 | 0.10s 2025-11-21 10:12:52.695453 | 6c5a58d6-746f-423d-91d2-9d4f40917efa | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2025-11-21 10:12:52.695844 | 6c5a58d6-746f-423d-91d2-9d4f40917efa | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2025-11-21 10:12:52.715379 | fa163ed5-6186-4008-07a8-000000000233 | TASK | Load distro-specific variables 2025-11-21 10:12:52.822192 | fa163ed5-6186-4008-07a8-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.773672 | 0.10s 2025-11-21 10:12:52.823208 | fa163ed5-6186-4008-07a8-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.774705 | 0.11s 2025-11-21 10:12:52.837051 | c706ab73-609d-4e34-b27c-606553377cc8 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2025-11-21 10:12:52.837752 | c706ab73-609d-4e34-b27c-606553377cc8 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2025-11-21 10:12:52.856028 | fa163ed5-6186-4008-07a8-0000000002ee | TASK | Load distro-specific variables 2025-11-21 10:12:52.955393 | fa163ed5-6186-4008-07a8-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-21 10:12:52.956601 | fa163ed5-6186-4008-07a8-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.908089 | 0.10s 2025-11-21 10:12:52.961874 | fa163ed5-6186-4008-07a8-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.913358 | 0.10s 2025-11-21 10:12:52.980223 | fa163ed5-6186-4008-07a8-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-21 10:12:52.980971 | fa163ed5-6186-4008-07a8-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.932468 | 0.11s 2025-11-21 10:12:52.986023 | fa163ed5-6186-4008-07a8-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.937517 | 0.12s 2025-11-21 10:12:52.994243 | fa163ed5-6186-4008-07a8-000000000234 | TASK | Ensure chronyd is running 2025-11-21 10:12:53.616940 | fa163ed5-6186-4008-07a8-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2025-11-21 10:12:53.618855 | fa163ed5-6186-4008-07a8-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:08.570332 | 0.62s 2025-11-21 10:12:54.623415 | fa163ed5-6186-4008-07a8-000000000234 | OK | Ensure chronyd is running | undercloud 2025-11-21 10:12:54.624943 | fa163ed5-6186-4008-07a8-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:09.576436 | 1.62s 2025-11-21 10:12:54.633932 | fa163ed5-6186-4008-07a8-000000000235 | TASK | Force chronyd restart 2025-11-21 10:12:54.722582 | fa163ed5-6186-4008-07a8-000000000235 | SKIPPED | Force chronyd restart | standalone.localdomain 2025-11-21 10:12:54.723938 | fa163ed5-6186-4008-07a8-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:09.675419 | 0.09s 2025-11-21 10:12:55.140184 | fa163ed5-6186-4008-07a8-000000000235 | CHANGED | Force chronyd restart | undercloud 2025-11-21 10:12:55.142484 | fa163ed5-6186-4008-07a8-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:10.093972 | 0.49s 2025-11-21 10:12:55.155771 | fa163ed5-6186-4008-07a8-00000000000f | TASK | Enable online service 2025-11-21 10:12:55.225410 | fa163ed5-6186-4008-07a8-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:10.176883 | 0.07s 2025-11-21 10:12:55.249927 | fa163ed5-6186-4008-07a8-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:10.201419 | 0.08s 2025-11-21 10:12:55.271625 | e9b64e28-166e-4995-a490-537731e4349d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2025-11-21 10:12:55.272470 | e9b64e28-166e-4995-a490-537731e4349d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2025-11-21 10:12:55.314112 | fa163ed5-6186-4008-07a8-000000000338 | TASK | Create chrony-online.service unit file 2025-11-21 10:12:55.778426 | fa163ed5-6186-4008-07a8-000000000338 | CHANGED | Create chrony-online.service unit file | undercloud 2025-11-21 10:12:55.779892 | fa163ed5-6186-4008-07a8-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:10.731371 | 0.46s 2025-11-21 10:12:55.813469 | fa163ed5-6186-4008-07a8-000000000338 | OK | Create chrony-online.service unit file | standalone.localdomain 2025-11-21 10:12:55.814362 | fa163ed5-6186-4008-07a8-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:10.765857 | 0.50s 2025-11-21 10:12:55.823241 | fa163ed5-6186-4008-07a8-000000000339 | TASK | Enable chrony-online.service 2025-11-21 10:12:57.153962 | fa163ed5-6186-4008-07a8-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2025-11-21 10:12:57.160668 | fa163ed5-6186-4008-07a8-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:12.112155 | 1.34s 2025-11-21 10:12:57.163042 | fa163ed5-6186-4008-07a8-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2025-11-21 10:12:57.164243 | fa163ed5-6186-4008-07a8-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:12.115741 | 1.33s 2025-11-21 10:12:57.173332 | fa163ed5-6186-4008-07a8-000000000010 | TASK | Sync chronyc 2025-11-21 10:12:57.252748 | fa163ed5-6186-4008-07a8-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:12.204216 | 0.08s 2025-11-21 10:12:57.265601 | fa163ed5-6186-4008-07a8-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:12.217096 | 0.08s 2025-11-21 10:12:57.282890 | 2910e649-b229-49d6-aa3c-ca96e7e4d626 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2025-11-21 10:12:57.283691 | 2910e649-b229-49d6-aa3c-ca96e7e4d626 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2025-11-21 10:12:57.330213 | fa163ed5-6186-4008-07a8-00000000042a | TASK | Force NTP sync 2025-11-21 10:12:57.609930 | fa163ed5-6186-4008-07a8-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2025-11-21 10:12:57.611328 | fa163ed5-6186-4008-07a8-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:12.562781 | 0.28s 2025-11-21 10:12:57.612219 | fa163ed5-6186-4008-07a8-00000000042a | CHANGED | Force NTP sync | undercloud 2025-11-21 10:12:57.612892 | fa163ed5-6186-4008-07a8-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:12.564390 | 0.27s 2025-11-21 10:12:57.620855 | fa163ed5-6186-4008-07a8-00000000042b | TASK | Ensure system is NTP time synced 2025-11-21 10:13:07.918666 | fa163ed5-6186-4008-07a8-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2025-11-21 10:13:07.925069 | fa163ed5-6186-4008-07a8-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:22.876547 | 10.29s 2025-11-21 10:13:07.926526 | fa163ed5-6186-4008-07a8-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2025-11-21 10:13:07.927488 | fa163ed5-6186-4008-07a8-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:22.878980 | 10.31s 2025-11-21 10:13:07.949374 | fa163ed5-6186-4008-07a8-00000000002c | TASK | Set timezone 2025-11-21 10:13:08.409184 | fa163ed5-6186-4008-07a8-00000000002c | OK | Set timezone | undercloud 2025-11-21 10:13:08.410547 | fa163ed5-6186-4008-07a8-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:23.362028 | 0.45s 2025-11-21 10:13:08.421677 | fa163ed5-6186-4008-07a8-00000000002c | OK | Set timezone | standalone.localdomain 2025-11-21 10:13:08.422397 | fa163ed5-6186-4008-07a8-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:23.373895 | 0.47s 2025-11-21 10:13:08.430289 | fa163ed5-6186-4008-07a8-00000000002d | TASK | Restart time services 2025-11-21 10:13:08.475777 | fa163ed5-6186-4008-07a8-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2025-11-21 10:13:08.484236 | fa163ed5-6186-4008-07a8-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2025-11-21 10:13:08.497597 | fa163ed5-6186-4008-07a8-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2025-11-21 10:13:08.498789 | fa163ed5-6186-4008-07a8-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:23.450281 | 0.07s 2025-11-21 10:13:08.504014 | fa163ed5-6186-4008-07a8-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2025-11-21 10:13:08.514162 | fa163ed5-6186-4008-07a8-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:23.465666 | 0.07s 2025-11-21 10:13:08.535650 | fa163ed5-6186-4008-07a8-000000000012 | HANDLER | Restart chronyd 2025-11-21 10:13:09.019684 | fa163ed5-6186-4008-07a8-000000000012 | CHANGED | Restart chronyd | undercloud 2025-11-21 10:13:09.021524 | fa163ed5-6186-4008-07a8-000000000012 | TIMING | chrony : Restart chronyd | undercloud | 0:00:23.973010 | 0.49s 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-11-21 10:13:09.038529 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-21 10:13:09.039042 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-21 10:13:09.039603 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:23.991102 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-21 10:13:09.040081 | UUID | Info | Host | Task Name | Run Time 2025-11-21 10:13:09.040615 | fa163ed5-6186-4008-07a8-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.31s 2025-11-21 10:13:09.041138 | fa163ed5-6186-4008-07a8-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.29s 2025-11-21 10:13:09.041658 | fa163ed5-6186-4008-07a8-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 4.51s 2025-11-21 10:13:09.042125 | fa163ed5-6186-4008-07a8-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 2.93s 2025-11-21 10:13:09.042659 | fa163ed5-6186-4008-07a8-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 1.62s 2025-11-21 10:13:09.043147 | fa163ed5-6186-4008-07a8-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.34s 2025-11-21 10:13:09.043687 | fa163ed5-6186-4008-07a8-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.33s 2025-11-21 10:13:09.044163 | fa163ed5-6186-4008-07a8-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.84s 2025-11-21 10:13:09.044706 | fa163ed5-6186-4008-07a8-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.80s 2025-11-21 10:13:09.045219 | fa163ed5-6186-4008-07a8-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.62s 2025-11-21 10:13:09.045744 | fa163ed5-6186-4008-07a8-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.55s 2025-11-21 10:13:09.046220 | fa163ed5-6186-4008-07a8-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.55s 2025-11-21 10:13:09.046741 | fa163ed5-6186-4008-07a8-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.50s 2025-11-21 10:13:09.047222 | fa163ed5-6186-4008-07a8-000000000235 | SUMMARY | undercloud | chrony : Force chronyd restart | 0.49s 2025-11-21 10:13:09.047753 | fa163ed5-6186-4008-07a8-000000000012 | SUMMARY | undercloud | chrony : Restart chronyd | 0.49s 2025-11-21 10:13:09.048235 | fa163ed5-6186-4008-07a8-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.47s 2025-11-21 10:13:09.048772 | fa163ed5-6186-4008-07a8-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.46s 2025-11-21 10:13:09.049258 | fa163ed5-6186-4008-07a8-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.45s 2025-11-21 10:13:09.049879 | fa163ed5-6186-4008-07a8-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.38s 2025-11-21 10:13:09.050379 | fa163ed5-6186-4008-07a8-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.37s 2025-11-21 10:13:09.050853 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-11-21 10:13:09.966101 | fa163ed5-6186-db78-e340-000000000005 | SKIPPED | fail | undercloud 2025-11-21 10:13:09.966710 | fa163ed5-6186-db78-e340-000000000005 | TIMING | fail | undercloud | 0:00:00.067543 | 0.06s 2025-11-21 10:13:10.016652 | fa163ed5-6186-db78-e340-000000000006 | SKIPPED | fail | undercloud 2025-11-21 10:13:10.017939 | fa163ed5-6186-db78-e340-000000000006 | TIMING | fail | undercloud | 0:00:00.118763 | 0.05s 2025-11-21 10:13:10.025152 | fa163ed5-6186-db78-e340-000000000008 | TASK | Ensure working_dir is provided 2025-11-21 10:13:10.061481 | fa163ed5-6186-db78-e340-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2025-11-21 10:13:10.062684 | fa163ed5-6186-db78-e340-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.163503 | 0.04s 2025-11-21 10:13:10.082812 | fa163ed5-6186-db78-e340-00000000000a | TASK | ensure ceph_spec_path is defined 2025-11-21 10:13:10.119799 | fa163ed5-6186-db78-e340-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2025-11-21 10:13:10.120942 | fa163ed5-6186-db78-e340-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.221759 | 0.04s 2025-11-21 10:13:10.128883 | fa163ed5-6186-db78-e340-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2025-11-21 10:13:10.165634 | fa163ed5-6186-db78-e340-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2025-11-21 10:13:10.166760 | fa163ed5-6186-db78-e340-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.267578 | 0.04s 2025-11-21 10:13:10.174653 | fa163ed5-6186-db78-e340-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2025-11-21 10:13:10.211356 | fa163ed5-6186-db78-e340-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2025-11-21 10:13:10.212586 | fa163ed5-6186-db78-e340-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.313404 | 0.04s 2025-11-21 10:13:10.221148 | fa163ed5-6186-db78-e340-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2025-11-21 10:13:10.278490 | fa163ed5-6186-db78-e340-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2025-11-21 10:13:10.279635 | fa163ed5-6186-db78-e340-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.380454 | 0.06s 2025-11-21 10:13:10.287555 | fa163ed5-6186-db78-e340-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2025-11-21 10:13:10.402472 | fa163ed5-6186-db78-e340-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mon', 'osd', '_admin', 'mgr'], 'service_type': 'host'} 2025-11-21 10:13:10.403825 | fa163ed5-6186-db78-e340-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.504644 | 0.11s 2025-11-21 10:13:10.416611 | fa163ed5-6186-db78-e340-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-11-21 10:13:10.431768 | fa163ed5-6186-db78-e340-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-11-21 10:13:10.443252 | fa163ed5-6186-db78-e340-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-11-21 10:13:10.449710 | fa163ed5-6186-db78-e340-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.550535 | 0.16s 2025-11-21 10:13:10.458581 | fa163ed5-6186-db78-e340-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2025-11-21 10:13:10.541838 | fa163ed5-6186-db78-e340-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': ['mon', 'osd', '_admin', 'mgr'], 'service_type': 'host'} 2025-11-21 10:13:10.556113 | fa163ed5-6186-db78-e340-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-11-21 10:13:10.572810 | fa163ed5-6186-db78-e340-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-11-21 10:13:10.582772 | fa163ed5-6186-db78-e340-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-11-21 10:13:10.588759 | fa163ed5-6186-db78-e340-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.689574 | 0.13s 2025-11-21 10:13:10.597455 | fa163ed5-6186-db78-e340-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2025-11-21 10:13:10.644337 | fa163ed5-6186-db78-e340-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2025-11-21 10:13:10.645573 | fa163ed5-6186-db78-e340-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.746387 | 0.05s 2025-11-21 10:13:10.655050 | fa163ed5-6186-db78-e340-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2025-11-21 10:13:10.693211 | fa163ed5-6186-db78-e340-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2025-11-21 10:13:10.694395 | fa163ed5-6186-db78-e340-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.795213 | 0.04s 2025-11-21 10:13:10.695639 | fa163ed5-6186-db78-e340-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.796471 | 0.04s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2025-11-21 10:13:10.760440 | fa163ed5-6186-db78-e340-000000000017 | TASK | Ensure ceph_spec_path is defined 2025-11-21 10:13:10.795407 | fa163ed5-6186-db78-e340-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2025-11-21 10:13:10.796236 | fa163ed5-6186-db78-e340-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.897062 | 0.04s 2025-11-21 10:13:10.802568 | fa163ed5-6186-db78-e340-000000000018 | TASK | Ensure public_network and cluster_network are defined 2025-11-21 10:13:10.969511 | fa163ed5-6186-db78-e340-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2025-11-21 10:13:10.970617 | fa163ed5-6186-db78-e340-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.071441 | 0.17s 2025-11-21 10:13:10.976668 | fa163ed5-6186-db78-e340-000000000019 | TASK | Set IP address of first monitor 2025-11-21 10:13:11.003041 | fa163ed5-6186-db78-e340-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2025-11-21 10:13:11.003846 | fa163ed5-6186-db78-e340-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.104679 | 0.03s 2025-11-21 10:13:11.018676 | fa163ed5-6186-db78-e340-000000000020 | TASK | Gather distribution facts if they don't exist 2025-11-21 10:13:11.054136 | fa163ed5-6186-db78-e340-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2025-11-21 10:13:11.055377 | fa163ed5-6186-db78-e340-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.156193 | 0.04s 2025-11-21 10:13:11.066815 | fa163ed5-6186-db78-e340-000000000021 | TASK | Install cephadm package 2025-11-21 10:13:14.017362 | fa163ed5-6186-db78-e340-000000000021 | OK | Install cephadm package | standalone.localdomain 2025-11-21 10:13:14.018685 | fa163ed5-6186-db78-e340-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.119509 | 2.95s 2025-11-21 10:13:14.028136 | fa163ed5-6186-db78-e340-000000000022 | TASK | Stat cephadm file 2025-11-21 10:13:14.373394 | fa163ed5-6186-db78-e340-000000000022 | OK | Stat cephadm file | standalone.localdomain 2025-11-21 10:13:14.374981 | fa163ed5-6186-db78-e340-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.475796 | 0.35s 2025-11-21 10:13:14.385410 | fa163ed5-6186-db78-e340-000000000023 | TASK | Fail if cephadm is not available 2025-11-21 10:13:14.411613 | fa163ed5-6186-db78-e340-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2025-11-21 10:13:14.412616 | fa163ed5-6186-db78-e340-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.513441 | 0.03s 2025-11-21 10:13:14.421706 | fa163ed5-6186-db78-e340-000000000024 | TASK | List Ceph daemon instances on this host 2025-11-21 10:13:15.267135 | fa163ed5-6186-db78-e340-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2025-11-21 10:13:15.268441 | fa163ed5-6186-db78-e340-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.369265 | 0.85s 2025-11-21 10:13:15.277506 | fa163ed5-6186-db78-e340-000000000026 | TASK | Set list of found FSIDs 2025-11-21 10:13:15.385555 | fa163ed5-6186-db78-e340-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2025-11-21 10:13:15.386834 | fa163ed5-6186-db78-e340-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.487651 | 0.11s 2025-11-21 10:13:15.396127 | fa163ed5-6186-db78-e340-000000000027 | TASK | Fail if >1 FSID was discovered 2025-11-21 10:13:15.503900 | fa163ed5-6186-db78-e340-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2025-11-21 10:13:15.505060 | fa163ed5-6186-db78-e340-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.605885 | 0.11s 2025-11-21 10:13:15.515540 | fa163ed5-6186-db78-e340-000000000028 | TASK | Set FSID to the discovered value 2025-11-21 10:13:15.623261 | fa163ed5-6186-db78-e340-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2025-11-21 10:13:15.624452 | fa163ed5-6186-db78-e340-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.725276 | 0.11s 2025-11-21 10:13:15.633660 | fa163ed5-6186-db78-e340-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2025-11-21 10:13:15.731815 | fa163ed5-6186-db78-e340-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2025-11-21 10:13:15.733446 | fa163ed5-6186-db78-e340-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.834263 | 0.10s 2025-11-21 10:13:15.746547 | fa163ed5-6186-db78-e340-00000000002b | TASK | Set first monitor IP if it was not passed 2025-11-21 10:13:15.847617 | fa163ed5-6186-db78-e340-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2025-11-21 10:13:15.848927 | fa163ed5-6186-db78-e340-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:05.949748 | 0.10s 2025-11-21 10:13:15.858861 | fa163ed5-6186-db78-e340-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2025-11-21 10:13:16.171684 | fa163ed5-6186-db78-e340-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2025-11-21 10:13:16.173279 | fa163ed5-6186-db78-e340-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.274102 | 0.31s 2025-11-21 10:13:16.183158 | fa163ed5-6186-db78-e340-00000000002d | TASK | Ensure specs directory exists 2025-11-21 10:13:16.410227 | fa163ed5-6186-db78-e340-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2025-11-21 10:13:16.411799 | fa163ed5-6186-db78-e340-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.512623 | 0.23s 2025-11-21 10:13:16.426746 | fa163ed5-6186-db78-e340-00000000002e | TASK | Stat spec file on ansible host 2025-11-21 10:13:16.639468 | fa163ed5-6186-db78-e340-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ed5-6186-db78-e340-00000000002e') missing from stats 2025-11-21 10:13:16.653581 | fa163ed5-6186-db78-e340-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2025-11-21 10:13:17.225106 | fa163ed5-6186-db78-e340-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2025-11-21 10:13:17.226485 | fa163ed5-6186-db78-e340-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.327307 | 0.57s 2025-11-21 10:13:17.240341 | fa163ed5-6186-db78-e340-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2025-11-21 10:13:17.525191 | fa163ed5-6186-db78-e340-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ed5-6186-db78-e340-000000000031') missing from stats 2025-11-21 10:13:17.536060 | fa163ed5-6186-db78-e340-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2025-11-21 10:13:18.033265 | fa163ed5-6186-db78-e340-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-11-21 10:13:18.034649 | fa163ed5-6186-db78-e340-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.135471 | 0.50s 2025-11-21 10:13:18.057821 | fa163ed5-6186-db78-e340-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2025-11-21 10:13:18.166750 | fa163ed5-6186-db78-e340-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2025-11-21 10:13:18.167883 | fa163ed5-6186-db78-e340-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.268707 | 0.11s 2025-11-21 10:13:18.183980 | fa163ed5-6186-db78-e340-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2025-11-21 10:13:18.271392 | fa163ed5-6186-db78-e340-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2025-11-21 10:13:18.272507 | fa163ed5-6186-db78-e340-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.373330 | 0.09s 2025-11-21 10:13:18.281440 | fa163ed5-6186-db78-e340-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2025-11-21 10:13:18.556728 | fa163ed5-6186-db78-e340-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2025-11-21 10:13:18.558531 | fa163ed5-6186-db78-e340-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.659346 | 0.28s 2025-11-21 10:13:18.805528 | fa163ed5-6186-db78-e340-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2025-11-21 10:13:18.806850 | fa163ed5-6186-db78-e340-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.907681 | 0.52s 2025-11-21 10:13:18.816562 | fa163ed5-6186-db78-e340-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.917394 | 0.53s 2025-11-21 10:13:18.821562 | fa163ed5-6186-db78-e340-000000000065 | TASK | Fail if necessary files are missing 2025-11-21 10:13:18.885783 | fa163ed5-6186-db78-e340-000000000065 | SKIPPED | Fail if necessary files are missing | standalone.localdomain | item={'changed': False, 'stat': {'exists': True, 'path': '/home/ceph-admin/.ssh/id_rsa', 'mode': '0600', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 1002, 'gid': 1002, 'size': 2622, 'inode': 394266188, 'dev': 64516, 'nlink': 1, 'atime': 1763719962.017977, 'mtime': 1763719961.831972, 'ctime': 1763719962.020977, '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': 'c7d39d14198ae8bea2b45119508fe2e39d450684', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '2643609928', '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-11-21 10:13:18.892609 | fa163ed5-6186-db78-e340-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': 419438963, 'dev': 64516, 'nlink': 1, 'atime': 1763719962.536991, 'mtime': 1763719962.353986, 'ctime': 1763719962.539991, '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': '83d7b6bc38bb0f849c0ff7cb92f1e84c04802ed2', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '585854218', '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-11-21 10:13:18.900353 | fa163ed5-6186-db78-e340-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:09.001175 | 0.08s 2025-11-21 10:13:18.910506 | fa163ed5-6186-db78-e340-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2025-11-21 10:13:19.161604 | fa163ed5-6186-db78-e340-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2025-11-21 10:13:19.162934 | fa163ed5-6186-db78-e340-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.263757 | 0.25s 2025-11-21 10:13:19.172222 | fa163ed5-6186-db78-e340-000000000068 | TASK | Run cephadm bootstrap 2025-11-21 10:14:26.849665 | fa163ed5-6186-db78-e340-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2025-11-21 10:14:26.851142 | fa163ed5-6186-db78-e340-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:16.951965 | 67.68s 2025-11-21 10:14:26.862836 | fa163ed5-6186-db78-e340-000000000069 | TASK | Show results of bootstrap 2025-11-21 10:14:26.932140 | fa163ed5-6186-db78-e340-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2025-11-21 10:14:26.933148 | fa163ed5-6186-db78-e340-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:17.033978 | 0.07s 2025-11-21 10:14:26.939727 | fa163ed5-6186-db78-e340-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-11-21 10:14:26.995931 | fa163ed5-6186-db78-e340-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:17.096743 | 0.06s 2025-11-21 10:14:27.009067 | 3850d7fc-3ec6-4f1c-90c3-e473638325ae | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-11-21 10:14:27.024336 | fa163ed5-6186-db78-e340-00000000020b | TASK | Set ceph CLI 2025-11-21 10:14:27.224692 | fa163ed5-6186-db78-e340-00000000020b | OK | Set ceph CLI | standalone.localdomain 2025-11-21 10:14:27.225665 | fa163ed5-6186-db78-e340-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:17.326491 | 0.20s 2025-11-21 10:14:27.232193 | fa163ed5-6186-db78-e340-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2025-11-21 10:14:28.082587 | fa163ed5-6186-db78-e340-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2025-11-21 10:14:28.083991 | fa163ed5-6186-db78-e340-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:18.184812 | 0.85s 2025-11-21 10:14:28.094671 | fa163ed5-6186-db78-e340-00000000006c | TASK | Set the default container image in ceph configuration 2025-11-21 10:14:29.224203 | fa163ed5-6186-db78-e340-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2025-11-21 10:14:29.228001 | fa163ed5-6186-db78-e340-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:19.328821 | 1.13s 2025-11-21 10:14:29.238013 | fa163ed5-6186-db78-e340-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2025-11-21 10:14:29.285841 | fa163ed5-6186-db78-e340-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2025-11-21 10:14:29.287167 | fa163ed5-6186-db78-e340-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:19.387979 | 0.05s 2025-11-21 10:14:29.306846 | fa163ed5-6186-db78-e340-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-11-21 10:14:29.337067 | fa163ed5-6186-db78-e340-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-11-21 10:14:29.338358 | fa163ed5-6186-db78-e340-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:19.439181 | 0.03s 2025-11-21 10:14:29.347695 | fa163ed5-6186-db78-e340-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2025-11-21 10:14:29.385726 | fa163ed5-6186-db78-e340-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2025-11-21 10:14:29.387172 | fa163ed5-6186-db78-e340-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:19.487996 | 0.04s 2025-11-21 10:14:29.396781 | fa163ed5-6186-db78-e340-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2025-11-21 10:14:29.486706 | fa163ed5-6186-db78-e340-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2025-11-21 10:14:29.488346 | fa163ed5-6186-db78-e340-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:19.589128 | 0.09s 2025-11-21 10:14:29.500238 | fa163ed5-6186-db78-e340-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2025-11-21 10:14:29.501156 | fa163ed5-6186-db78-e340-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:19.601990 | 0.10s 2025-11-21 10:14:29.515480 | fa163ed5-6186-db78-e340-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2025-11-21 10:14:29.516158 | fa163ed5-6186-db78-e340-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:19.616993 | 0.12s 2025-11-21 10:14:29.522712 | fa163ed5-6186-db78-e340-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2025-11-21 10:14:29.523610 | fa163ed5-6186-db78-e340-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:19.624444 | 0.13s 2025-11-21 10:14:29.534120 | fa163ed5-6186-db78-e340-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:19.634943 | 0.14s 2025-11-21 10:14:29.552573 | fa163ed5-6186-db78-e340-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2025-11-21 10:14:29.682219 | fa163ed5-6186-db78-e340-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2025-11-21 10:14:29.739327 | fa163ed5-6186-db78-e340-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2025-11-21 10:14:29.795143 | fa163ed5-6186-db78-e340-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2025-11-21 10:14:29.853884 | fa163ed5-6186-db78-e340-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2025-11-21 10:14:29.911268 | fa163ed5-6186-db78-e340-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2025-11-21 10:14:29.977272 | fa163ed5-6186-db78-e340-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2025-11-21 10:14:30.038907 | fa163ed5-6186-db78-e340-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2025-11-21 10:14:30.092945 | fa163ed5-6186-db78-e340-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2025-11-21 10:14:30.098441 | fa163ed5-6186-db78-e340-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:20.199257 | 0.54s 2025-11-21 10:14:30.108872 | fa163ed5-6186-db78-e340-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2025-11-21 10:14:31.038740 | fa163ed5-6186-db78-e340-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-11-21 10:14:31.041185 | fa163ed5-6186-db78-e340-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:21.142003 | 0.93s 2025-11-21 10:14:31.933251 | fa163ed5-6186-db78-e340-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-11-21 10:14:31.934254 | fa163ed5-6186-db78-e340-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:22.035086 | 1.82s 2025-11-21 10:14:32.888639 | fa163ed5-6186-db78-e340-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-11-21 10:14:32.889791 | fa163ed5-6186-db78-e340-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:22.990622 | 2.78s 2025-11-21 10:14:33.757580 | fa163ed5-6186-db78-e340-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-11-21 10:14:33.759019 | fa163ed5-6186-db78-e340-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:23.859845 | 3.65s 2025-11-21 10:14:33.769716 | fa163ed5-6186-db78-e340-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:23.870543 | 3.66s 2025-11-21 10:14:33.786610 | fa163ed5-6186-db78-e340-0000000000a6 | TASK | Stat spec file on bootstrap node 2025-11-21 10:14:34.056946 | fa163ed5-6186-db78-e340-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2025-11-21 10:14:34.058686 | fa163ed5-6186-db78-e340-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:24.159507 | 0.27s 2025-11-21 10:14:34.068590 | fa163ed5-6186-db78-e340-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:24.169414 | 0.28s 2025-11-21 10:14:34.078702 | fa163ed5-6186-db78-e340-0000000000a7 | TASK | Fail if spec file is missing 2025-11-21 10:14:34.152031 | fa163ed5-6186-db78-e340-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': 1031801123, 'dev': 64516, 'nlink': 1, 'atime': 1763719997.1920068, 'mtime': 1763719996.8830035, 'ctime': 1763719997.194007, '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': '0311b8592099d15932fc22dc91f60aa2ddf34cfe', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '571051273', '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-11-21 10:14:34.163566 | fa163ed5-6186-db78-e340-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:24.264379 | 0.08s 2025-11-21 10:14:34.175435 | fa163ed5-6186-db78-e340-0000000000a8 | TASK | Get ceph_cli 2025-11-21 10:14:34.205861 | fa163ed5-6186-db78-e340-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:24.306662 | 0.03s 2025-11-21 10:14:34.222382 | e37ee14d-a05f-4fed-9f0d-39151e538d61 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-11-21 10:14:34.249612 | fa163ed5-6186-db78-e340-000000000270 | TASK | Set ceph CLI 2025-11-21 10:14:34.422747 | fa163ed5-6186-db78-e340-000000000270 | OK | Set ceph CLI | standalone.localdomain 2025-11-21 10:14:34.423873 | fa163ed5-6186-db78-e340-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:24.524704 | 0.17s 2025-11-21 10:14:34.428721 | fa163ed5-6186-db78-e340-0000000000a9 | TASK | Get the ceph orchestrator status 2025-11-21 10:14:35.552387 | fa163ed5-6186-db78-e340-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-11-21 10:14:35.554156 | fa163ed5-6186-db78-e340-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:25.654977 | 1.12s 2025-11-21 10:14:35.566568 | fa163ed5-6186-db78-e340-0000000000aa | TASK | Fail if ceph orchestrator is not available 2025-11-21 10:14:35.634093 | fa163ed5-6186-db78-e340-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-11-21 10:14:35.635228 | fa163ed5-6186-db78-e340-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:25.736050 | 0.07s 2025-11-21 10:14:35.644769 | fa163ed5-6186-db78-e340-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2025-11-21 10:14:35.672826 | fa163ed5-6186-db78-e340-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:25.773648 | 0.03s 2025-11-21 10:14:35.698657 | 6d170401-7d18-4e43-9de7-9d7ce810dcf9 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2025-11-21 10:14:35.713890 | fa163ed5-6186-db78-e340-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2025-11-21 10:14:35.769861 | fa163ed5-6186-db78-e340-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2025-11-21 10:14:35.771472 | fa163ed5-6186-db78-e340-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:25.872301 | 0.06s 2025-11-21 10:14:35.778236 | fa163ed5-6186-db78-e340-0000000002a8 | TASK | set cephadm debug level 2025-11-21 10:14:35.835957 | fa163ed5-6186-db78-e340-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2025-11-21 10:14:35.836924 | fa163ed5-6186-db78-e340-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:25.937754 | 0.06s 2025-11-21 10:14:35.844252 | fa163ed5-6186-db78-e340-0000000002a9 | TASK | enforce minimum ceph clients version 2025-11-21 10:14:35.923474 | fa163ed5-6186-db78-e340-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2025-11-21 10:14:35.924778 | fa163ed5-6186-db78-e340-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:26.025592 | 0.08s 2025-11-21 10:14:35.934052 | fa163ed5-6186-db78-e340-0000000002aa | TASK | set container image base in ceph configuration 2025-11-21 10:14:37.041672 | fa163ed5-6186-db78-e340-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2025-11-21 10:14:37.043120 | fa163ed5-6186-db78-e340-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:27.143941 | 1.11s 2025-11-21 10:14:37.055644 | fa163ed5-6186-db78-e340-0000000002ac | TASK | set alertmanager container image in ceph configuration 2025-11-21 10:14:37.108963 | fa163ed5-6186-db78-e340-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2025-11-21 10:14:37.110218 | fa163ed5-6186-db78-e340-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:27.211042 | 0.05s 2025-11-21 10:14:37.119703 | fa163ed5-6186-db78-e340-0000000002ad | TASK | set grafana container image in ceph configuration 2025-11-21 10:14:37.156128 | fa163ed5-6186-db78-e340-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2025-11-21 10:14:37.157353 | fa163ed5-6186-db78-e340-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:27.258177 | 0.04s 2025-11-21 10:14:37.166376 | fa163ed5-6186-db78-e340-0000000002ae | TASK | set node-exporter container image in ceph configuration 2025-11-21 10:14:37.207656 | fa163ed5-6186-db78-e340-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2025-11-21 10:14:37.208510 | fa163ed5-6186-db78-e340-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:27.309341 | 0.04s 2025-11-21 10:14:37.214335 | fa163ed5-6186-db78-e340-0000000002af | TASK | set prometheus container image in ceph configuration 2025-11-21 10:14:37.279114 | fa163ed5-6186-db78-e340-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2025-11-21 10:14:37.280101 | fa163ed5-6186-db78-e340-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:27.380930 | 0.06s 2025-11-21 10:14:37.286515 | fa163ed5-6186-db78-e340-0000000000ac | TASK | Apply spec 2025-11-21 10:14:38.693189 | fa163ed5-6186-db78-e340-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2025-11-21 10:14:38.695457 | fa163ed5-6186-db78-e340-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:28.796277 | 1.41s 2025-11-21 10:14:38.706085 | fa163ed5-6186-db78-e340-0000000000ad | TASK | Show results of spec apply 2025-11-21 10:14:38.766254 | fa163ed5-6186-db78-e340-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2025-11-21 10:14:38.767659 | fa163ed5-6186-db78-e340-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:28.868482 | 0.06s 2025-11-21 10:14:38.779408 | fa163ed5-6186-db78-e340-0000000000ae | TASK | Wait for the expected number of osds to be running 2025-11-21 10:14:38.848783 | fa163ed5-6186-db78-e340-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:28.949603 | 0.07s 2025-11-21 10:14:38.863379 | a7a6dfda-c536-47ea-8770-e45600ce2afc | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2025-11-21 10:14:38.895000 | fa163ed5-6186-db78-e340-000000000307 | TASK | Wait for expected number of osds to be running 2025-11-21 10:14:39.916735 | fa163ed5-6186-db78-e340-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2025-11-21 10:15:10.901362 | fa163ed5-6186-db78-e340-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2025-11-21 10:15:10.902775 | fa163ed5-6186-db78-e340-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:02:01.003588 | 32.01s 2025-11-21 10:15:10.922787 | fa163ed5-6186-db78-e340-0000000000c9 | TASK | Get ceph_cli 2025-11-21 10:15:10.955994 | fa163ed5-6186-db78-e340-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-11-21 10:15:10.957546 | fa163ed5-6186-db78-e340-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:01.058366 | 0.03s 2025-11-21 10:15:10.967118 | fa163ed5-6186-db78-e340-0000000000ca | TASK | Collect ceph config dump 2025-11-21 10:15:11.003945 | fa163ed5-6186-db78-e340-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2025-11-21 10:15:11.005135 | fa163ed5-6186-db78-e340-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:02:01.105958 | 0.04s 2025-11-21 10:15:11.015358 | fa163ed5-6186-db78-e340-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2025-11-21 10:15:11.064553 | fa163ed5-6186-db78-e340-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2025-11-21 10:15:11.065739 | fa163ed5-6186-db78-e340-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:02:01.166561 | 0.05s 2025-11-21 10:15:11.075135 | fa163ed5-6186-db78-e340-0000000000cc | TASK | Create pool 2025-11-21 10:15:11.121944 | fa163ed5-6186-db78-e340-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:02:01.222762 | 0.05s 2025-11-21 10:15:11.131465 | fa163ed5-6186-db78-e340-0000000000cd | TASK | Enable application on Ceph pools 2025-11-21 10:15:11.179233 | fa163ed5-6186-db78-e340-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:02:01.280056 | 0.05s 2025-11-21 10:15:11.188885 | fa163ed5-6186-db78-e340-0000000000cf | TASK | Get the RBD ceph_cli 2025-11-21 10:15:11.218912 | fa163ed5-6186-db78-e340-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2025-11-21 10:15:11.220359 | fa163ed5-6186-db78-e340-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:02:01.321140 | 0.03s 2025-11-21 10:15:11.231060 | fa163ed5-6186-db78-e340-0000000000d0 | TASK | Set trash interval 2025-11-21 10:15:11.294477 | fa163ed5-6186-db78-e340-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2025-11-21 10:15:11.300353 | fa163ed5-6186-db78-e340-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:02:01.401132 | 0.07s 2025-11-21 10:15:11.318597 | fa163ed5-6186-db78-e340-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2025-11-21 10:15:11.385925 | fa163ed5-6186-db78-e340-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:02:01.486735 | 0.07s 2025-11-21 10:15:11.397143 | fa163ed5-6186-db78-e340-0000000000e9 | TASK | Get ceph_cli 2025-11-21 10:15:11.437868 | fa163ed5-6186-db78-e340-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-11-21 10:15:11.439233 | fa163ed5-6186-db78-e340-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:01.540056 | 0.04s 2025-11-21 10:15:11.448456 | fa163ed5-6186-db78-e340-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2025-11-21 10:15:11.505967 | fa163ed5-6186-db78-e340-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:02:01.606780 | 0.06s 2025-11-21 10:15:11.524856 | fa163ed5-6186-db78-e340-0000000000f9 | TASK | Get ceph_cli 2025-11-21 10:15:11.564859 | fa163ed5-6186-db78-e340-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2025-11-21 10:15:11.565668 | fa163ed5-6186-db78-e340-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:01.666499 | 0.04s 2025-11-21 10:15:11.571948 | fa163ed5-6186-db78-e340-0000000000fa | TASK | Wait for the expected number of monitors to be running 2025-11-21 10:15:11.607148 | fa163ed5-6186-db78-e340-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2025-11-21 10:15:11.608507 | fa163ed5-6186-db78-e340-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:02:01.709328 | 0.04s 2025-11-21 10:15:11.617926 | fa163ed5-6186-db78-e340-0000000000fb | TASK | Run ceph mon dump to get all monitors 2025-11-21 10:15:11.657250 | fa163ed5-6186-db78-e340-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2025-11-21 10:15:11.658374 | fa163ed5-6186-db78-e340-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:02:01.759196 | 0.04s 2025-11-21 10:15:11.667241 | fa163ed5-6186-db78-e340-0000000000fc | TASK | Extract mons_json 2025-11-21 10:15:11.714014 | fa163ed5-6186-db78-e340-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2025-11-21 10:15:11.715334 | fa163ed5-6186-db78-e340-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:02:01.816128 | 0.05s 2025-11-21 10:15:11.724795 | fa163ed5-6186-db78-e340-0000000000fd | TASK | Build mons_list 2025-11-21 10:15:11.771668 | fa163ed5-6186-db78-e340-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2025-11-21 10:15:11.772767 | fa163ed5-6186-db78-e340-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:02:01.873588 | 0.05s 2025-11-21 10:15:11.782585 | fa163ed5-6186-db78-e340-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2025-11-21 10:15:11.819343 | fa163ed5-6186-db78-e340-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2025-11-21 10:15:11.820760 | fa163ed5-6186-db78-e340-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:02:01.921582 | 0.04s 2025-11-21 10:15:11.830879 | fa163ed5-6186-db78-e340-0000000000ff | TASK | Verify the keyring 2025-11-21 10:15:11.888935 | fa163ed5-6186-db78-e340-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:02:01.989757 | 0.06s 2025-11-21 10:15:11.903568 | fa163ed5-6186-db78-e340-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2025-11-21 10:15:11.942216 | fa163ed5-6186-db78-e340-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2025-11-21 10:15:11.943764 | fa163ed5-6186-db78-e340-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:02:02.044581 | 0.04s 2025-11-21 10:15:11.964553 | fa163ed5-6186-db78-e340-000000000101 | TASK | Save tripleo_ceph_client_vars file 2025-11-21 10:15:12.002928 | fa163ed5-6186-db78-e340-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2025-11-21 10:15:12.004107 | fa163ed5-6186-db78-e340-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:02:02.104930 | 0.04s 2025-11-21 10:15:12.020763 | fa163ed5-6186-db78-e340-00000000011c | TASK | Get ceph_cli 2025-11-21 10:15:12.036651 | fa163ed5-6186-db78-e340-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:02.137469 | 0.01s 2025-11-21 10:15:12.047460 | cebc599b-c8f1-4aef-8046-cb69867820ec | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2025-11-21 10:15:12.059674 | fa163ed5-6186-db78-e340-0000000003c0 | TASK | Set ceph CLI 2025-11-21 10:15:12.230463 | fa163ed5-6186-db78-e340-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2025-11-21 10:15:12.232089 | fa163ed5-6186-db78-e340-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:02:02.332906 | 0.17s 2025-11-21 10:15:12.245147 | fa163ed5-6186-db78-e340-00000000011d | TASK | Get the ceph orchestrator status 2025-11-21 10:15:13.141983 | fa163ed5-6186-db78-e340-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2025-11-21 10:15:13.143335 | fa163ed5-6186-db78-e340-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:02:03.244130 | 0.90s 2025-11-21 10:15:13.152772 | fa163ed5-6186-db78-e340-00000000011e | TASK | Fail if ceph orchestrator is not available 2025-11-21 10:15:13.254682 | fa163ed5-6186-db78-e340-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2025-11-21 10:15:13.255737 | fa163ed5-6186-db78-e340-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:02:03.356562 | 0.10s 2025-11-21 10:15:13.264574 | fa163ed5-6186-db78-e340-000000000120 | TASK | Show the deployed daemons 2025-11-21 10:15:14.181142 | fa163ed5-6186-db78-e340-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2025-11-21 10:15:14.183753 | fa163ed5-6186-db78-e340-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:04.284564 | 0.92s 2025-11-21 10:15:14.193866 | fa163ed5-6186-db78-e340-000000000121 | TASK | Deployed daemons 2025-11-21 10:15:14.250824 | fa163ed5-6186-db78-e340-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2025-11-21 10:15:14.252119 | fa163ed5-6186-db78-e340-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:04.352939 | 0.06s 2025-11-21 10:15:14.261837 | fa163ed5-6186-db78-e340-000000000122 | TASK | Print the status of the deployed Ceph cluster 2025-11-21 10:15:15.185771 | fa163ed5-6186-db78-e340-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2025-11-21 10:15:15.187198 | fa163ed5-6186-db78-e340-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:05.288020 | 0.92s 2025-11-21 10:15:15.196739 | fa163ed5-6186-db78-e340-000000000123 | TASK | Ceph cluster status 2025-11-21 10:15:15.234752 | fa163ed5-6186-db78-e340-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: 1c87ebbd-8b1c-52f3-8a6d-90b06da2063e", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 80s)", " mgr: standalone.tqxpjc(active, since 64s)", " osd: 1 osds: 1 up (since 14s), 1 in (since 30s)", " ", " data:", " pools: 1 pools, 1 pgs", " objects: 2 objects, 449 KiB", " usage: 27 MiB used, 7.0 GiB / 7.0 GiB avail", " pgs: 1 active+clean", " " ] } 2025-11-21 10:15:15.235894 | fa163ed5-6186-db78-e340-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:05.336720 | 0.04s 2025-11-21 10:15:15.256998 | fa163ed5-6186-db78-e340-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2025-11-21 10:15:15.870766 | fa163ed5-6186-db78-e340-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ed5-6186-db78-e340-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-11-21 10:15:15.914192 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-21 10:15:15.914763 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-21 10:15:15.915325 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:06.016131 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-21 10:15:15.915835 | UUID | Info | Host | Task Name | Run Time 2025-11-21 10:15:15.916410 | fa163ed5-6186-db78-e340-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 67.68s 2025-11-21 10:15:15.916974 | fa163ed5-6186-db78-e340-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 32.01s 2025-11-21 10:15:15.917584 | fa163ed5-6186-db78-e340-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.66s 2025-11-21 10:15:15.918142 | fa163ed5-6186-db78-e340-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 2.95s 2025-11-21 10:15:15.918731 | fa163ed5-6186-db78-e340-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.41s 2025-11-21 10:15:15.919240 | fa163ed5-6186-db78-e340-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 1.13s 2025-11-21 10:15:15.919761 | fa163ed5-6186-db78-e340-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 1.12s 2025-11-21 10:15:15.920331 | fa163ed5-6186-db78-e340-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 1.11s 2025-11-21 10:15:15.920883 | fa163ed5-6186-db78-e340-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.92s 2025-11-21 10:15:15.921461 | fa163ed5-6186-db78-e340-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.92s 2025-11-21 10:15:15.921959 | fa163ed5-6186-db78-e340-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.90s 2025-11-21 10:15:15.922484 | fa163ed5-6186-db78-e340-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.85s 2025-11-21 10:15:15.922973 | fa163ed5-6186-db78-e340-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.85s 2025-11-21 10:15:15.923507 | fa163ed5-6186-db78-e340-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.57s 2025-11-21 10:15:15.924012 | fa163ed5-6186-db78-e340-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.54s 2025-11-21 10:15:15.924552 | fa163ed5-6186-db78-e340-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.53s 2025-11-21 10:15:15.925109 | fa163ed5-6186-db78-e340-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.50s 2025-11-21 10:15:15.925658 | fa163ed5-6186-db78-e340-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.35s 2025-11-21 10:15:15.926185 | fa163ed5-6186-db78-e340-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.31s 2025-11-21 10:15:15.926739 | fa163ed5-6186-db78-e340-0000000000a6 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat spec file on bootstrap node | 0.28s 2025-11-21 10:15:15.927246 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1500 + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + TELEMETRY_ENABLED=true + OCTAVIA_ENABLED=true + DESIGNATE_ENABLED=false + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-41 + export NEUTRON_INTERFACE=eth0 + NEUTRON_INTERFACE=eth0 + export CTLPLANE_IP=192.168.122.100 + CTLPLANE_IP=192.168.122.100 + export CTLPLANE_VIP=192.168.122.99 + CTLPLANE_VIP=192.168.122.99 + export DESIGNATE_BIND_IP=192.168.122.155 + DESIGNATE_BIND_IP=192.168.122.155 + export CIDR=24 + CIDR=24 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export BRIDGE=br-ctlplane + BRIDGE=br-ctlplane + '[' libvirt = ironic ']' + BRIDGE_MAPPINGS=datacentre:br-ctlplane + NEUTRON_FLAT_NETWORKS=datacentre + cat + CMD='openstack tripleo deploy' + CMD_ARGS+=' --templates /usr/share/openstack-tripleo-heat-templates' + CMD_ARGS+=' --local-ip=192.168.122.100/24' + CMD_ARGS+=' --control-virtual-ip=192.168.122.99' + CMD_ARGS+=' --output-dir /root' + CMD_ARGS+=' --standalone-role Standalone' + CMD_ARGS+=' -r /root/Standalone.yaml' + CMD_ARGS+=' -n /root/network_data.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml' + '[' libvirt = ironic ']' + '[' true = true ']' + cat + ENV_ARGS+=' -e /root/enable_heat.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml' + '[' false = true ']' + ENV_ARGS+=' -e /root/standalone_parameters.yaml' + '[' true = true ']' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \t\r\u\e ]] + CEPH_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/containers-prepare-parameters.yaml' + ENV_ARGS+=' -e /root/deployed_network.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml' + ENV_ARGS+=' -e /root/sriov_template.yaml' + '[' false = true ']' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /root/dhcp_agent_template.yaml' + sudo openstack tripleo deploy --templates /usr/share/openstack-tripleo-heat-templates --local-ip=192.168.122.100/24 --control-virtual-ip=192.168.122.99 --output-dir /root --standalone-role Standalone -r /root/Standalone.yaml -n /root/network_data.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml -e /root/enable_heat.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml -e /root/standalone_parameters.yaml -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml -e /root/containers-prepare-parameters.yaml -e /root/deployed_network.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml -e /root/sriov_template.yaml -e /root/dhcp_agent_template.yaml [WARNING] Deployment user is set to 'root'. This may cause some deployment files to be located in /root. Please use --deployment-user to specify the user you are deploying with. The heat stack standalone action is CREATE 2025-11-21 10:15:19.091 41289 INFO migrate.versioning.api [-] 72 -> 73...  2025-11-21 10:15:19.115 41289 INFO migrate.versioning.api [-] done 2025-11-21 10:15:19.115 41289 INFO migrate.versioning.api [-] 73 -> 74...  2025-11-21 10:15:19.117 41289 INFO migrate.versioning.api [-] done 2025-11-21 10:15:19.117 41289 INFO migrate.versioning.api [-] 74 -> 75...  2025-11-21 10:15:19.119 41289 INFO migrate.versioning.api [-] done 2025-11-21 10:15:19.119 41289 INFO migrate.versioning.api [-] 75 -> 76...  2025-11-21 10:15:19.120 41289 INFO migrate.versioning.api [-] done 2025-11-21 10:15:19.120 41289 INFO migrate.versioning.api [-] 76 -> 77...  2025-11-21 10:15:19.122 41289 INFO migrate.versioning.api [-] done 2025-11-21 10:15:19.122 41289 INFO migrate.versioning.api [-] 77 -> 78...  2025-11-21 10:15:19.124 41289 INFO migrate.versioning.api [-] done 2025-11-21 10:15:19.124 41289 INFO migrate.versioning.api [-] 78 -> 79...  2025-11-21 10:15:19.148 41289 INFO migrate.versioning.api [-] done 2025-11-21 10:15:19.148 41289 INFO migrate.versioning.api [-] 79 -> 80...  2025-11-21 10:15:19.166 41289 INFO migrate.versioning.api [-] done 2025-11-21 10:15:19.166 41289 INFO migrate.versioning.api [-] 80 -> 81...  2025-11-21 10:15:19.168 41289 INFO migrate.versioning.api [-] done 2025-11-21 10:15:19.168 41289 INFO migrate.versioning.api [-] 81 -> 82...  2025-11-21 10:15:19.170 41289 INFO migrate.versioning.api [-] done 2025-11-21 10:15:19.170 41289 INFO migrate.versioning.api [-] 82 -> 83...  2025-11-21 10:15:19.171 41289 INFO migrate.versioning.api [-] done 2025-11-21 10:15:19.171 41289 INFO migrate.versioning.api [-] 83 -> 84...  2025-11-21 10:15:19.173 41289 INFO migrate.versioning.api [-] done 2025-11-21 10:15:19.173 41289 INFO migrate.versioning.api [-] 84 -> 85...  2025-11-21 10:15:19.175 41289 INFO migrate.versioning.api [-] done 2025-11-21 10:15:19.175 41289 INFO migrate.versioning.api [-] 85 -> 86...  2025-11-21 10:15:19.197 41289 INFO migrate.versioning.api [-] done /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:snapshot":"rule:deny_stack_user" was deprecated in W in favor of "actions:snapshot":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:suspend":"rule:deny_stack_user" was deprecated in W in favor of "actions:suspend":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:resume":"rule:deny_stack_user" was deprecated in W in favor of "actions:resume":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:check":"rule:deny_stack_user" was deprecated in W in favor of "actions:check":"(role:reader and system_scope:all) or (role:reader and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_update":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_update":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_without_rollback":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_without_rollback":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) ** Handling template files ** jinja2 rendering normal template overcloud-resource-registry-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud-resource-registry-puppet.yaml jinja2 rendering normal template overcloud.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud.yaml jinja2 rendering normal template post.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/post.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/services/standalone-role.yaml jinja2 rendering normal template apache-baremetal-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/apache/apache-baremetal-puppet.yaml jinja2 rendering normal template container-image-prepare-baremetal-ansible.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/container-image-prepare/container-image-prepare-baremetal-ansible.yaml jinja2 rendering normal template haproxy-internal-tls-certmonger.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/haproxy/haproxy-internal-tls-certmonger.yaml jinja2 rendering normal template octavia-deployment-config.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/octavia/octavia-deployment-config.yaml jinja2 rendering normal template deployed-server-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-server-environment.yaml jinja2 rendering normal template net-noop.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-noop.yaml jinja2 rendering normal template deployed-network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-network-environment.yaml jinja2 rendering normal template net-2-linux-bonds-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-2-linux-bonds-with-vlans.yaml jinja2 rendering normal template net-bond-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans-no-external.yaml jinja2 rendering normal template net-bond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans.yaml jinja2 rendering normal template net-dpdkbond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-dpdkbond-with-vlans.yaml jinja2 rendering normal template net-multiple-nics-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics-vlans.yaml jinja2 rendering normal template net-multiple-nics.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics.yaml jinja2 rendering normal template net-single-nic-linux-bridge-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-linux-bridge-with-vlans.yaml jinja2 rendering normal template net-single-nic-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans-no-external.yaml jinja2 rendering normal template net-single-nic-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans.yaml jinja2 rendering normal template network-environment-v6-all.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6-all.yaml jinja2 rendering normal template network-environment-v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6.yaml jinja2 rendering normal template network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment.yaml jinja2 rendering normal template networks-disable.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/networks-disable.yaml jinja2 rendering normal template overcloud-baremetal.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/overcloud-baremetal.yaml jinja2 rendering normal template split-stack-consistent-hostname-format.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/split-stack-consistent-hostname-format.yaml jinja2 rendering normal template enable-internal-tls.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/ssl/enable-internal-tls.yaml jinja2 rendering normal template swap-partition.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap-partition.yaml jinja2 rendering normal template swap.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/nova_metadata/krb-service-principals/standalone-role.yaml jinja2 rendering network template network.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external.yaml jinja2 rendering network template network_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external_v6.yaml jinja2 rendering normal template networks.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/networks.yaml jinja2 rendering normal template service_net_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/service_net_map.yaml jinja2 rendering network template deployed_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_external.yaml jinja2 rendering network template deployed_vip_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_external.yaml jinja2 rendering network template external_resource_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external.yaml jinja2 rendering network template external_resource_port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external_v6.yaml jinja2 rendering normal template net_ip_list_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_list_map.yaml jinja2 rendering normal template net_ip_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_map.yaml jinja2 rendering normal template net_vip_map_external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external.yaml jinja2 rendering normal template net_vip_map_external_v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external_v6.yaml jinja2 rendering network template port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external.yaml jinja2 rendering network template port_from_pool.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool.yaml jinja2 rendering network template port_from_pool_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool_v6.yaml jinja2 rendering network template port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_v6.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./puppet/standalone-role.yaml ** Performing Heat stack create.. ** 2025-11-21 10:15:27Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:15:27Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:27Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:15:28Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:28Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-11-21 10:15:28Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:15:28Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:28Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-11-21 10:15:29Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:15:29Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:29Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-11-21 10:15:29Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:29Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-11-21 10:15:29Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:15:29Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:30Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:15:30Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-11-21 10:15:30Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:30Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-11-21 10:15:30Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:15:30Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:31Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:15:31Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-11-21 10:15:31Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:31Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-11-21 10:15:31Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:15:31Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:31Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-11-21 10:15:32Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-11-21 10:15:32Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:32Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:32Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2025-11-21 10:15:32Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:32Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-11-21 10:15:33Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-11-21 10:15:33Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:33Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:15:33Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:33Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-11-21 10:15:33Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:33Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:15:34Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:34Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-11-21 10:15:34Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:34Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-11-21 10:15:35Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:35Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-11-21 10:15:35Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:35Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-11-21 10:15:35Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:15:35Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:35Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-11-21 10:15:36Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-11-21 10:15:36Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:36Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-11-21 10:15:36Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:36Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-11-21 10:15:36Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:15:37Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-11-21 10:15:38Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:38Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:38Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:38Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:38Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:38Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:38Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:38Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-11-21 10:15:38Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-11-21 10:15:38Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-11-21 10:15:39Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-11-21 10:15:39Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-11-21 10:15:39Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-11-21 10:15:39Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-11-21 10:15:39Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:39Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:15:39Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:39Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-11-21 10:15:39Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:15:40Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-11-21 10:15:40Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:40Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:40Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-11-21 10:15:41Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-11-21 10:15:42Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:42Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-11-21 10:15:42Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:42Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:15:42Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:44Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:15:45Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:45Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:15:45Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:45Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:15:45Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:45Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-21 10:15:45Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:15:46Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:46Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-21 10:15:47Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:47Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:15:47Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-11-21 10:15:48Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:49Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:49Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:15:50Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:15:50Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:15:51Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-11-21 10:15:51Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:51Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:15:52Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:52Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:15:53Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:54Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:54Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:15:55Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:55Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:15:56Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-11-21 10:15:56Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:15:57Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-11-21 10:15:57Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:57Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:15:57Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:58Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:15:58Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:15:58Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-11-21 10:15:59Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:00Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:00Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:16:01Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:16:01Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:16:02Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-11-21 10:16:03Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:03Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:16:03Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:04Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:04Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:16:05Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:05Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:16:06Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:06Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:16:06Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-11-21 10:16:06Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:16:07Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-11-21 10:16:07Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:07Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:16:07Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:07Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:16:07Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:16:08Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-11-21 10:16:09Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:09Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:16:09Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:10Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:10Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:16:10Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:16:10Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:10Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-21 10:16:10Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:16:11Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:11Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-21 10:16:12Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:12Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:16:12Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:16:13Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:14Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:14Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:16:14Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2025-11-21 10:16:14Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:14Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:16:14Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:16:15Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2025-11-21 10:16:15Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:16:16Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-11-21 10:16:17Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:18Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-11-21 10:16:18Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:19Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-11-21 10:16:19Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:19Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:16:20Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:20Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:16:21Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:22Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:22Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:16:23Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-11-21 10:16:23Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:16:24Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-11-21 10:16:24Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:24Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:16:24Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:25Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:25Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:16:25Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-11-21 10:16:26Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:27Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:16:27Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:16:28Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-11-21 10:16:28Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:29Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:16:29Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:29Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:16:29Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:29Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-11-21 10:16:30Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:30Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-11-21 10:16:30Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:30Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-11-21 10:16:30Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:16:31Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2025-11-21 10:16:31Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:16:32Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-11-21 10:16:32Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:33Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-11-21 10:16:33Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:34Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:16:34Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:34Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:16:34Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:34Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-11-21 10:16:35Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:35Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2025-11-21 10:16:35Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:35Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-11-21 10:16:35Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:35Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-11-21 10:16:35Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:16:36Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2025-11-21 10:16:36Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:16:37Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-11-21 10:16:37Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:37Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:16:37Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:37Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:16:37Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:37Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-11-21 10:16:37Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:37Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-11-21 10:16:38Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:38Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-11-21 10:16:38Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:16:39Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2025-11-21 10:16:39Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:16:40Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-11-21 10:16:41Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:41Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:16:41Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:41Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:16:41Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:41Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2025-11-21 10:16:42Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:42Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2025-11-21 10:16:42Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:42Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2025-11-21 10:16:42Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:16:43Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2025-11-21 10:16:43Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:16:44Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-11-21 10:16:44Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:44Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:16:44Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:45Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:45Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:16:45Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:16:45Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:46Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-21 10:16:46Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:16:46Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:46Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:16:46Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-21 10:16:47Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:48Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:48Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:16:48Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:16:49Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:49Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:50Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:50Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:16:50Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2025-11-21 10:16:51Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-21 10:16:51Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:16:51Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2025-11-21 10:16:52Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:16:52Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-11-21 10:16:53Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:53Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:16:53Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:54Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:54Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:16:54Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:16:54Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:54Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:16:54Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:55Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:55Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:16:55Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:55Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:56Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-21 10:16:56Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:56Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:56Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-11-21 10:16:57Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:16:57Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:16:57Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:57Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:16:57Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:16:57Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:57Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:57Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:16:57Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:16:57Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-11-21 10:16:58Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:58Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:16:58Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-21 10:16:59Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:16:59Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:17:00Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:17:00Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:17:00Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2025-11-21 10:17:00Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2025-11-21 10:17:00Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:17:01Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-11-21 10:17:02Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:02Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:17:02Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:03Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:03Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2025-11-21 10:17:04Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:04Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:17:04Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:17:05Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:06Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:06Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:17:06Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:17:07Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:08Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:08Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:17:09Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-21 10:17:09Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:17:09Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2025-11-21 10:17:10Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:17:10Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-11-21 10:17:11Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:11Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:17:11Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:11Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:17:11Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:12Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:12Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:17:12Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:12Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-21 10:17:13Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:13Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:17:13Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:13Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:17:13Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:17:14Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:14Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:14Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2025-11-21 10:17:14Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:17:15Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:15Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:17:15Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:17:15Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:15Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:15Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:17:15Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:17:16Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:16Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:16Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:17:17Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:17Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-11-21 10:17:17Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-21 10:17:17Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:17:18Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-11-21 10:17:18Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:17:18Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:17:18Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2025-11-21 10:17:18Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:17:19Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-11-21 10:17:20Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:20Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:17:20Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:21Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:21Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:17:22Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:17:22Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:22Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:17:22Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:22Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:17:23Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:24Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:24Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:17:25Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-11-21 10:17:25Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:17:26Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-11-21 10:17:26Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:17:26Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-11-21 10:17:27Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:27Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:17:27Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:27Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:17:28Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:29Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:29Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:17:30Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-11-21 10:17:30Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:17:31Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-11-21 10:17:32Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:33Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-11-21 10:17:33Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:33Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:17:33Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:34Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:34Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:17:34Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:17:34Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:17:35Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-11-21 10:17:36Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:37Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-11-21 10:17:37Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:37Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:17:37Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:37Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-21 10:17:38Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:39Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:39Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:17:39Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:17:39Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:39Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:17:39Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:17:40Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:40Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:17:40Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2025-11-21 10:17:41Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:42Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:42Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:17:43Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-21 10:17:43Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:17:44Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-11-21 10:17:45Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:45Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:17:45Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:46Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:46Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:17:46Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:17:46Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:46Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-21 10:17:47Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:47Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:17:47Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:48Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:48Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:17:48Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:48Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:17:48Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:17:48Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:48Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:17:48Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:17:48Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:48Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:17:48Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:17:49Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2025-11-21 10:17:49Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:49Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-11-21 10:17:50Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:50Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:17:51Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:51Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:17:51Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-21 10:17:51Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:17:52Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2025-11-21 10:17:52Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:17:53Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-11-21 10:17:54Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:54Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:17:54Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:54Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:17:55Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:56Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:56Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:17:57Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:57Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-11-21 10:17:58Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:58Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:17:58Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:17:58Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:17:58Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-21 10:17:58Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:17:59Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-21 10:17:59Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:18:00Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-11-21 10:18:00Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:00Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:18:00Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:00Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:18:01Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:02Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:03Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:18:03Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:04Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-11-21 10:18:05Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:18:05Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:18:05Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-11-21 10:18:06Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:06Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:18:06Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:07Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:07Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-11-21 10:18:08Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:08Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:18:09Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:09Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:18:09Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:18:09Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:18:10Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-11-21 10:18:11Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:11Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:18:11Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:12Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:12Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-11-21 10:18:12Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:18:13Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:13Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:18:13Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:14Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:14Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:14Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:18:14Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:18:15Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:15Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:18:15Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-11-21 10:18:15Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:16Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:16Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-11-21 10:18:16Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-11-21 10:18:17Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:18Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-11-21 10:18:18Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:18:19Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2025-11-21 10:18:19Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:18:20Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-11-21 10:18:20Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:21Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:18:21Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:21Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:18:22Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:23Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:23Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:18:23Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:23Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-21 10:18:23Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:18:23Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2025-11-21 10:18:24Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:24Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-21 10:18:25Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:25Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:18:26Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2025-11-21 10:18:26Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:18:27Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-11-21 10:18:27Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:27Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:18:27Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:28Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:28Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:18:28Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:18:29Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:30Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:30Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2025-11-21 10:18:31Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:31Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:18:31Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-11-21 10:18:31Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:31Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-21 10:18:32Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:18:32Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-21 10:18:32Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:18:33Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-11-21 10:18:34Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:34Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:18:34Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:34Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:18:34Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:34Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:18:34Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:18:35Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:35Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:18:35Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-11-21 10:18:36Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:37Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:37Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:18:38Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:38Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:18:39Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2025-11-21 10:18:39Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:18:40Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-11-21 10:18:41Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:41Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:18:41Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:41Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:18:42Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:43Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:18:43Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:18:44Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-11-21 10:18:44Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:44Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:18:44Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:45Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:45Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:18:45Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:18:45Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:18:46Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-11-21 10:18:47Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:47Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:18:47Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:47Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:18:47Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:18:48Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-11-21 10:18:48Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:48Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:18:48Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:48Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:18:48Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:48Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-21 10:18:48Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:18:49Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:49Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:18:49Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-21 10:18:49Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:49Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:18:49Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:18:50Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:50Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2025-11-21 10:18:51Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:51Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:18:52Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:52Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:18:52Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:18:52Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:18:53Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-11-21 10:18:54Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:54Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:18:54Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:55Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:55Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:18:55Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:18:56Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:57Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:57Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2025-11-21 10:18:58Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:58Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:18:58Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:18:58Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:18:58Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-21 10:18:58Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:18:59Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-21 10:18:59Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:19:00Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-11-21 10:19:01Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:02Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-11-21 10:19:02Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:02Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:19:02Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:03Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:03Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:19:03Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2025-11-21 10:19:04Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:05Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:05Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:19:06Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:19:06Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:19:07Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-11-21 10:19:08Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:08Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:19:08Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:08Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:19:09Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:10Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:10Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:19:10Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:19:10Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:11Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:11Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:19:11Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:11Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:11Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:19:11Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-11-21 10:19:12Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:12Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:12Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:19:12Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:19:13Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2025-11-21 10:19:13Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:19:13Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:13Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:19:13Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:19:13Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:14Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:14Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:19:14Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:19:15Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-11-21 10:19:15Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:19:15Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:19:16Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-11-21 10:19:16Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:19:17Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-11-21 10:19:18Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:18Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:19:18Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:19Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:19Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:19:19Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:19:19Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:19:20Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-11-21 10:19:20Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:20Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:19:20Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:21Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:21Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:19:22Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:22Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:19:22Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2025-11-21 10:19:22Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:19:23Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-11-21 10:19:24Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:25Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-11-21 10:19:25Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:25Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:19:25Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:25Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-21 10:19:26Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:27Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:27Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:19:27Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:19:28Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:28Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:19:28Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:19:28Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:28Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:19:28Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-21 10:19:29Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:30Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:30Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2025-11-21 10:19:32Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:19:32Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:19:32Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-11-21 10:19:33Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:33Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:19:33Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:33Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:19:33Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:33Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:19:33Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:34Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:34Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:19:34Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-11-21 10:19:34Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:19:35Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-11-21 10:19:35Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:19:36Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2025-11-21 10:19:36Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:19:37Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-11-21 10:19:38Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:38Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:19:38Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:39Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:39Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:19:39Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-21 10:19:40Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:41Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:41Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2025-11-21 10:19:42Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:19:42Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:19:43Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-11-21 10:19:43Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:43Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:19:44Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:45Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:45Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2025-11-21 10:19:46Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:46Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-21 10:19:47Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:47Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:19:47Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:19:47Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:19:48Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-11-21 10:19:48Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:48Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:19:48Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:48Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:19:48Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:48Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-21 10:19:48Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:19:49Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:49Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-21 10:19:50Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:50Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-21 10:19:51Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:51Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-21 10:19:52Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:52Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:19:52Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:19:53Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:53Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:19:53Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:53Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:19:53Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:19:54Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:54Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2025-11-21 10:19:55Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:55Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:19:55Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:19:55Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:55Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:19:55Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:19:56Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2025-11-21 10:19:56Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:19:57Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-11-21 10:19:58Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:58Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:19:58Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:59Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:19:59Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-21 10:20:00Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:00Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:20:00Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:20:00Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:00Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:20:00Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:20:01Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:01Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-11-21 10:20:02Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:02Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-21 10:20:03Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:03Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:20:03Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:20:03Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:03Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:20:03Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:03Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-21 10:20:04Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:04Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:20:04Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:20:05Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-11-21 10:20:05Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:20:06Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-11-21 10:20:07Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:07Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:20:07Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:08Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:08Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:20:09Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:09Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-21 10:20:10Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:10Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:20:10Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-21 10:20:11Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:11Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:20:11Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:11Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:20:11Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:20:12Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:12Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-11-21 10:20:13Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:13Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:20:13Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:20:13Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:13Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:20:13Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:20:14Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:14Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2025-11-21 10:20:14Z [ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:14Z [ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-21 10:20:14Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:20:15Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-21 10:20:15Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:20:16Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-11-21 10:20:17Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:17Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:20:17Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:18Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:18Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-21 10:20:19Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:19Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:20:19Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:20:19Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:19Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:20:19Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:20:20Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:20Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2025-11-21 10:20:21Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:21Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-21 10:20:22Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:22Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:20:22Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:22Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:20:22Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:20:22Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:22Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-21 10:20:23Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:23Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:20:23Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:20:24Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2025-11-21 10:20:24Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:20:25Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-11-21 10:20:26Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:26Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:20:26Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:26Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:20:26Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:26Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:20:26Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:20:27Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:27Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2025-11-21 10:20:28Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:28Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-21 10:20:29Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:29Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:20:29Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:20:29Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:29Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:20:29Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:29Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-21 10:20:30Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:30Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:30Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:20:30Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:20:31Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-11-21 10:20:31Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2025-11-21 10:20:31Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:20:32Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-11-21 10:20:32Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:33Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:20:33Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:33Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:20:33Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:33Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:20:33Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:20:34Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:34Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:20:34Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-11-21 10:20:35Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:36Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:36Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:20:36Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-11-21 10:20:36Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:36Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:20:36Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:20:37Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:37Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2025-11-21 10:20:38Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:20:38Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:20:39Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-11-21 10:20:39Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:39Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:20:39Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:39Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:20:40Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:41Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:41Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:20:42Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2025-11-21 10:20:42Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:20:43Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-11-21 10:20:44Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:44Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:20:44Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:44Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:20:44Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:44Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:20:44Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:44Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-21 10:20:45Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:45Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:45Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:20:45Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:20:46Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:46Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-21 10:20:46Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2025-11-21 10:20:47Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:47Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:20:47Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:20:47Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:47Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:20:47Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:20:48Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:48Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2025-11-21 10:20:49Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:20:49Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:20:50Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-11-21 10:20:50Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:51Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:20:51Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:52Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:52Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-11-21 10:20:52Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:20:53Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:53Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:20:53Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:20:54Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-11-21 10:20:54Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:54Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:20:54Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:54Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:20:55Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:56Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:20:56Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:20:57Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-11-21 10:20:58Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:58Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:20:58Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:59Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:20:59Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2025-11-21 10:21:00Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:00Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:21:01Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:01Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:21:01Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-21 10:21:01Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:21:02Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-11-21 10:21:02Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:02Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:21:02Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:03Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:04Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-11-21 10:21:04Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:04Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:21:05Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:06Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-21 10:21:06Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:06Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:21:07Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:21:07Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:07Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:07Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:21:08Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:08Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-21 10:21:09Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:09Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:21:09Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:21:10Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:11Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:21:11Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:21:12Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2025-11-21 10:21:12Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:21:12Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-11-21 10:21:13Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:13Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:21:13Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:13Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2025-11-21 10:21:13Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:21:14Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-11-21 10:21:15Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:15Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:21:15Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:16Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:16Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:21:16Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:21:17Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:18Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:18Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:21:19Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-21 10:21:19Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:21:20Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-11-21 10:21:20Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:20Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:21:20Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:21Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:22Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:21:22Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:23Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:21:23Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:23Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:21:24Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-21 10:21:24Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:21:24Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-11-21 10:21:25Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:25Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:21:25Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:26Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:26Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:21:26Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:21:27Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:28Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:28Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:21:29Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-21 10:21:29Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:21:30Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-11-21 10:21:31Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:32Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-11-21 10:21:32Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:32Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:21:32Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:33Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:21:33Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:21:34Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-11-21 10:21:35Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:35Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:21:35Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:36Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:36Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:21:36Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:21:36Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:37Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:37Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:21:37Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:37Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:21:37Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:21:37Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:38Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:38Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:21:38Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:38Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:21:38Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:21:38Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:21:39Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-11-21 10:21:39Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:21:40Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2025-11-21 10:21:40Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:21:41Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-11-21 10:21:41Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:42Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-11-21 10:21:43Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:43Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:21:43Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:43Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:21:43Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:43Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:21:43Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:21:44Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:44Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2025-11-21 10:21:45Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:45Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:21:45Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:21:46Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:47Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:47Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:21:47Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2025-11-21 10:21:47Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:47Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-21 10:21:47Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:21:48Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-21 10:21:48Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:21:49Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-11-21 10:21:50Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:51Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-11-21 10:21:51Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:51Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:21:51Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:51Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:21:51Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:52Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:52Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:21:52Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:52Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:21:52Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-11-21 10:21:53Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:53Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:54Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:21:54Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:21:54Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:21:55Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2025-11-21 10:21:55Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:21:56Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-11-21 10:21:57Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:58Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-11-21 10:21:58Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-11-21 10:21:59Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-11-21 10:22:00Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:01Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-11-21 10:22:01Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:01Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:22:01Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:02Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:02Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2025-11-21 10:22:03Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:03Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-21 10:22:03Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:22:04Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:04Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:22:04Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:22:05Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-11-21 10:22:06Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:06Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:22:06Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:06Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:22:06Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:22:07Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-11-21 10:22:07Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:07Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:22:07Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:07Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:22:08Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:09Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:09Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-21 10:22:10Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2025-11-21 10:22:10Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:22:11Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-11-21 10:22:12Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:13Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2025-11-21 10:22:13Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:14Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2025-11-21 10:22:14Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:16Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2025-11-21 10:22:16Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:16Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:22:16Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:16Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:22:16Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:22:17Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2025-11-21 10:22:17Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:17Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:22:18Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:18Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:19Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:22:19Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2025-11-21 10:22:19Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:22:19Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2025-11-21 10:22:20Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:20Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:22:20Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:20Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-21 10:22:20Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:22:21Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2025-11-21 10:22:21Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:22:21Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-11-21 10:22:23Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:23Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:23Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:24Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-11-21 10:22:24Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:24Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-11-21 10:22:24Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:24Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-11-21 10:22:25Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:25Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-11-21 10:22:25Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:25Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-11-21 10:22:25Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:25Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-11-21 10:22:25Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:26Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-11-21 10:22:26Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:26Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-11-21 10:22:26Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:26Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-11-21 10:22:26Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:26Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-11-21 10:22:27Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:27Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-11-21 10:22:27Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:27Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-11-21 10:22:28Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:28Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-11-21 10:22:28Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:28Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-11-21 10:22:28Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:28Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-11-21 10:22:29Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:29Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-11-21 10:22:29Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:29Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-11-21 10:22:29Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:29Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-11-21 10:22:29Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:29Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-11-21 10:22:30Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:30Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:30Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-11-21 10:22:30Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-11-21 10:22:30Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:30Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-11-21 10:22:30Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:31Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-11-21 10:22:31Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:31Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-11-21 10:22:31Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:31Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-11-21 10:22:32Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:32Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-11-21 10:22:32Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:32Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-11-21 10:22:32Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:32Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-11-21 10:22:32Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:33Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-11-21 10:22:33Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:33Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-11-21 10:22:33Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-11-21 10:22:33Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-11-21 10:22:33Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:22:34Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-11-21 10:22:34Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:34Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-11-21 10:22:35Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:35Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:35Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:35Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-11-21 10:22:35Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-11-21 10:22:35Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-11-21 10:22:35Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:35Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:35Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-11-21 10:22:35Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:35Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-11-21 10:22:35Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:35Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:22:35Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-11-21 10:22:35Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:22:37Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-11-21 10:22:37Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:37Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:22:37Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:37Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-11-21 10:22:38Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:38Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:22:38Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:38Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-11-21 10:22:39Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:40Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-11-21 10:22:40Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:22:41Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-11-21 10:22:41Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:41Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:41Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:41Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:41Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:41Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-11-21 10:22:41Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:42Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:42Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:42Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:22:42Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:42Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-11-21 10:22:42Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:22:42Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:22:42Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:42Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-11-21 10:22:42Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:22:42Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-11-21 10:22:42Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:22:42Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:42Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:42Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:42Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:42Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:42Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-11-21 10:22:42Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-11-21 10:22:42Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-11-21 10:22:42Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-11-21 10:22:42Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-11-21 10:22:42Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:22:42Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:22:42Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:22:42Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:22:42Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:22:43Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-11-21 10:22:43Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-11-21 10:22:43Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:43Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-11-21 10:22:43Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-11-21 10:22:43Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-11-21 10:22:43Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-11-21 10:22:43Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:43Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:22:43Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:43Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-11-21 10:22:43Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:22:44Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-11-21 10:22:44Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-11-21 10:22:44Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:22:45Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-11-21 10:22:45Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-11-21 10:22:46Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-11-21 10:22:46Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:46Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:46Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:46Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:46Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:46Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:46Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-11-21 10:22:46Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-11-21 10:22:46Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-11-21 10:22:46Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-11-21 10:22:46Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-11-21 10:22:46Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:46Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-11-21 10:22:46Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-11-21 10:22:46Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:46Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:46Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:22:46Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-11-21 10:22:47Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:47Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:47Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-11-21 10:22:47Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-21 10:22:47Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:47Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-11-21 10:22:48Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:48Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-11-21 10:22:48Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:22:48Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:48Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-11-21 10:22:49Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-11-21 10:22:49Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:49Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-11-21 10:22:50Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:50Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-11-21 10:22:51Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:51Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-11-21 10:22:52Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:52Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-11-21 10:22:53Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:53Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-11-21 10:22:54Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:55Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-11-21 10:22:55Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-11-21 10:22:55Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-11-21 10:22:55Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-21 10:22:56Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-11-21 10:22:56Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/f104f5e6-20a8-4b4f-a1df-1cff80f31494 CREATE_COMPLETE ** Downloading standalone ansible.. ** Generating default ansible config file /root/ansible.cfg [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Found both group and host with same name: standalone PLAY [External deployment step 0] ********************************************** [WARNING]: Using run_once with the tripleo_free strategy is not currently supported. This task will still be executed for every host in the inventory list. [WARNING]: any_errors_fatal only stops any future tasks running on the host that fails with the tripleo_free strategy. 2025-11-21 10:23:20.860714 | fa163ed5-6186-4aa7-9588-000000000006 | TASK | External deployment step 0 2025-11-21 10:23:20.885684 | fa163ed5-6186-4aa7-9588-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', 'fa163ed5-6186-4aa7-9588-000000000006') missing from stats 2025-11-21 10:23:20.934844 | fa163ed5-6186-4aa7-9588-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.124532 | 0.03s 2025-11-21 10:23:20.947946 | 566212db-79b3-4e24-9a27-eb0054be8cc4 | INCLUDED | /root/standalone-ansible-33jhni06/external_deploy_steps_tasks_step0.yaml | undercloud 2025-11-21 10:23:20.968129 | fa163ed5-6186-4aa7-9588-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-11-21 10:23:21.934917 | fa163ed5-6186-4aa7-9588-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-11-21 10:23:21.936248 | fa163ed5-6186-4aa7-9588-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.125945 | 0.97s 2025-11-21 10:23:21.954613 | fa163ed5-6186-4aa7-9588-000000000129 | TASK | create redis virtual ip 2025-11-21 10:23:22.873990 | fa163ed5-6186-4aa7-9588-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-11-21 10:23:22.875396 | fa163ed5-6186-4aa7-9588-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:02.065094 | 0.92s PLAY [Check if required variables are defined] ********************************* 2025-11-21 10:23:22.954233 | fa163ed5-6186-4aa7-9588-000000000138 | TASK | Gathering Facts 2025-11-21 10:23:23.566671 | fa163ed5-6186-4aa7-9588-000000000138 | OK | Gathering Facts | localhost 2025-11-21 10:23:23.568207 | fa163ed5-6186-4aa7-9588-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.757903 | 0.61s 2025-11-21 10:23:23.615679 | fa163ed5-6186-4aa7-9588-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-11-21 10:23:23.616759 | fa163ed5-6186-4aa7-9588-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.806455 | 0.03s 2025-11-21 10:23:23.668823 | fa163ed5-6186-4aa7-9588-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-11-21 10:23:23.669854 | fa163ed5-6186-4aa7-9588-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.859552 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-11-21 10:23:23.784987 | fa163ed5-6186-4aa7-9588-000000000160 | TASK | Gathering Facts 2025-11-21 10:23:23.795258 | fa163ed5-6186-4aa7-9588-000000000160 | TASK | Gathering Facts 2025-11-21 10:23:24.137114 | fa163ed5-6186-4aa7-9588-000000000160 | OK | Gathering Facts | standalone 2025-11-21 10:23:24.138700 | fa163ed5-6186-4aa7-9588-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.328396 | 0.34s 2025-11-21 10:23:24.141603 | fa163ed5-6186-4aa7-9588-000000000160 | OK | Gathering Facts | undercloud 2025-11-21 10:23:24.142693 | fa163ed5-6186-4aa7-9588-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.332395 | 0.36s 2025-11-21 10:23:24.202909 | fa163ed5-6186-4aa7-9588-000000000012 | TASK | Set legacy facts 2025-11-21 10:23:24.223462 | fa163ed5-6186-4aa7-9588-000000000012 | TASK | Set legacy facts 2025-11-21 10:23:24.240468 | fa163ed5-6186-4aa7-9588-000000000012 | OK | Set legacy facts | undercloud 2025-11-21 10:23:24.241371 | fa163ed5-6186-4aa7-9588-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.431073 | 0.04s 2025-11-21 10:23:24.262808 | fa163ed5-6186-4aa7-9588-000000000012 | OK | Set legacy facts | standalone 2025-11-21 10:23:24.263233 | fa163ed5-6186-4aa7-9588-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.452941 | 0.04s PLAY [Load global variables] *************************************************** 2025-11-21 10:23:24.432235 | fa163ed5-6186-4aa7-9588-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-11-21 10:23:24.433056 | fa163ed5-6186-4aa7-9588-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.622756 | 0.05s 2025-11-21 10:23:24.433452 | fa163ed5-6186-4aa7-9588-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-11-21 10:23:24.433808 | fa163ed5-6186-4aa7-9588-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.623517 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-11-21 10:23:24.507824 | fa163ed5-6186-4aa7-9588-000000000018 | TASK | Include Service VIP vars 2025-11-21 10:23:24.544765 | fa163ed5-6186-4aa7-9588-000000000018 | OK | Include Service VIP vars | undercloud 2025-11-21 10:23:24.545367 | fa163ed5-6186-4aa7-9588-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.735073 | 0.04s 2025-11-21 10:23:24.545679 | fa163ed5-6186-4aa7-9588-000000000018 | OK | Include Service VIP vars | standalone 2025-11-21 10:23:24.545959 | fa163ed5-6186-4aa7-9588-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.735670 | 0.03s 2025-11-21 10:23:24.549019 | fa163ed5-6186-4aa7-9588-000000000019 | TASK | Include OVN bridge MAC address variables 2025-11-21 10:23:24.575834 | fa163ed5-6186-4aa7-9588-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-11-21 10:23:24.576671 | fa163ed5-6186-4aa7-9588-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.766374 | 0.03s 2025-11-21 10:23:24.587222 | fa163ed5-6186-4aa7-9588-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-11-21 10:23:24.587585 | fa163ed5-6186-4aa7-9588-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.777295 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-11-21 10:23:24.668291 | fa163ed5-6186-4aa7-9588-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-11-21 10:23:25.457887 | fa163ed5-6186-4aa7-9588-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ed5-6186-4aa7-9588-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-11-21 10:23:25.532068 | fa163ed5-6186-4aa7-9588-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-11-21 10:23:25.561542 | fa163ed5-6186-4aa7-9588-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-11-21 10:23:25.562172 | fa163ed5-6186-4aa7-9588-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.751874 | 0.03s PLAY [Manage SELinux] ********************************************************** 2025-11-21 10:23:25.622784 | fa163ed5-6186-4aa7-9588-000000000023 | TASK | Set selinux state 2025-11-21 10:23:26.191520 | fa163ed5-6186-4aa7-9588-000000000023 | OK | Set selinux state | standalone 2025-11-21 10:23:26.192871 | fa163ed5-6186-4aa7-9588-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.382565 | 0.57s PLAY [Generate /etc/hosts] ***************************************************** 2025-11-21 10:23:26.331847 | fa163ed5-6186-4aa7-9588-000000000026 | TASK | Configure Hosts Entries 2025-11-21 10:23:26.365977 | fa163ed5-6186-4aa7-9588-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.555645 | 0.03s 2025-11-21 10:23:26.378165 | fa163ed5-6186-4aa7-9588-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.567871 | 0.02s 2025-11-21 10:23:26.421417 | fa163ed5-6186-4aa7-9588-0000000001f1 | TASK | Create temporary file for hosts 2025-11-21 10:23:26.784106 | fa163ed5-6186-4aa7-9588-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-11-21 10:23:26.785660 | fa163ed5-6186-4aa7-9588-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.975352 | 0.36s 2025-11-21 10:23:26.797150 | fa163ed5-6186-4aa7-9588-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-11-21 10:23:26.797905 | fa163ed5-6186-4aa7-9588-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.987608 | 0.36s 2025-11-21 10:23:26.816172 | fa163ed5-6186-4aa7-9588-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-11-21 10:23:27.234466 | fa163ed5-6186-4aa7-9588-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-11-21 10:23:27.235917 | fa163ed5-6186-4aa7-9588-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.425610 | 0.42s 2025-11-21 10:23:27.236867 | fa163ed5-6186-4aa7-9588-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-11-21 10:23:27.237609 | fa163ed5-6186-4aa7-9588-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.427312 | 0.40s 2025-11-21 10:23:27.255934 | fa163ed5-6186-4aa7-9588-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-11-21 10:23:27.619505 | fa163ed5-6186-4aa7-9588-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-11-21 10:23:27.620996 | fa163ed5-6186-4aa7-9588-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.810687 | 0.34s 2025-11-21 10:23:27.663336 | fa163ed5-6186-4aa7-9588-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-11-21 10:23:27.664098 | fa163ed5-6186-4aa7-9588-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.853801 | 0.41s 2025-11-21 10:23:27.681836 | fa163ed5-6186-4aa7-9588-0000000001f4 | TASK | Render out the hosts entries 2025-11-21 10:23:27.862188 | fa163ed5-6186-4aa7-9588-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-11-21 10:23:27.863497 | fa163ed5-6186-4aa7-9588-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:07.053190 | 0.18s 2025-11-21 10:23:27.881961 | fa163ed5-6186-4aa7-9588-0000000001f5 | TASK | Prepare new /etc/hosts 2025-11-21 10:23:28.136094 | fa163ed5-6186-4aa7-9588-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-11-21 10:23:28.136945 | fa163ed5-6186-4aa7-9588-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.326649 | 0.25s 2025-11-21 10:23:28.157856 | fa163ed5-6186-4aa7-9588-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-11-21 10:23:28.158429 | fa163ed5-6186-4aa7-9588-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.348136 | 0.25s 2025-11-21 10:23:28.172490 | fa163ed5-6186-4aa7-9588-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-11-21 10:23:28.533605 | fa163ed5-6186-4aa7-9588-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-11-21 10:23:28.534949 | fa163ed5-6186-4aa7-9588-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.724641 | 0.35s 2025-11-21 10:23:28.535797 | fa163ed5-6186-4aa7-9588-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-11-21 10:23:28.536465 | fa163ed5-6186-4aa7-9588-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.726169 | 0.36s 2025-11-21 10:23:28.554000 | fa163ed5-6186-4aa7-9588-0000000001f7 | TASK | Clean up temporary hosts file 2025-11-21 10:23:28.931062 | fa163ed5-6186-4aa7-9588-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-11-21 10:23:28.936574 | fa163ed5-6186-4aa7-9588-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:08.126268 | 0.38s 2025-11-21 10:23:28.937551 | fa163ed5-6186-4aa7-9588-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-11-21 10:23:28.938235 | fa163ed5-6186-4aa7-9588-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:08.127938 | 0.36s PLAY [Common roles for TripleO servers] **************************************** 2025-11-21 10:23:29.062176 | fa163ed5-6186-4aa7-9588-00000000002a | TASK | Common roles for TripleO servers 2025-11-21 10:23:29.089646 | fa163ed5-6186-4aa7-9588-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', 'fa163ed5-6186-4aa7-9588-00000000002a') missing from stats 2025-11-21 10:23:29.177238 | fa163ed5-6186-4aa7-9588-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.366922 | 0.03s 2025-11-21 10:23:29.252111 | fa163ed5-6186-4aa7-9588-000000000254 | TASK | Gather variables for each operating system 2025-11-21 10:23:29.367956 | fa163ed5-6186-4aa7-9588-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-11-21 10:23:29.369563 | fa163ed5-6186-4aa7-9588-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.559254 | 0.12s 2025-11-21 10:23:29.380709 | fa163ed5-6186-4aa7-9588-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.570400 | 0.13s 2025-11-21 10:23:29.405637 | fa163ed5-6186-4aa7-9588-000000000256 | TASK | Check release version package is installed 2025-11-21 10:23:29.733410 | fa163ed5-6186-4aa7-9588-000000000256 | CHANGED | Check release version package is installed | standalone 2025-11-21 10:23:29.734781 | fa163ed5-6186-4aa7-9588-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.924475 | 0.33s 2025-11-21 10:23:29.761727 | fa163ed5-6186-4aa7-9588-000000000257 | TASK | Deploy release version package 2025-11-21 10:23:34.404894 | fa163ed5-6186-4aa7-9588-000000000257 | CHANGED | Deploy release version package | standalone 2025-11-21 10:23:34.406439 | fa163ed5-6186-4aa7-9588-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.596133 | 4.64s 2025-11-21 10:23:34.431591 | fa163ed5-6186-4aa7-9588-000000000259 | TASK | Include packages tasks 2025-11-21 10:23:34.459797 | fa163ed5-6186-4aa7-9588-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.649483 | 0.03s 2025-11-21 10:23:34.485870 | 14485736-1537-418c-bc1a-0aa7a2192068 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-11-21 10:23:34.517340 | fa163ed5-6186-4aa7-9588-0000000002ad | TASK | Gather facts if they don't exist 2025-11-21 10:23:34.566386 | fa163ed5-6186-4aa7-9588-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-11-21 10:23:34.567629 | fa163ed5-6186-4aa7-9588-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.757319 | 0.05s 2025-11-21 10:23:34.593077 | fa163ed5-6186-4aa7-9588-0000000002ae | TASK | Gather variables for each operating system 2025-11-21 10:23:34.714088 | fa163ed5-6186-4aa7-9588-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-11-21 10:23:34.725217 | fa163ed5-6186-4aa7-9588-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.914901 | 0.13s 2025-11-21 10:23:34.750631 | fa163ed5-6186-4aa7-9588-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-11-21 10:23:35.025477 | fa163ed5-6186-4aa7-9588-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-11-21 10:23:35.027028 | fa163ed5-6186-4aa7-9588-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:14.216723 | 0.28s 2025-11-21 10:23:35.054115 | fa163ed5-6186-4aa7-9588-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-11-21 10:23:40.518885 | fa163ed5-6186-4aa7-9588-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-11-21 10:23:40.520547 | fa163ed5-6186-4aa7-9588-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.710238 | 5.46s 2025-11-21 10:23:40.547034 | fa163ed5-6186-4aa7-9588-0000000002b2 | TASK | Ensure packages are actually well installed 2025-11-21 10:23:41.954990 | fa163ed5-6186-4aa7-9588-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-11-21 10:23:41.958691 | fa163ed5-6186-4aa7-9588-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:21.148383 | 1.41s 2025-11-21 10:23:41.986415 | fa163ed5-6186-4aa7-9588-00000000025a | TASK | Enable openvswitch service if installed 2025-11-21 10:23:42.913787 | fa163ed5-6186-4aa7-9588-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-11-21 10:23:42.915641 | fa163ed5-6186-4aa7-9588-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:22.105335 | 0.93s 2025-11-21 10:23:42.942076 | fa163ed5-6186-4aa7-9588-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-11-21 10:23:43.172934 | fa163ed5-6186-4aa7-9588-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-11-21 10:23:43.174358 | fa163ed5-6186-4aa7-9588-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:22.364010 | 0.23s 2025-11-21 10:23:43.199318 | fa163ed5-6186-4aa7-9588-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-11-21 10:23:43.459865 | fa163ed5-6186-4aa7-9588-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-11-21 10:23:43.461224 | fa163ed5-6186-4aa7-9588-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:22.650918 | 0.26s 2025-11-21 10:23:43.486203 | fa163ed5-6186-4aa7-9588-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-11-21 10:23:43.543465 | fa163ed5-6186-4aa7-9588-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-11-21 10:23:43.544640 | fa163ed5-6186-4aa7-9588-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:22.734334 | 0.06s 2025-11-21 10:23:43.569476 | fa163ed5-6186-4aa7-9588-00000000025f | TASK | Ensure network service is enabled 2025-11-21 10:23:44.982827 | fa163ed5-6186-4aa7-9588-00000000025f | OK | Ensure network service is enabled | standalone 2025-11-21 10:23:44.984673 | fa163ed5-6186-4aa7-9588-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:24.174367 | 1.41s 2025-11-21 10:23:45.011135 | fa163ed5-6186-4aa7-9588-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-11-21 10:23:45.397792 | fa163ed5-6186-4aa7-9588-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-11-21 10:23:45.399083 | fa163ed5-6186-4aa7-9588-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:24.588778 | 0.39s 2025-11-21 10:23:45.423991 | fa163ed5-6186-4aa7-9588-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-11-21 10:23:45.645473 | fa163ed5-6186-4aa7-9588-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-11-21 10:23:45.646792 | fa163ed5-6186-4aa7-9588-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:24.836487 | 0.22s 2025-11-21 10:23:45.671124 | fa163ed5-6186-4aa7-9588-000000000263 | TASK | Reload NetworkManager 2025-11-21 10:23:46.052811 | fa163ed5-6186-4aa7-9588-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-11-21 10:23:46.054663 | fa163ed5-6186-4aa7-9588-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:25.244357 | 0.38s 2025-11-21 10:23:46.086014 | fa163ed5-6186-4aa7-9588-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-11-21 10:23:46.308949 | fa163ed5-6186-4aa7-9588-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-11-21 10:23:46.309971 | fa163ed5-6186-4aa7-9588-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:25.499671 | 0.22s 2025-11-21 10:23:46.336725 | fa163ed5-6186-4aa7-9588-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-11-21 10:23:46.693392 | fa163ed5-6186-4aa7-9588-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-11-21 10:23:46.694952 | fa163ed5-6186-4aa7-9588-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:25.884646 | 0.36s 2025-11-21 10:23:46.720330 | fa163ed5-6186-4aa7-9588-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-11-21 10:23:46.942278 | fa163ed5-6186-4aa7-9588-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-11-21 10:23:46.943630 | fa163ed5-6186-4aa7-9588-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:26.133324 | 0.22s 2025-11-21 10:23:46.961546 | fa163ed5-6186-4aa7-9588-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-11-21 10:23:47.191004 | fa163ed5-6186-4aa7-9588-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-11-21 10:23:47.192390 | fa163ed5-6186-4aa7-9588-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:26.382084 | 0.23s 2025-11-21 10:23:47.267253 | fa163ed5-6186-4aa7-9588-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:26.456938 | 0.02s 2025-11-21 10:23:47.349185 | fa163ed5-6186-4aa7-9588-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-11-21 10:23:47.562000 | fa163ed5-6186-4aa7-9588-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-11-21 10:23:47.563407 | fa163ed5-6186-4aa7-9588-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:26.753100 | 0.21s 2025-11-21 10:23:47.588061 | fa163ed5-6186-4aa7-9588-000000000362 | TASK | Check for ssh_known_hosts file 2025-11-21 10:23:47.790195 | fa163ed5-6186-4aa7-9588-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-11-21 10:23:47.791186 | fa163ed5-6186-4aa7-9588-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:26.980883 | 0.20s 2025-11-21 10:23:47.808396 | fa163ed5-6186-4aa7-9588-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-11-21 10:23:47.822078 | fa163ed5-6186-4aa7-9588-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-11-21 10:23:47.822731 | fa163ed5-6186-4aa7-9588-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:27.012435 | 0.01s 2025-11-21 10:23:47.839336 | fa163ed5-6186-4aa7-9588-000000000364 | TASK | Write temporary file 2025-11-21 10:23:47.852222 | fa163ed5-6186-4aa7-9588-000000000364 | SKIPPED | Write temporary file | standalone 2025-11-21 10:23:47.852850 | fa163ed5-6186-4aa7-9588-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:27.042554 | 0.01s 2025-11-21 10:23:47.870152 | fa163ed5-6186-4aa7-9588-000000000365 | TASK | Set ssh_known_hosts fact 2025-11-21 10:23:47.934706 | fa163ed5-6186-4aa7-9588-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-11-21 10:23:47.935896 | fa163ed5-6186-4aa7-9588-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:27.125593 | 0.07s 2025-11-21 10:23:47.956158 | fa163ed5-6186-4aa7-9588-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-11-21 10:23:48.176799 | fa163ed5-6186-4aa7-9588-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-11-21 10:23:48.178163 | fa163ed5-6186-4aa7-9588-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:27.367860 | 0.22s 2025-11-21 10:23:48.202984 | fa163ed5-6186-4aa7-9588-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-11-21 10:23:48.433160 | fa163ed5-6186-4aa7-9588-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-11-21 10:23:48.434044 | fa163ed5-6186-4aa7-9588-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:27.623746 | 0.23s 2025-11-21 10:23:48.453621 | fa163ed5-6186-4aa7-9588-000000000368 | TASK | Remove temp file 2025-11-21 10:23:48.642956 | fa163ed5-6186-4aa7-9588-000000000368 | CHANGED | Remove temp file | standalone 2025-11-21 10:23:48.644421 | fa163ed5-6186-4aa7-9588-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:27.834115 | 0.19s PLAY [Deploy step tasks for step 0] ******************************************** 2025-11-21 10:23:48.832617 | fa163ed5-6186-4aa7-9588-000000000034 | TASK | Deploy step tasks for step 0 2025-11-21 10:23:48.891434 | fa163ed5-6186-4aa7-9588-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', 'fa163ed5-6186-4aa7-9588-000000000034') missing from stats 2025-11-21 10:23:48.918425 | fa163ed5-6186-4aa7-9588-000000000035 | TASK | Ensure /var/log/journal exists 2025-11-21 10:23:49.180706 | fa163ed5-6186-4aa7-9588-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-11-21 10:23:49.182110 | fa163ed5-6186-4aa7-9588-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:28.371805 | 0.26s 2025-11-21 10:23:49.208403 | fa163ed5-6186-4aa7-9588-000000000036 | TASK | Check cloud-init status 2025-11-21 10:23:49.449994 | fa163ed5-6186-4aa7-9588-000000000036 | CHANGED | Check cloud-init status | standalone 2025-11-21 10:23:49.451226 | fa163ed5-6186-4aa7-9588-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:28.640923 | 0.24s 2025-11-21 10:23:49.476135 | fa163ed5-6186-4aa7-9588-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-11-21 10:23:49.705538 | fa163ed5-6186-4aa7-9588-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-11-21 10:23:49.706805 | fa163ed5-6186-4aa7-9588-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:28.896502 | 0.23s 2025-11-21 10:23:49.732233 | fa163ed5-6186-4aa7-9588-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-11-21 10:23:50.142720 | fa163ed5-6186-4aa7-9588-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-11-21 10:23:50.144031 | fa163ed5-6186-4aa7-9588-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:29.333727 | 0.41s 2025-11-21 10:23:50.170609 | fa163ed5-6186-4aa7-9588-000000000039 | TASK | Create /var/lib/container-puppet 2025-11-21 10:23:50.403791 | fa163ed5-6186-4aa7-9588-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-11-21 10:23:50.405149 | fa163ed5-6186-4aa7-9588-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:29.594846 | 0.23s 2025-11-21 10:23:50.431447 | fa163ed5-6186-4aa7-9588-00000000003a | TASK | Write container-puppet.sh 2025-11-21 10:23:50.888553 | fa163ed5-6186-4aa7-9588-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-11-21 10:23:50.889747 | fa163ed5-6186-4aa7-9588-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:30.079444 | 0.46s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-21 10:23:50.954349 | fa163ed5-6186-4aa7-9588-00000000003b | TIMING | include_tasks | standalone | 0:00:30.143996 | 0.04s 2025-11-21 10:23:50.974866 | bdf98844-dc6c-4d7b-96bb-d154f886a8a9 | INCLUDED | /root/standalone-ansible-33jhni06/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-11-21 10:23:51.007927 | fa163ed5-6186-4aa7-9588-000000000416 | TASK | Configure tuned before reboot 2025-11-21 10:23:51.056480 | fa163ed5-6186-4aa7-9588-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:30.246163 | 0.05s 2025-11-21 10:23:51.119583 | fa163ed5-6186-4aa7-9588-000000000455 | TASK | Gather variables for each operating system 2025-11-21 10:23:51.240184 | fa163ed5-6186-4aa7-9588-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-11-21 10:23:51.241642 | fa163ed5-6186-4aa7-9588-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:30.431333 | 0.12s 2025-11-21 10:23:51.251160 | fa163ed5-6186-4aa7-9588-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:30.440855 | 0.13s 2025-11-21 10:23:51.337958 | fa163ed5-6186-4aa7-9588-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:30.527648 | 0.06s 2025-11-21 10:23:51.358974 | aa1e8224-d71f-4d9a-ad7c-3636088d2e48 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-11-21 10:23:51.398905 | fa163ed5-6186-4aa7-9588-00000000047f | TASK | Check tuned package is installed 2025-11-21 10:23:51.662925 | fa163ed5-6186-4aa7-9588-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-11-21 10:23:51.664113 | fa163ed5-6186-4aa7-9588-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:30.853809 | 0.26s 2025-11-21 10:23:51.690438 | fa163ed5-6186-4aa7-9588-000000000480 | TASK | Install tuned 2025-11-21 10:23:58.254773 | fa163ed5-6186-4aa7-9588-000000000480 | CHANGED | Install tuned | standalone 2025-11-21 10:23:58.256381 | fa163ed5-6186-4aa7-9588-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:37.446073 | 6.56s 2025-11-21 10:23:58.284345 | fa163ed5-6186-4aa7-9588-000000000481 | TASK | Restart tuned 2025-11-21 10:24:00.205704 | fa163ed5-6186-4aa7-9588-000000000481 | CHANGED | Restart tuned | standalone 2025-11-21 10:24:00.207706 | fa163ed5-6186-4aa7-9588-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:39.397403 | 1.92s 2025-11-21 10:24:00.235039 | fa163ed5-6186-4aa7-9588-000000000457 | TASK | Check for tuned-adm 2025-11-21 10:24:00.471066 | fa163ed5-6186-4aa7-9588-000000000457 | OK | Check for tuned-adm | standalone 2025-11-21 10:24:00.472367 | fa163ed5-6186-4aa7-9588-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:39.662063 | 0.24s 2025-11-21 10:24:00.526980 | fa163ed5-6186-4aa7-9588-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:39.716669 | 0.03s 2025-11-21 10:24:00.546838 | 7b0ab61c-aedb-46e5-ac46-6480e80b16c2 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-11-21 10:24:00.581649 | fa163ed5-6186-4aa7-9588-0000000004b6 | TASK | Ensure profile directory exists 2025-11-21 10:24:00.650031 | fa163ed5-6186-4aa7-9588-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-11-21 10:24:00.651439 | fa163ed5-6186-4aa7-9588-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:39.841132 | 0.07s 2025-11-21 10:24:00.677523 | fa163ed5-6186-4aa7-9588-0000000004b7 | TASK | Create custom tuned profile 2025-11-21 10:24:00.748565 | fa163ed5-6186-4aa7-9588-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-11-21 10:24:00.749972 | fa163ed5-6186-4aa7-9588-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:39.939663 | 0.07s 2025-11-21 10:24:00.776667 | fa163ed5-6186-4aa7-9588-0000000004b8 | TASK | Check tuned active profile 2025-11-21 10:24:01.127635 | fa163ed5-6186-4aa7-9588-0000000004b8 | OK | Check tuned active profile | standalone 2025-11-21 10:24:01.129036 | fa163ed5-6186-4aa7-9588-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:40.318732 | 0.35s 2025-11-21 10:24:01.155759 | fa163ed5-6186-4aa7-9588-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-11-21 10:24:01.386875 | fa163ed5-6186-4aa7-9588-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-11-21 10:24:01.388368 | fa163ed5-6186-4aa7-9588-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:40.578063 | 0.23s 2025-11-21 10:24:01.414664 | fa163ed5-6186-4aa7-9588-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-11-21 10:24:01.477483 | fa163ed5-6186-4aa7-9588-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-11-21 10:24:01.479151 | fa163ed5-6186-4aa7-9588-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:40.668840 | 0.06s 2025-11-21 10:24:01.508967 | fa163ed5-6186-4aa7-9588-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-11-21 10:24:01.582673 | fa163ed5-6186-4aa7-9588-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-11-21 10:24:01.583911 | fa163ed5-6186-4aa7-9588-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:40.773603 | 0.07s 2025-11-21 10:24:01.611387 | fa163ed5-6186-4aa7-9588-0000000004bc | TASK | Enable tuned profile 2025-11-21 10:24:03.036471 | fa163ed5-6186-4aa7-9588-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-11-21 10:24:03.038291 | fa163ed5-6186-4aa7-9588-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:42.227983 | 1.42s 2025-11-21 10:24:03.090892 | fa163ed5-6186-4aa7-9588-000000000417 | TASK | Configure kernel args and reboot 2025-11-21 10:24:03.146878 | fa163ed5-6186-4aa7-9588-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:42.336559 | 0.05s 2025-11-21 10:24:03.296086 | fa163ed5-6186-4aa7-9588-000000000569 | TASK | Get the command line args of the node 2025-11-21 10:24:03.541788 | fa163ed5-6186-4aa7-9588-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-11-21 10:24:03.543089 | fa163ed5-6186-4aa7-9588-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:42.732785 | 0.25s 2025-11-21 10:24:03.569620 | fa163ed5-6186-4aa7-9588-00000000056b | TASK | Check if node has a nova.conf 2025-11-21 10:24:03.790704 | fa163ed5-6186-4aa7-9588-00000000056b | OK | Check if node has a nova.conf | standalone 2025-11-21 10:24:03.791919 | fa163ed5-6186-4aa7-9588-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:42.981617 | 0.22s 2025-11-21 10:24:03.818913 | fa163ed5-6186-4aa7-9588-00000000056d | TASK | Warn operator about workload protection 2025-11-21 10:24:03.858403 | fa163ed5-6186-4aa7-9588-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-11-21 10:24:03.859427 | fa163ed5-6186-4aa7-9588-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:43.049121 | 0.04s 2025-11-21 10:24:03.884995 | fa163ed5-6186-4aa7-9588-00000000056e | TASK | Setting defer reboot fact 2025-11-21 10:24:03.919148 | fa163ed5-6186-4aa7-9588-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-11-21 10:24:03.920131 | fa163ed5-6186-4aa7-9588-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:43.109828 | 0.03s 2025-11-21 10:24:03.945153 | fa163ed5-6186-4aa7-9588-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-11-21 10:24:03.973068 | fa163ed5-6186-4aa7-9588-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:43.162762 | 0.03s 2025-11-21 10:24:03.999150 | fa163ed5-6186-4aa7-9588-000000000575 | TASK | Find hugepages in cmdline 2025-11-21 10:24:04.048855 | fa163ed5-6186-4aa7-9588-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-11-21 10:24:04.050695 | fa163ed5-6186-4aa7-9588-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:43.240391 | 0.05s 2025-11-21 10:24:04.077066 | fa163ed5-6186-4aa7-9588-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-11-21 10:24:04.121142 | fa163ed5-6186-4aa7-9588-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-11-21 10:24:04.122165 | fa163ed5-6186-4aa7-9588-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:43.311862 | 0.04s 2025-11-21 10:24:04.147778 | fa163ed5-6186-4aa7-9588-00000000057a | TASK | Find desired default hugepage size 2025-11-21 10:24:04.196938 | fa163ed5-6186-4aa7-9588-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-11-21 10:24:04.197943 | fa163ed5-6186-4aa7-9588-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:43.387641 | 0.05s 2025-11-21 10:24:04.224259 | fa163ed5-6186-4aa7-9588-00000000057c | TASK | Storing non-configured hugepages 2025-11-21 10:24:04.253982 | fa163ed5-6186-4aa7-9588-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:43.443676 | 0.03s 2025-11-21 10:24:04.280259 | fa163ed5-6186-4aa7-9588-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-11-21 10:24:04.322796 | fa163ed5-6186-4aa7-9588-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-11-21 10:24:04.323782 | fa163ed5-6186-4aa7-9588-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:43.513479 | 0.04s 2025-11-21 10:24:04.349684 | fa163ed5-6186-4aa7-9588-00000000057f | TASK | Determining the default hugepagesz 2025-11-21 10:24:04.390941 | fa163ed5-6186-4aa7-9588-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-11-21 10:24:04.391942 | fa163ed5-6186-4aa7-9588-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:43.581640 | 0.04s 2025-11-21 10:24:04.417770 | fa163ed5-6186-4aa7-9588-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-11-21 10:24:04.466901 | fa163ed5-6186-4aa7-9588-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-11-21 10:24:04.467910 | fa163ed5-6186-4aa7-9588-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:43.657607 | 0.05s 2025-11-21 10:24:04.494414 | fa163ed5-6186-4aa7-9588-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-11-21 10:24:04.537207 | fa163ed5-6186-4aa7-9588-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-11-21 10:24:04.538223 | fa163ed5-6186-4aa7-9588-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:43.727916 | 0.04s 2025-11-21 10:24:04.563758 | fa163ed5-6186-4aa7-9588-000000000583 | TASK | Warn about possible modifications 2025-11-21 10:24:04.604414 | fa163ed5-6186-4aa7-9588-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-11-21 10:24:04.605421 | fa163ed5-6186-4aa7-9588-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:43.795117 | 0.04s 2025-11-21 10:24:04.630981 | fa163ed5-6186-4aa7-9588-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-11-21 10:24:04.671559 | fa163ed5-6186-4aa7-9588-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-11-21 10:24:04.672555 | fa163ed5-6186-4aa7-9588-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:43.862252 | 0.04s 2025-11-21 10:24:04.698750 | fa163ed5-6186-4aa7-9588-000000000585 | TASK | Cleaning up whitespaces 2025-11-21 10:24:04.738527 | fa163ed5-6186-4aa7-9588-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-11-21 10:24:04.739509 | fa163ed5-6186-4aa7-9588-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:43.929206 | 0.04s 2025-11-21 10:24:04.765150 | fa163ed5-6186-4aa7-9588-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-11-21 10:24:05.123468 | fa163ed5-6186-4aa7-9588-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-11-21 10:24:05.124659 | fa163ed5-6186-4aa7-9588-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:44.314358 | 0.36s 2025-11-21 10:24:05.150885 | fa163ed5-6186-4aa7-9588-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-11-21 10:24:05.190064 | fa163ed5-6186-4aa7-9588-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-11-21 10:24:05.191074 | fa163ed5-6186-4aa7-9588-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:44.380771 | 0.04s 2025-11-21 10:24:05.218490 | fa163ed5-6186-4aa7-9588-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-11-21 10:24:05.279485 | fa163ed5-6186-4aa7-9588-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-11-21 10:24:05.280671 | fa163ed5-6186-4aa7-9588-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:44.470365 | 0.06s 2025-11-21 10:24:05.306867 | fa163ed5-6186-4aa7-9588-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-11-21 10:24:05.361680 | fa163ed5-6186-4aa7-9588-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-11-21 10:24:05.362868 | fa163ed5-6186-4aa7-9588-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:44.552564 | 0.05s 2025-11-21 10:24:05.384709 | fa163ed5-6186-4aa7-9588-00000000058c | TASK | Generate grub config 2025-11-21 10:24:05.435568 | fa163ed5-6186-4aa7-9588-00000000058c | SKIPPED | Generate grub config | standalone 2025-11-21 10:24:05.436285 | fa163ed5-6186-4aa7-9588-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:44.625986 | 0.05s 2025-11-21 10:24:05.456524 | fa163ed5-6186-4aa7-9588-000000000590 | TASK | Get the block device that /boot is on 2025-11-21 10:24:05.507474 | fa163ed5-6186-4aa7-9588-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-11-21 10:24:05.508187 | fa163ed5-6186-4aa7-9588-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:44.697891 | 0.05s 2025-11-21 10:24:05.528908 | fa163ed5-6186-4aa7-9588-000000000591 | TASK | Get the mount point that /boot is in 2025-11-21 10:24:05.578983 | fa163ed5-6186-4aa7-9588-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-11-21 10:24:05.579711 | fa163ed5-6186-4aa7-9588-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:44.769414 | 0.05s 2025-11-21 10:24:05.599843 | fa163ed5-6186-4aa7-9588-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-11-21 10:24:05.661623 | fa163ed5-6186-4aa7-9588-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-11-21 10:24:05.662341 | fa163ed5-6186-4aa7-9588-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:44.852044 | 0.06s 2025-11-21 10:24:05.682714 | fa163ed5-6186-4aa7-9588-000000000593 | TASK | Executed script to fix grub-menu 2025-11-21 10:24:05.742194 | fa163ed5-6186-4aa7-9588-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-11-21 10:24:05.743238 | fa163ed5-6186-4aa7-9588-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:44.932935 | 0.06s 2025-11-21 10:24:05.769388 | fa163ed5-6186-4aa7-9588-000000000594 | TASK | Check grub config paths 2025-11-21 10:24:05.833732 | fa163ed5-6186-4aa7-9588-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-11-21 10:24:05.849553 | fa163ed5-6186-4aa7-9588-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-11-21 10:24:05.855948 | fa163ed5-6186-4aa7-9588-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:45.045644 | 0.09s 2025-11-21 10:24:05.877525 | fa163ed5-6186-4aa7-9588-000000000595 | TASK | Write EFI grub.cfg 2025-11-21 10:24:05.949618 | fa163ed5-6186-4aa7-9588-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2025-11-21 10:24:05.965924 | fa163ed5-6186-4aa7-9588-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2025-11-21 10:24:05.971829 | fa163ed5-6186-4aa7-9588-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:45.161530 | 0.09s 2025-11-21 10:24:05.992259 | fa163ed5-6186-4aa7-9588-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-11-21 10:24:06.042035 | fa163ed5-6186-4aa7-9588-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-11-21 10:24:06.042788 | fa163ed5-6186-4aa7-9588-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:45.232492 | 0.05s 2025-11-21 10:24:06.063938 | fa163ed5-6186-4aa7-9588-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-11-21 10:24:06.127238 | fa163ed5-6186-4aa7-9588-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-11-21 10:24:06.128280 | fa163ed5-6186-4aa7-9588-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:45.317976 | 0.06s 2025-11-21 10:24:06.154187 | fa163ed5-6186-4aa7-9588-000000000598 | TASK | Execute grub2-mkconfig 2025-11-21 10:24:06.217290 | fa163ed5-6186-4aa7-9588-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-11-21 10:24:06.218419 | fa163ed5-6186-4aa7-9588-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:45.408115 | 0.06s 2025-11-21 10:24:06.244324 | fa163ed5-6186-4aa7-9588-000000000599 | TASK | Check for active tuned profile 2025-11-21 10:24:06.307187 | fa163ed5-6186-4aa7-9588-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-11-21 10:24:06.308382 | fa163ed5-6186-4aa7-9588-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:45.498075 | 0.06s 2025-11-21 10:24:06.334750 | fa163ed5-6186-4aa7-9588-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-11-21 10:24:06.394746 | fa163ed5-6186-4aa7-9588-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-11-21 10:24:06.395807 | fa163ed5-6186-4aa7-9588-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:45.585504 | 0.06s 2025-11-21 10:24:06.424063 | fa163ed5-6186-4aa7-9588-00000000059b | TASK | Set reboot required fact 2025-11-21 10:24:06.483977 | fa163ed5-6186-4aa7-9588-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-11-21 10:24:06.485007 | fa163ed5-6186-4aa7-9588-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:45.674703 | 0.06s 2025-11-21 10:24:06.511401 | fa163ed5-6186-4aa7-9588-00000000059d | TASK | Apply DPDK workarounds 2025-11-21 10:24:06.562047 | fa163ed5-6186-4aa7-9588-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-11-21 10:24:06.563101 | fa163ed5-6186-4aa7-9588-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:45.752799 | 0.05s 2025-11-21 10:24:06.588465 | fa163ed5-6186-4aa7-9588-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-11-21 10:24:06.627162 | fa163ed5-6186-4aa7-9588-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-11-21 10:24:06.628236 | fa163ed5-6186-4aa7-9588-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:45.817933 | 0.04s 2025-11-21 10:24:06.654154 | fa163ed5-6186-4aa7-9588-0000000005a0 | TASK | Load modules 2025-11-21 10:24:06.699068 | fa163ed5-6186-4aa7-9588-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-11-21 10:24:06.705280 | fa163ed5-6186-4aa7-9588-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:45.894973 | 0.05s 2025-11-21 10:24:06.731876 | fa163ed5-6186-4aa7-9588-0000000005a2 | TASK | Persist modules via modules-load.d 2025-11-21 10:24:06.775493 | fa163ed5-6186-4aa7-9588-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-11-21 10:24:06.781539 | fa163ed5-6186-4aa7-9588-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:45.971232 | 0.05s 2025-11-21 10:24:06.807623 | fa163ed5-6186-4aa7-9588-0000000005a4 | TASK | Drop module persistence 2025-11-21 10:24:06.852897 | fa163ed5-6186-4aa7-9588-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-11-21 10:24:06.858955 | fa163ed5-6186-4aa7-9588-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:46.048649 | 0.05s 2025-11-21 10:24:06.885539 | fa163ed5-6186-4aa7-9588-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-11-21 10:24:06.932904 | fa163ed5-6186-4aa7-9588-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-11-21 10:24:06.939188 | fa163ed5-6186-4aa7-9588-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:46.128882 | 0.05s 2025-11-21 10:24:06.965480 | fa163ed5-6186-4aa7-9588-0000000005a8 | TASK | Modules reload 2025-11-21 10:24:07.005085 | fa163ed5-6186-4aa7-9588-0000000005a8 | SKIPPED | Modules reload | standalone 2025-11-21 10:24:07.006338 | fa163ed5-6186-4aa7-9588-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:46.195961 | 0.04s 2025-11-21 10:24:07.033098 | fa163ed5-6186-4aa7-9588-0000000005aa | TASK | Reboot tasks 2025-11-21 10:24:07.082954 | fa163ed5-6186-4aa7-9588-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-11-21 10:24:07.084043 | fa163ed5-6186-4aa7-9588-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:46.273739 | 0.05s 2025-11-21 10:24:07.110702 | fa163ed5-6186-4aa7-9588-0000000005ab | TASK | Skipping reboot for deployed node 2025-11-21 10:24:07.161188 | fa163ed5-6186-4aa7-9588-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-11-21 10:24:07.162253 | fa163ed5-6186-4aa7-9588-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:46.351948 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-11-21 10:24:07.344016 | fa163ed5-6186-4aa7-9588-00000000003f | TASK | Server pre-network deployments 2025-11-21 10:24:07.370536 | fa163ed5-6186-4aa7-9588-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', 'fa163ed5-6186-4aa7-9588-00000000003f') missing from stats 2025-11-21 10:24:07.391061 | fa163ed5-6186-4aa7-9588-000000000043 | TASK | Hiera config 2025-11-21 10:24:07.416907 | fa163ed5-6186-4aa7-9588-000000000043 | TIMING | Hiera config | standalone | 0:00:46.606605 | 0.03s 2025-11-21 10:24:07.465899 | fa163ed5-6186-4aa7-9588-000000000721 | TASK | Create /etc/puppet/hieradata 2025-11-21 10:24:07.694029 | fa163ed5-6186-4aa7-9588-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-11-21 10:24:07.695274 | fa163ed5-6186-4aa7-9588-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:46.884969 | 0.23s 2025-11-21 10:24:07.721155 | fa163ed5-6186-4aa7-9588-000000000722 | TASK | Write hiera config 2025-11-21 10:24:08.230056 | fa163ed5-6186-4aa7-9588-000000000722 | CHANGED | Write hiera config | standalone 2025-11-21 10:24:08.231519 | fa163ed5-6186-4aa7-9588-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:47.421215 | 0.51s 2025-11-21 10:24:08.280817 | fa163ed5-6186-4aa7-9588-000000000044 | TASK | Hiera symlink 2025-11-21 10:24:08.513002 | fa163ed5-6186-4aa7-9588-000000000044 | CHANGED | Hiera symlink | standalone 2025-11-21 10:24:08.514411 | fa163ed5-6186-4aa7-9588-000000000044 | TIMING | Hiera symlink | standalone | 0:00:47.704105 | 0.23s 2025-11-21 10:24:08.540109 | fa163ed5-6186-4aa7-9588-000000000045 | TASK | Hieradata from vars 2025-11-21 10:24:08.569821 | fa163ed5-6186-4aa7-9588-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:47.759505 | 0.03s 2025-11-21 10:24:08.637404 | fa163ed5-6186-4aa7-9588-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-11-21 10:24:09.117368 | fa163ed5-6186-4aa7-9588-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-11-21 10:24:09.118792 | fa163ed5-6186-4aa7-9588-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:48.308484 | 0.48s 2025-11-21 10:24:09.146551 | fa163ed5-6186-4aa7-9588-00000000077d | TASK | Render hieradata from template 2025-11-21 10:24:09.686975 | fa163ed5-6186-4aa7-9588-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-11-21 10:24:09.689730 | fa163ed5-6186-4aa7-9588-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.879424 | 0.54s 2025-11-21 10:24:10.261264 | fa163ed5-6186-4aa7-9588-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-11-21 10:24:10.262461 | fa163ed5-6186-4aa7-9588-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.452157 | 1.11s 2025-11-21 10:24:10.828162 | fa163ed5-6186-4aa7-9588-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-11-21 10:24:10.829888 | fa163ed5-6186-4aa7-9588-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.019594 | 1.68s 2025-11-21 10:24:11.339183 | fa163ed5-6186-4aa7-9588-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-11-21 10:24:11.341255 | fa163ed5-6186-4aa7-9588-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.530953 | 2.19s 2025-11-21 10:24:11.856717 | fa163ed5-6186-4aa7-9588-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-11-21 10:24:11.858752 | fa163ed5-6186-4aa7-9588-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.048449 | 2.71s 2025-11-21 10:24:12.364147 | fa163ed5-6186-4aa7-9588-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-11-21 10:24:12.365463 | fa163ed5-6186-4aa7-9588-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.555161 | 3.22s 2025-11-21 10:24:12.778514 | fa163ed5-6186-4aa7-9588-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-11-21 10:24:12.780509 | fa163ed5-6186-4aa7-9588-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.970206 | 3.63s 2025-11-21 10:24:13.222852 | fa163ed5-6186-4aa7-9588-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-11-21 10:24:13.223985 | fa163ed5-6186-4aa7-9588-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.413682 | 4.08s 2025-11-21 10:24:13.697854 | fa163ed5-6186-4aa7-9588-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-11-21 10:24:13.699986 | fa163ed5-6186-4aa7-9588-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.889685 | 4.55s 2025-11-21 10:24:14.126020 | fa163ed5-6186-4aa7-9588-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-11-21 10:24:14.127784 | fa163ed5-6186-4aa7-9588-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.317483 | 4.98s 2025-11-21 10:24:14.144275 | fa163ed5-6186-4aa7-9588-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.333947 | 5.00s 2025-11-21 10:24:14.202851 | fa163ed5-6186-4aa7-9588-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-11-21 10:24:14.233192 | fa163ed5-6186-4aa7-9588-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:53.422874 | 0.03s 2025-11-21 10:24:14.307079 | fa163ed5-6186-4aa7-9588-000000000821 | TASK | Check for hieradata file 2025-11-21 10:24:14.531352 | fa163ed5-6186-4aa7-9588-000000000821 | OK | Check for hieradata file | standalone 2025-11-21 10:24:14.532816 | fa163ed5-6186-4aa7-9588-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:53.722509 | 0.22s 2025-11-21 10:24:14.561622 | fa163ed5-6186-4aa7-9588-000000000823 | TASK | Get existing data 2025-11-21 10:24:14.600978 | fa163ed5-6186-4aa7-9588-000000000823 | SKIPPED | Get existing data | standalone 2025-11-21 10:24:14.602151 | fa163ed5-6186-4aa7-9588-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:53.791846 | 0.04s 2025-11-21 10:24:14.629451 | fa163ed5-6186-4aa7-9588-000000000824 | TASK | Set data fact 2025-11-21 10:24:14.680949 | fa163ed5-6186-4aa7-9588-000000000824 | SKIPPED | Set data fact | standalone 2025-11-21 10:24:14.682135 | fa163ed5-6186-4aa7-9588-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:53.871830 | 0.05s 2025-11-21 10:24:14.707719 | fa163ed5-6186-4aa7-9588-000000000826 | TASK | Write ansible hieradata file 2025-11-21 10:24:15.243404 | fa163ed5-6186-4aa7-9588-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-11-21 10:24:15.244832 | fa163ed5-6186-4aa7-9588-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:54.434528 | 0.54s 2025-11-21 10:24:15.357897 | fa163ed5-6186-4aa7-9588-000000000047 | TIMING | include_tasks | standalone | 0:00:54.547568 | 0.06s PLAY [Server network deployments] ********************************************** 2025-11-21 10:24:15.530329 | fa163ed5-6186-4aa7-9588-00000000004b | TASK | Network Configuration 2025-11-21 10:24:15.556833 | fa163ed5-6186-4aa7-9588-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163ed5-6186-4aa7-9588-00000000004b') missing from stats 2025-11-21 10:24:15.580341 | fa163ed5-6186-4aa7-9588-00000000004c | TASK | Check NetworkConfig script existence 2025-11-21 10:24:15.606254 | fa163ed5-6186-4aa7-9588-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-11-21 10:24:15.607037 | fa163ed5-6186-4aa7-9588-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:54.796738 | 0.03s 2025-11-21 10:24:15.630894 | fa163ed5-6186-4aa7-9588-000000000052 | TASK | Gather SELinux fact if needed 2025-11-21 10:24:15.679554 | fa163ed5-6186-4aa7-9588-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-11-21 10:24:15.680634 | fa163ed5-6186-4aa7-9588-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:54.870331 | 0.05s 2025-11-21 10:24:15.705547 | fa163ed5-6186-4aa7-9588-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-11-21 10:24:16.370328 | fa163ed5-6186-4aa7-9588-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-11-21 10:24:16.371730 | fa163ed5-6186-4aa7-9588-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:55.561427 | 0.66s 2025-11-21 10:24:16.397942 | fa163ed5-6186-4aa7-9588-000000000054 | TASK | Ensure requirements are satisfied 2025-11-21 10:24:16.426341 | fa163ed5-6186-4aa7-9588-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:55.616003 | 0.03s 2025-11-21 10:24:16.485567 | fa163ed5-6186-4aa7-9588-0000000008bf | TASK | Gather facts if they don't exist 2025-11-21 10:24:16.536096 | fa163ed5-6186-4aa7-9588-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-11-21 10:24:16.537143 | fa163ed5-6186-4aa7-9588-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:55.726839 | 0.05s 2025-11-21 10:24:16.562487 | fa163ed5-6186-4aa7-9588-0000000008c0 | TASK | Gather variables for each operating system 2025-11-21 10:24:16.690393 | fa163ed5-6186-4aa7-9588-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-11-21 10:24:16.702546 | fa163ed5-6186-4aa7-9588-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:55.892240 | 0.14s 2025-11-21 10:24:16.728844 | fa163ed5-6186-4aa7-9588-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-11-21 10:24:17.004830 | fa163ed5-6186-4aa7-9588-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-11-21 10:24:17.006010 | fa163ed5-6186-4aa7-9588-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:56.195710 | 0.28s 2025-11-21 10:24:17.031473 | fa163ed5-6186-4aa7-9588-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-11-21 10:24:17.069956 | fa163ed5-6186-4aa7-9588-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-11-21 10:24:17.070986 | fa163ed5-6186-4aa7-9588-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:56.260683 | 0.04s 2025-11-21 10:24:17.096471 | fa163ed5-6186-4aa7-9588-0000000008c4 | TASK | Ensure packages are actually well installed 2025-11-21 10:24:18.057328 | fa163ed5-6186-4aa7-9588-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-11-21 10:24:18.058680 | fa163ed5-6186-4aa7-9588-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:57.248378 | 0.96s 2025-11-21 10:24:18.108368 | fa163ed5-6186-4aa7-9588-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-11-21 10:24:18.353917 | fa163ed5-6186-4aa7-9588-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-11-21 10:24:18.355232 | fa163ed5-6186-4aa7-9588-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:57.544927 | 0.25s 2025-11-21 10:24:18.380849 | fa163ed5-6186-4aa7-9588-000000000057 | TASK | Reload NetworkManager 2025-11-21 10:24:18.794794 | fa163ed5-6186-4aa7-9588-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-11-21 10:24:18.796492 | fa163ed5-6186-4aa7-9588-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:57.986189 | 0.41s 2025-11-21 10:24:18.823274 | fa163ed5-6186-4aa7-9588-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-11-21 10:24:19.049131 | fa163ed5-6186-4aa7-9588-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-11-21 10:24:19.051730 | fa163ed5-6186-4aa7-9588-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:58.241408 | 0.23s 2025-11-21 10:24:19.082664 | fa163ed5-6186-4aa7-9588-00000000005a | TASK | Check for previous run of NetworkConfig 2025-11-21 10:24:19.308036 | fa163ed5-6186-4aa7-9588-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-11-21 10:24:19.309352 | fa163ed5-6186-4aa7-9588-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:58.499047 | 0.23s 2025-11-21 10:24:19.335948 | fa163ed5-6186-4aa7-9588-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-11-21 10:24:19.367162 | fa163ed5-6186-4aa7-9588-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-11-21 10:24:19.368256 | fa163ed5-6186-4aa7-9588-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:58.557952 | 0.03s 2025-11-21 10:24:19.394704 | fa163ed5-6186-4aa7-9588-00000000005c | TASK | Ensure we get cloud-init 2025-11-21 10:24:19.627169 | fa163ed5-6186-4aa7-9588-00000000005c | OK | Ensure we get cloud-init | standalone 2025-11-21 10:24:19.628383 | fa163ed5-6186-4aa7-9588-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:58.818081 | 0.23s 2025-11-21 10:24:19.654134 | fa163ed5-6186-4aa7-9588-00000000005e | TASK | Create /etc/os-net-config directory 2025-11-21 10:24:19.925238 | fa163ed5-6186-4aa7-9588-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-11-21 10:24:19.926722 | fa163ed5-6186-4aa7-9588-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:59.116417 | 0.27s 2025-11-21 10:24:19.953425 | fa163ed5-6186-4aa7-9588-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-11-21 10:24:20.379873 | fa163ed5-6186-4aa7-9588-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-11-21 10:24:20.381455 | fa163ed5-6186-4aa7-9588-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:59.571152 | 0.43s 2025-11-21 10:24:20.407232 | fa163ed5-6186-4aa7-9588-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-11-21 10:24:20.478616 | fa163ed5-6186-4aa7-9588-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-11-21 10:24:20.479687 | fa163ed5-6186-4aa7-9588-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:59.669383 | 0.07s 2025-11-21 10:24:20.505617 | fa163ed5-6186-4aa7-9588-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-11-21 10:24:20.768851 | fa163ed5-6186-4aa7-9588-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-11-21 10:24:20.769954 | fa163ed5-6186-4aa7-9588-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:59.959652 | 0.26s 2025-11-21 10:24:20.795881 | fa163ed5-6186-4aa7-9588-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-11-21 10:24:20.866614 | fa163ed5-6186-4aa7-9588-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:01:00.056308 | 0.07s 2025-11-21 10:24:20.893118 | 0d4685ac-a3e2-498c-a3a5-98a24c20eee9 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-11-21 10:24:20.926386 | fa163ed5-6186-4aa7-9588-000000000909 | TASK | Set nic_config_file fact 2025-11-21 10:24:20.999932 | fa163ed5-6186-4aa7-9588-000000000909 | OK | Set nic_config_file fact | standalone 2025-11-21 10:24:21.001044 | fa163ed5-6186-4aa7-9588-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:01:00.190741 | 0.07s 2025-11-21 10:24:21.027461 | fa163ed5-6186-4aa7-9588-00000000090a | TASK | Render overidden network config 2025-11-21 10:24:21.109481 | fa163ed5-6186-4aa7-9588-00000000090a | SKIPPED | Render overidden network config | standalone 2025-11-21 10:24:21.110607 | fa163ed5-6186-4aa7-9588-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:01:00.300303 | 0.08s 2025-11-21 10:24:21.137959 | fa163ed5-6186-4aa7-9588-00000000090b | TASK | Render network_config 2025-11-21 10:24:21.201034 | fa163ed5-6186-4aa7-9588-00000000090b | SKIPPED | Render network_config | standalone 2025-11-21 10:24:21.202130 | fa163ed5-6186-4aa7-9588-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:01:00.391827 | 0.06s 2025-11-21 10:24:21.228283 | fa163ed5-6186-4aa7-9588-00000000090c | TASK | Render network_config from template 2025-11-21 10:24:21.760479 | fa163ed5-6186-4aa7-9588-00000000090c | CHANGED | Render network_config from template | standalone 2025-11-21 10:24:21.761703 | fa163ed5-6186-4aa7-9588-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:01:00.951402 | 0.53s 2025-11-21 10:24:21.788400 | fa163ed5-6186-4aa7-9588-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=511946266195.44388 2025-11-21 10:24:25.887499 | fa163ed5-6186-4aa7-9588-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-11-21 10:24:25.889493 | fa163ed5-6186-4aa7-9588-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:05.079189 | 4.10s 2025-11-21 10:24:25.918884 | fa163ed5-6186-4aa7-9588-000000000064 | TASK | Write rc of NetworkConfig script 2025-11-21 10:24:26.357828 | fa163ed5-6186-4aa7-9588-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-11-21 10:24:26.359397 | fa163ed5-6186-4aa7-9588-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:05.549090 | 0.44s 2025-11-21 10:24:26.386559 | fa163ed5-6186-4aa7-9588-000000000065 | TASK | Disable cloud-init network config 2025-11-21 10:24:26.847968 | fa163ed5-6186-4aa7-9588-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-11-21 10:24:26.849717 | fa163ed5-6186-4aa7-9588-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:06.039407 | 0.46s 2025-11-21 10:24:26.876236 | fa163ed5-6186-4aa7-9588-000000000066 | TASK | Ensure network service is enabled 2025-11-21 10:24:27.271132 | fa163ed5-6186-4aa7-9588-000000000066 | OK | Ensure network service is enabled | standalone 2025-11-21 10:24:27.272930 | fa163ed5-6186-4aa7-9588-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:06.462627 | 0.39s PLAY [Server network validation] *********************************************** 2025-11-21 10:24:27.453623 | fa163ed5-6186-4aa7-9588-000000000096 | TASK | Basic Network Validation 2025-11-21 10:24:27.480105 | fa163ed5-6186-4aa7-9588-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:06.669801 | 0.03s 2025-11-21 10:24:27.527346 | fa163ed5-6186-4aa7-9588-000000000945 | TASK | Collect default network fact 2025-11-21 10:24:28.015281 | fa163ed5-6186-4aa7-9588-000000000945 | OK | Collect default network fact | standalone 2025-11-21 10:24:28.016622 | fa163ed5-6186-4aa7-9588-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:07.206310 | 0.49s 2025-11-21 10:24:28.042247 | fa163ed5-6186-4aa7-9588-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-11-21 10:24:28.070426 | fa163ed5-6186-4aa7-9588-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-11-21 10:24:28.071597 | fa163ed5-6186-4aa7-9588-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:07.261292 | 0.03s 2025-11-21 10:24:28.097945 | fa163ed5-6186-4aa7-9588-000000000947 | TASK | Check all networks Gateway availability 2025-11-21 10:24:28.126111 | fa163ed5-6186-4aa7-9588-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:07.315801 | 0.03s 2025-11-21 10:24:28.153133 | fa163ed5-6186-4aa7-9588-000000000949 | TASK | Check Controllers availability 2025-11-21 10:24:28.215090 | fa163ed5-6186-4aa7-9588-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-11-21 10:24:28.221826 | fa163ed5-6186-4aa7-9588-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-11-21 10:24:28.231998 | fa163ed5-6186-4aa7-9588-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-11-21 10:24:28.240363 | fa163ed5-6186-4aa7-9588-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-11-21 10:24:28.246886 | fa163ed5-6186-4aa7-9588-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-11-21 10:24:28.251888 | fa163ed5-6186-4aa7-9588-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-11-21 10:24:28.263907 | fa163ed5-6186-4aa7-9588-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:07.453592 | 0.11s 2025-11-21 10:24:28.290752 | fa163ed5-6186-4aa7-9588-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-11-21 10:24:28.341451 | fa163ed5-6186-4aa7-9588-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-11-21 10:24:28.342783 | fa163ed5-6186-4aa7-9588-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:07.532478 | 0.05s PLAY [Server pre deployment steps] ********************************************* 2025-11-21 10:24:28.529367 | fa163ed5-6186-4aa7-9588-00000000009a | TASK | Server pre deployments 2025-11-21 10:24:28.555515 | fa163ed5-6186-4aa7-9588-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', 'fa163ed5-6186-4aa7-9588-00000000009a') missing from stats 2025-11-21 10:24:28.576210 | fa163ed5-6186-4aa7-9588-00000000009e | TASK | Hiera config 2025-11-21 10:24:28.601961 | fa163ed5-6186-4aa7-9588-00000000009e | TIMING | Hiera config | standalone | 0:01:07.791658 | 0.02s 2025-11-21 10:24:28.641623 | fa163ed5-6186-4aa7-9588-00000000099e | TASK | Create /etc/puppet/hieradata 2025-11-21 10:24:28.870815 | fa163ed5-6186-4aa7-9588-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-11-21 10:24:28.872165 | fa163ed5-6186-4aa7-9588-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:08.061858 | 0.23s 2025-11-21 10:24:28.898697 | fa163ed5-6186-4aa7-9588-00000000099f | TASK | Write hiera config 2025-11-21 10:24:29.423004 | fa163ed5-6186-4aa7-9588-00000000099f | OK | Write hiera config | standalone 2025-11-21 10:24:29.424569 | fa163ed5-6186-4aa7-9588-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:08.614264 | 0.52s 2025-11-21 10:24:29.473791 | fa163ed5-6186-4aa7-9588-00000000009f | TASK | Hiera symlink 2025-11-21 10:24:29.705945 | fa163ed5-6186-4aa7-9588-00000000009f | OK | Hiera symlink | standalone 2025-11-21 10:24:29.707865 | fa163ed5-6186-4aa7-9588-00000000009f | TIMING | Hiera symlink | standalone | 0:01:08.897556 | 0.23s 2025-11-21 10:24:29.736333 | fa163ed5-6186-4aa7-9588-0000000000a0 | TASK | Hieradata from vars 2025-11-21 10:24:29.765770 | fa163ed5-6186-4aa7-9588-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:08.955461 | 0.03s 2025-11-21 10:24:29.826314 | fa163ed5-6186-4aa7-9588-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-11-21 10:24:30.324582 | fa163ed5-6186-4aa7-9588-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-11-21 10:24:30.326196 | fa163ed5-6186-4aa7-9588-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:09.515887 | 0.50s 2025-11-21 10:24:30.355752 | fa163ed5-6186-4aa7-9588-0000000009fa | TASK | Render hieradata from template 2025-11-21 10:24:30.906016 | fa163ed5-6186-4aa7-9588-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-11-21 10:24:30.906993 | fa163ed5-6186-4aa7-9588-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.096693 | 0.55s 2025-11-21 10:24:31.422892 | fa163ed5-6186-4aa7-9588-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-11-21 10:24:31.424075 | fa163ed5-6186-4aa7-9588-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.613773 | 1.07s 2025-11-21 10:24:31.992445 | fa163ed5-6186-4aa7-9588-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-11-21 10:24:31.993252 | fa163ed5-6186-4aa7-9588-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.182957 | 1.64s 2025-11-21 10:24:32.430149 | fa163ed5-6186-4aa7-9588-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-11-21 10:24:32.431255 | fa163ed5-6186-4aa7-9588-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.620952 | 2.07s 2025-11-21 10:24:32.939204 | fa163ed5-6186-4aa7-9588-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-11-21 10:24:32.941398 | fa163ed5-6186-4aa7-9588-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.131094 | 2.58s 2025-11-21 10:24:33.502909 | fa163ed5-6186-4aa7-9588-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-11-21 10:24:33.504089 | fa163ed5-6186-4aa7-9588-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.693785 | 3.15s 2025-11-21 10:24:34.029354 | fa163ed5-6186-4aa7-9588-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-11-21 10:24:34.031400 | fa163ed5-6186-4aa7-9588-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.221097 | 3.67s 2025-11-21 10:24:34.488935 | fa163ed5-6186-4aa7-9588-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-11-21 10:24:34.490916 | fa163ed5-6186-4aa7-9588-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.680613 | 4.13s 2025-11-21 10:24:34.937524 | fa163ed5-6186-4aa7-9588-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-11-21 10:24:34.939541 | fa163ed5-6186-4aa7-9588-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.129238 | 4.58s 2025-11-21 10:24:35.374218 | fa163ed5-6186-4aa7-9588-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-11-21 10:24:35.376210 | fa163ed5-6186-4aa7-9588-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.565905 | 5.02s 2025-11-21 10:24:35.389177 | fa163ed5-6186-4aa7-9588-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.578871 | 5.03s 2025-11-21 10:24:35.441332 | fa163ed5-6186-4aa7-9588-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-11-21 10:24:35.470970 | fa163ed5-6186-4aa7-9588-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:14.660661 | 0.03s 2025-11-21 10:24:35.539154 | fa163ed5-6186-4aa7-9588-000000000a9e | TASK | Check for hieradata file 2025-11-21 10:24:35.756947 | fa163ed5-6186-4aa7-9588-000000000a9e | OK | Check for hieradata file | standalone 2025-11-21 10:24:35.758130 | fa163ed5-6186-4aa7-9588-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:14.947824 | 0.22s 2025-11-21 10:24:35.784023 | fa163ed5-6186-4aa7-9588-000000000aa0 | TASK | Get existing data 2025-11-21 10:24:35.833331 | fa163ed5-6186-4aa7-9588-000000000aa0 | SKIPPED | Get existing data | standalone 2025-11-21 10:24:35.834377 | fa163ed5-6186-4aa7-9588-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:15.024073 | 0.05s 2025-11-21 10:24:35.859706 | fa163ed5-6186-4aa7-9588-000000000aa1 | TASK | Set data fact 2025-11-21 10:24:35.909055 | fa163ed5-6186-4aa7-9588-000000000aa1 | SKIPPED | Set data fact | standalone 2025-11-21 10:24:35.910087 | fa163ed5-6186-4aa7-9588-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:15.099783 | 0.05s 2025-11-21 10:24:35.935856 | fa163ed5-6186-4aa7-9588-000000000aa3 | TASK | Write ansible hieradata file 2025-11-21 10:24:36.377101 | fa163ed5-6186-4aa7-9588-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-11-21 10:24:36.378476 | fa163ed5-6186-4aa7-9588-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:15.568171 | 0.44s 2025-11-21 10:24:36.478203 | fa163ed5-6186-4aa7-9588-0000000000a2 | TIMING | include_tasks | standalone | 0:01:15.667892 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-11-21 10:24:36.635447 | fa163ed5-6186-4aa7-9588-0000000000a6 | TASK | Host prep steps 2025-11-21 10:24:36.662688 | fa163ed5-6186-4aa7-9588-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', 'fa163ed5-6186-4aa7-9588-0000000000a6') missing from stats 2025-11-21 10:24:36.735079 | fa163ed5-6186-4aa7-9588-0000000000a7 | TASK | Deploy Artifacts 2025-11-21 10:24:36.839012 | fa163ed5-6186-4aa7-9588-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-11-21 10:24:36.840152 | fa163ed5-6186-4aa7-9588-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:16.029844 | 0.10s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-21 10:24:36.902595 | fa163ed5-6186-4aa7-9588-0000000000a8 | TIMING | include_tasks | standalone | 0:01:16.092288 | 0.04s 2025-11-21 10:24:37.116487 | c75f88d4-3fc2-4e4a-9f01-0855940c3e71 | INCLUDED | /root/standalone-ansible-33jhni06/Standalone/host_prep_tasks.yaml | standalone 2025-11-21 10:24:37.173019 | fa163ed5-6186-4aa7-9588-000000000b1e | TASK | Run firewall role 2025-11-21 10:24:37.198714 | fa163ed5-6186-4aa7-9588-000000000b1e | TIMING | Run firewall role | standalone | 0:01:16.388415 | 0.03s 2025-11-21 10:24:37.251512 | fa163ed5-6186-4aa7-9588-000000000c38 | TASK | Gather variables for each operating system 2025-11-21 10:24:37.367828 | fa163ed5-6186-4aa7-9588-000000000c38 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-11-21 10:24:37.369221 | fa163ed5-6186-4aa7-9588-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:16.558909 | 0.12s 2025-11-21 10:24:37.375139 | fa163ed5-6186-4aa7-9588-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:16.564837 | 0.12s 2025-11-21 10:24:37.400952 | fa163ed5-6186-4aa7-9588-000000000c39 | TASK | Uninstall firewalld to prevent nftables conflicts 2025-11-21 10:24:40.323814 | fa163ed5-6186-4aa7-9588-000000000c39 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-11-21 10:24:40.325261 | fa163ed5-6186-4aa7-9588-000000000c39 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:19.514956 | 2.92s 2025-11-21 10:24:40.351506 | fa163ed5-6186-4aa7-9588-000000000c3d | TASK | Create empty var for masquerade rules 2025-11-21 10:24:40.391861 | fa163ed5-6186-4aa7-9588-000000000c3d | OK | Create empty var for masquerade rules | standalone 2025-11-21 10:24:40.392938 | fa163ed5-6186-4aa7-9588-000000000c3d | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:19.582629 | 0.04s 2025-11-21 10:24:40.419208 | fa163ed5-6186-4aa7-9588-000000000c3e | TASK | Enable masquerade 2025-11-21 10:24:40.480518 | fa163ed5-6186-4aa7-9588-000000000c3e | SKIPPED | Enable masquerade | standalone 2025-11-21 10:24:40.481631 | fa163ed5-6186-4aa7-9588-000000000c3e | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:19.671325 | 0.06s 2025-11-21 10:24:40.506970 | fa163ed5-6186-4aa7-9588-000000000c3f | TASK | Set the default frontend firewall rules 2025-11-21 10:24:40.546986 | fa163ed5-6186-4aa7-9588-000000000c3f | OK | Set the default frontend firewall rules | standalone 2025-11-21 10:24:40.548089 | fa163ed5-6186-4aa7-9588-000000000c3f | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:19.737787 | 0.04s 2025-11-21 10:24:40.573632 | fa163ed5-6186-4aa7-9588-000000000c42 | TASK | Set frontend rule fact (non-ssl rules) 2025-11-21 10:24:40.626416 | fa163ed5-6186-4aa7-9588-000000000c42 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-11-21 10:24:40.627816 | fa163ed5-6186-4aa7-9588-000000000c42 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:19.817514 | 0.05s 2025-11-21 10:24:40.653249 | fa163ed5-6186-4aa7-9588-000000000c43 | TASK | Set frontend rule fact (ssl rules) 2025-11-21 10:24:40.686486 | fa163ed5-6186-4aa7-9588-000000000c43 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-11-21 10:24:40.687553 | fa163ed5-6186-4aa7-9588-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:19.877249 | 0.03s 2025-11-21 10:24:40.712949 | fa163ed5-6186-4aa7-9588-000000000c45 | TASK | Set frontend rule fact (non-ssl rules) 2025-11-21 10:24:40.752537 | fa163ed5-6186-4aa7-9588-000000000c45 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-11-21 10:24:40.753600 | fa163ed5-6186-4aa7-9588-000000000c45 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:19.943295 | 0.04s 2025-11-21 10:24:40.778881 | fa163ed5-6186-4aa7-9588-000000000c46 | TASK | Set frontend rule fact (ssl rules) 2025-11-21 10:24:40.812566 | fa163ed5-6186-4aa7-9588-000000000c46 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-11-21 10:24:40.813646 | fa163ed5-6186-4aa7-9588-000000000c46 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:20.003342 | 0.03s 2025-11-21 10:24:40.838231 | fa163ed5-6186-4aa7-9588-000000000c48 | TASK | Enable LOG rules 2025-11-21 10:24:40.868873 | fa163ed5-6186-4aa7-9588-000000000c48 | SKIPPED | Enable LOG rules | standalone 2025-11-21 10:24:40.869943 | fa163ed5-6186-4aa7-9588-000000000c48 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:20.059639 | 0.03s 2025-11-21 10:24:40.895036 | fa163ed5-6186-4aa7-9588-000000000c49 | TASK | Set rule fact 2025-11-21 10:24:40.992184 | fa163ed5-6186-4aa7-9588-000000000c49 | OK | Set rule fact | standalone 2025-11-21 10:24:40.995349 | fa163ed5-6186-4aa7-9588-000000000c49 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:20.185045 | 0.10s 2025-11-21 10:24:41.024432 | fa163ed5-6186-4aa7-9588-000000000c4a | TASK | Manage rules via nftables 2025-11-21 10:24:41.053980 | fa163ed5-6186-4aa7-9588-000000000c4a | TIMING | Manage rules via nftables | standalone | 0:01:20.243674 | 0.03s 2025-11-21 10:24:41.137875 | fa163ed5-6186-4aa7-9588-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:20.327574 | 0.03s 2025-11-21 10:24:41.151908 | 24dfc433-0373-4401-835b-ce7ed8459df5 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-11-21 10:24:41.176770 | fa163ed5-6186-4aa7-9588-000000000d11 | TASK | Ensure legacy iptables services are off 2025-11-21 10:24:41.607135 | fa163ed5-6186-4aa7-9588-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-11-21 10:24:41.610010 | fa163ed5-6186-4aa7-9588-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:20.799702 | 0.43s 2025-11-21 10:24:41.977986 | fa163ed5-6186-4aa7-9588-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-11-21 10:24:41.981066 | fa163ed5-6186-4aa7-9588-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:21.170003 | 0.80s 2025-11-21 10:24:41.992264 | fa163ed5-6186-4aa7-9588-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:21.181957 | 0.81s 2025-11-21 10:24:42.022483 | fa163ed5-6186-4aa7-9588-000000000d12 | TASK | Ensure nftables service is enabled and running 2025-11-21 10:24:43.182024 | fa163ed5-6186-4aa7-9588-000000000d12 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-11-21 10:24:43.183916 | fa163ed5-6186-4aa7-9588-000000000d12 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:22.373613 | 1.16s 2025-11-21 10:24:43.211781 | fa163ed5-6186-4aa7-9588-000000000d13 | TASK | Empty nftables from anything that may lay around 2025-11-21 10:24:43.256963 | fa163ed5-6186-4aa7-9588-000000000d13 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-11-21 10:24:43.258143 | fa163ed5-6186-4aa7-9588-000000000d13 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:22.447837 | 0.04s 2025-11-21 10:24:43.315861 | fa163ed5-6186-4aa7-9588-000000000ce9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:22.505537 | 0.03s 2025-11-21 10:24:43.354258 | 06c7d999-e021-45db-b462-7b86a295aa71 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-11-21 10:24:43.389922 | fa163ed5-6186-4aa7-9588-000000000d42 | TASK | Push empty ruleset 2025-11-21 10:24:43.866813 | fa163ed5-6186-4aa7-9588-000000000d42 | CHANGED | Push empty ruleset | standalone 2025-11-21 10:24:43.868235 | fa163ed5-6186-4aa7-9588-000000000d42 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:23.057928 | 0.48s 2025-11-21 10:24:43.895182 | fa163ed5-6186-4aa7-9588-000000000d43 | TASK | Load empty ruleset 2025-11-21 10:24:44.151600 | fa163ed5-6186-4aa7-9588-000000000d43 | CHANGED | Load empty ruleset | standalone 2025-11-21 10:24:44.152799 | fa163ed5-6186-4aa7-9588-000000000d43 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:23.342497 | 0.26s 2025-11-21 10:24:44.178898 | fa163ed5-6186-4aa7-9588-000000000d45 | TASK | Use default rules 2025-11-21 10:24:44.263192 | fa163ed5-6186-4aa7-9588-000000000d45 | OK | Use default rules | standalone 2025-11-21 10:24:44.266110 | fa163ed5-6186-4aa7-9588-000000000d45 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:23.455807 | 0.09s 2025-11-21 10:24:44.295540 | fa163ed5-6186-4aa7-9588-000000000d46 | TASK | Enable LOG rules 2025-11-21 10:24:44.390989 | fa163ed5-6186-4aa7-9588-000000000d46 | OK | Enable LOG rules | standalone 2025-11-21 10:24:44.393927 | fa163ed5-6186-4aa7-9588-000000000d46 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:23.583622 | 0.10s 2025-11-21 10:24:44.423809 | fa163ed5-6186-4aa7-9588-000000000d48 | TASK | Get current nftables content 2025-11-21 10:24:44.655893 | fa163ed5-6186-4aa7-9588-000000000d48 | CHANGED | Get current nftables content | standalone 2025-11-21 10:24:44.657187 | fa163ed5-6186-4aa7-9588-000000000d48 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:23.846883 | 0.23s 2025-11-21 10:24:44.683660 | fa163ed5-6186-4aa7-9588-000000000d4a | TASK | Generate chain jumps 2025-11-21 10:24:45.280068 | fa163ed5-6186-4aa7-9588-000000000d4a | CHANGED | Generate chain jumps | standalone 2025-11-21 10:24:45.281482 | fa163ed5-6186-4aa7-9588-000000000d4a | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:24.471178 | 0.60s 2025-11-21 10:24:45.308168 | fa163ed5-6186-4aa7-9588-000000000d4b | TASK | Generate chain jumps 2025-11-21 10:24:45.893751 | fa163ed5-6186-4aa7-9588-000000000d4b | CHANGED | Generate chain jumps | standalone 2025-11-21 10:24:45.895223 | fa163ed5-6186-4aa7-9588-000000000d4b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:25.084918 | 0.59s 2025-11-21 10:24:45.922149 | fa163ed5-6186-4aa7-9588-000000000d4c | TASK | Generate nft flushes 2025-11-21 10:24:46.392736 | fa163ed5-6186-4aa7-9588-000000000d4c | CHANGED | Generate nft flushes | standalone 2025-11-21 10:24:46.394164 | fa163ed5-6186-4aa7-9588-000000000d4c | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:25.583859 | 0.47s 2025-11-21 10:24:46.420683 | fa163ed5-6186-4aa7-9588-000000000d4d | TASK | Generate nft tripleo chains 2025-11-21 10:24:46.951254 | fa163ed5-6186-4aa7-9588-000000000d4d | CHANGED | Generate nft tripleo chains | standalone 2025-11-21 10:24:46.952667 | fa163ed5-6186-4aa7-9588-000000000d4d | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:26.142362 | 0.53s 2025-11-21 10:24:46.979361 | fa163ed5-6186-4aa7-9588-000000000d4e | TASK | Generate nft ruleset in static file 2025-11-21 10:24:48.577110 | fa163ed5-6186-4aa7-9588-000000000d4e | CHANGED | Generate nft ruleset in static file | standalone 2025-11-21 10:24:48.579082 | fa163ed5-6186-4aa7-9588-000000000d4e | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:27.768770 | 1.60s 2025-11-21 10:24:48.645283 | fa163ed5-6186-4aa7-9588-000000000d50 | TASK | Validate all of the generated content before loading 2025-11-21 10:24:49.243736 | fa163ed5-6186-4aa7-9588-000000000d50 | CHANGED | Validate all of the generated content before loading | standalone 2025-11-21 10:24:49.245461 | fa163ed5-6186-4aa7-9588-000000000d50 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:28.435152 | 0.60s 2025-11-21 10:24:49.272867 | fa163ed5-6186-4aa7-9588-000000000d51 | TASK | Ensure we load our different nft rulesets on boot 2025-11-21 10:24:49.545171 | fa163ed5-6186-4aa7-9588-000000000d51 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-11-21 10:24:49.546877 | fa163ed5-6186-4aa7-9588-000000000d51 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:28.736568 | 0.27s 2025-11-21 10:24:49.607047 | fa163ed5-6186-4aa7-9588-000000000cea | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:28.796729 | 0.03s 2025-11-21 10:24:49.630213 | 13ec2822-2df0-48d4-a52c-1c9cd35a40e3 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-11-21 10:24:49.681504 | fa163ed5-6186-4aa7-9588-000000000db9 | TASK | Inject our custom chains in nftables 2025-11-21 10:24:49.924513 | fa163ed5-6186-4aa7-9588-000000000db9 | CHANGED | Inject our custom chains in nftables | standalone 2025-11-21 10:24:49.926331 | fa163ed5-6186-4aa7-9588-000000000db9 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:29.115990 | 0.24s 2025-11-21 10:24:49.954032 | fa163ed5-6186-4aa7-9588-000000000dba | TASK | Reload custom nftables ruleset files 2025-11-21 10:24:50.271103 | fa163ed5-6186-4aa7-9588-000000000dba | CHANGED | Reload custom nftables ruleset files | standalone 2025-11-21 10:24:50.273084 | fa163ed5-6186-4aa7-9588-000000000dba | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:29.462773 | 0.32s 2025-11-21 10:24:50.350416 | fa163ed5-6186-4aa7-9588-000000000b1f | TASK | create persistent logs directory 2025-11-21 10:24:50.633164 | fa163ed5-6186-4aa7-9588-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-11-21 10:24:50.634848 | fa163ed5-6186-4aa7-9588-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:29.824542 | 0.28s 2025-11-21 10:24:50.827189 | fa163ed5-6186-4aa7-9588-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-11-21 10:24:50.828847 | fa163ed5-6186-4aa7-9588-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.018547 | 0.48s 2025-11-21 10:24:50.839834 | fa163ed5-6186-4aa7-9588-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.029509 | 0.49s 2025-11-21 10:24:50.867033 | fa163ed5-6186-4aa7-9588-000000000b20 | TASK | create persistent directories 2025-11-21 10:24:51.102428 | fa163ed5-6186-4aa7-9588-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-11-21 10:24:51.104599 | fa163ed5-6186-4aa7-9588-000000000b20 | TIMING | create persistent directories | standalone | 0:01:30.294291 | 0.24s 2025-11-21 10:24:51.114945 | fa163ed5-6186-4aa7-9588-000000000b20 | TIMING | create persistent directories | standalone | 0:01:30.304623 | 0.25s 2025-11-21 10:24:51.143215 | fa163ed5-6186-4aa7-9588-000000000b21 | TASK | create persistent directories 2025-11-21 10:24:51.406780 | fa163ed5-6186-4aa7-9588-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-11-21 10:24:51.409114 | fa163ed5-6186-4aa7-9588-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.598806 | 0.26s 2025-11-21 10:24:51.599380 | fa163ed5-6186-4aa7-9588-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-11-21 10:24:51.601383 | fa163ed5-6186-4aa7-9588-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.791082 | 0.46s 2025-11-21 10:24:51.611914 | fa163ed5-6186-4aa7-9588-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.801572 | 0.47s 2025-11-21 10:24:51.639652 | fa163ed5-6186-4aa7-9588-000000000b22 | TASK | create persistent directories 2025-11-21 10:24:51.888797 | fa163ed5-6186-4aa7-9588-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2025-11-21 10:24:51.890481 | fa163ed5-6186-4aa7-9588-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.080171 | 0.25s 2025-11-21 10:24:52.083914 | fa163ed5-6186-4aa7-9588-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2025-11-21 10:24:52.084827 | fa163ed5-6186-4aa7-9588-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.274529 | 0.44s 2025-11-21 10:24:52.091436 | fa163ed5-6186-4aa7-9588-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.281113 | 0.45s 2025-11-21 10:24:52.119023 | fa163ed5-6186-4aa7-9588-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-11-21 10:24:53.292549 | fa163ed5-6186-4aa7-9588-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-11-21 10:24:53.294288 | fa163ed5-6186-4aa7-9588-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:32.483983 | 1.17s 2025-11-21 10:24:53.321207 | fa163ed5-6186-4aa7-9588-000000000b24 | TASK | create persistent directories 2025-11-21 10:24:53.589542 | fa163ed5-6186-4aa7-9588-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-11-21 10:24:53.591026 | fa163ed5-6186-4aa7-9588-000000000b24 | TIMING | create persistent directories | standalone | 0:01:32.780719 | 0.27s 2025-11-21 10:24:53.598866 | fa163ed5-6186-4aa7-9588-000000000b24 | TIMING | create persistent directories | standalone | 0:01:32.788525 | 0.28s 2025-11-21 10:24:53.625364 | fa163ed5-6186-4aa7-9588-000000000b25 | TASK | create persistent directories 2025-11-21 10:24:53.892093 | fa163ed5-6186-4aa7-9588-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-11-21 10:24:53.893852 | fa163ed5-6186-4aa7-9588-000000000b25 | TIMING | create persistent directories | standalone | 0:01:33.083543 | 0.27s 2025-11-21 10:24:54.121418 | fa163ed5-6186-4aa7-9588-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-11-21 10:24:54.123111 | fa163ed5-6186-4aa7-9588-000000000b25 | TIMING | create persistent directories | standalone | 0:01:33.312811 | 0.50s 2025-11-21 10:24:54.134126 | fa163ed5-6186-4aa7-9588-000000000b25 | TIMING | create persistent directories | standalone | 0:01:33.323813 | 0.51s 2025-11-21 10:24:54.161439 | fa163ed5-6186-4aa7-9588-000000000b26 | TASK | create fcontext entry for cinder data 2025-11-21 10:24:55.512477 | fa163ed5-6186-4aa7-9588-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2025-11-21 10:24:55.513887 | fa163ed5-6186-4aa7-9588-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:34.703585 | 1.35s 2025-11-21 10:24:55.538510 | fa163ed5-6186-4aa7-9588-000000000b27 | TASK | create persistent directories 2025-11-21 10:24:55.817019 | fa163ed5-6186-4aa7-9588-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-11-21 10:24:55.818564 | fa163ed5-6186-4aa7-9588-000000000b27 | TIMING | create persistent directories | standalone | 0:01:35.008259 | 0.28s 2025-11-21 10:24:56.038289 | fa163ed5-6186-4aa7-9588-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-11-21 10:24:56.039347 | fa163ed5-6186-4aa7-9588-000000000b27 | TIMING | create persistent directories | standalone | 0:01:35.229045 | 0.50s 2025-11-21 10:24:56.046436 | fa163ed5-6186-4aa7-9588-000000000b27 | TIMING | create persistent directories | standalone | 0:01:35.236125 | 0.51s 2025-11-21 10:24:56.074602 | fa163ed5-6186-4aa7-9588-000000000b28 | TASK | ensure ceph configurations exist 2025-11-21 10:24:56.335828 | fa163ed5-6186-4aa7-9588-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2025-11-21 10:24:56.338468 | fa163ed5-6186-4aa7-9588-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:35.528163 | 0.26s 2025-11-21 10:24:56.366177 | fa163ed5-6186-4aa7-9588-000000000b29 | TASK | create persistent directories 2025-11-21 10:24:56.623239 | fa163ed5-6186-4aa7-9588-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-11-21 10:24:56.624764 | fa163ed5-6186-4aa7-9588-000000000b29 | TIMING | create persistent directories | standalone | 0:01:35.814459 | 0.26s 2025-11-21 10:24:56.634106 | fa163ed5-6186-4aa7-9588-000000000b29 | TIMING | create persistent directories | standalone | 0:01:35.823798 | 0.27s 2025-11-21 10:24:56.659952 | fa163ed5-6186-4aa7-9588-000000000b2b | TASK | Create cinder image conversion directory 2025-11-21 10:24:56.689043 | fa163ed5-6186-4aa7-9588-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2025-11-21 10:24:56.690228 | fa163ed5-6186-4aa7-9588-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:35.879922 | 0.03s 2025-11-21 10:24:56.715572 | fa163ed5-6186-4aa7-9588-000000000b2c | TASK | Mount cinder's image conversion NFS share 2025-11-21 10:24:56.754762 | fa163ed5-6186-4aa7-9588-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-11-21 10:24:56.755878 | fa163ed5-6186-4aa7-9588-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:35.945572 | 0.04s 2025-11-21 10:24:56.780890 | fa163ed5-6186-4aa7-9588-000000000b2e | TASK | cinder_configure_lvm fact 2025-11-21 10:24:56.811607 | fa163ed5-6186-4aa7-9588-000000000b2e | OK | cinder_configure_lvm fact | standalone 2025-11-21 10:24:56.812675 | fa163ed5-6186-4aa7-9588-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:36.002374 | 0.03s 2025-11-21 10:24:56.836957 | fa163ed5-6186-4aa7-9588-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2025-11-21 10:24:56.866054 | fa163ed5-6186-4aa7-9588-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2025-11-21 10:24:56.867219 | fa163ed5-6186-4aa7-9588-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:36.056916 | 0.03s 2025-11-21 10:24:56.892039 | fa163ed5-6186-4aa7-9588-000000000b31 | TASK | cinder create LVM volume group dd 2025-11-21 10:24:56.922042 | fa163ed5-6186-4aa7-9588-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2025-11-21 10:24:56.923100 | fa163ed5-6186-4aa7-9588-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:36.112796 | 0.03s 2025-11-21 10:24:56.947595 | fa163ed5-6186-4aa7-9588-000000000b32 | TASK | Get or create LVM loopback device 2025-11-21 10:24:56.977172 | fa163ed5-6186-4aa7-9588-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2025-11-21 10:24:56.978258 | fa163ed5-6186-4aa7-9588-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:36.167955 | 0.03s 2025-11-21 10:24:57.004057 | fa163ed5-6186-4aa7-9588-000000000b33 | TASK | Create LVM volume group 2025-11-21 10:24:57.033290 | fa163ed5-6186-4aa7-9588-000000000b33 | SKIPPED | Create LVM volume group | standalone 2025-11-21 10:24:57.034417 | fa163ed5-6186-4aa7-9588-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:36.224113 | 0.03s 2025-11-21 10:24:57.058891 | fa163ed5-6186-4aa7-9588-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2025-11-21 10:24:57.088076 | fa163ed5-6186-4aa7-9588-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2025-11-21 10:24:57.089195 | fa163ed5-6186-4aa7-9588-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:36.278892 | 0.03s 2025-11-21 10:24:57.114118 | fa163ed5-6186-4aa7-9588-000000000b35 | TASK | cinder enable the LVM losetup service 2025-11-21 10:24:57.145233 | fa163ed5-6186-4aa7-9588-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2025-11-21 10:24:57.147057 | fa163ed5-6186-4aa7-9588-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:36.336744 | 0.03s 2025-11-21 10:24:57.173938 | fa163ed5-6186-4aa7-9588-000000000b37 | TASK | allow logrotate to read inside containers 2025-11-21 10:24:58.155937 | fa163ed5-6186-4aa7-9588-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2025-11-21 10:24:58.157989 | fa163ed5-6186-4aa7-9588-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:37.347681 | 0.98s 2025-11-21 10:24:58.184500 | fa163ed5-6186-4aa7-9588-000000000b38 | TASK | authorize httpd to listen on registry ports 2025-11-21 10:25:00.363338 | fa163ed5-6186-4aa7-9588-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-11-21 10:25:00.364924 | fa163ed5-6186-4aa7-9588-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:39.554620 | 2.18s 2025-11-21 10:25:00.423428 | fa163ed5-6186-4aa7-9588-000000000b3a | OK | set_fact | standalone 2025-11-21 10:25:00.425226 | fa163ed5-6186-4aa7-9588-000000000b3a | TIMING | set_fact | standalone | 0:01:39.614913 | 0.03s 2025-11-21 10:25:00.480146 | fa163ed5-6186-4aa7-9588-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:39.669827 | 0.03s 2025-11-21 10:25:00.539253 | fa163ed5-6186-4aa7-9588-000000000f06 | TASK | ensure apache is installed 2025-11-21 10:25:06.651662 | fa163ed5-6186-4aa7-9588-000000000f06 | CHANGED | ensure apache is installed | standalone 2025-11-21 10:25:06.653462 | fa163ed5-6186-4aa7-9588-000000000f06 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:45.843156 | 6.11s 2025-11-21 10:25:06.680767 | fa163ed5-6186-4aa7-9588-000000000f07 | TASK | create image data directory 2025-11-21 10:25:06.889808 | fa163ed5-6186-4aa7-9588-000000000f07 | CHANGED | create image data directory | standalone 2025-11-21 10:25:06.891251 | fa163ed5-6186-4aa7-9588-000000000f07 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:46.080944 | 0.21s 2025-11-21 10:25:06.916884 | fa163ed5-6186-4aa7-9588-000000000f08 | TASK | create /v2/ response file 2025-11-21 10:25:07.352161 | fa163ed5-6186-4aa7-9588-000000000f08 | CHANGED | create /v2/ response file | standalone 2025-11-21 10:25:07.353970 | fa163ed5-6186-4aa7-9588-000000000f08 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:46.543663 | 0.44s 2025-11-21 10:25:07.385381 | fa163ed5-6186-4aa7-9588-000000000f09 | TASK | Add listen line 2025-11-21 10:25:07.769624 | fa163ed5-6186-4aa7-9588-000000000f09 | CHANGED | Add listen line | standalone 2025-11-21 10:25:07.770956 | fa163ed5-6186-4aa7-9588-000000000f09 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:46.960655 | 0.38s 2025-11-21 10:25:07.797160 | fa163ed5-6186-4aa7-9588-000000000f0a | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-11-21 10:25:08.222834 | fa163ed5-6186-4aa7-9588-000000000f0a | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-11-21 10:25:08.224190 | fa163ed5-6186-4aa7-9588-000000000f0a | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:47.413886 | 0.43s 2025-11-21 10:25:08.250116 | fa163ed5-6186-4aa7-9588-000000000f0b | TASK | Image-Serve | restart httpd 2025-11-21 10:25:09.342343 | fa163ed5-6186-4aa7-9588-000000000f0b | CHANGED | Image-Serve | restart httpd | standalone 2025-11-21 10:25:09.344924 | fa163ed5-6186-4aa7-9588-000000000f0b | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:48.534616 | 1.09s 2025-11-21 10:25:09.396289 | fa163ed5-6186-4aa7-9588-000000000b3d | TASK | create persistent logs directory 2025-11-21 10:25:09.656448 | fa163ed5-6186-4aa7-9588-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-11-21 10:25:09.659134 | fa163ed5-6186-4aa7-9588-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:48.848822 | 0.26s 2025-11-21 10:25:09.867062 | fa163ed5-6186-4aa7-9588-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-11-21 10:25:09.868211 | fa163ed5-6186-4aa7-9588-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:49.057909 | 0.47s 2025-11-21 10:25:09.875126 | fa163ed5-6186-4aa7-9588-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:49.064812 | 0.48s 2025-11-21 10:25:09.903582 | fa163ed5-6186-4aa7-9588-000000000b3e | TASK | Mount NFS on host 2025-11-21 10:25:09.934216 | fa163ed5-6186-4aa7-9588-000000000b3e | SKIPPED | Mount NFS on host | standalone 2025-11-21 10:25:09.935602 | fa163ed5-6186-4aa7-9588-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:49.125297 | 0.03s 2025-11-21 10:25:09.961605 | fa163ed5-6186-4aa7-9588-000000000b3f | TASK | Mount Node Staging Location 2025-11-21 10:25:09.993542 | fa163ed5-6186-4aa7-9588-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2025-11-21 10:25:09.995292 | fa163ed5-6186-4aa7-9588-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:49.184973 | 0.03s 2025-11-21 10:25:10.021910 | fa163ed5-6186-4aa7-9588-000000000b40 | TASK | ensure /var/lib/glance exists 2025-11-21 10:25:10.302040 | fa163ed5-6186-4aa7-9588-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2025-11-21 10:25:10.304046 | fa163ed5-6186-4aa7-9588-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:49.493737 | 0.28s 2025-11-21 10:25:10.334046 | fa163ed5-6186-4aa7-9588-000000000b41 | TASK | create logs directory 2025-11-21 10:25:10.633954 | fa163ed5-6186-4aa7-9588-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-11-21 10:25:10.637264 | fa163ed5-6186-4aa7-9588-000000000b41 | TIMING | create logs directory | standalone | 0:01:49.826954 | 0.30s 2025-11-21 10:25:10.824553 | fa163ed5-6186-4aa7-9588-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-11-21 10:25:10.825760 | fa163ed5-6186-4aa7-9588-000000000b41 | TIMING | create logs directory | standalone | 0:01:50.015457 | 0.49s 2025-11-21 10:25:10.838069 | fa163ed5-6186-4aa7-9588-000000000b41 | TIMING | create logs directory | standalone | 0:01:50.027758 | 0.50s 2025-11-21 10:25:10.872770 | fa163ed5-6186-4aa7-9588-000000000b42 | TASK | Mount Gnocchi NFS on host 2025-11-21 10:25:10.901120 | fa163ed5-6186-4aa7-9588-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-11-21 10:25:10.903282 | fa163ed5-6186-4aa7-9588-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:50.092966 | 0.03s 2025-11-21 10:25:10.930351 | fa163ed5-6186-4aa7-9588-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2025-11-21 10:25:11.167509 | fa163ed5-6186-4aa7-9588-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-11-21 10:25:11.169008 | fa163ed5-6186-4aa7-9588-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:50.358708 | 0.24s 2025-11-21 10:25:11.189378 | fa163ed5-6186-4aa7-9588-000000000b44 | TASK | create persistent directories 2025-11-21 10:25:11.393885 | fa163ed5-6186-4aa7-9588-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-11-21 10:25:11.397137 | fa163ed5-6186-4aa7-9588-000000000b44 | TIMING | create persistent directories | standalone | 0:01:50.586829 | 0.21s 2025-11-21 10:25:11.405546 | fa163ed5-6186-4aa7-9588-000000000b44 | TIMING | create persistent directories | standalone | 0:01:50.595242 | 0.22s 2025-11-21 10:25:11.426485 | fa163ed5-6186-4aa7-9588-000000000b45 | TASK | create persistent data directory 2025-11-21 10:25:11.652220 | fa163ed5-6186-4aa7-9588-000000000b45 | OK | create persistent data directory | standalone 2025-11-21 10:25:11.653908 | fa163ed5-6186-4aa7-9588-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:50.843603 | 0.23s 2025-11-21 10:25:11.680727 | fa163ed5-6186-4aa7-9588-000000000b46 | TASK | get parameters 2025-11-21 10:25:11.710373 | fa163ed5-6186-4aa7-9588-000000000b46 | OK | get parameters | standalone 2025-11-21 10:25:11.711462 | fa163ed5-6186-4aa7-9588-000000000b46 | TIMING | get parameters | standalone | 0:01:50.901160 | 0.03s 2025-11-21 10:25:11.737598 | fa163ed5-6186-4aa7-9588-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2025-11-21 10:25:11.781864 | fa163ed5-6186-4aa7-9588-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2025-11-21 10:25:11.783200 | fa163ed5-6186-4aa7-9588-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:50.972893 | 0.04s 2025-11-21 10:25:11.809334 | fa163ed5-6186-4aa7-9588-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2025-11-21 10:25:11.859096 | fa163ed5-6186-4aa7-9588-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2025-11-21 10:25:11.860182 | fa163ed5-6186-4aa7-9588-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:51.049878 | 0.05s 2025-11-21 10:25:11.885735 | fa163ed5-6186-4aa7-9588-000000000b4a | TASK | get haproxy status 2025-11-21 10:25:11.936509 | fa163ed5-6186-4aa7-9588-000000000b4a | SKIPPED | get haproxy status | standalone 2025-11-21 10:25:11.937855 | fa163ed5-6186-4aa7-9588-000000000b4a | TIMING | get haproxy status | standalone | 0:01:51.127405 | 0.05s 2025-11-21 10:25:11.963018 | fa163ed5-6186-4aa7-9588-000000000b4b | TASK | get pacemaker status 2025-11-21 10:25:12.004653 | fa163ed5-6186-4aa7-9588-000000000b4b | SKIPPED | get pacemaker status | standalone 2025-11-21 10:25:12.005746 | fa163ed5-6186-4aa7-9588-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:51.195444 | 0.04s 2025-11-21 10:25:12.031051 | fa163ed5-6186-4aa7-9588-000000000b4c | TASK | get docker status 2025-11-21 10:25:12.073517 | fa163ed5-6186-4aa7-9588-000000000b4c | SKIPPED | get docker status | standalone 2025-11-21 10:25:12.074628 | fa163ed5-6186-4aa7-9588-000000000b4c | TIMING | get docker status | standalone | 0:01:51.264323 | 0.04s 2025-11-21 10:25:12.100254 | fa163ed5-6186-4aa7-9588-000000000b4d | TASK | get container_id 2025-11-21 10:25:12.150150 | fa163ed5-6186-4aa7-9588-000000000b4d | SKIPPED | get container_id | standalone 2025-11-21 10:25:12.151349 | fa163ed5-6186-4aa7-9588-000000000b4d | TIMING | get container_id | standalone | 0:01:51.341044 | 0.05s 2025-11-21 10:25:12.176684 | fa163ed5-6186-4aa7-9588-000000000b4e | TASK | get pcs resource name for haproxy container 2025-11-21 10:25:12.219556 | fa163ed5-6186-4aa7-9588-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2025-11-21 10:25:12.220759 | fa163ed5-6186-4aa7-9588-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:51.410453 | 0.04s 2025-11-21 10:25:12.246262 | fa163ed5-6186-4aa7-9588-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2025-11-21 10:25:12.298492 | fa163ed5-6186-4aa7-9588-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2025-11-21 10:25:12.300164 | fa163ed5-6186-4aa7-9588-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:51.489848 | 0.05s 2025-11-21 10:25:12.326256 | fa163ed5-6186-4aa7-9588-000000000b50 | TASK | push certificate content 2025-11-21 10:25:12.379152 | fa163ed5-6186-4aa7-9588-000000000b50 | SKIPPED | push certificate content | standalone 2025-11-21 10:25:12.380909 | fa163ed5-6186-4aa7-9588-000000000b50 | TIMING | push certificate content | standalone | 0:01:51.570599 | 0.05s 2025-11-21 10:25:12.408662 | fa163ed5-6186-4aa7-9588-000000000b52 | TASK | set certificate ownership 2025-11-21 10:25:12.461007 | fa163ed5-6186-4aa7-9588-000000000b52 | SKIPPED | set certificate ownership | standalone 2025-11-21 10:25:12.462527 | fa163ed5-6186-4aa7-9588-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:51.652219 | 0.05s 2025-11-21 10:25:12.491034 | fa163ed5-6186-4aa7-9588-000000000b53 | TASK | reload haproxy if enabled 2025-11-21 10:25:12.545506 | fa163ed5-6186-4aa7-9588-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2025-11-21 10:25:12.546825 | fa163ed5-6186-4aa7-9588-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:51.736517 | 0.05s 2025-11-21 10:25:12.582594 | fa163ed5-6186-4aa7-9588-000000000b54 | TASK | restart pacemaker resource for haproxy 2025-11-21 10:25:12.634786 | fa163ed5-6186-4aa7-9588-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2025-11-21 10:25:12.635883 | fa163ed5-6186-4aa7-9588-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:51.825580 | 0.05s 2025-11-21 10:25:12.657721 | fa163ed5-6186-4aa7-9588-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2025-11-21 10:25:12.708208 | fa163ed5-6186-4aa7-9588-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2025-11-21 10:25:12.709581 | fa163ed5-6186-4aa7-9588-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:51.899271 | 0.05s 2025-11-21 10:25:12.737189 | fa163ed5-6186-4aa7-9588-000000000b58 | TASK | create persistent directories 2025-11-21 10:25:12.979191 | fa163ed5-6186-4aa7-9588-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-11-21 10:25:12.980608 | fa163ed5-6186-4aa7-9588-000000000b58 | TIMING | create persistent directories | standalone | 0:01:52.170306 | 0.24s 2025-11-21 10:25:13.205166 | fa163ed5-6186-4aa7-9588-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-11-21 10:25:13.207045 | fa163ed5-6186-4aa7-9588-000000000b58 | TIMING | create persistent directories | standalone | 0:01:52.396741 | 0.47s 2025-11-21 10:25:13.216910 | fa163ed5-6186-4aa7-9588-000000000b58 | TIMING | create persistent directories | standalone | 0:01:52.406596 | 0.48s 2025-11-21 10:25:13.236752 | fa163ed5-6186-4aa7-9588-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2025-11-21 10:25:18.757828 | fa163ed5-6186-4aa7-9588-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-11-21 10:25:18.759170 | fa163ed5-6186-4aa7-9588-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:57.948864 | 5.52s 2025-11-21 10:25:18.785543 | fa163ed5-6186-4aa7-9588-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-11-21 10:25:18.868609 | fa163ed5-6186-4aa7-9588-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.68 seconds", "Notice: Applied catalog in 0.23 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.23", " Catalog application: 0.23", " Config retrieval: 0.75", " Last run: 1763720718", " Total: 0.23", "Version:", " Config: 1763720717", " Puppet: 7.10.0", "Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", " (file & line not available)", "Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", " (file: /etc/puppet/hiera.yaml)", "Warning: Undefined variable '::deploy_config_name'; ", "Warning: Scope(Haproxy::Config[haproxy]): haproxy: The $merge_options parameter will default to true in the next major release. Please review the documentation regarding the implications." ] } 2025-11-21 10:25:18.869850 | fa163ed5-6186-4aa7-9588-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:58.059545 | 0.08s 2025-11-21 10:25:18.895053 | fa163ed5-6186-4aa7-9588-000000000b5b | TASK | create persistent directories 2025-11-21 10:25:19.145015 | fa163ed5-6186-4aa7-9588-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-11-21 10:25:19.147430 | fa163ed5-6186-4aa7-9588-000000000b5b | TIMING | create persistent directories | standalone | 0:01:58.337121 | 0.25s 2025-11-21 10:25:19.349990 | fa163ed5-6186-4aa7-9588-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-11-21 10:25:19.351060 | fa163ed5-6186-4aa7-9588-000000000b5b | TIMING | create persistent directories | standalone | 0:01:58.540758 | 0.45s 2025-11-21 10:25:19.357872 | fa163ed5-6186-4aa7-9588-000000000b5b | TIMING | create persistent directories | standalone | 0:01:58.547555 | 0.46s 2025-11-21 10:25:19.385934 | fa163ed5-6186-4aa7-9588-000000000b5c | TASK | create persistent directories 2025-11-21 10:25:19.627792 | fa163ed5-6186-4aa7-9588-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-11-21 10:25:19.629093 | fa163ed5-6186-4aa7-9588-000000000b5c | TIMING | create persistent directories | standalone | 0:01:58.818791 | 0.24s 2025-11-21 10:25:19.793671 | fa163ed5-6186-4aa7-9588-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-11-21 10:25:19.795212 | fa163ed5-6186-4aa7-9588-000000000b5c | TIMING | create persistent directories | standalone | 0:01:58.984905 | 0.41s 2025-11-21 10:25:19.807223 | fa163ed5-6186-4aa7-9588-000000000b5c | TIMING | create persistent directories | standalone | 0:01:58.996928 | 0.42s 2025-11-21 10:25:19.832199 | fa163ed5-6186-4aa7-9588-000000000b5d | TASK | create persistent directories 2025-11-21 10:25:20.083455 | fa163ed5-6186-4aa7-9588-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-11-21 10:25:20.084824 | fa163ed5-6186-4aa7-9588-000000000b5d | TIMING | create persistent directories | standalone | 0:01:59.274519 | 0.25s 2025-11-21 10:25:20.091310 | fa163ed5-6186-4aa7-9588-000000000b5d | TIMING | create persistent directories | standalone | 0:01:59.280990 | 0.26s 2025-11-21 10:25:20.118520 | fa163ed5-6186-4aa7-9588-000000000b5e | TASK | create persistent directories 2025-11-21 10:25:20.341650 | fa163ed5-6186-4aa7-9588-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-11-21 10:25:20.343401 | fa163ed5-6186-4aa7-9588-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.533092 | 0.22s 2025-11-21 10:25:20.562925 | fa163ed5-6186-4aa7-9588-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-11-21 10:25:20.564548 | fa163ed5-6186-4aa7-9588-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.754253 | 0.44s 2025-11-21 10:25:20.790976 | fa163ed5-6186-4aa7-9588-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-11-21 10:25:20.793201 | fa163ed5-6186-4aa7-9588-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.982894 | 0.67s 2025-11-21 10:25:20.975423 | fa163ed5-6186-4aa7-9588-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-11-21 10:25:20.976509 | fa163ed5-6186-4aa7-9588-000000000b5e | TIMING | create persistent directories | standalone | 0:02:00.166209 | 0.86s 2025-11-21 10:25:20.989702 | fa163ed5-6186-4aa7-9588-000000000b5e | TIMING | create persistent directories | standalone | 0:02:00.179394 | 0.87s 2025-11-21 10:25:21.016170 | fa163ed5-6186-4aa7-9588-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2025-11-21 10:25:21.487645 | fa163ed5-6186-4aa7-9588-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-11-21 10:25:21.488907 | fa163ed5-6186-4aa7-9588-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:00.678603 | 0.47s 2025-11-21 10:25:21.514629 | fa163ed5-6186-4aa7-9588-000000000b60 | TASK | create fcontext entry for iscsi 2025-11-21 10:25:22.850183 | fa163ed5-6186-4aa7-9588-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-11-21 10:25:22.853111 | fa163ed5-6186-4aa7-9588-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:02.042796 | 1.34s 2025-11-21 10:25:24.158887 | fa163ed5-6186-4aa7-9588-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-11-21 10:25:24.160882 | fa163ed5-6186-4aa7-9588-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:03.350574 | 2.65s 2025-11-21 10:25:25.432870 | fa163ed5-6186-4aa7-9588-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-11-21 10:25:25.435421 | fa163ed5-6186-4aa7-9588-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:04.625117 | 3.92s 2025-11-21 10:25:25.442387 | fa163ed5-6186-4aa7-9588-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:04.632088 | 3.93s 2025-11-21 10:25:25.468580 | fa163ed5-6186-4aa7-9588-000000000b61 | TASK | create persistent directories 2025-11-21 10:25:25.734521 | fa163ed5-6186-4aa7-9588-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-11-21 10:25:25.737778 | fa163ed5-6186-4aa7-9588-000000000b61 | TIMING | create persistent directories | standalone | 0:02:04.927470 | 0.27s 2025-11-21 10:25:25.948544 | fa163ed5-6186-4aa7-9588-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-11-21 10:25:25.951422 | fa163ed5-6186-4aa7-9588-000000000b61 | TIMING | create persistent directories | standalone | 0:02:05.141119 | 0.48s 2025-11-21 10:25:26.160388 | fa163ed5-6186-4aa7-9588-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-11-21 10:25:26.162486 | fa163ed5-6186-4aa7-9588-000000000b61 | TIMING | create persistent directories | standalone | 0:02:05.352183 | 0.69s 2025-11-21 10:25:26.174913 | fa163ed5-6186-4aa7-9588-000000000b61 | TIMING | create persistent directories | standalone | 0:02:05.364614 | 0.71s 2025-11-21 10:25:26.201682 | fa163ed5-6186-4aa7-9588-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2025-11-21 10:25:26.371901 | fa163ed5-6186-4aa7-9588-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-11-21 10:25:26.373175 | fa163ed5-6186-4aa7-9588-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:05.562872 | 0.17s 2025-11-21 10:25:26.398558 | fa163ed5-6186-4aa7-9588-000000000b63 | TASK | Stop and disable iscsid.socket service 2025-11-21 10:25:26.426733 | fa163ed5-6186-4aa7-9588-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-11-21 10:25:26.427755 | fa163ed5-6186-4aa7-9588-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:05.617452 | 0.03s 2025-11-21 10:25:26.452413 | fa163ed5-6186-4aa7-9588-000000000b64 | TASK | Check if iscsi.service is enabled 2025-11-21 10:25:26.716566 | fa163ed5-6186-4aa7-9588-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2025-11-21 10:25:26.718000 | fa163ed5-6186-4aa7-9588-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:05.907696 | 0.26s 2025-11-21 10:25:26.743908 | fa163ed5-6186-4aa7-9588-000000000b65 | TASK | Stop iscsi.service 2025-11-21 10:25:26.787363 | fa163ed5-6186-4aa7-9588-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2025-11-21 10:25:26.788395 | fa163ed5-6186-4aa7-9588-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:05.978090 | 0.04s 2025-11-21 10:25:26.843362 | fa163ed5-6186-4aa7-9588-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:06.033001 | 0.03s 2025-11-21 10:25:26.937890 | fa163ed5-6186-4aa7-9588-000000001069 | TASK | Install additional packages 2025-11-21 10:25:26.963382 | fa163ed5-6186-4aa7-9588-000000001069 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:06.153085 | 0.02s 2025-11-21 10:25:26.980437 | fa163ed5-6186-4aa7-9588-00000000106a | TASK | Remove dracut-config-generic 2025-11-21 10:25:30.742100 | fa163ed5-6186-4aa7-9588-00000000106a | CHANGED | Remove dracut-config-generic | standalone 2025-11-21 10:25:30.743545 | fa163ed5-6186-4aa7-9588-00000000106a | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:09.933241 | 3.76s 2025-11-21 10:25:30.770257 | fa163ed5-6186-4aa7-9588-00000000106b | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-11-21 10:25:31.000670 | fa163ed5-6186-4aa7-9588-00000000106b | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-11-21 10:25:31.001908 | fa163ed5-6186-4aa7-9588-00000000106b | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:10.191605 | 0.23s 2025-11-21 10:25:31.027440 | fa163ed5-6186-4aa7-9588-00000000106c | TASK | Write list of modules to load at boot 2025-11-21 10:25:31.537873 | fa163ed5-6186-4aa7-9588-00000000106c | CHANGED | Write list of modules to load at boot | standalone 2025-11-21 10:25:31.539219 | fa163ed5-6186-4aa7-9588-00000000106c | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:10.728916 | 0.51s 2025-11-21 10:25:31.565602 | fa163ed5-6186-4aa7-9588-00000000106d | TASK | Modules reload 2025-11-21 10:25:33.044555 | fa163ed5-6186-4aa7-9588-00000000106d | CHANGED | Modules reload | standalone 2025-11-21 10:25:33.046630 | fa163ed5-6186-4aa7-9588-00000000106d | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:12.236316 | 1.48s 2025-11-21 10:25:33.078543 | fa163ed5-6186-4aa7-9588-00000000106e | TASK | Set default sysctl options 2025-11-21 10:25:33.549802 | fa163ed5-6186-4aa7-9588-00000000106e | CHANGED | Set default sysctl options | standalone 2025-11-21 10:25:33.551254 | fa163ed5-6186-4aa7-9588-00000000106e | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:12.740949 | 0.47s 2025-11-21 10:25:33.577607 | fa163ed5-6186-4aa7-9588-00000000106f | TASK | Set extra sysctl options 2025-11-21 10:25:33.932957 | fa163ed5-6186-4aa7-9588-00000000106f | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-11-21 10:25:33.934466 | fa163ed5-6186-4aa7-9588-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.124156 | 0.35s 2025-11-21 10:25:34.171222 | fa163ed5-6186-4aa7-9588-00000000106f | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-11-21 10:25:34.172748 | fa163ed5-6186-4aa7-9588-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.362448 | 0.59s 2025-11-21 10:25:34.377220 | fa163ed5-6186-4aa7-9588-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-11-21 10:25:34.378801 | fa163ed5-6186-4aa7-9588-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.568501 | 0.80s 2025-11-21 10:25:34.612748 | fa163ed5-6186-4aa7-9588-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-11-21 10:25:34.613548 | fa163ed5-6186-4aa7-9588-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.803250 | 1.03s 2025-11-21 10:25:34.844758 | fa163ed5-6186-4aa7-9588-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-11-21 10:25:34.845541 | fa163ed5-6186-4aa7-9588-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.035243 | 1.27s 2025-11-21 10:25:35.087252 | fa163ed5-6186-4aa7-9588-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-11-21 10:25:35.088773 | fa163ed5-6186-4aa7-9588-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.278474 | 1.51s 2025-11-21 10:25:35.305020 | fa163ed5-6186-4aa7-9588-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-11-21 10:25:35.306513 | fa163ed5-6186-4aa7-9588-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.496214 | 1.73s 2025-11-21 10:25:35.540847 | fa163ed5-6186-4aa7-9588-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-11-21 10:25:35.542415 | fa163ed5-6186-4aa7-9588-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.732114 | 1.96s 2025-11-21 10:25:35.778268 | fa163ed5-6186-4aa7-9588-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-11-21 10:25:35.779060 | fa163ed5-6186-4aa7-9588-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.968760 | 2.20s 2025-11-21 10:25:36.016015 | fa163ed5-6186-4aa7-9588-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-11-21 10:25:36.016885 | fa163ed5-6186-4aa7-9588-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.206586 | 2.44s 2025-11-21 10:25:36.279526 | fa163ed5-6186-4aa7-9588-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-11-21 10:25:36.280397 | fa163ed5-6186-4aa7-9588-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.470095 | 2.70s 2025-11-21 10:25:36.518464 | fa163ed5-6186-4aa7-9588-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-11-21 10:25:36.519375 | fa163ed5-6186-4aa7-9588-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.709075 | 2.94s 2025-11-21 10:25:36.723441 | fa163ed5-6186-4aa7-9588-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-11-21 10:25:36.724545 | fa163ed5-6186-4aa7-9588-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.914243 | 3.15s 2025-11-21 10:25:36.956451 | fa163ed5-6186-4aa7-9588-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-11-21 10:25:36.957234 | fa163ed5-6186-4aa7-9588-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.146936 | 3.38s 2025-11-21 10:25:37.190926 | fa163ed5-6186-4aa7-9588-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-11-21 10:25:37.193261 | fa163ed5-6186-4aa7-9588-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.382958 | 3.61s 2025-11-21 10:25:37.401158 | fa163ed5-6186-4aa7-9588-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-11-21 10:25:37.401985 | fa163ed5-6186-4aa7-9588-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.591686 | 3.82s 2025-11-21 10:25:37.618918 | fa163ed5-6186-4aa7-9588-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-11-21 10:25:37.620509 | fa163ed5-6186-4aa7-9588-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.810207 | 4.04s 2025-11-21 10:25:37.632893 | fa163ed5-6186-4aa7-9588-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.822584 | 4.05s 2025-11-21 10:25:37.662446 | fa163ed5-6186-4aa7-9588-000000001071 | TASK | Sysctl reload 2025-11-21 10:25:38.072093 | fa163ed5-6186-4aa7-9588-000000001071 | CHANGED | Sysctl reload | standalone 2025-11-21 10:25:38.073977 | fa163ed5-6186-4aa7-9588-000000001071 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:17.263674 | 0.41s 2025-11-21 10:25:38.123701 | fa163ed5-6186-4aa7-9588-000000000b67 | TASK | create persistent directories 2025-11-21 10:25:38.369381 | fa163ed5-6186-4aa7-9588-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-11-21 10:25:38.371056 | fa163ed5-6186-4aa7-9588-000000000b67 | TIMING | create persistent directories | standalone | 0:02:17.560747 | 0.25s 2025-11-21 10:25:38.534138 | fa163ed5-6186-4aa7-9588-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-11-21 10:25:38.535669 | fa163ed5-6186-4aa7-9588-000000000b67 | TIMING | create persistent directories | standalone | 0:02:17.725370 | 0.41s 2025-11-21 10:25:38.546723 | fa163ed5-6186-4aa7-9588-000000000b67 | TIMING | create persistent directories | standalone | 0:02:17.736417 | 0.42s 2025-11-21 10:25:38.572839 | fa163ed5-6186-4aa7-9588-000000000b68 | TASK | Check if file certs_valid exist 2025-11-21 10:25:38.785046 | fa163ed5-6186-4aa7-9588-000000000b68 | OK | Check if file certs_valid exist | standalone 2025-11-21 10:25:38.786235 | fa163ed5-6186-4aa7-9588-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:17.975931 | 0.21s 2025-11-21 10:25:38.811458 | fa163ed5-6186-4aa7-9588-000000000b69 | TASK | Check if file cert9.db exist 2025-11-21 10:25:39.053922 | fa163ed5-6186-4aa7-9588-000000000b69 | OK | Check if file cert9.db exist | standalone 2025-11-21 10:25:39.055095 | fa163ed5-6186-4aa7-9588-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:18.244791 | 0.24s 2025-11-21 10:25:39.080285 | fa163ed5-6186-4aa7-9588-000000000b6a | TASK | Check if file key4.db exist 2025-11-21 10:25:39.314529 | fa163ed5-6186-4aa7-9588-000000000b6a | OK | Check if file key4.db exist | standalone 2025-11-21 10:25:39.315887 | fa163ed5-6186-4aa7-9588-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:18.505582 | 0.23s 2025-11-21 10:25:39.368590 | fa163ed5-6186-4aa7-9588-000000000b6b | SKIPPED | fail | standalone 2025-11-21 10:25:39.369694 | fa163ed5-6186-4aa7-9588-000000000b6b | TIMING | fail | standalone | 0:02:18.559389 | 0.03s 2025-11-21 10:25:39.394466 | fa163ed5-6186-4aa7-9588-000000000b6c | TASK | Create persistent directories 2025-11-21 10:25:39.653020 | fa163ed5-6186-4aa7-9588-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-11-21 10:25:39.655377 | fa163ed5-6186-4aa7-9588-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:18.845070 | 0.26s 2025-11-21 10:25:39.875149 | fa163ed5-6186-4aa7-9588-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-11-21 10:25:39.876020 | fa163ed5-6186-4aa7-9588-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:19.065722 | 0.48s 2025-11-21 10:25:39.888172 | fa163ed5-6186-4aa7-9588-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:19.077868 | 0.49s 2025-11-21 10:25:39.914131 | fa163ed5-6186-4aa7-9588-000000000b6d | TASK | create persistent directories 2025-11-21 10:25:40.156416 | fa163ed5-6186-4aa7-9588-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-11-21 10:25:40.158524 | fa163ed5-6186-4aa7-9588-000000000b6d | TIMING | create persistent directories | standalone | 0:02:19.348217 | 0.24s 2025-11-21 10:25:40.168443 | fa163ed5-6186-4aa7-9588-000000000b6d | TIMING | create persistent directories | standalone | 0:02:19.358139 | 0.25s 2025-11-21 10:25:40.194020 | fa163ed5-6186-4aa7-9588-000000000b6e | TASK | create persistent directories 2025-11-21 10:25:40.460277 | fa163ed5-6186-4aa7-9588-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-11-21 10:25:40.461834 | fa163ed5-6186-4aa7-9588-000000000b6e | TIMING | create persistent directories | standalone | 0:02:19.651528 | 0.27s 2025-11-21 10:25:40.649910 | fa163ed5-6186-4aa7-9588-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-11-21 10:25:40.651531 | fa163ed5-6186-4aa7-9588-000000000b6e | TIMING | create persistent directories | standalone | 0:02:19.841228 | 0.46s 2025-11-21 10:25:40.661290 | fa163ed5-6186-4aa7-9588-000000000b6e | TIMING | create persistent directories | standalone | 0:02:19.850989 | 0.47s 2025-11-21 10:25:40.681590 | fa163ed5-6186-4aa7-9588-000000000b6f | TASK | create persistent directories 2025-11-21 10:25:40.919180 | fa163ed5-6186-4aa7-9588-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-11-21 10:25:40.921141 | fa163ed5-6186-4aa7-9588-000000000b6f | TIMING | create persistent directories | standalone | 0:02:20.110834 | 0.24s 2025-11-21 10:25:40.931344 | fa163ed5-6186-4aa7-9588-000000000b6f | TIMING | create persistent directories | standalone | 0:02:20.121036 | 0.25s 2025-11-21 10:25:40.958272 | fa163ed5-6186-4aa7-9588-000000000b70 | TASK | create persistent directories 2025-11-21 10:25:41.184463 | fa163ed5-6186-4aa7-9588-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-11-21 10:25:41.185929 | fa163ed5-6186-4aa7-9588-000000000b70 | TIMING | create persistent directories | standalone | 0:02:20.375623 | 0.23s 2025-11-21 10:25:41.417550 | fa163ed5-6186-4aa7-9588-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-11-21 10:25:41.418465 | fa163ed5-6186-4aa7-9588-000000000b70 | TIMING | create persistent directories | standalone | 0:02:20.608167 | 0.46s 2025-11-21 10:25:41.649701 | fa163ed5-6186-4aa7-9588-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-11-21 10:25:41.652659 | fa163ed5-6186-4aa7-9588-000000000b70 | TIMING | create persistent directories | standalone | 0:02:20.842355 | 0.69s 2025-11-21 10:25:41.661343 | fa163ed5-6186-4aa7-9588-000000000b70 | TIMING | create persistent directories | standalone | 0:02:20.851050 | 0.70s 2025-11-21 10:25:41.682037 | fa163ed5-6186-4aa7-9588-000000000b71 | TASK | create persistent directories 2025-11-21 10:25:41.927503 | fa163ed5-6186-4aa7-9588-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-11-21 10:25:41.929156 | fa163ed5-6186-4aa7-9588-000000000b71 | TIMING | create persistent directories | standalone | 0:02:21.118849 | 0.25s 2025-11-21 10:25:42.132193 | fa163ed5-6186-4aa7-9588-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-11-21 10:25:42.133899 | fa163ed5-6186-4aa7-9588-000000000b71 | TIMING | create persistent directories | standalone | 0:02:21.323599 | 0.45s 2025-11-21 10:25:42.144452 | fa163ed5-6186-4aa7-9588-000000000b71 | TIMING | create persistent directories | standalone | 0:02:21.334153 | 0.46s 2025-11-21 10:25:42.171028 | fa163ed5-6186-4aa7-9588-000000000b72 | TASK | create persistent directories 2025-11-21 10:25:42.639985 | fa163ed5-6186-4aa7-9588-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-11-21 10:25:42.641369 | fa163ed5-6186-4aa7-9588-000000000b72 | TIMING | create persistent directories | standalone | 0:02:21.831064 | 0.47s 2025-11-21 10:25:42.646629 | fa163ed5-6186-4aa7-9588-000000000b72 | TIMING | create persistent directories | standalone | 0:02:21.836339 | 0.47s 2025-11-21 10:25:42.664155 | fa163ed5-6186-4aa7-9588-000000000b73 | TASK | creating directory 2025-11-21 10:25:42.891381 | fa163ed5-6186-4aa7-9588-000000000b73 | CHANGED | creating directory | standalone 2025-11-21 10:25:42.892756 | fa163ed5-6186-4aa7-9588-000000000b73 | TIMING | creating directory | standalone | 0:02:22.082452 | 0.23s 2025-11-21 10:25:42.917966 | fa163ed5-6186-4aa7-9588-000000000b74 | TASK | derive pci passthrough whitelist 2025-11-21 10:25:43.391952 | fa163ed5-6186-4aa7-9588-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2025-11-21 10:25:43.392732 | fa163ed5-6186-4aa7-9588-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:22.582437 | 0.47s 2025-11-21 10:25:43.412236 | fa163ed5-6186-4aa7-9588-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2025-11-21 10:25:44.231525 | fa163ed5-6186-4aa7-9588-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-11-21 10:25:44.232935 | fa163ed5-6186-4aa7-9588-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:23.422630 | 0.82s 2025-11-21 10:25:44.258023 | fa163ed5-6186-4aa7-9588-000000000b76 | TASK | create /run/netns with temp namespace 2025-11-21 10:25:44.479057 | fa163ed5-6186-4aa7-9588-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2025-11-21 10:25:44.480230 | fa163ed5-6186-4aa7-9588-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:23.669926 | 0.22s 2025-11-21 10:25:44.505520 | fa163ed5-6186-4aa7-9588-000000000b77 | TASK | remove temp namespace 2025-11-21 10:25:44.748942 | fa163ed5-6186-4aa7-9588-000000000b77 | CHANGED | remove temp namespace | standalone 2025-11-21 10:25:44.750109 | fa163ed5-6186-4aa7-9588-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:23.939805 | 0.24s 2025-11-21 10:25:44.775180 | fa163ed5-6186-4aa7-9588-000000000b78 | TASK | create /var/lib/neutron 2025-11-21 10:25:45.004436 | fa163ed5-6186-4aa7-9588-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2025-11-21 10:25:45.005779 | fa163ed5-6186-4aa7-9588-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:24.195474 | 0.23s 2025-11-21 10:25:45.032176 | fa163ed5-6186-4aa7-9588-000000000b79 | TASK | set conditions 2025-11-21 10:25:45.063546 | fa163ed5-6186-4aa7-9588-000000000b79 | OK | set conditions | standalone 2025-11-21 10:25:45.064612 | fa163ed5-6186-4aa7-9588-000000000b79 | TIMING | set conditions | standalone | 0:02:24.254309 | 0.03s 2025-11-21 10:25:45.090227 | fa163ed5-6186-4aa7-9588-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2025-11-21 10:25:45.342725 | fa163ed5-6186-4aa7-9588-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-11-21 10:25:45.344128 | fa163ed5-6186-4aa7-9588-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:24.533826 | 0.25s 2025-11-21 10:25:45.369157 | fa163ed5-6186-4aa7-9588-000000000b7b | TASK | create dnsmasq dhcp kill script 2025-11-21 10:25:45.812866 | fa163ed5-6186-4aa7-9588-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2025-11-21 10:25:45.814254 | fa163ed5-6186-4aa7-9588-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:25.003949 | 0.44s 2025-11-21 10:25:45.839471 | fa163ed5-6186-4aa7-9588-000000000b7c | TASK | create haproxy kill script 2025-11-21 10:25:46.321033 | fa163ed5-6186-4aa7-9588-000000000b7c | CHANGED | create haproxy kill script | standalone 2025-11-21 10:25:46.322211 | fa163ed5-6186-4aa7-9588-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:25.511907 | 0.48s 2025-11-21 10:25:46.347699 | fa163ed5-6186-4aa7-9588-000000000b7d | TASK | create persistent directories 2025-11-21 10:25:46.596434 | fa163ed5-6186-4aa7-9588-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-11-21 10:25:46.598793 | fa163ed5-6186-4aa7-9588-000000000b7d | TIMING | create persistent directories | standalone | 0:02:25.788483 | 0.25s 2025-11-21 10:25:46.824501 | fa163ed5-6186-4aa7-9588-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-11-21 10:25:46.825546 | fa163ed5-6186-4aa7-9588-000000000b7d | TIMING | create persistent directories | standalone | 0:02:26.015245 | 0.48s 2025-11-21 10:25:46.837928 | fa163ed5-6186-4aa7-9588-000000000b7d | TIMING | create persistent directories | standalone | 0:02:26.027625 | 0.49s 2025-11-21 10:25:46.865529 | fa163ed5-6186-4aa7-9588-000000000b7e | TASK | create persistent directories 2025-11-21 10:25:47.106732 | fa163ed5-6186-4aa7-9588-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-11-21 10:25:47.108859 | fa163ed5-6186-4aa7-9588-000000000b7e | TIMING | create persistent directories | standalone | 0:02:26.298551 | 0.24s 2025-11-21 10:25:47.118946 | fa163ed5-6186-4aa7-9588-000000000b7e | TIMING | create persistent directories | standalone | 0:02:26.308636 | 0.25s 2025-11-21 10:25:47.144943 | fa163ed5-6186-4aa7-9588-000000000b7f | TASK | create persistent directories 2025-11-21 10:25:47.390515 | fa163ed5-6186-4aa7-9588-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-11-21 10:25:47.392105 | fa163ed5-6186-4aa7-9588-000000000b7f | TIMING | create persistent directories | standalone | 0:02:26.581797 | 0.25s 2025-11-21 10:25:47.593847 | fa163ed5-6186-4aa7-9588-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-11-21 10:25:47.594897 | fa163ed5-6186-4aa7-9588-000000000b7f | TIMING | create persistent directories | standalone | 0:02:26.784596 | 0.45s 2025-11-21 10:25:47.601375 | fa163ed5-6186-4aa7-9588-000000000b7f | TIMING | create persistent directories | standalone | 0:02:26.791068 | 0.46s 2025-11-21 10:25:47.627162 | fa163ed5-6186-4aa7-9588-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2025-11-21 10:25:47.806388 | fa163ed5-6186-4aa7-9588-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-11-21 10:25:47.807749 | fa163ed5-6186-4aa7-9588-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:26.997443 | 0.18s 2025-11-21 10:25:47.833011 | fa163ed5-6186-4aa7-9588-000000000b81 | TASK | create persistent directories 2025-11-21 10:25:48.085126 | fa163ed5-6186-4aa7-9588-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-11-21 10:25:48.086733 | fa163ed5-6186-4aa7-9588-000000000b81 | TIMING | create persistent directories | standalone | 0:02:27.276436 | 0.25s 2025-11-21 10:25:48.296917 | fa163ed5-6186-4aa7-9588-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-11-21 10:25:48.298791 | fa163ed5-6186-4aa7-9588-000000000b81 | TIMING | create persistent directories | standalone | 0:02:27.488487 | 0.46s 2025-11-21 10:25:48.489907 | fa163ed5-6186-4aa7-9588-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-11-21 10:25:48.491467 | fa163ed5-6186-4aa7-9588-000000000b81 | TIMING | create persistent directories | standalone | 0:02:27.681168 | 0.66s 2025-11-21 10:25:48.675036 | fa163ed5-6186-4aa7-9588-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-11-21 10:25:48.675815 | fa163ed5-6186-4aa7-9588-000000000b81 | TIMING | create persistent directories | standalone | 0:02:27.865519 | 0.84s 2025-11-21 10:25:48.833951 | fa163ed5-6186-4aa7-9588-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-11-21 10:25:48.835548 | fa163ed5-6186-4aa7-9588-000000000b81 | TIMING | create persistent directories | standalone | 0:02:28.025249 | 1.00s 2025-11-21 10:25:48.847162 | fa163ed5-6186-4aa7-9588-000000000b81 | TIMING | create persistent directories | standalone | 0:02:28.036849 | 1.01s 2025-11-21 10:25:48.874431 | fa163ed5-6186-4aa7-9588-000000000b82 | TASK | ensure /run/nova is present upon reboot 2025-11-21 10:25:49.336651 | fa163ed5-6186-4aa7-9588-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-11-21 10:25:49.338048 | fa163ed5-6186-4aa7-9588-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:28.527744 | 0.46s 2025-11-21 10:25:49.363227 | fa163ed5-6186-4aa7-9588-000000000b83 | TASK | create tempfiles 2025-11-21 10:25:49.656922 | fa163ed5-6186-4aa7-9588-000000000b83 | CHANGED | create tempfiles | standalone 2025-11-21 10:25:49.658438 | fa163ed5-6186-4aa7-9588-000000000b83 | TIMING | create tempfiles | standalone | 0:02:28.848131 | 0.29s 2025-11-21 10:25:49.683978 | fa163ed5-6186-4aa7-9588-000000000b84 | TASK | Mount Nova NFS Share 2025-11-21 10:25:49.713726 | fa163ed5-6186-4aa7-9588-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2025-11-21 10:25:49.714766 | fa163ed5-6186-4aa7-9588-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:28.904462 | 0.03s 2025-11-21 10:25:49.740346 | fa163ed5-6186-4aa7-9588-000000000b86 | TASK | check systemd-container package installed or not 2025-11-21 10:25:49.768537 | fa163ed5-6186-4aa7-9588-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2025-11-21 10:25:49.769578 | fa163ed5-6186-4aa7-9588-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:28.959273 | 0.03s 2025-11-21 10:25:49.794456 | fa163ed5-6186-4aa7-9588-000000000b87 | TASK | get latest package from downloaded package versions 2025-11-21 10:25:49.823246 | fa163ed5-6186-4aa7-9588-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2025-11-21 10:25:49.824697 | fa163ed5-6186-4aa7-9588-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:29.014389 | 0.03s 2025-11-21 10:25:49.850637 | fa163ed5-6186-4aa7-9588-000000000b88 | TASK | Install systemd-container package on boot 2025-11-21 10:25:49.879059 | fa163ed5-6186-4aa7-9588-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2025-11-21 10:25:49.880141 | fa163ed5-6186-4aa7-9588-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:29.069837 | 0.03s 2025-11-21 10:25:49.906545 | fa163ed5-6186-4aa7-9588-000000000b89 | TASK | enable install-systemd-container on compute boot 2025-11-21 10:25:49.936475 | fa163ed5-6186-4aa7-9588-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-11-21 10:25:49.937553 | fa163ed5-6186-4aa7-9588-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:29.127249 | 0.03s 2025-11-21 10:25:49.963039 | fa163ed5-6186-4aa7-9588-000000000b8a | TASK | check if install-systemd-container service exists 2025-11-21 10:25:49.991455 | fa163ed5-6186-4aa7-9588-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2025-11-21 10:25:49.992534 | fa163ed5-6186-4aa7-9588-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:29.182231 | 0.03s 2025-11-21 10:25:50.018579 | fa163ed5-6186-4aa7-9588-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2025-11-21 10:25:50.047139 | fa163ed5-6186-4aa7-9588-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-11-21 10:25:50.048189 | fa163ed5-6186-4aa7-9588-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:29.237885 | 0.03s 2025-11-21 10:25:50.073483 | fa163ed5-6186-4aa7-9588-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2025-11-21 10:25:50.104513 | fa163ed5-6186-4aa7-9588-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-11-21 10:25:50.105930 | fa163ed5-6186-4aa7-9588-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:29.295624 | 0.03s 2025-11-21 10:25:50.132412 | fa163ed5-6186-4aa7-9588-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-11-21 10:25:50.162202 | fa163ed5-6186-4aa7-9588-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-11-21 10:25:50.163288 | fa163ed5-6186-4aa7-9588-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:29.352983 | 0.03s 2025-11-21 10:25:50.187971 | fa163ed5-6186-4aa7-9588-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2025-11-21 10:25:50.216487 | fa163ed5-6186-4aa7-9588-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-11-21 10:25:50.217550 | fa163ed5-6186-4aa7-9588-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:29.407246 | 0.03s 2025-11-21 10:25:50.244894 | fa163ed5-6186-4aa7-9588-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-11-21 10:25:50.275028 | fa163ed5-6186-4aa7-9588-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-11-21 10:25:50.276173 | fa163ed5-6186-4aa7-9588-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:29.465867 | 0.03s 2025-11-21 10:25:50.301244 | fa163ed5-6186-4aa7-9588-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-11-21 10:25:50.331758 | fa163ed5-6186-4aa7-9588-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-11-21 10:25:50.333039 | fa163ed5-6186-4aa7-9588-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:29.522734 | 0.03s 2025-11-21 10:25:50.357820 | fa163ed5-6186-4aa7-9588-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-11-21 10:25:50.384729 | fa163ed5-6186-4aa7-9588-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-11-21 10:25:50.385961 | fa163ed5-6186-4aa7-9588-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:29.575653 | 0.03s 2025-11-21 10:25:50.411129 | fa163ed5-6186-4aa7-9588-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2025-11-21 10:25:50.438510 | fa163ed5-6186-4aa7-9588-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-11-21 10:25:50.439732 | fa163ed5-6186-4aa7-9588-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:29.629426 | 0.03s 2025-11-21 10:25:50.464764 | fa163ed5-6186-4aa7-9588-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-11-21 10:25:50.491982 | fa163ed5-6186-4aa7-9588-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-11-21 10:25:50.493251 | fa163ed5-6186-4aa7-9588-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:29.682945 | 0.03s 2025-11-21 10:25:50.520596 | fa163ed5-6186-4aa7-9588-000000000b98 | TASK | Do we prepend nova startup with a delay 2025-11-21 10:25:50.550292 | fa163ed5-6186-4aa7-9588-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2025-11-21 10:25:50.551100 | fa163ed5-6186-4aa7-9588-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:29.740802 | 0.03s 2025-11-21 10:25:50.570737 | fa163ed5-6186-4aa7-9588-000000000b99 | TASK | install nova-compute delay wrapper script 2025-11-21 10:25:50.608239 | fa163ed5-6186-4aa7-9588-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-11-21 10:25:50.609113 | fa163ed5-6186-4aa7-9588-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:29.798815 | 0.04s 2025-11-21 10:25:50.628518 | fa163ed5-6186-4aa7-9588-000000000b9a | TASK | Is irqbalance enabled 2025-11-21 10:25:50.657845 | fa163ed5-6186-4aa7-9588-000000000b9a | OK | Is irqbalance enabled | standalone 2025-11-21 10:25:50.659557 | fa163ed5-6186-4aa7-9588-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:29.849251 | 0.03s 2025-11-21 10:25:50.685998 | fa163ed5-6186-4aa7-9588-000000000b9b | TASK | disable irqbalance service on compute 2025-11-21 10:25:50.714832 | fa163ed5-6186-4aa7-9588-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2025-11-21 10:25:50.715965 | fa163ed5-6186-4aa7-9588-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:29.905660 | 0.03s 2025-11-21 10:25:50.741031 | fa163ed5-6186-4aa7-9588-000000000b9c | TASK | create persistent directories 2025-11-21 10:25:50.985676 | fa163ed5-6186-4aa7-9588-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-11-21 10:25:50.987794 | fa163ed5-6186-4aa7-9588-000000000b9c | TIMING | create persistent directories | standalone | 0:02:30.177480 | 0.25s 2025-11-21 10:25:50.997503 | fa163ed5-6186-4aa7-9588-000000000b9c | TIMING | create persistent directories | standalone | 0:02:30.187198 | 0.26s 2025-11-21 10:25:51.022668 | fa163ed5-6186-4aa7-9588-000000000b9d | TASK | create libvirt persistent data directories 2025-11-21 10:25:51.290315 | fa163ed5-6186-4aa7-9588-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-11-21 10:25:51.291872 | fa163ed5-6186-4aa7-9588-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:30.481566 | 0.27s 2025-11-21 10:25:51.483205 | fa163ed5-6186-4aa7-9588-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-11-21 10:25:51.484990 | fa163ed5-6186-4aa7-9588-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:30.674687 | 0.46s 2025-11-21 10:25:51.738778 | fa163ed5-6186-4aa7-9588-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-11-21 10:25:51.740548 | fa163ed5-6186-4aa7-9588-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:30.930245 | 0.72s 2025-11-21 10:25:51.985532 | fa163ed5-6186-4aa7-9588-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-11-21 10:25:51.987250 | fa163ed5-6186-4aa7-9588-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:31.176948 | 0.96s 2025-11-21 10:25:52.238854 | fa163ed5-6186-4aa7-9588-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-11-21 10:25:52.240569 | fa163ed5-6186-4aa7-9588-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:31.430267 | 1.22s 2025-11-21 10:25:52.488807 | fa163ed5-6186-4aa7-9588-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-11-21 10:25:52.489906 | fa163ed5-6186-4aa7-9588-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:31.679604 | 1.47s 2025-11-21 10:25:52.709056 | fa163ed5-6186-4aa7-9588-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-11-21 10:25:52.710189 | fa163ed5-6186-4aa7-9588-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:31.899887 | 1.69s 2025-11-21 10:25:52.897812 | fa163ed5-6186-4aa7-9588-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-11-21 10:25:52.898637 | fa163ed5-6186-4aa7-9588-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:32.088338 | 1.87s 2025-11-21 10:25:52.905611 | fa163ed5-6186-4aa7-9588-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:32.095303 | 1.88s 2025-11-21 10:25:52.933153 | fa163ed5-6186-4aa7-9588-000000000b9e | TASK | ensure qemu group is present on the host 2025-11-21 10:25:53.335116 | fa163ed5-6186-4aa7-9588-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2025-11-21 10:25:53.336543 | fa163ed5-6186-4aa7-9588-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:32.526239 | 0.40s 2025-11-21 10:25:53.362084 | fa163ed5-6186-4aa7-9588-000000000b9f | TASK | ensure qemu user is present on the host 2025-11-21 10:25:53.882018 | fa163ed5-6186-4aa7-9588-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2025-11-21 10:25:53.883646 | fa163ed5-6186-4aa7-9588-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:33.073342 | 0.52s 2025-11-21 10:25:53.909190 | fa163ed5-6186-4aa7-9588-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2025-11-21 10:25:54.143249 | fa163ed5-6186-4aa7-9588-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-11-21 10:25:54.144839 | fa163ed5-6186-4aa7-9588-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:33.334533 | 0.23s 2025-11-21 10:25:54.170679 | fa163ed5-6186-4aa7-9588-000000000ba1 | TASK | check if libvirt is installed 2025-11-21 10:25:54.391456 | fa163ed5-6186-4aa7-9588-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2025-11-21 10:25:54.392878 | fa163ed5-6186-4aa7-9588-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:33.582573 | 0.22s 2025-11-21 10:25:54.418393 | fa163ed5-6186-4aa7-9588-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2025-11-21 10:25:54.457313 | fa163ed5-6186-4aa7-9588-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-11-21 10:25:54.462027 | fa163ed5-6186-4aa7-9588-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-11-21 10:25:54.469266 | fa163ed5-6186-4aa7-9588-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:33.658961 | 0.05s 2025-11-21 10:25:54.495254 | fa163ed5-6186-4aa7-9588-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2025-11-21 10:25:54.918861 | fa163ed5-6186-4aa7-9588-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-11-21 10:25:54.920173 | fa163ed5-6186-4aa7-9588-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:34.109871 | 0.42s 2025-11-21 10:25:54.945089 | fa163ed5-6186-4aa7-9588-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-11-21 10:25:55.908277 | fa163ed5-6186-4aa7-9588-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-11-21 10:25:55.910066 | fa163ed5-6186-4aa7-9588-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:35.099767 | 0.96s 2025-11-21 10:25:55.929039 | fa163ed5-6186-4aa7-9588-000000000ba5 | TASK | remove gnutls-qemu.config 2025-11-21 10:25:56.163954 | fa163ed5-6186-4aa7-9588-000000000ba5 | OK | remove gnutls-qemu.config | standalone 2025-11-21 10:25:56.165568 | fa163ed5-6186-4aa7-9588-000000000ba5 | TIMING | remove gnutls-qemu.config | standalone | 0:02:35.355261 | 0.24s 2025-11-21 10:25:56.191661 | fa163ed5-6186-4aa7-9588-000000000ba6 | TASK | update crypto policies 2025-11-21 10:25:56.220709 | fa163ed5-6186-4aa7-9588-000000000ba6 | SKIPPED | update crypto policies | standalone 2025-11-21 10:25:56.221799 | fa163ed5-6186-4aa7-9588-000000000ba6 | TIMING | update crypto policies | standalone | 0:02:35.411494 | 0.03s 2025-11-21 10:25:56.248289 | fa163ed5-6186-4aa7-9588-000000000ba7 | TASK | Create libvirt persistent data directories 2025-11-21 10:25:56.515272 | fa163ed5-6186-4aa7-9588-000000000ba7 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-11-21 10:25:56.517469 | fa163ed5-6186-4aa7-9588-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:35.707161 | 0.27s 2025-11-21 10:25:56.527635 | fa163ed5-6186-4aa7-9588-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:35.717328 | 0.28s 2025-11-21 10:25:56.554499 | fa163ed5-6186-4aa7-9588-000000000ba8 | TASK | create persistent directories 2025-11-21 10:25:56.826692 | fa163ed5-6186-4aa7-9588-000000000ba8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-11-21 10:25:56.828451 | fa163ed5-6186-4aa7-9588-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:36.018142 | 0.27s 2025-11-21 10:25:57.060912 | fa163ed5-6186-4aa7-9588-000000000ba8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-11-21 10:25:57.062626 | fa163ed5-6186-4aa7-9588-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:36.252324 | 0.51s 2025-11-21 10:25:57.073492 | fa163ed5-6186-4aa7-9588-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:36.263158 | 0.52s 2025-11-21 10:25:57.100044 | fa163ed5-6186-4aa7-9588-000000000ba9 | TASK | Copy in cleanup script 2025-11-21 10:25:57.582864 | fa163ed5-6186-4aa7-9588-000000000ba9 | CHANGED | Copy in cleanup script | standalone 2025-11-21 10:25:57.584815 | fa163ed5-6186-4aa7-9588-000000000ba9 | TIMING | Copy in cleanup script | standalone | 0:02:36.774503 | 0.48s 2025-11-21 10:25:57.611765 | fa163ed5-6186-4aa7-9588-000000000baa | TASK | Copy in cleanup service 2025-11-21 10:25:58.089032 | fa163ed5-6186-4aa7-9588-000000000baa | CHANGED | Copy in cleanup service | standalone 2025-11-21 10:25:58.090875 | fa163ed5-6186-4aa7-9588-000000000baa | TIMING | Copy in cleanup service | standalone | 0:02:37.280567 | 0.48s 2025-11-21 10:25:58.117027 | fa163ed5-6186-4aa7-9588-000000000bab | TASK | Enabling the cleanup service 2025-11-21 10:25:58.802143 | fa163ed5-6186-4aa7-9588-000000000bab | CHANGED | Enabling the cleanup service | standalone 2025-11-21 10:25:58.804579 | fa163ed5-6186-4aa7-9588-000000000bab | TIMING | Enabling the cleanup service | standalone | 0:02:37.994265 | 0.69s 2025-11-21 10:25:58.831720 | fa163ed5-6186-4aa7-9588-000000000bac | TASK | create persistent directories 2025-11-21 10:25:59.122497 | fa163ed5-6186-4aa7-9588-000000000bac | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-11-21 10:25:59.124181 | fa163ed5-6186-4aa7-9588-000000000bac | TIMING | create persistent directories | standalone | 0:02:38.313872 | 0.29s 2025-11-21 10:25:59.337616 | fa163ed5-6186-4aa7-9588-000000000bac | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-11-21 10:25:59.339222 | fa163ed5-6186-4aa7-9588-000000000bac | TIMING | create persistent directories | standalone | 0:02:38.528921 | 0.51s 2025-11-21 10:25:59.350006 | fa163ed5-6186-4aa7-9588-000000000bac | TIMING | create persistent directories | standalone | 0:02:38.539698 | 0.52s 2025-11-21 10:25:59.378390 | fa163ed5-6186-4aa7-9588-000000000bad | TASK | set conditions 2025-11-21 10:25:59.411202 | fa163ed5-6186-4aa7-9588-000000000bad | OK | set conditions | standalone 2025-11-21 10:25:59.412456 | fa163ed5-6186-4aa7-9588-000000000bad | TIMING | set conditions | standalone | 0:02:38.602148 | 0.03s 2025-11-21 10:25:59.437860 | fa163ed5-6186-4aa7-9588-000000000bae | TASK | create persistent directories 2025-11-21 10:25:59.697958 | fa163ed5-6186-4aa7-9588-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-11-21 10:25:59.699554 | fa163ed5-6186-4aa7-9588-000000000bae | TIMING | create persistent directories | standalone | 0:02:38.889248 | 0.26s 2025-11-21 10:25:59.923515 | fa163ed5-6186-4aa7-9588-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-11-21 10:25:59.925167 | fa163ed5-6186-4aa7-9588-000000000bae | TIMING | create persistent directories | standalone | 0:02:39.114861 | 0.49s 2025-11-21 10:26:00.101490 | fa163ed5-6186-4aa7-9588-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-11-21 10:26:00.102552 | fa163ed5-6186-4aa7-9588-000000000bae | TIMING | create persistent directories | standalone | 0:02:39.292251 | 0.66s 2025-11-21 10:26:00.115515 | fa163ed5-6186-4aa7-9588-000000000bae | TIMING | create persistent directories | standalone | 0:02:39.305207 | 0.68s 2025-11-21 10:26:00.141865 | fa163ed5-6186-4aa7-9588-000000000baf | TASK | ensure /run/octavia is present upon reboot 2025-11-21 10:26:00.605889 | fa163ed5-6186-4aa7-9588-000000000baf | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-11-21 10:26:00.607499 | fa163ed5-6186-4aa7-9588-000000000baf | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:39.797189 | 0.46s 2025-11-21 10:26:00.633276 | fa163ed5-6186-4aa7-9588-000000000bb0 | TASK | create persistent directories 2025-11-21 10:26:00.885703 | fa163ed5-6186-4aa7-9588-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-11-21 10:26:00.888113 | fa163ed5-6186-4aa7-9588-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:40.077804 | 0.25s 2025-11-21 10:26:01.067103 | fa163ed5-6186-4aa7-9588-000000000bb0 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-11-21 10:26:01.068781 | fa163ed5-6186-4aa7-9588-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:40.258481 | 0.43s 2025-11-21 10:26:01.079525 | fa163ed5-6186-4aa7-9588-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:40.269213 | 0.44s 2025-11-21 10:26:01.106679 | fa163ed5-6186-4aa7-9588-000000000bb1 | TASK | create empty log files 2025-11-21 10:26:01.354543 | fa163ed5-6186-4aa7-9588-000000000bb1 | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2025-11-21 10:26:01.356247 | fa163ed5-6186-4aa7-9588-000000000bb1 | TIMING | create empty log files | standalone | 0:02:40.545938 | 0.25s 2025-11-21 10:26:01.600682 | fa163ed5-6186-4aa7-9588-000000000bb1 | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-11-21 10:26:01.602461 | fa163ed5-6186-4aa7-9588-000000000bb1 | TIMING | create empty log files | standalone | 0:02:40.792158 | 0.49s 2025-11-21 10:26:01.613086 | fa163ed5-6186-4aa7-9588-000000000bb1 | TIMING | create empty log files | standalone | 0:02:40.802778 | 0.50s 2025-11-21 10:26:01.639819 | fa163ed5-6186-4aa7-9588-000000000bb2 | TASK | create persistent directories 2025-11-21 10:26:01.855030 | fa163ed5-6186-4aa7-9588-000000000bb2 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-11-21 10:26:01.857343 | fa163ed5-6186-4aa7-9588-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:41.046993 | 0.22s 2025-11-21 10:26:01.867551 | fa163ed5-6186-4aa7-9588-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:41.057245 | 0.23s 2025-11-21 10:26:01.893657 | fa163ed5-6186-4aa7-9588-000000000bb4 | TASK | Ensure packages required for configuring octavia are present 2025-11-21 10:26:04.776754 | fa163ed5-6186-4aa7-9588-000000000bb4 | OK | Ensure packages required for configuring octavia are present | standalone 2025-11-21 10:26:04.778146 | fa163ed5-6186-4aa7-9588-000000000bb4 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:43.967818 | 2.88s 2025-11-21 10:26:04.824552 | fa163ed5-6186-4aa7-9588-000000000bb6 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:44.014241 | 0.02s 2025-11-21 10:26:04.886435 | fa163ed5-6186-4aa7-9588-000000001297 | TASK | Gather variables for each operating system 2025-11-21 10:26:04.996891 | fa163ed5-6186-4aa7-9588-000000001297 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:44.186578 | 0.11s 2025-11-21 10:26:05.022555 | fa163ed5-6186-4aa7-9588-000000001298 | TASK | Set packages facts 2025-11-21 10:26:05.072504 | fa163ed5-6186-4aa7-9588-000000001298 | OK | Set packages facts | standalone 2025-11-21 10:26:05.073625 | fa163ed5-6186-4aa7-9588-000000001298 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:44.263322 | 0.05s 2025-11-21 10:26:05.098889 | fa163ed5-6186-4aa7-9588-000000001299 | TASK | Manage package 2025-11-21 10:26:05.156290 | fa163ed5-6186-4aa7-9588-000000001299 | SKIPPED | Manage package | standalone | item=[]: absent 2025-11-21 10:26:05.171570 | fa163ed5-6186-4aa7-9588-000000001299 | SKIPPED | Manage package | standalone | item=[]: installed 2025-11-21 10:26:05.187914 | fa163ed5-6186-4aa7-9588-000000001299 | SKIPPED | Manage package | standalone | item=[]: latest 2025-11-21 10:26:09.727046 | fa163ed5-6186-4aa7-9588-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:48.916735 | 4.63s 2025-11-21 10:26:09.735725 | fa163ed5-6186-4aa7-9588-000000001299 | SKIPPED | Manage package | standalone | item=[]: removed 2025-11-21 10:26:09.742535 | fa163ed5-6186-4aa7-9588-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:48.932234 | 4.64s 2025-11-21 10:26:09.792705 | fa163ed5-6186-4aa7-9588-000000000bb7 | TASK | create fcontext for rabbitmq data 2025-11-21 10:26:11.063539 | fa163ed5-6186-4aa7-9588-000000000bb7 | CHANGED | create fcontext for rabbitmq data | standalone 2025-11-21 10:26:11.064964 | fa163ed5-6186-4aa7-9588-000000000bb7 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:50.254663 | 1.27s 2025-11-21 10:26:11.086381 | fa163ed5-6186-4aa7-9588-000000000bb8 | TASK | create persistent directories 2025-11-21 10:26:11.364677 | fa163ed5-6186-4aa7-9588-000000000bb8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-11-21 10:26:11.367022 | fa163ed5-6186-4aa7-9588-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:50.556713 | 0.28s 2025-11-21 10:26:11.587314 | fa163ed5-6186-4aa7-9588-000000000bb8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-11-21 10:26:11.589096 | fa163ed5-6186-4aa7-9588-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:50.778793 | 0.50s 2025-11-21 10:26:11.599816 | fa163ed5-6186-4aa7-9588-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:50.789508 | 0.51s 2025-11-21 10:26:11.625697 | fa163ed5-6186-4aa7-9588-000000000bb9 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-11-21 10:26:11.924281 | fa163ed5-6186-4aa7-9588-000000000bb9 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-11-21 10:26:11.925034 | fa163ed5-6186-4aa7-9588-000000000bb9 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:51.114738 | 0.30s 2025-11-21 10:26:11.942126 | fa163ed5-6186-4aa7-9588-000000000bba | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-11-21 10:26:11.966341 | fa163ed5-6186-4aa7-9588-000000000bba | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-11-21 10:26:11.966976 | fa163ed5-6186-4aa7-9588-000000000bba | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:51.156681 | 0.02s 2025-11-21 10:26:11.983870 | fa163ed5-6186-4aa7-9588-000000000bbb | TASK | Remove existing entries from logind conf 2025-11-21 10:26:12.208445 | fa163ed5-6186-4aa7-9588-000000000bbb | CHANGED | Remove existing entries from logind conf | standalone 2025-11-21 10:26:12.209846 | fa163ed5-6186-4aa7-9588-000000000bbb | TIMING | Remove existing entries from logind conf | standalone | 0:02:51.399542 | 0.23s 2025-11-21 10:26:12.234926 | fa163ed5-6186-4aa7-9588-000000000bbc | TASK | Make sure systemd-logind ignores power off 2025-11-21 10:26:12.472480 | fa163ed5-6186-4aa7-9588-000000000bbc | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-11-21 10:26:12.474238 | fa163ed5-6186-4aa7-9588-000000000bbc | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:51.663926 | 0.24s 2025-11-21 10:26:12.502379 | fa163ed5-6186-4aa7-9588-000000000bbd | TASK | Restart systemd-logind 2025-11-21 10:26:13.014672 | fa163ed5-6186-4aa7-9588-000000000bbd | CHANGED | Restart systemd-logind | standalone 2025-11-21 10:26:13.016673 | fa163ed5-6186-4aa7-9588-000000000bbd | TIMING | Restart systemd-logind | standalone | 0:02:52.206368 | 0.51s 2025-11-21 10:26:13.044028 | fa163ed5-6186-4aa7-9588-000000000bbe | TASK | Gather service_facts on pacemaker_bootstrap_node [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-11-21 10:26:13.116775 | fa163ed5-6186-4aa7-9588-000000000bbe | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-11-21 10:26:13.117668 | fa163ed5-6186-4aa7-9588-000000000bbe | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:52.307364 | 0.07s 2025-11-21 10:26:13.142735 | fa163ed5-6186-4aa7-9588-000000000bbf | TASK | Check and eventually delete duplicate constraints (bootstrap node) [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-11-21 10:26:13.202948 | fa163ed5-6186-4aa7-9588-000000000bbf | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-11-21 10:26:13.204125 | fa163ed5-6186-4aa7-9588-000000000bbf | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:52.393817 | 0.06s 2025-11-21 10:26:13.229860 | fa163ed5-6186-4aa7-9588-000000000bc0 | TASK | create persistent logs directory 2025-11-21 10:26:13.477850 | fa163ed5-6186-4aa7-9588-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-11-21 10:26:13.480061 | fa163ed5-6186-4aa7-9588-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:52.669749 | 0.25s 2025-11-21 10:26:13.700252 | fa163ed5-6186-4aa7-9588-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-11-21 10:26:13.703469 | fa163ed5-6186-4aa7-9588-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:52.893153 | 0.47s 2025-11-21 10:26:13.713073 | fa163ed5-6186-4aa7-9588-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:52.902759 | 0.48s 2025-11-21 10:26:13.739704 | fa163ed5-6186-4aa7-9588-000000000bc2 | TASK | Set login facts 2025-11-21 10:26:13.771485 | fa163ed5-6186-4aa7-9588-000000000bc2 | OK | Set login facts | standalone 2025-11-21 10:26:13.772649 | fa163ed5-6186-4aa7-9588-000000000bc2 | TIMING | Set login facts | standalone | 0:02:52.962345 | 0.03s 2025-11-21 10:26:13.798232 | fa163ed5-6186-4aa7-9588-000000000bc3 | TASK | Convert logins json to dict 2025-11-21 10:26:13.840229 | fa163ed5-6186-4aa7-9588-000000000bc3 | SKIPPED | Convert logins json to dict | standalone 2025-11-21 10:26:13.841435 | fa163ed5-6186-4aa7-9588-000000000bc3 | TIMING | Convert logins json to dict | standalone | 0:02:53.031129 | 0.04s 2025-11-21 10:26:13.866586 | fa163ed5-6186-4aa7-9588-000000000bc4 | TASK | Set registry logins 2025-11-21 10:26:13.915871 | fa163ed5-6186-4aa7-9588-000000000bc4 | SKIPPED | Set registry logins | standalone 2025-11-21 10:26:13.917003 | fa163ed5-6186-4aa7-9588-000000000bc4 | TIMING | Set registry logins | standalone | 0:02:53.106697 | 0.05s 2025-11-21 10:26:13.944327 | fa163ed5-6186-4aa7-9588-000000000bc5 | TASK | Run podman install 2025-11-21 10:26:13.972799 | fa163ed5-6186-4aa7-9588-000000000bc5 | TIMING | Run podman install | standalone | 0:02:53.162490 | 0.03s 2025-11-21 10:26:14.053104 | fa163ed5-6186-4aa7-9588-000000001329 | TASK | Gather variables for each operating system 2025-11-21 10:26:14.197628 | fa163ed5-6186-4aa7-9588-000000001329 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-11-21 10:26:14.200292 | fa163ed5-6186-4aa7-9588-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:53.389975 | 0.15s 2025-11-21 10:26:14.210145 | fa163ed5-6186-4aa7-9588-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:53.399827 | 0.16s 2025-11-21 10:26:14.239155 | fa163ed5-6186-4aa7-9588-00000000132b | TASK | ensure podman and deps are installed 2025-11-21 10:26:17.104160 | fa163ed5-6186-4aa7-9588-00000000132b | OK | ensure podman and deps are installed | standalone 2025-11-21 10:26:17.105956 | fa163ed5-6186-4aa7-9588-00000000132b | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:56.295651 | 2.87s 2025-11-21 10:26:17.132794 | fa163ed5-6186-4aa7-9588-00000000132c | TASK | Ensure we get the ansible interfaces facts 2025-11-21 10:26:17.694424 | fa163ed5-6186-4aa7-9588-00000000132c | OK | Ensure we get the ansible interfaces facts | standalone 2025-11-21 10:26:17.695734 | fa163ed5-6186-4aa7-9588-00000000132c | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:56.885428 | 0.56s 2025-11-21 10:26:17.730453 | fa163ed5-6186-4aa7-9588-00000000132d | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-11-21 10:26:17.763729 | fa163ed5-6186-4aa7-9588-00000000132d | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-11-21 10:26:17.764591 | fa163ed5-6186-4aa7-9588-00000000132d | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:56.954293 | 0.03s 2025-11-21 10:26:17.785483 | fa163ed5-6186-4aa7-9588-00000000132f | TASK | Make sure /etc/cni/net.d folder exists 2025-11-21 10:26:17.812555 | fa163ed5-6186-4aa7-9588-00000000132f | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-11-21 10:26:17.813373 | fa163ed5-6186-4aa7-9588-00000000132f | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:57.003075 | 0.03s 2025-11-21 10:26:17.833970 | fa163ed5-6186-4aa7-9588-000000001330 | TASK | Update default network configuration if possible 2025-11-21 10:26:17.870674 | fa163ed5-6186-4aa7-9588-000000001330 | SKIPPED | Update default network configuration if possible | standalone 2025-11-21 10:26:17.871828 | fa163ed5-6186-4aa7-9588-000000001330 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:57.061522 | 0.04s 2025-11-21 10:26:17.898007 | fa163ed5-6186-4aa7-9588-000000001332 | TASK | Make sure /etc/containers/networks exists 2025-11-21 10:26:18.141950 | fa163ed5-6186-4aa7-9588-000000001332 | OK | Make sure /etc/containers/networks exists | standalone 2025-11-21 10:26:18.143338 | fa163ed5-6186-4aa7-9588-000000001332 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:57.333008 | 0.24s 2025-11-21 10:26:18.168851 | fa163ed5-6186-4aa7-9588-000000001333 | TASK | Get current podman network 2025-11-21 10:26:18.462923 | fa163ed5-6186-4aa7-9588-000000001333 | CHANGED | Get current podman network | standalone 2025-11-21 10:26:18.464556 | fa163ed5-6186-4aa7-9588-000000001333 | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:57.654248 | 0.29s 2025-11-21 10:26:18.491755 | fa163ed5-6186-4aa7-9588-000000001334 | TASK | Update the default network configuration 2025-11-21 10:26:19.025896 | fa163ed5-6186-4aa7-9588-000000001334 | CHANGED | Update the default network configuration | standalone 2025-11-21 10:26:19.027372 | fa163ed5-6186-4aa7-9588-000000001334 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:58.217060 | 0.53s 2025-11-21 10:26:19.053406 | fa163ed5-6186-4aa7-9588-000000001335 | TASK | Write containers registries.conf 2025-11-21 10:26:19.563346 | fa163ed5-6186-4aa7-9588-000000001335 | CHANGED | Write containers registries.conf | standalone 2025-11-21 10:26:19.564892 | fa163ed5-6186-4aa7-9588-000000001335 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:58.754587 | 0.51s 2025-11-21 10:26:19.591155 | fa163ed5-6186-4aa7-9588-000000001336 | TASK | Write containers.conf 2025-11-21 10:26:19.834973 | fa163ed5-6186-4aa7-9588-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-11-21 10:26:19.837869 | fa163ed5-6186-4aa7-9588-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:59.027557 | 0.25s 2025-11-21 10:26:20.046008 | fa163ed5-6186-4aa7-9588-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-11-21 10:26:20.047467 | fa163ed5-6186-4aa7-9588-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:59.237160 | 0.45s 2025-11-21 10:26:20.237143 | fa163ed5-6186-4aa7-9588-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-11-21 10:26:20.238502 | fa163ed5-6186-4aa7-9588-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:59.428197 | 0.65s 2025-11-21 10:26:20.404152 | fa163ed5-6186-4aa7-9588-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-11-21 10:26:20.406196 | fa163ed5-6186-4aa7-9588-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:59.595891 | 0.81s 2025-11-21 10:26:20.417274 | fa163ed5-6186-4aa7-9588-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:59.606959 | 0.82s 2025-11-21 10:26:20.445284 | fa163ed5-6186-4aa7-9588-000000001337 | TASK | Enable podman.socket service 2025-11-21 10:26:20.479605 | fa163ed5-6186-4aa7-9588-000000001337 | SKIPPED | Enable podman.socket service | standalone 2025-11-21 10:26:20.480822 | fa163ed5-6186-4aa7-9588-000000001337 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:59.670514 | 0.03s 2025-11-21 10:26:20.530440 | fa163ed5-6186-4aa7-9588-000000000bc6 | TASK | Run podman login 2025-11-21 10:26:20.552539 | fa163ed5-6186-4aa7-9588-000000000bc6 | TIMING | Run podman login | standalone | 0:02:59.742229 | 0.02s 2025-11-21 10:26:20.632035 | fa163ed5-6186-4aa7-9588-000000001437 | TASK | Perform container registry login(s) with podman 2025-11-21 10:26:20.663227 | fa163ed5-6186-4aa7-9588-000000001437 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:59.852922 | 0.03s 2025-11-21 10:26:20.696888 | fa163ed5-6186-4aa7-9588-000000000bc8 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-11-21 10:26:21.114193 | fa163ed5-6186-4aa7-9588-000000000bc8 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-11-21 10:26:21.115499 | fa163ed5-6186-4aa7-9588-000000000bc8 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:00.305196 | 0.42s 2025-11-21 10:26:21.140636 | fa163ed5-6186-4aa7-9588-000000000bc9 | TASK | create persistent directories 2025-11-21 10:26:21.410771 | fa163ed5-6186-4aa7-9588-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-11-21 10:26:21.412892 | fa163ed5-6186-4aa7-9588-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:00.602579 | 0.27s 2025-11-21 10:26:21.638424 | fa163ed5-6186-4aa7-9588-000000000bc9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-11-21 10:26:21.639976 | fa163ed5-6186-4aa7-9588-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:00.829667 | 0.50s 2025-11-21 10:26:21.891235 | fa163ed5-6186-4aa7-9588-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-11-21 10:26:21.894063 | fa163ed5-6186-4aa7-9588-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:01.083757 | 0.75s 2025-11-21 10:26:21.907379 | fa163ed5-6186-4aa7-9588-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:01.097064 | 0.77s 2025-11-21 10:26:21.934570 | fa163ed5-6186-4aa7-9588-000000000bca | TASK | ensure /run/redis is present upon reboot 2025-11-21 10:26:22.400599 | fa163ed5-6186-4aa7-9588-000000000bca | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-11-21 10:26:22.401944 | fa163ed5-6186-4aa7-9588-000000000bca | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:01.591572 | 0.47s 2025-11-21 10:26:22.426914 | fa163ed5-6186-4aa7-9588-000000000bcb | TASK | Ensure rsyslog is installed 2025-11-21 10:26:25.234429 | fa163ed5-6186-4aa7-9588-000000000bcb | OK | Ensure rsyslog is installed | standalone 2025-11-21 10:26:25.235974 | fa163ed5-6186-4aa7-9588-000000000bcb | TIMING | Ensure rsyslog is installed | standalone | 0:03:04.425669 | 2.81s 2025-11-21 10:26:25.293891 | fa163ed5-6186-4aa7-9588-000000000bcc | TASK | Ensure rsyslog is enabled and started 2025-11-21 10:26:26.676647 | fa163ed5-6186-4aa7-9588-000000000bcc | OK | Ensure rsyslog is enabled and started | standalone 2025-11-21 10:26:26.678421 | fa163ed5-6186-4aa7-9588-000000000bcc | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:05.868118 | 1.38s 2025-11-21 10:26:26.733680 | fa163ed5-6186-4aa7-9588-000000000bcd | TIMING | include_role : tripleo_sshd | standalone | 0:03:05.923365 | 0.03s 2025-11-21 10:26:26.820962 | fa163ed5-6186-4aa7-9588-000000001552 | TASK | Gather variables for each operating system 2025-11-21 10:26:26.938080 | fa163ed5-6186-4aa7-9588-000000001552 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-11-21 10:26:26.939911 | fa163ed5-6186-4aa7-9588-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:06.129595 | 0.12s 2025-11-21 10:26:26.951282 | fa163ed5-6186-4aa7-9588-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:06.140982 | 0.13s 2025-11-21 10:26:26.971418 | fa163ed5-6186-4aa7-9588-000000001554 | TASK | Install the OpenSSH server 2025-11-21 10:26:29.900747 | fa163ed5-6186-4aa7-9588-000000001554 | OK | Install the OpenSSH server | standalone 2025-11-21 10:26:29.902139 | fa163ed5-6186-4aa7-9588-000000001554 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:09.091835 | 2.93s 2025-11-21 10:26:29.927952 | fa163ed5-6186-4aa7-9588-000000001555 | TASK | Start sshd 2025-11-21 10:26:29.957402 | fa163ed5-6186-4aa7-9588-000000001555 | SKIPPED | Start sshd | standalone 2025-11-21 10:26:29.958603 | fa163ed5-6186-4aa7-9588-000000001555 | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:09.148297 | 0.03s 2025-11-21 10:26:29.984166 | fa163ed5-6186-4aa7-9588-000000001556 | TASK | PasswordAuthentication notice 2025-11-21 10:26:30.014489 | fa163ed5-6186-4aa7-9588-000000001556 | SKIPPED | PasswordAuthentication notice | standalone 2025-11-21 10:26:30.015620 | fa163ed5-6186-4aa7-9588-000000001556 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:09.205317 | 0.03s 2025-11-21 10:26:30.040520 | fa163ed5-6186-4aa7-9588-000000001557 | TASK | PasswordAuthentication duplication notice 2025-11-21 10:26:30.070417 | fa163ed5-6186-4aa7-9588-000000001557 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-11-21 10:26:30.071584 | fa163ed5-6186-4aa7-9588-000000001557 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:09.261277 | 0.03s 2025-11-21 10:26:30.097240 | fa163ed5-6186-4aa7-9588-000000001558 | TASK | Motd duplication notice 2025-11-21 10:26:30.136281 | fa163ed5-6186-4aa7-9588-000000001558 | OK | Motd duplication notice | standalone | result={ "changed": false, "msg": "WARNING - The Banner or PrintMotd has been configured in `tripleo_sshd_server_options`. These options may be ignored and configured using values from `tripleo_sshd_banner_enabled` and `tripleo_sshd_motd_enabled`" } 2025-11-21 10:26:30.137520 | fa163ed5-6186-4aa7-9588-000000001558 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:09.327218 | 0.04s 2025-11-21 10:26:30.163255 | fa163ed5-6186-4aa7-9588-000000001559 | TASK | Configure the banner text 2025-11-21 10:26:30.204756 | fa163ed5-6186-4aa7-9588-000000001559 | SKIPPED | Configure the banner text | standalone 2025-11-21 10:26:30.205838 | fa163ed5-6186-4aa7-9588-000000001559 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:09.395535 | 0.04s 2025-11-21 10:26:30.230913 | fa163ed5-6186-4aa7-9588-00000000155a | TASK | Configure the motd banner 2025-11-21 10:26:30.260644 | fa163ed5-6186-4aa7-9588-00000000155a | SKIPPED | Configure the motd banner | standalone 2025-11-21 10:26:30.261787 | fa163ed5-6186-4aa7-9588-00000000155a | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:09.451479 | 0.03s 2025-11-21 10:26:30.287638 | fa163ed5-6186-4aa7-9588-00000000155b | TASK | Update sshd configuration options from vars 2025-11-21 10:26:30.326671 | fa163ed5-6186-4aa7-9588-00000000155b | OK | Update sshd configuration options from vars | standalone 2025-11-21 10:26:30.327848 | fa163ed5-6186-4aa7-9588-00000000155b | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:09.517545 | 0.04s 2025-11-21 10:26:30.353920 | fa163ed5-6186-4aa7-9588-00000000155c | TASK | Adjust ssh server configuration 2025-11-21 10:26:30.902838 | fa163ed5-6186-4aa7-9588-00000000155c | CHANGED | Adjust ssh server configuration | standalone 2025-11-21 10:26:30.904068 | fa163ed5-6186-4aa7-9588-00000000155c | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:10.093766 | 0.55s 2025-11-21 10:26:30.929742 | fa163ed5-6186-4aa7-9588-00000000155d | TASK | Restart sshd 2025-11-21 10:26:31.376436 | fa163ed5-6186-4aa7-9588-00000000155d | CHANGED | Restart sshd | standalone 2025-11-21 10:26:31.378547 | fa163ed5-6186-4aa7-9588-00000000155d | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:10.568241 | 0.45s 2025-11-21 10:26:31.429804 | fa163ed5-6186-4aa7-9588-000000000bce | TASK | create persistent directories 2025-11-21 10:26:31.727996 | fa163ed5-6186-4aa7-9588-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-11-21 10:26:31.730449 | fa163ed5-6186-4aa7-9588-000000000bce | TIMING | create persistent directories | standalone | 0:03:10.920141 | 0.30s 2025-11-21 10:26:32.004628 | fa163ed5-6186-4aa7-9588-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-11-21 10:26:32.006220 | fa163ed5-6186-4aa7-9588-000000000bce | TIMING | create persistent directories | standalone | 0:03:11.195920 | 0.57s 2025-11-21 10:26:32.272060 | fa163ed5-6186-4aa7-9588-000000000bce | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-11-21 10:26:32.272984 | fa163ed5-6186-4aa7-9588-000000000bce | TIMING | create persistent directories | standalone | 0:03:11.462686 | 0.84s 2025-11-21 10:26:32.279973 | fa163ed5-6186-4aa7-9588-000000000bce | TIMING | create persistent directories | standalone | 0:03:11.469673 | 0.85s 2025-11-21 10:26:32.305974 | fa163ed5-6186-4aa7-9588-000000000bcf | TASK | create persistent directories 2025-11-21 10:26:32.534549 | fa163ed5-6186-4aa7-9588-000000000bcf | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-11-21 10:26:32.536814 | fa163ed5-6186-4aa7-9588-000000000bcf | TIMING | create persistent directories | standalone | 0:03:11.726506 | 0.23s 2025-11-21 10:26:32.737694 | fa163ed5-6186-4aa7-9588-000000000bcf | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-11-21 10:26:32.739095 | fa163ed5-6186-4aa7-9588-000000000bcf | TIMING | create persistent directories | standalone | 0:03:11.928797 | 0.43s 2025-11-21 10:26:32.953678 | fa163ed5-6186-4aa7-9588-000000000bcf | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-11-21 10:26:32.955152 | fa163ed5-6186-4aa7-9588-000000000bcf | TIMING | create persistent directories | standalone | 0:03:12.144854 | 0.65s 2025-11-21 10:26:32.966100 | fa163ed5-6186-4aa7-9588-000000000bcf | TIMING | create persistent directories | standalone | 0:03:12.155802 | 0.66s 2025-11-21 10:26:32.992359 | fa163ed5-6186-4aa7-9588-000000000bd0 | TASK | Set swift_use_local_disks fact 2025-11-21 10:26:33.023328 | fa163ed5-6186-4aa7-9588-000000000bd0 | OK | Set swift_use_local_disks fact | standalone 2025-11-21 10:26:33.024425 | fa163ed5-6186-4aa7-9588-000000000bd0 | TIMING | Set swift_use_local_disks fact | standalone | 0:03:12.214122 | 0.03s 2025-11-21 10:26:33.049009 | fa163ed5-6186-4aa7-9588-000000000bd1 | TASK | Set use_node_data_lookup fact 2025-11-21 10:26:33.079237 | fa163ed5-6186-4aa7-9588-000000000bd1 | OK | Set use_node_data_lookup fact | standalone 2025-11-21 10:26:33.080350 | fa163ed5-6186-4aa7-9588-000000000bd1 | TIMING | Set use_node_data_lookup fact | standalone | 0:03:12.270047 | 0.03s 2025-11-21 10:26:33.108139 | fa163ed5-6186-4aa7-9588-000000000bd2 | TASK | Create Swift d1 directory if needed 2025-11-21 10:26:33.347391 | fa163ed5-6186-4aa7-9588-000000000bd2 | CHANGED | Create Swift d1 directory if needed | standalone 2025-11-21 10:26:33.349217 | fa163ed5-6186-4aa7-9588-000000000bd2 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:12.538909 | 0.24s 2025-11-21 10:26:33.375723 | fa163ed5-6186-4aa7-9588-000000000bd3 | TASK | Set fact for SwiftRawDisks 2025-11-21 10:26:33.417441 | fa163ed5-6186-4aa7-9588-000000000bd3 | OK | Set fact for SwiftRawDisks | standalone 2025-11-21 10:26:33.418858 | fa163ed5-6186-4aa7-9588-000000000bd3 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:12.608550 | 0.04s 2025-11-21 10:26:33.447238 | fa163ed5-6186-4aa7-9588-000000000bd4 | TASK | Get hiera swift::storage::disks::args 2025-11-21 10:26:33.478796 | fa163ed5-6186-4aa7-9588-000000000bd4 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-11-21 10:26:33.480013 | fa163ed5-6186-4aa7-9588-000000000bd4 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:12.669703 | 0.03s 2025-11-21 10:26:33.505325 | fa163ed5-6186-4aa7-9588-000000000bd5 | TASK | Set fact for swift_raw_disks 2025-11-21 10:26:33.541248 | fa163ed5-6186-4aa7-9588-000000000bd5 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-11-21 10:26:33.544022 | fa163ed5-6186-4aa7-9588-000000000bd5 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:12.733713 | 0.04s 2025-11-21 10:26:33.570967 | fa163ed5-6186-4aa7-9588-000000000bd6 | TASK | Format SwiftRawDisks 2025-11-21 10:26:33.604055 | fa163ed5-6186-4aa7-9588-000000000bd6 | TIMING | Format SwiftRawDisks | standalone | 0:03:12.793739 | 0.03s 2025-11-21 10:26:33.629755 | fa163ed5-6186-4aa7-9588-000000000bd7 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-11-21 10:26:33.680736 | fa163ed5-6186-4aa7-9588-000000000bd7 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-11-21 10:26:33.682124 | fa163ed5-6186-4aa7-9588-000000000bd7 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:12.871816 | 0.05s 2025-11-21 10:26:33.708432 | fa163ed5-6186-4aa7-9588-000000000bd8 | TASK | Mount devices defined in SwiftRawDisks 2025-11-21 10:26:33.738326 | fa163ed5-6186-4aa7-9588-000000000bd8 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:12.927991 | 0.03s 2025-11-21 10:26:33.764042 | fa163ed5-6186-4aa7-9588-000000000bd9 | TASK | Check for NTP service 2025-11-21 10:26:34.023796 | fa163ed5-6186-4aa7-9588-000000000bd9 | CHANGED | Check for NTP service | standalone 2025-11-21 10:26:34.025688 | fa163ed5-6186-4aa7-9588-000000000bd9 | TIMING | Check for NTP service | standalone | 0:03:13.215379 | 0.26s 2025-11-21 10:26:34.052393 | fa163ed5-6186-4aa7-9588-000000000bda | TASK | Disable NTP before configuring Chrony 2025-11-21 10:26:34.104122 | fa163ed5-6186-4aa7-9588-000000000bda | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-11-21 10:26:34.107001 | fa163ed5-6186-4aa7-9588-000000000bda | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:13.296676 | 0.05s 2025-11-21 10:26:34.134399 | fa163ed5-6186-4aa7-9588-000000000bdb | TASK | Install, Configure and Run Chrony 2025-11-21 10:26:34.163811 | fa163ed5-6186-4aa7-9588-000000000bdb | TIMING | Install, Configure and Run Chrony | standalone | 0:03:13.353502 | 0.03s 2025-11-21 10:26:34.256748 | fa163ed5-6186-4aa7-9588-0000000016ee | TASK | Load distro-specific variables 2025-11-21 10:26:34.282026 | fa163ed5-6186-4aa7-9588-0000000016ee | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.471727 | 0.02s 2025-11-21 10:26:34.290337 | 9d60d947-2448-42c2-87c8-ef0e6e75efb1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-21 10:26:34.311258 | fa163ed5-6186-4aa7-9588-0000000017d3 | TASK | Load distro-specific variables 2025-11-21 10:26:34.364980 | fa163ed5-6186-4aa7-9588-0000000017d3 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-21 10:26:34.366528 | fa163ed5-6186-4aa7-9588-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.556221 | 0.05s 2025-11-21 10:26:34.372716 | fa163ed5-6186-4aa7-9588-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.562415 | 0.06s 2025-11-21 10:26:34.398251 | fa163ed5-6186-4aa7-9588-0000000016ef | TASK | Install chronyd 2025-11-21 10:26:34.429329 | fa163ed5-6186-4aa7-9588-0000000016ef | TIMING | chrony : Install chronyd | standalone | 0:03:13.618986 | 0.03s 2025-11-21 10:26:34.452961 | 5638eb48-f56c-4a59-8e66-cf3847829eae | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-11-21 10:26:34.485290 | fa163ed5-6186-4aa7-9588-00000000180c | TASK | Load distro-specific variables 2025-11-21 10:26:34.511524 | fa163ed5-6186-4aa7-9588-00000000180c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.701223 | 0.03s 2025-11-21 10:26:34.522280 | 619f1bba-43ae-472d-a6ca-9f7a6063cd80 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-21 10:26:34.546865 | fa163ed5-6186-4aa7-9588-000000001853 | TASK | Load distro-specific variables 2025-11-21 10:26:34.604889 | fa163ed5-6186-4aa7-9588-000000001853 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-21 10:26:34.607695 | fa163ed5-6186-4aa7-9588-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.797373 | 0.06s 2025-11-21 10:26:34.617069 | fa163ed5-6186-4aa7-9588-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.806767 | 0.07s 2025-11-21 10:26:34.643027 | fa163ed5-6186-4aa7-9588-00000000180d | TASK | Check for NTP service 2025-11-21 10:26:34.918128 | fa163ed5-6186-4aa7-9588-00000000180d | CHANGED | Check for NTP service | standalone 2025-11-21 10:26:34.919491 | fa163ed5-6186-4aa7-9588-00000000180d | TIMING | chrony : Check for NTP service | standalone | 0:03:14.109187 | 0.28s 2025-11-21 10:26:34.945117 | fa163ed5-6186-4aa7-9588-00000000180e | TASK | Disable NTP before configuring Chrony 2025-11-21 10:26:34.997351 | fa163ed5-6186-4aa7-9588-00000000180e | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-11-21 10:26:34.998473 | fa163ed5-6186-4aa7-9588-00000000180e | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:14.188169 | 0.05s 2025-11-21 10:26:35.024165 | fa163ed5-6186-4aa7-9588-00000000180f | TASK | Install chronyd package 2025-11-21 10:26:37.872968 | fa163ed5-6186-4aa7-9588-00000000180f | OK | Install chronyd package | standalone 2025-11-21 10:26:37.874480 | fa163ed5-6186-4aa7-9588-00000000180f | TIMING | chrony : Install chronyd package | standalone | 0:03:17.064176 | 2.85s 2025-11-21 10:26:37.902052 | fa163ed5-6186-4aa7-9588-0000000016f0 | TASK | Upgrade chronyd 2025-11-21 10:26:37.931921 | fa163ed5-6186-4aa7-9588-0000000016f0 | SKIPPED | Upgrade chronyd | standalone 2025-11-21 10:26:37.933076 | fa163ed5-6186-4aa7-9588-0000000016f0 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:17.122767 | 0.03s 2025-11-21 10:26:37.959362 | fa163ed5-6186-4aa7-9588-0000000016f1 | TASK | Configure chronyd 2025-11-21 10:26:37.989185 | fa163ed5-6186-4aa7-9588-0000000016f1 | TIMING | chrony : Configure chronyd | standalone | 0:03:17.178871 | 0.03s 2025-11-21 10:26:38.010542 | 558d3f07-9f87-4634-94be-d2563d8c1142 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-11-21 10:26:38.046380 | fa163ed5-6186-4aa7-9588-00000000188c | TASK | Load distro-specific variables 2025-11-21 10:26:38.072718 | fa163ed5-6186-4aa7-9588-00000000188c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.262417 | 0.03s 2025-11-21 10:26:38.083791 | 406a0e47-7e64-45b9-ae4d-7d26420c7aab | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-21 10:26:38.106503 | fa163ed5-6186-4aa7-9588-0000000018f8 | TASK | Load distro-specific variables 2025-11-21 10:26:38.161357 | fa163ed5-6186-4aa7-9588-0000000018f8 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-21 10:26:38.162799 | fa163ed5-6186-4aa7-9588-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.352489 | 0.06s 2025-11-21 10:26:38.168738 | fa163ed5-6186-4aa7-9588-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.358433 | 0.06s 2025-11-21 10:26:38.195324 | fa163ed5-6186-4aa7-9588-00000000188d | TASK | Install chrony configuration file 2025-11-21 10:26:38.800767 | fa163ed5-6186-4aa7-9588-00000000188d | OK | Install chrony configuration file | standalone 2025-11-21 10:26:38.802185 | fa163ed5-6186-4aa7-9588-00000000188d | TIMING | chrony : Install chrony configuration file | standalone | 0:03:17.991883 | 0.61s 2025-11-21 10:26:38.828432 | fa163ed5-6186-4aa7-9588-0000000016f2 | TASK | Run chronyd 2025-11-21 10:26:38.860196 | fa163ed5-6186-4aa7-9588-0000000016f2 | TIMING | chrony : Run chronyd | standalone | 0:03:18.049889 | 0.03s 2025-11-21 10:26:38.882228 | a0ae508d-e3ba-474f-b779-8e724ada5f5f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-11-21 10:26:38.922136 | fa163ed5-6186-4aa7-9588-00000000191b | TASK | Load distro-specific variables 2025-11-21 10:26:38.948197 | fa163ed5-6186-4aa7-9588-00000000191b | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.137896 | 0.03s 2025-11-21 10:26:38.959387 | 5dc7c3bf-257c-415e-a92d-6469437d8939 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-21 10:26:38.982989 | fa163ed5-6186-4aa7-9588-00000000199f | TASK | Load distro-specific variables 2025-11-21 10:26:39.038629 | fa163ed5-6186-4aa7-9588-00000000199f | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-21 10:26:39.040043 | fa163ed5-6186-4aa7-9588-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.229736 | 0.06s 2025-11-21 10:26:39.052039 | fa163ed5-6186-4aa7-9588-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.241737 | 0.07s 2025-11-21 10:26:39.078462 | fa163ed5-6186-4aa7-9588-00000000191c | TASK | Ensure chronyd is running 2025-11-21 10:26:39.495441 | fa163ed5-6186-4aa7-9588-00000000191c | OK | Ensure chronyd is running | standalone 2025-11-21 10:26:39.497368 | fa163ed5-6186-4aa7-9588-00000000191c | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:18.687063 | 0.42s 2025-11-21 10:26:39.524635 | fa163ed5-6186-4aa7-9588-00000000191d | TASK | Force chronyd restart 2025-11-21 10:26:39.574679 | fa163ed5-6186-4aa7-9588-00000000191d | SKIPPED | Force chronyd restart | standalone 2025-11-21 10:26:39.575770 | fa163ed5-6186-4aa7-9588-00000000191d | TIMING | chrony : Force chronyd restart | standalone | 0:03:18.765464 | 0.05s 2025-11-21 10:26:39.601774 | fa163ed5-6186-4aa7-9588-0000000016f3 | TASK | Enable online service 2025-11-21 10:26:39.630517 | fa163ed5-6186-4aa7-9588-0000000016f3 | TIMING | chrony : Enable online service | standalone | 0:03:18.820208 | 0.03s 2025-11-21 10:26:39.649737 | 0ee3c1f2-2d6c-4566-9673-450316130765 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-11-21 10:26:39.693322 | fa163ed5-6186-4aa7-9588-0000000019cc | TASK | Create chrony-online.service unit file 2025-11-21 10:26:40.177441 | fa163ed5-6186-4aa7-9588-0000000019cc | OK | Create chrony-online.service unit file | standalone 2025-11-21 10:26:40.179024 | fa163ed5-6186-4aa7-9588-0000000019cc | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:19.368716 | 0.48s 2025-11-21 10:26:40.206032 | fa163ed5-6186-4aa7-9588-0000000019cd | TASK | Enable chrony-online.service 2025-11-21 10:26:40.896732 | fa163ed5-6186-4aa7-9588-0000000019cd | CHANGED | Enable chrony-online.service | standalone 2025-11-21 10:26:40.898886 | fa163ed5-6186-4aa7-9588-0000000019cd | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:20.088582 | 0.69s 2025-11-21 10:26:40.926988 | fa163ed5-6186-4aa7-9588-0000000016f4 | TASK | Sync chronyc 2025-11-21 10:26:40.957831 | fa163ed5-6186-4aa7-9588-0000000016f4 | TIMING | chrony : Sync chronyc | standalone | 0:03:20.147526 | 0.03s 2025-11-21 10:26:40.967539 | 2de2a466-4835-45de-8664-9bf2ab5ad78a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-11-21 10:26:41.003537 | fa163ed5-6186-4aa7-9588-000000001a72 | TASK | Force NTP sync 2025-11-21 10:26:41.281094 | fa163ed5-6186-4aa7-9588-000000001a72 | CHANGED | Force NTP sync | standalone 2025-11-21 10:26:41.282667 | fa163ed5-6186-4aa7-9588-000000001a72 | TIMING | chrony : Force NTP sync | standalone | 0:03:20.472358 | 0.28s 2025-11-21 10:26:41.308765 | fa163ed5-6186-4aa7-9588-000000001a73 | TASK | Ensure system is NTP time synced 2025-11-21 10:26:41.559381 | fa163ed5-6186-4aa7-9588-000000001a73 | CHANGED | Ensure system is NTP time synced | standalone 2025-11-21 10:26:41.561032 | fa163ed5-6186-4aa7-9588-000000001a73 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:20.750726 | 0.25s 2025-11-21 10:26:41.611401 | fa163ed5-6186-4aa7-9588-000000000bdc | TASK | Force NTP sync 2025-11-21 10:26:41.843885 | fa163ed5-6186-4aa7-9588-000000000bdc | CHANGED | Force NTP sync | standalone 2025-11-21 10:26:41.845142 | fa163ed5-6186-4aa7-9588-000000000bdc | TIMING | Force NTP sync | standalone | 0:03:21.034840 | 0.23s 2025-11-21 10:26:41.869835 | fa163ed5-6186-4aa7-9588-000000000bdd | TASK | Ensure system is NTP time synced 2025-11-21 10:26:42.099563 | fa163ed5-6186-4aa7-9588-000000000bdd | CHANGED | Ensure system is NTP time synced | standalone 2025-11-21 10:26:42.100680 | fa163ed5-6186-4aa7-9588-000000000bdd | TIMING | Ensure system is NTP time synced | standalone | 0:03:21.290378 | 0.23s 2025-11-21 10:26:42.126112 | fa163ed5-6186-4aa7-9588-000000000bde | TASK | Run timezone role 2025-11-21 10:26:42.154494 | fa163ed5-6186-4aa7-9588-000000000bde | TIMING | Run timezone role | standalone | 0:03:21.344185 | 0.03s 2025-11-21 10:26:42.253160 | fa163ed5-6186-4aa7-9588-000000001c33 | TASK | Set timezone 2025-11-21 10:26:42.938354 | fa163ed5-6186-4aa7-9588-000000001c33 | OK | Set timezone | standalone 2025-11-21 10:26:42.939867 | fa163ed5-6186-4aa7-9588-000000001c33 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:22.129559 | 0.69s 2025-11-21 10:26:42.966149 | fa163ed5-6186-4aa7-9588-000000001c34 | TASK | Restart time services 2025-11-21 10:26:43.006476 | fa163ed5-6186-4aa7-9588-000000001c34 | SKIPPED | Restart time services | standalone | item=rsyslog 2025-11-21 10:26:43.013074 | fa163ed5-6186-4aa7-9588-000000001c34 | SKIPPED | Restart time services | standalone | item=crond 2025-11-21 10:26:43.019584 | fa163ed5-6186-4aa7-9588-000000001c34 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:22.209271 | 0.05s 2025-11-21 10:26:43.070055 | fa163ed5-6186-4aa7-9588-000000000bdf | TASK | install tmpwatch on the host 2025-11-21 10:26:45.860723 | fa163ed5-6186-4aa7-9588-000000000bdf | OK | install tmpwatch on the host | standalone 2025-11-21 10:26:45.862343 | fa163ed5-6186-4aa7-9588-000000000bdf | TIMING | install tmpwatch on the host | standalone | 0:03:25.052040 | 2.79s 2025-11-21 10:26:45.887113 | fa163ed5-6186-4aa7-9588-000000000be0 | TASK | Notice - ctlplane subnet is set 2025-11-21 10:26:45.920632 | fa163ed5-6186-4aa7-9588-000000000be0 | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-11-21 10:26:45.921725 | fa163ed5-6186-4aa7-9588-000000000be0 | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:25.111422 | 0.03s 2025-11-21 10:26:45.976881 | fa163ed5-6186-4aa7-9588-000000000be1 | TIMING | include_role : tuned | standalone | 0:03:25.166569 | 0.03s 2025-11-21 10:26:46.080617 | fa163ed5-6186-4aa7-9588-000000001e67 | TASK | Gather variables for each operating system 2025-11-21 10:26:46.201802 | fa163ed5-6186-4aa7-9588-000000001e67 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-11-21 10:26:46.204069 | fa163ed5-6186-4aa7-9588-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:25.393761 | 0.12s 2025-11-21 10:26:46.214409 | fa163ed5-6186-4aa7-9588-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:25.404101 | 0.13s 2025-11-21 10:26:46.291001 | fa163ed5-6186-4aa7-9588-000000001e68 | TIMING | tuned : include_tasks | standalone | 0:03:25.480686 | 0.05s 2025-11-21 10:26:46.311111 | d98a403e-cb4f-486c-813c-d003b2d35089 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-11-21 10:26:46.345415 | fa163ed5-6186-4aa7-9588-000000001f98 | TASK | Check tuned package is installed 2025-11-21 10:26:46.612134 | fa163ed5-6186-4aa7-9588-000000001f98 | CHANGED | Check tuned package is installed | standalone 2025-11-21 10:26:46.613699 | fa163ed5-6186-4aa7-9588-000000001f98 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:25.803394 | 0.27s 2025-11-21 10:26:46.640072 | fa163ed5-6186-4aa7-9588-000000001f99 | TASK | Install tuned 2025-11-21 10:26:46.671913 | fa163ed5-6186-4aa7-9588-000000001f99 | SKIPPED | Install tuned | standalone 2025-11-21 10:26:46.672998 | fa163ed5-6186-4aa7-9588-000000001f99 | TIMING | tuned : Install tuned | standalone | 0:03:25.862694 | 0.03s 2025-11-21 10:26:46.698849 | fa163ed5-6186-4aa7-9588-000000001f9a | TASK | Restart tuned 2025-11-21 10:26:46.730261 | fa163ed5-6186-4aa7-9588-000000001f9a | SKIPPED | Restart tuned | standalone 2025-11-21 10:26:46.731366 | fa163ed5-6186-4aa7-9588-000000001f9a | TIMING | tuned : Restart tuned | standalone | 0:03:25.921063 | 0.03s 2025-11-21 10:26:46.756555 | fa163ed5-6186-4aa7-9588-000000001e69 | TASK | Check for tuned-adm 2025-11-21 10:26:46.987689 | fa163ed5-6186-4aa7-9588-000000001e69 | OK | Check for tuned-adm | standalone 2025-11-21 10:26:46.989467 | fa163ed5-6186-4aa7-9588-000000001e69 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:26.179124 | 0.23s 2025-11-21 10:26:47.044961 | fa163ed5-6186-4aa7-9588-000000001e6a | TIMING | tuned : include_tasks | standalone | 0:03:26.234649 | 0.03s 2025-11-21 10:26:47.071988 | 07b46d0e-0051-48d2-8b03-587b8032c279 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-11-21 10:26:47.105295 | fa163ed5-6186-4aa7-9588-000000001fc5 | TASK | Ensure profile directory exists 2025-11-21 10:26:47.177657 | fa163ed5-6186-4aa7-9588-000000001fc5 | SKIPPED | Ensure profile directory exists | standalone 2025-11-21 10:26:47.178963 | fa163ed5-6186-4aa7-9588-000000001fc5 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:26.368653 | 0.07s 2025-11-21 10:26:47.206824 | fa163ed5-6186-4aa7-9588-000000001fc6 | TASK | Create custom tuned profile 2025-11-21 10:26:47.279279 | fa163ed5-6186-4aa7-9588-000000001fc6 | SKIPPED | Create custom tuned profile | standalone 2025-11-21 10:26:47.280507 | fa163ed5-6186-4aa7-9588-000000001fc6 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:26.470202 | 0.07s 2025-11-21 10:26:47.306628 | fa163ed5-6186-4aa7-9588-000000001fc7 | TASK | Check tuned active profile 2025-11-21 10:26:47.548783 | fa163ed5-6186-4aa7-9588-000000001fc7 | OK | Check tuned active profile | standalone 2025-11-21 10:26:47.550297 | fa163ed5-6186-4aa7-9588-000000001fc7 | TIMING | tuned : Check tuned active profile | standalone | 0:03:26.739993 | 0.24s 2025-11-21 10:26:47.576257 | fa163ed5-6186-4aa7-9588-000000001fc8 | TASK | Check Tuned Configuration file exists 2025-11-21 10:26:47.810078 | fa163ed5-6186-4aa7-9588-000000001fc8 | OK | Check Tuned Configuration file exists | standalone 2025-11-21 10:26:47.811416 | fa163ed5-6186-4aa7-9588-000000001fc8 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:27.001112 | 0.23s 2025-11-21 10:26:47.837480 | fa163ed5-6186-4aa7-9588-000000001fc9 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-11-21 10:26:47.909208 | fa163ed5-6186-4aa7-9588-000000001fc9 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-11-21 10:26:47.910286 | fa163ed5-6186-4aa7-9588-000000001fc9 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:27.099981 | 0.07s 2025-11-21 10:26:47.937741 | fa163ed5-6186-4aa7-9588-000000001fca | TASK | Configure isolated cores for profile throughput-performance 2025-11-21 10:26:47.987056 | fa163ed5-6186-4aa7-9588-000000001fca | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-11-21 10:26:47.988118 | fa163ed5-6186-4aa7-9588-000000001fca | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:27.177812 | 0.05s 2025-11-21 10:26:48.014257 | fa163ed5-6186-4aa7-9588-000000001fcb | TASK | Enable tuned profile 2025-11-21 10:26:48.042836 | fa163ed5-6186-4aa7-9588-000000001fcb | SKIPPED | Enable tuned profile | standalone 2025-11-21 10:26:48.043919 | fa163ed5-6186-4aa7-9588-000000001fcb | TIMING | tuned : Enable tuned profile | standalone | 0:03:27.233615 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2025-11-21 10:26:48.224121 | fa163ed5-6186-4aa7-9588-0000000000ac | TASK | Overcloud container setup tasks 2025-11-21 10:26:48.253891 | fa163ed5-6186-4aa7-9588-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', 'fa163ed5-6186-4aa7-9588-0000000000ac') missing from stats 2025-11-21 10:26:48.276003 | fa163ed5-6186-4aa7-9588-0000000000ad | TASK | Write config data 2025-11-21 10:26:48.324154 | fa163ed5-6186-4aa7-9588-0000000000ad | TIMING | Write config data | standalone | 0:03:27.513840 | 0.05s 2025-11-21 10:26:48.406807 | 5cd3c9f9-05dd-4e28-9842-b9fb08a2bf21 | INCLUDED | /root/standalone-ansible-33jhni06/common_container_setup_tasks.yaml | standalone 2025-11-21 10:26:48.427621 | fa163ed5-6186-4aa7-9588-000000002029 | TASK | Create and ensure setype for /var/log/containers directory 2025-11-21 10:26:48.670724 | fa163ed5-6186-4aa7-9588-000000002029 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-11-21 10:26:48.672207 | fa163ed5-6186-4aa7-9588-000000002029 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:27.861902 | 0.24s 2025-11-21 10:26:48.697943 | fa163ed5-6186-4aa7-9588-00000000202a | TASK | Create ContainerLogStdoutPath directory 2025-11-21 10:26:48.907250 | fa163ed5-6186-4aa7-9588-00000000202a | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-11-21 10:26:48.908199 | fa163ed5-6186-4aa7-9588-00000000202a | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:28.097902 | 0.21s 2025-11-21 10:26:48.925901 | fa163ed5-6186-4aa7-9588-00000000202b | TASK | Create /var/lib/tripleo-config directory 2025-11-21 10:26:49.156504 | fa163ed5-6186-4aa7-9588-00000000202b | OK | Create /var/lib/tripleo-config directory | standalone 2025-11-21 10:26:49.157777 | fa163ed5-6186-4aa7-9588-00000000202b | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:28.347474 | 0.23s 2025-11-21 10:26:49.183921 | fa163ed5-6186-4aa7-9588-00000000202c | TASK | Clean old /var/lib/container-startup-configs.json file 2025-11-21 10:26:49.401305 | fa163ed5-6186-4aa7-9588-00000000202c | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-11-21 10:26:49.402591 | fa163ed5-6186-4aa7-9588-00000000202c | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:28.592287 | 0.22s 2025-11-21 10:26:49.428066 | fa163ed5-6186-4aa7-9588-00000000202d | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-11-21 10:26:49.657628 | fa163ed5-6186-4aa7-9588-00000000202d | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-11-21 10:26:49.658762 | fa163ed5-6186-4aa7-9588-00000000202d | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:28.848460 | 0.23s 2025-11-21 10:26:49.684756 | fa163ed5-6186-4aa7-9588-000000002031 | TASK | Create fcontext entry for container-config-scripts 2025-11-21 10:26:50.941580 | fa163ed5-6186-4aa7-9588-000000002031 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-11-21 10:26:50.943413 | fa163ed5-6186-4aa7-9588-000000002031 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:30.133106 | 1.26s 2025-11-21 10:26:50.972801 | fa163ed5-6186-4aa7-9588-000000002032 | TASK | Create /var/lib/container-config-scripts 2025-11-21 10:26:51.198132 | fa163ed5-6186-4aa7-9588-000000002032 | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-11-21 10:26:51.199620 | fa163ed5-6186-4aa7-9588-000000002032 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:30.389314 | 0.23s 2025-11-21 10:26:51.225650 | fa163ed5-6186-4aa7-9588-000000002033 | TASK | Write container config scripts 2025-11-21 10:26:51.585602 | fa163ed5-6186-4aa7-9588-000000002033 | CHANGED | Write container config scripts | standalone 2025-11-21 10:26:51.587670 | fa163ed5-6186-4aa7-9588-000000002033 | TIMING | Write container config scripts | standalone | 0:03:30.777361 | 0.36s 2025-11-21 10:26:51.613808 | fa163ed5-6186-4aa7-9588-000000002034 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-11-21 10:26:52.091045 | fa163ed5-6186-4aa7-9588-000000002034 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-11-21 10:26:52.093002 | fa163ed5-6186-4aa7-9588-000000002034 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:31.282693 | 0.48s 2025-11-21 10:26:52.119603 | fa163ed5-6186-4aa7-9588-000000002035 | TASK | Generate startup configs files per step and per container 2025-11-21 10:26:52.724330 | fa163ed5-6186-4aa7-9588-000000002035 | CHANGED | Generate startup configs files per step and per container | standalone 2025-11-21 10:26:52.733634 | fa163ed5-6186-4aa7-9588-000000002035 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:31.923325 | 0.61s 2025-11-21 10:26:52.775088 | fa163ed5-6186-4aa7-9588-000000002036 | TASK | Create /var/lib/kolla/config_files directory 2025-11-21 10:26:53.019979 | fa163ed5-6186-4aa7-9588-000000002036 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-11-21 10:26:53.021755 | fa163ed5-6186-4aa7-9588-000000002036 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:32.211448 | 0.25s 2025-11-21 10:26:53.048358 | fa163ed5-6186-4aa7-9588-000000002037 | TASK | Create /var/lib/config-data directory 2025-11-21 10:26:53.274560 | fa163ed5-6186-4aa7-9588-000000002037 | CHANGED | Create /var/lib/config-data directory | standalone 2025-11-21 10:26:53.276069 | fa163ed5-6186-4aa7-9588-000000002037 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:32.465765 | 0.23s 2025-11-21 10:26:53.302000 | fa163ed5-6186-4aa7-9588-000000002038 | TASK | Write container config json files 2025-11-21 10:26:53.816063 | fa163ed5-6186-4aa7-9588-000000002038 | CHANGED | Write container config json files | standalone 2025-11-21 10:26:53.823858 | fa163ed5-6186-4aa7-9588-000000002038 | TIMING | Write container config json files | standalone | 0:03:33.013551 | 0.52s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-11-21 10:26:53.998776 | fa163ed5-6186-4aa7-9588-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-11-21 10:26:54.028068 | fa163ed5-6186-4aa7-9588-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', 'fa163ed5-6186-4aa7-9588-0000000000b1') missing from stats [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-21 10:26:54.097212 | fa163ed5-6186-4aa7-9588-0000000000b2 | TIMING | include_tasks | standalone | 0:03:33.286906 | 0.05s 2025-11-21 10:26:54.107242 | 2cc8a774-a9a1-4f74-84df-385bb1658190 | INCLUDED | /root/standalone-ansible-33jhni06/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2025-11-21 10:26:54.222130 | fa163ed5-6186-4aa7-9588-0000000000b6 | TASK | External deployment step 1 2025-11-21 10:26:54.249257 | fa163ed5-6186-4aa7-9588-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', 'fa163ed5-6186-4aa7-9588-0000000000b6') missing from stats 2025-11-21 10:26:54.303033 | fa163ed5-6186-4aa7-9588-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:33.492719 | 0.04s 2025-11-21 10:26:54.335054 | d754ed2a-3a05-4de7-a376-21f1b682acb0 | INCLUDED | /root/standalone-ansible-33jhni06/external_deploy_steps_tasks_step1.yaml | undercloud 2025-11-21 10:26:54.352577 | fa163ed5-6186-4aa7-9588-00000000207d | TASK | Set some tripleo-ansible facts 2025-11-21 10:26:54.412136 | fa163ed5-6186-4aa7-9588-00000000207d | OK | Set some tripleo-ansible facts | undercloud 2025-11-21 10:26:54.413251 | fa163ed5-6186-4aa7-9588-00000000207d | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:33.602944 | 0.06s 2025-11-21 10:26:54.428913 | fa163ed5-6186-4aa7-9588-00000000207f | TASK | Build disk list for cephadm 2025-11-21 10:26:54.482202 | fa163ed5-6186-4aa7-9588-00000000207f | OK | Build disk list for cephadm | undercloud 2025-11-21 10:26:54.483393 | fa163ed5-6186-4aa7-9588-00000000207f | TIMING | Build disk list for cephadm | undercloud | 0:03:33.673089 | 0.05s 2025-11-21 10:26:54.502186 | fa163ed5-6186-4aa7-9588-000000002086 | TASK | Container image prepare 2025-11-21 10:26:55.584287 | fa163ed5-6186-4aa7-9588-000000002086 | CHANGED | Container image prepare | undercloud 2025-11-21 10:26:55.586709 | fa163ed5-6186-4aa7-9588-000000002086 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:34.776402 | 1.08s 2025-11-21 10:26:55.626286 | fa163ed5-6186-4aa7-9588-00000000208d | TASK | Create /etc/openstack directory if it does not exist 2025-11-21 10:26:55.885399 | fa163ed5-6186-4aa7-9588-00000000208d | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-11-21 10:26:55.886978 | fa163ed5-6186-4aa7-9588-00000000208d | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:35.076670 | 0.26s 2025-11-21 10:26:55.905272 | fa163ed5-6186-4aa7-9588-00000000208e | TASK | Configure /etc/openstack/clouds.yaml 2025-11-21 10:26:55.956649 | fa163ed5-6186-4aa7-9588-00000000208e | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:35.146337 | 0.05s 2025-11-21 10:26:56.004138 | fa163ed5-6186-4aa7-9588-0000000020b5 | TASK | Check if /etc/openstack/clouds.yaml exists 2025-11-21 10:26:56.247939 | fa163ed5-6186-4aa7-9588-0000000020b5 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-11-21 10:26:56.249276 | fa163ed5-6186-4aa7-9588-0000000020b5 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:35.438969 | 0.24s 2025-11-21 10:26:56.268888 | fa163ed5-6186-4aa7-9588-0000000020b6 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-11-21 10:26:56.760141 | fa163ed5-6186-4aa7-9588-0000000020b6 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-11-21 10:26:56.761568 | fa163ed5-6186-4aa7-9588-0000000020b6 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:35.951262 | 0.49s 2025-11-21 10:26:56.781945 | fa163ed5-6186-4aa7-9588-0000000020b7 | TASK | Configure /etc/openstack/clouds.yaml 2025-11-21 10:26:56.837262 | fa163ed5-6186-4aa7-9588-0000000020b7 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:36.026955 | 0.05s 2025-11-21 10:26:56.876109 | fa163ed5-6186-4aa7-9588-0000000020f1 | TASK | Check for a configured destination 2025-11-21 10:26:56.944789 | fa163ed5-6186-4aa7-9588-0000000020f1 | SKIPPED | Check for a configured destination | undercloud 2025-11-21 10:26:56.945603 | fa163ed5-6186-4aa7-9588-0000000020f1 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:36.135307 | 0.07s 2025-11-21 10:26:56.967046 | fa163ed5-6186-4aa7-9588-0000000020f2 | TASK | Generate /etc/openstack/clouds.yaml config 2025-11-21 10:26:57.452597 | fa163ed5-6186-4aa7-9588-0000000020f2 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-11-21 10:26:57.453992 | fa163ed5-6186-4aa7-9588-0000000020f2 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:36.643688 | 0.49s PLAY [Deploy step tasks for 1] ************************************************* 2025-11-21 10:26:57.620051 | fa163ed5-6186-4aa7-9588-0000000000ba | TASK | Deploy step tasks for 1 2025-11-21 10:26:57.650615 | fa163ed5-6186-4aa7-9588-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', 'fa163ed5-6186-4aa7-9588-0000000000ba') missing from stats 2025-11-21 10:26:57.671069 | fa163ed5-6186-4aa7-9588-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-11-21 10:26:58.152414 | fa163ed5-6186-4aa7-9588-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-11-21 10:26:58.153770 | fa163ed5-6186-4aa7-9588-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:37.343463 | 0.48s 2025-11-21 10:26:58.179206 | fa163ed5-6186-4aa7-9588-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-11-21 10:26:58.389540 | fa163ed5-6186-4aa7-9588-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-11-21 10:26:58.390752 | fa163ed5-6186-4aa7-9588-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:37.580449 | 0.21s 2025-11-21 10:26:58.416200 | fa163ed5-6186-4aa7-9588-0000000000be | TASK | Write config data at the start of step 1 2025-11-21 10:26:58.488355 | fa163ed5-6186-4aa7-9588-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:37.678048 | 0.07s 2025-11-21 10:26:58.533144 | 2425ee63-3638-461f-87e6-79a8632c3cb9 | INCLUDED | /root/standalone-ansible-33jhni06/common_deploy_steps_tasks_step_1.yaml | standalone 2025-11-21 10:26:58.557515 | fa163ed5-6186-4aa7-9588-000000002130 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-11-21 10:26:58.586402 | fa163ed5-6186-4aa7-9588-000000002130 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-11-21 10:26:58.587112 | fa163ed5-6186-4aa7-9588-000000002130 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:37.776815 | 0.03s 2025-11-21 10:26:58.606647 | fa163ed5-6186-4aa7-9588-000000002131 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-11-21 10:26:58.634749 | fa163ed5-6186-4aa7-9588-000000002131 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-11-21 10:26:58.635419 | fa163ed5-6186-4aa7-9588-000000002131 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:37.825123 | 0.03s 2025-11-21 10:26:58.654725 | fa163ed5-6186-4aa7-9588-000000002132 | TASK | Write the puppet step_config manifest 2025-11-21 10:26:59.143581 | fa163ed5-6186-4aa7-9588-000000002132 | CHANGED | Write the puppet step_config manifest | standalone 2025-11-21 10:26:59.144760 | fa163ed5-6186-4aa7-9588-000000002132 | TIMING | Write the puppet step_config manifest | standalone | 0:03:38.334457 | 0.49s 2025-11-21 10:26:59.169314 | fa163ed5-6186-4aa7-9588-000000002133 | TASK | Diff puppet step_config manifest changes for check mode 2025-11-21 10:26:59.199324 | fa163ed5-6186-4aa7-9588-000000002133 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-11-21 10:26:59.200367 | fa163ed5-6186-4aa7-9588-000000002133 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:38.390064 | 0.03s 2025-11-21 10:26:59.226275 | fa163ed5-6186-4aa7-9588-000000002134 | TASK | Diff puppet step_config manifest changes for check mode 2025-11-21 10:26:59.255341 | fa163ed5-6186-4aa7-9588-000000002134 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-11-21 10:26:59.256393 | fa163ed5-6186-4aa7-9588-000000002134 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:38.446088 | 0.03s 2025-11-21 10:26:59.281512 | fa163ed5-6186-4aa7-9588-000000002135 | TASK | Create /var/lib/container-puppet 2025-11-21 10:26:59.577338 | fa163ed5-6186-4aa7-9588-000000002135 | OK | Create /var/lib/container-puppet | standalone 2025-11-21 10:26:59.578650 | fa163ed5-6186-4aa7-9588-000000002135 | TIMING | Create /var/lib/container-puppet | standalone | 0:03:38.768348 | 0.30s 2025-11-21 10:26:59.603793 | fa163ed5-6186-4aa7-9588-000000002136 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-11-21 10:26:59.632936 | fa163ed5-6186-4aa7-9588-000000002136 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-11-21 10:26:59.633989 | fa163ed5-6186-4aa7-9588-000000002136 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:38.823686 | 0.03s 2025-11-21 10:26:59.659093 | fa163ed5-6186-4aa7-9588-000000002137 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-11-21 10:26:59.687419 | fa163ed5-6186-4aa7-9588-000000002137 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-11-21 10:26:59.688502 | fa163ed5-6186-4aa7-9588-000000002137 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:38.878198 | 0.03s 2025-11-21 10:26:59.713213 | fa163ed5-6186-4aa7-9588-000000002138 | TASK | Write container-puppet.json file 2025-11-21 10:27:00.289325 | fa163ed5-6186-4aa7-9588-000000002138 | CHANGED | Write container-puppet.json file | standalone 2025-11-21 10:27:00.290671 | fa163ed5-6186-4aa7-9588-000000002138 | TIMING | Write container-puppet.json file | standalone | 0:03:39.480366 | 0.58s 2025-11-21 10:27:00.316739 | fa163ed5-6186-4aa7-9588-000000002139 | TASK | Diff container-puppet.json changes for check mode 2025-11-21 10:27:00.346067 | fa163ed5-6186-4aa7-9588-000000002139 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-11-21 10:27:00.347138 | fa163ed5-6186-4aa7-9588-000000002139 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:39.536835 | 0.03s 2025-11-21 10:27:00.372110 | fa163ed5-6186-4aa7-9588-00000000213a | TASK | Diff container-puppet.json changes for check mode 2025-11-21 10:27:00.399933 | fa163ed5-6186-4aa7-9588-00000000213a | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-11-21 10:27:00.400996 | fa163ed5-6186-4aa7-9588-00000000213a | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:39.590693 | 0.03s 2025-11-21 10:27:00.426068 | fa163ed5-6186-4aa7-9588-00000000213b | TASK | Ensure config hashes are up-to-date for container startup configs 2025-11-21 10:27:00.819020 | fa163ed5-6186-4aa7-9588-00000000213b | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-11-21 10:27:00.820293 | fa163ed5-6186-4aa7-9588-00000000213b | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:40.009990 | 0.39s 2025-11-21 10:27:00.846487 | fa163ed5-6186-4aa7-9588-00000000213c | TASK | Set host puppet debugging fact string 2025-11-21 10:27:00.879065 | fa163ed5-6186-4aa7-9588-00000000213c | SKIPPED | Set host puppet debugging fact string | standalone 2025-11-21 10:27:00.880154 | fa163ed5-6186-4aa7-9588-00000000213c | TIMING | Set host puppet debugging fact string | standalone | 0:03:40.069851 | 0.03s 2025-11-21 10:27:00.905543 | fa163ed5-6186-4aa7-9588-00000000213d | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-11-21 10:27:00.936073 | fa163ed5-6186-4aa7-9588-00000000213d | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-11-21 10:27:00.937135 | fa163ed5-6186-4aa7-9588-00000000213d | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:40.126832 | 0.03s 2025-11-21 10:27:00.963262 | fa163ed5-6186-4aa7-9588-00000000213e | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-11-21 10:27:00.992174 | fa163ed5-6186-4aa7-9588-00000000213e | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-11-21 10:27:00.993225 | fa163ed5-6186-4aa7-9588-00000000213e | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:40.182919 | 0.03s 2025-11-21 10:27:01.018053 | fa163ed5-6186-4aa7-9588-00000000213f | TASK | Create puppet check-mode files if they don't exist for check mode 2025-11-21 10:27:01.047367 | fa163ed5-6186-4aa7-9588-00000000213f | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-11-21 10:27:01.048473 | fa163ed5-6186-4aa7-9588-00000000213f | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:40.238140 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-21 10:27:01.114302 | fa163ed5-6186-4aa7-9588-0000000000c0 | TIMING | include_tasks | standalone | 0:03:40.303994 | 0.04s 2025-11-21 10:27:01.229548 | 501ab946-ae65-4421-8daf-ba0f1b2239dd | INCLUDED | /root/standalone-ansible-33jhni06/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-11-21 10:27:01.269313 | fa163ed5-6186-4aa7-9588-00000000216a | TASK | Create dirs for certificates and keys 2025-11-21 10:27:01.332082 | fa163ed5-6186-4aa7-9588-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-11-21 10:27:01.357290 | fa163ed5-6186-4aa7-9588-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-11-21 10:27:01.369756 | fa163ed5-6186-4aa7-9588-00000000216a | TIMING | Create dirs for certificates and keys | standalone | 0:03:40.559442 | 0.10s 2025-11-21 10:27:01.446133 | fa163ed5-6186-4aa7-9588-00000000216b | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-21 10:27:01.447393 | fa163ed5-6186-4aa7-9588-00000000216b | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:40.637088 | 0.05s 2025-11-21 10:27:01.473969 | fa163ed5-6186-4aa7-9588-000000002172 | TASK | Fail if container image is undefined 2025-11-21 10:27:01.538107 | fa163ed5-6186-4aa7-9588-000000002172 | SKIPPED | Fail if container image is undefined | standalone 2025-11-21 10:27:01.539170 | fa163ed5-6186-4aa7-9588-000000002172 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:40.728866 | 0.06s 2025-11-21 10:27:01.581200 | fa163ed5-6186-4aa7-9588-000000002173 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-11-21 10:27:15.987502 | fa163ed5-6186-4aa7-9588-000000002173 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-11-21 10:27:15.990384 | fa163ed5-6186-4aa7-9588-000000002173 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:55.180069 | 14.41s 2025-11-21 10:27:16.047105 | fa163ed5-6186-4aa7-9588-000000002174 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-11-21 10:27:16.446747 | fa163ed5-6186-4aa7-9588-000000002174 | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-11-21 10:27:16.448745 | fa163ed5-6186-4aa7-9588-000000002174 | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:55.638435 | 0.40s 2025-11-21 10:27:16.501031 | fa163ed5-6186-4aa7-9588-000000002183 | TASK | Fail if container image is undefined 2025-11-21 10:27:16.568682 | fa163ed5-6186-4aa7-9588-000000002183 | SKIPPED | Fail if container image is undefined | standalone 2025-11-21 10:27:16.569911 | fa163ed5-6186-4aa7-9588-000000002183 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:55.759604 | 0.07s 2025-11-21 10:27:16.615038 | fa163ed5-6186-4aa7-9588-000000002184 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-11-21 10:27:24.669344 | fa163ed5-6186-4aa7-9588-000000002184 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-11-21 10:27:24.671934 | fa163ed5-6186-4aa7-9588-000000002184 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:03.861532 | 8.06s 2025-11-21 10:27:24.727892 | fa163ed5-6186-4aa7-9588-000000002185 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-11-21 10:27:25.108399 | fa163ed5-6186-4aa7-9588-000000002185 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-11-21 10:27:25.109846 | fa163ed5-6186-4aa7-9588-000000002185 | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:04.299539 | 0.38s 2025-11-21 10:27:25.160988 | fa163ed5-6186-4aa7-9588-000000002190 | TASK | Check if rsyslog exists 2025-11-21 10:27:26.444807 | fa163ed5-6186-4aa7-9588-000000002190 | CHANGED | Check if rsyslog exists | standalone 2025-11-21 10:27:26.446242 | fa163ed5-6186-4aa7-9588-000000002190 | TIMING | Check if rsyslog exists | standalone | 0:04:05.635938 | 1.28s 2025-11-21 10:27:26.472644 | fa163ed5-6186-4aa7-9588-000000002192 | TASK | Forward logging to haproxy.log file 2025-11-21 10:27:26.758038 | fa163ed5-6186-4aa7-9588-000000002192 | CHANGED | Forward logging to haproxy.log file | standalone 2025-11-21 10:27:26.759385 | fa163ed5-6186-4aa7-9588-000000002192 | TIMING | Forward logging to haproxy.log file | standalone | 0:04:05.949080 | 0.29s 2025-11-21 10:27:26.785935 | fa163ed5-6186-4aa7-9588-000000002193 | TASK | restart rsyslog service after logging conf change 2025-11-21 10:27:27.596922 | fa163ed5-6186-4aa7-9588-000000002193 | CHANGED | restart rsyslog service after logging conf change | standalone 2025-11-21 10:27:27.598956 | fa163ed5-6186-4aa7-9588-000000002193 | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:06.788650 | 0.81s 2025-11-21 10:27:27.628434 | fa163ed5-6186-4aa7-9588-00000000219a | TASK | Fail if container image is undefined 2025-11-21 10:27:27.690913 | fa163ed5-6186-4aa7-9588-00000000219a | SKIPPED | Fail if container image is undefined | standalone 2025-11-21 10:27:27.693084 | fa163ed5-6186-4aa7-9588-00000000219a | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:06.882748 | 0.06s 2025-11-21 10:27:27.736324 | fa163ed5-6186-4aa7-9588-00000000219b | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-11-21 10:27:33.544033 | fa163ed5-6186-4aa7-9588-00000000219b | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-11-21 10:27:33.545584 | fa163ed5-6186-4aa7-9588-00000000219b | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:12.735276 | 5.81s 2025-11-21 10:27:33.600331 | fa163ed5-6186-4aa7-9588-00000000219c | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-11-21 10:27:33.960506 | fa163ed5-6186-4aa7-9588-00000000219c | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-11-21 10:27:33.961996 | fa163ed5-6186-4aa7-9588-00000000219c | TIMING | tripleo_container_tag : Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:13.151689 | 0.36s 2025-11-21 10:27:34.012015 | fa163ed5-6186-4aa7-9588-0000000021a6 | TASK | Run lvmfilter role 2025-11-21 10:27:34.062384 | fa163ed5-6186-4aa7-9588-0000000021a6 | TIMING | Run lvmfilter role | standalone | 0:04:13.252075 | 0.05s 2025-11-21 10:27:34.143161 | fa163ed5-6186-4aa7-9588-0000000022bd | TASK | Check if lvm2 is installed 2025-11-21 10:27:34.406179 | fa163ed5-6186-4aa7-9588-0000000022bd | CHANGED | Check if lvm2 is installed | standalone 2025-11-21 10:27:34.407484 | fa163ed5-6186-4aa7-9588-0000000022bd | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:13.597154 | 0.26s 2025-11-21 10:27:34.436605 | fa163ed5-6186-4aa7-9588-0000000022bf | TASK | collect ansible devices 2025-11-21 10:27:34.498897 | fa163ed5-6186-4aa7-9588-0000000022bf | SKIPPED | collect ansible devices | standalone 2025-11-21 10:27:34.500084 | fa163ed5-6186-4aa7-9588-0000000022bf | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:13.689779 | 0.06s 2025-11-21 10:27:34.526645 | fa163ed5-6186-4aa7-9588-0000000022c0 | TASK | collect in-use lvm2 devices list 2025-11-21 10:27:34.579915 | fa163ed5-6186-4aa7-9588-0000000022c0 | SKIPPED | collect in-use lvm2 devices list | standalone 2025-11-21 10:27:34.581069 | fa163ed5-6186-4aa7-9588-0000000022c0 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:13.770765 | 0.05s 2025-11-21 10:27:34.607211 | fa163ed5-6186-4aa7-9588-0000000022c1 | TASK | set allowed_devices 2025-11-21 10:27:34.662156 | fa163ed5-6186-4aa7-9588-0000000022c1 | SKIPPED | set allowed_devices | standalone 2025-11-21 10:27:34.663291 | fa163ed5-6186-4aa7-9588-0000000022c1 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:13.852987 | 0.05s 2025-11-21 10:27:34.688579 | fa163ed5-6186-4aa7-9588-0000000022c2 | TASK | build lvm2 allow list 2025-11-21 10:27:34.739128 | fa163ed5-6186-4aa7-9588-0000000022c2 | SKIPPED | build lvm2 allow list | standalone 2025-11-21 10:27:34.740244 | fa163ed5-6186-4aa7-9588-0000000022c2 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:13.929940 | 0.05s 2025-11-21 10:27:34.765943 | fa163ed5-6186-4aa7-9588-0000000022c3 | TASK | build lvm2 deny list 2025-11-21 10:27:34.819834 | fa163ed5-6186-4aa7-9588-0000000022c3 | SKIPPED | build lvm2 deny list | standalone 2025-11-21 10:27:34.821095 | fa163ed5-6186-4aa7-9588-0000000022c3 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:14.010791 | 0.05s 2025-11-21 10:27:34.847951 | fa163ed5-6186-4aa7-9588-0000000022c4 | TASK | build lvm2 filter 2025-11-21 10:27:34.900264 | fa163ed5-6186-4aa7-9588-0000000022c4 | SKIPPED | build lvm2 filter | standalone 2025-11-21 10:27:34.901495 | fa163ed5-6186-4aa7-9588-0000000022c4 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:14.091190 | 0.05s 2025-11-21 10:27:34.927366 | fa163ed5-6186-4aa7-9588-0000000022c5 | TASK | regenerate lvm config 2025-11-21 10:27:34.977482 | fa163ed5-6186-4aa7-9588-0000000022c5 | SKIPPED | regenerate lvm config | standalone 2025-11-21 10:27:34.978597 | fa163ed5-6186-4aa7-9588-0000000022c5 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:14.168293 | 0.05s 2025-11-21 10:27:35.004503 | fa163ed5-6186-4aa7-9588-0000000022c6 | TASK | copy new lvm.conf in place 2025-11-21 10:27:35.057683 | fa163ed5-6186-4aa7-9588-0000000022c6 | SKIPPED | copy new lvm.conf in place | standalone 2025-11-21 10:27:35.058765 | fa163ed5-6186-4aa7-9588-0000000022c6 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:14.248462 | 0.05s 2025-11-21 10:27:35.107851 | fa163ed5-6186-4aa7-9588-0000000021ac | TASK | Fail if container image is undefined 2025-11-21 10:27:35.179173 | fa163ed5-6186-4aa7-9588-0000000021ac | SKIPPED | Fail if container image is undefined | standalone 2025-11-21 10:27:35.180288 | fa163ed5-6186-4aa7-9588-0000000021ac | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:14.369984 | 0.07s 2025-11-21 10:27:35.222677 | fa163ed5-6186-4aa7-9588-0000000021ad | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-11-21 10:27:43.625548 | fa163ed5-6186-4aa7-9588-0000000021ad | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-11-21 10:27:43.627212 | fa163ed5-6186-4aa7-9588-0000000021ad | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:22.816904 | 8.40s 2025-11-21 10:27:43.683214 | fa163ed5-6186-4aa7-9588-0000000021ae | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-11-21 10:27:44.050228 | fa163ed5-6186-4aa7-9588-0000000021ae | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-11-21 10:27:44.051644 | fa163ed5-6186-4aa7-9588-0000000021ae | TIMING | tripleo_container_tag : Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:23.241338 | 0.37s 2025-11-21 10:27:44.153074 | fa163ed5-6186-4aa7-9588-0000000021b9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-21 10:27:44.154231 | fa163ed5-6186-4aa7-9588-0000000021b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:23.343926 | 0.05s 2025-11-21 10:27:44.180326 | fa163ed5-6186-4aa7-9588-0000000021c0 | TASK | Fail if container image is undefined 2025-11-21 10:27:44.244250 | fa163ed5-6186-4aa7-9588-0000000021c0 | SKIPPED | Fail if container image is undefined | standalone 2025-11-21 10:27:44.245325 | fa163ed5-6186-4aa7-9588-0000000021c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:23.435022 | 0.06s 2025-11-21 10:27:44.286571 | fa163ed5-6186-4aa7-9588-0000000021c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-11-21 10:27:51.317312 | fa163ed5-6186-4aa7-9588-0000000021c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-11-21 10:27:51.320465 | fa163ed5-6186-4aa7-9588-0000000021c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:30.510133 | 7.03s 2025-11-21 10:27:51.378468 | fa163ed5-6186-4aa7-9588-0000000021c2 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-11-21 10:27:51.743049 | fa163ed5-6186-4aa7-9588-0000000021c2 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-11-21 10:27:51.745314 | fa163ed5-6186-4aa7-9588-0000000021c2 | TIMING | tripleo_container_tag : Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:30.935008 | 0.37s 2025-11-21 10:27:51.846887 | fa163ed5-6186-4aa7-9588-0000000021cd | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-21 10:27:51.849035 | fa163ed5-6186-4aa7-9588-0000000021cd | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:31.038728 | 0.05s 2025-11-21 10:27:51.875222 | fa163ed5-6186-4aa7-9588-0000000021cf | TASK | install systemd-container for a greenfield 2025-11-21 10:28:12.328523 | fa163ed5-6186-4aa7-9588-0000000021cf | CHANGED | install systemd-container for a greenfield | standalone 2025-11-21 10:28:12.331494 | fa163ed5-6186-4aa7-9588-0000000021cf | TIMING | install systemd-container for a greenfield | standalone | 0:04:51.521189 | 20.45s 2025-11-21 10:28:12.358230 | fa163ed5-6186-4aa7-9588-0000000021d0 | TASK | manage PMEM namespaces for vPMEM 2025-11-21 10:28:12.408880 | fa163ed5-6186-4aa7-9588-0000000021d0 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-11-21 10:28:12.411264 | fa163ed5-6186-4aa7-9588-0000000021d0 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:51.600955 | 0.05s 2025-11-21 10:28:12.438501 | fa163ed5-6186-4aa7-9588-0000000021d2 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-11-21 10:28:12.713382 | fa163ed5-6186-4aa7-9588-0000000021d2 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-11-21 10:28:12.714664 | fa163ed5-6186-4aa7-9588-0000000021d2 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:51.904361 | 0.27s 2025-11-21 10:28:12.739636 | fa163ed5-6186-4aa7-9588-0000000021d4 | TASK | is KSM enabled 2025-11-21 10:28:12.791140 | fa163ed5-6186-4aa7-9588-0000000021d4 | OK | is KSM enabled | standalone 2025-11-21 10:28:12.792353 | fa163ed5-6186-4aa7-9588-0000000021d4 | TIMING | is KSM enabled | standalone | 0:04:51.982049 | 0.05s 2025-11-21 10:28:12.817968 | fa163ed5-6186-4aa7-9588-0000000021d6 | TASK | Check for ksm 2025-11-21 10:28:13.089507 | fa163ed5-6186-4aa7-9588-0000000021d6 | CHANGED | Check for ksm | standalone 2025-11-21 10:28:13.090557 | fa163ed5-6186-4aa7-9588-0000000021d6 | TIMING | Check for ksm | standalone | 0:04:52.280260 | 0.27s 2025-11-21 10:28:13.111006 | fa163ed5-6186-4aa7-9588-0000000021d7 | TASK | disable KSM services 2025-11-21 10:28:13.203790 | fa163ed5-6186-4aa7-9588-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-11-21 10:28:13.236985 | fa163ed5-6186-4aa7-9588-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-11-21 10:28:13.248839 | fa163ed5-6186-4aa7-9588-0000000021d7 | TIMING | disable KSM services | standalone | 0:04:52.438526 | 0.14s 2025-11-21 10:28:13.276504 | fa163ed5-6186-4aa7-9588-0000000021d8 | TASK | delete PageKSM after disable ksm on compute 2025-11-21 10:28:13.351354 | fa163ed5-6186-4aa7-9588-0000000021d8 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-11-21 10:28:13.353007 | fa163ed5-6186-4aa7-9588-0000000021d8 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:52.542696 | 0.07s 2025-11-21 10:28:13.377669 | fa163ed5-6186-4aa7-9588-0000000021da | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-11-21 10:28:13.425852 | fa163ed5-6186-4aa7-9588-0000000021da | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-11-21 10:28:13.427078 | fa163ed5-6186-4aa7-9588-0000000021da | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:52.616772 | 0.05s 2025-11-21 10:28:13.453891 | fa163ed5-6186-4aa7-9588-0000000021db | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-11-21 10:28:13.504231 | fa163ed5-6186-4aa7-9588-0000000021db | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-11-21 10:28:13.505475 | fa163ed5-6186-4aa7-9588-0000000021db | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:52.695129 | 0.05s 2025-11-21 10:28:13.531960 | fa163ed5-6186-4aa7-9588-0000000021dc | TASK | enable ksmtunded 2025-11-21 10:28:13.594618 | fa163ed5-6186-4aa7-9588-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-11-21 10:28:13.617359 | fa163ed5-6186-4aa7-9588-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-11-21 10:28:13.629563 | fa163ed5-6186-4aa7-9588-0000000021dc | TIMING | enable ksmtunded | standalone | 0:04:52.819256 | 0.10s 2025-11-21 10:28:13.706013 | fa163ed5-6186-4aa7-9588-0000000021de | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-21 10:28:13.707209 | fa163ed5-6186-4aa7-9588-0000000021de | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:52.896905 | 0.05s 2025-11-21 10:28:13.733511 | fa163ed5-6186-4aa7-9588-0000000021e0 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-11-21 10:28:13.804928 | fa163ed5-6186-4aa7-9588-0000000021e0 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-11-21 10:28:13.806204 | fa163ed5-6186-4aa7-9588-0000000021e0 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:52.995899 | 0.07s 2025-11-21 10:28:13.832028 | fa163ed5-6186-4aa7-9588-0000000021e1 | TASK | Populate ansible service facts so we can check for pacemaker service 2025-11-21 10:28:16.963916 | fa163ed5-6186-4aa7-9588-0000000021e1 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-11-21 10:28:16.967314 | fa163ed5-6186-4aa7-9588-0000000021e1 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:04:56.157017 | 3.13s 2025-11-21 10:28:16.993946 | fa163ed5-6186-4aa7-9588-0000000021e3 | TASK | Fetch ovn-dbs-bundle 2025-11-21 10:28:17.062859 | fa163ed5-6186-4aa7-9588-0000000021e3 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-11-21 10:28:17.063963 | fa163ed5-6186-4aa7-9588-0000000021e3 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:04:56.253658 | 0.07s 2025-11-21 10:28:17.094384 | fa163ed5-6186-4aa7-9588-0000000021e4 | TASK | Fetch ovn VIP 2025-11-21 10:28:17.200629 | fa163ed5-6186-4aa7-9588-0000000021e4 | SKIPPED | Fetch ovn VIP | standalone 2025-11-21 10:28:17.202209 | fa163ed5-6186-4aa7-9588-0000000021e4 | TIMING | Fetch ovn VIP | standalone | 0:04:56.391903 | 0.11s 2025-11-21 10:28:17.292135 | fa163ed5-6186-4aa7-9588-0000000021e5 | TASK | Remove OVNDBs from pacemaker 2025-11-21 10:28:17.360945 | fa163ed5-6186-4aa7-9588-0000000021e5 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-11-21 10:28:17.361947 | fa163ed5-6186-4aa7-9588-0000000021e5 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:04:56.551646 | 0.07s 2025-11-21 10:28:17.384470 | fa163ed5-6186-4aa7-9588-0000000021e6 | TASK | Remove OVNDBs VIP from pacemaker 2025-11-21 10:28:17.443334 | fa163ed5-6186-4aa7-9588-0000000021e6 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-11-21 10:28:17.444367 | fa163ed5-6186-4aa7-9588-0000000021e6 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:04:56.634063 | 0.06s 2025-11-21 10:28:17.473536 | fa163ed5-6186-4aa7-9588-0000000021e7 | TASK | Clean up pacemaker remote nodes cache 2025-11-21 10:28:17.543697 | fa163ed5-6186-4aa7-9588-0000000021e7 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-11-21 10:28:17.544759 | fa163ed5-6186-4aa7-9588-0000000021e7 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:04:56.734454 | 0.07s 2025-11-21 10:28:17.574371 | fa163ed5-6186-4aa7-9588-0000000021e8 | TASK | Remove pacemaker attributes 2025-11-21 10:28:17.645652 | fa163ed5-6186-4aa7-9588-0000000021e8 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-11-21 10:28:17.652486 | fa163ed5-6186-4aa7-9588-0000000021e8 | TIMING | Remove pacemaker attributes | standalone | 0:04:56.842180 | 0.08s 2025-11-21 10:28:17.733466 | fa163ed5-6186-4aa7-9588-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-21 10:28:17.734884 | fa163ed5-6186-4aa7-9588-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:56.924578 | 0.05s 2025-11-21 10:28:17.764633 | fa163ed5-6186-4aa7-9588-0000000021ed | TASK | Configure OVN DBs and northd 2025-11-21 10:28:17.815777 | fa163ed5-6186-4aa7-9588-0000000021ed | TIMING | Configure OVN DBs and northd | standalone | 0:04:57.005470 | 0.05s 2025-11-21 10:28:17.882828 | fa163ed5-6186-4aa7-9588-000000002395 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-11-21 10:28:18.142886 | fa163ed5-6186-4aa7-9588-000000002395 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-11-21 10:28:18.143929 | fa163ed5-6186-4aa7-9588-000000002395 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:04:57.333627 | 0.26s 2025-11-21 10:28:18.166743 | fa163ed5-6186-4aa7-9588-000000002396 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-11-21 10:28:18.228794 | fa163ed5-6186-4aa7-9588-000000002396 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-11-21 10:28:18.230232 | fa163ed5-6186-4aa7-9588-000000002396 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:57.419917 | 0.06s 2025-11-21 10:28:18.260329 | fa163ed5-6186-4aa7-9588-000000002397 | TASK | check ovsdb-tool election-timer options 2025-11-21 10:28:18.512139 | fa163ed5-6186-4aa7-9588-000000002397 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-11-21 10:28:18.513532 | fa163ed5-6186-4aa7-9588-000000002397 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:04:57.703227 | 0.25s 2025-11-21 10:28:18.543843 | fa163ed5-6186-4aa7-9588-000000002398 | TASK | set has_ovsdb_tool_election_timer fact 2025-11-21 10:28:18.615282 | fa163ed5-6186-4aa7-9588-000000002398 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-11-21 10:28:18.616615 | fa163ed5-6186-4aa7-9588-000000002398 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:04:57.806310 | 0.07s 2025-11-21 10:28:18.646759 | fa163ed5-6186-4aa7-9588-000000002399 | TASK | render OVN cluster configuration 2025-11-21 10:28:19.200126 | fa163ed5-6186-4aa7-9588-000000002399 | CHANGED | render OVN cluster configuration | standalone 2025-11-21 10:28:19.201532 | fa163ed5-6186-4aa7-9588-000000002399 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:04:58.391228 | 0.55s 2025-11-21 10:28:19.231531 | fa163ed5-6186-4aa7-9588-00000000239a | TASK | restart OVN northd and north and south databases 2025-11-21 10:28:19.295692 | fa163ed5-6186-4aa7-9588-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:58.485373 | 0.06s 2025-11-21 10:28:19.315011 | fa163ed5-6186-4aa7-9588-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:58.504704 | 0.08s 2025-11-21 10:28:19.325837 | fa163ed5-6186-4aa7-9588-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:58.515538 | 0.09s 2025-11-21 10:28:19.332938 | fa163ed5-6186-4aa7-9588-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:58.522630 | 0.10s 2025-11-21 10:28:19.359838 | 40ea0ec5-bc2f-43c5-8431-54a5dc9851a3 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-11-21 10:28:19.368371 | 4b3f115d-0f83-48d3-a4cb-920dcac5a72b | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-11-21 10:28:19.376087 | 6c28730a-11c4-4e20-8e57-593548ca558e | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-11-21 10:28:19.408135 | fa163ed5-6186-4aa7-9588-0000000023c9 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-11-21 10:28:19.679569 | fa163ed5-6186-4aa7-9588-0000000023c9 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-11-21 10:28:19.680941 | fa163ed5-6186-4aa7-9588-0000000023c9 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:04:58.870635 | 0.27s 2025-11-21 10:28:19.712842 | fa163ed5-6186-4aa7-9588-0000000023ca | TASK | restart tripleo_cluster_north_db_server systemd service 2025-11-21 10:28:19.763588 | fa163ed5-6186-4aa7-9588-0000000023ca | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-11-21 10:28:19.764873 | fa163ed5-6186-4aa7-9588-0000000023ca | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:04:58.954566 | 0.05s 2025-11-21 10:28:19.796607 | fa163ed5-6186-4aa7-9588-0000000023ce | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-11-21 10:28:20.065458 | fa163ed5-6186-4aa7-9588-0000000023ce | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-11-21 10:28:20.066913 | fa163ed5-6186-4aa7-9588-0000000023ce | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:04:59.256606 | 0.27s 2025-11-21 10:28:20.100847 | fa163ed5-6186-4aa7-9588-0000000023cf | TASK | restart tripleo_cluster_south_db_server systemd service 2025-11-21 10:28:20.151583 | fa163ed5-6186-4aa7-9588-0000000023cf | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-11-21 10:28:20.152884 | fa163ed5-6186-4aa7-9588-0000000023cf | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:04:59.342576 | 0.05s 2025-11-21 10:28:20.187277 | fa163ed5-6186-4aa7-9588-0000000023d3 | TASK | check if tripleo_cluster_northd systemd service is active 2025-11-21 10:28:20.420238 | fa163ed5-6186-4aa7-9588-0000000023d3 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-11-21 10:28:20.421655 | fa163ed5-6186-4aa7-9588-0000000023d3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:04:59.611348 | 0.23s 2025-11-21 10:28:20.453407 | fa163ed5-6186-4aa7-9588-0000000023d4 | TASK | restart tripleo_cluster_northd systemd service 2025-11-21 10:28:20.507583 | fa163ed5-6186-4aa7-9588-0000000023d4 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-11-21 10:28:20.508950 | fa163ed5-6186-4aa7-9588-0000000023d4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:04:59.698642 | 0.05s 2025-11-21 10:28:20.630143 | fa163ed5-6186-4aa7-9588-0000000021ef | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-21 10:28:20.631555 | fa163ed5-6186-4aa7-9588-0000000021ef | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:59.821244 | 0.05s 2025-11-21 10:28:20.714029 | fa163ed5-6186-4aa7-9588-0000000021f1 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-21 10:28:20.715395 | fa163ed5-6186-4aa7-9588-0000000021f1 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:59.905088 | 0.05s 2025-11-21 10:28:20.735721 | fa163ed5-6186-4aa7-9588-0000000021f8 | TASK | Fail if container image is undefined 2025-11-21 10:28:20.794602 | fa163ed5-6186-4aa7-9588-0000000021f8 | SKIPPED | Fail if container image is undefined | standalone 2025-11-21 10:28:20.795862 | fa163ed5-6186-4aa7-9588-0000000021f8 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:59.985557 | 0.06s 2025-11-21 10:28:20.841925 | fa163ed5-6186-4aa7-9588-0000000021f9 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-11-21 10:28:26.993818 | fa163ed5-6186-4aa7-9588-0000000021f9 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-11-21 10:28:26.995291 | fa163ed5-6186-4aa7-9588-0000000021f9 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:06.184983 | 6.15s 2025-11-21 10:28:27.053831 | fa163ed5-6186-4aa7-9588-0000000021fa | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-11-21 10:28:27.437989 | fa163ed5-6186-4aa7-9588-0000000021fa | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-11-21 10:28:27.439333 | fa163ed5-6186-4aa7-9588-0000000021fa | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:06.629029 | 0.38s 2025-11-21 10:28:27.495588 | fa163ed5-6186-4aa7-9588-000000002205 | TASK | Pre-fetch all the containers 2025-11-21 10:28:32.386439 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-11-21 10:28:32.392554 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:11.582241 | 4.90s 2025-11-21 10:28:38.215999 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-11-21 10:28:38.217581 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:17.407287 | 10.72s 2025-11-21 10:28:40.758993 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-11-21 10:28:40.762716 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:19.952413 | 13.27s 2025-11-21 10:28:44.148985 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-11-21 10:28:44.151639 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:23.341335 | 16.65s 2025-11-21 10:28:46.014042 | fa163ed5-6186-4aa7-9588-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-11-21 10:28:46.016985 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:25.206678 | 18.52s 2025-11-21 10:28:47.743190 | fa163ed5-6186-4aa7-9588-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-11-21 10:28:47.746054 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:26.935748 | 20.25s 2025-11-21 10:28:52.114019 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-11-21 10:28:52.117886 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:31.307581 | 24.62s 2025-11-21 10:28:56.181988 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2025-11-21 10:28:56.185809 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:35.375505 | 28.69s 2025-11-21 10:29:01.041068 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-11-21 10:29:01.045462 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:40.235141 | 33.55s 2025-11-21 10:29:03.472363 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-11-21 10:29:03.476404 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:42.666098 | 35.98s 2025-11-21 10:29:11.657970 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-11-21 10:29:11.661794 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:50.851477 | 44.16s 2025-11-21 10:29:14.567792 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-11-21 10:29:14.570866 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:53.760562 | 47.07s 2025-11-21 10:29:31.838975 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-11-21 10:29:31.843760 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:11.033449 | 64.35s 2025-11-21 10:29:41.783256 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-11-21 10:29:41.786104 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:20.975799 | 74.29s 2025-11-21 10:29:49.406548 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-11-21 10:29:49.409404 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:28.599085 | 81.91s 2025-11-21 10:30:00.957985 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-11-21 10:30:00.962003 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:40.151698 | 93.46s 2025-11-21 10:30:11.123269 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-11-21 10:30:11.125922 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:50.315619 | 103.63s 2025-11-21 10:30:16.265416 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-11-21 10:30:16.268502 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:55.458199 | 108.77s 2025-11-21 10:30:20.396950 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-11-21 10:30:20.400213 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:59.589901 | 112.90s 2025-11-21 10:30:24.720492 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-11-21 10:30:24.724483 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:03.914163 | 117.23s 2025-11-21 10:30:31.487358 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-11-21 10:30:31.491672 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:10.681366 | 123.99s 2025-11-21 10:30:43.966104 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-11-21 10:30:43.969078 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:23.158774 | 136.47s 2025-11-21 10:30:47.225692 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-11-21 10:30:47.229915 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:26.419607 | 139.73s 2025-11-21 10:30:56.909381 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-11-21 10:30:56.913675 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:36.103343 | 149.42s 2025-11-21 10:31:02.930009 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-11-21 10:31:02.934349 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:42.124032 | 155.44s 2025-11-21 10:31:07.482848 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-11-21 10:31:07.486848 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:46.676545 | 159.99s 2025-11-21 10:31:11.184930 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-11-21 10:31:11.189613 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:50.379301 | 163.69s 2025-11-21 10:31:17.483843 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-11-21 10:31:17.487738 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:56.677431 | 169.99s 2025-11-21 10:31:20.721466 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2025-11-21 10:31:20.725347 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:59.915040 | 173.23s 2025-11-21 10:31:23.688407 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2025-11-21 10:31:23.692696 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:02.882392 | 176.20s 2025-11-21 10:31:29.436730 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-11-21 10:31:29.440704 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:08.630399 | 181.94s 2025-11-21 10:31:31.275359 | fa163ed5-6186-4aa7-9588-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-11-21 10:31:31.279352 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:10.469045 | 183.78s 2025-11-21 10:31:34.025582 | fa163ed5-6186-4aa7-9588-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-11-21 10:31:34.030065 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:13.219762 | 186.53s 2025-11-21 10:31:39.060852 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-11-21 10:31:39.063711 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:18.253406 | 191.57s 2025-11-21 10:31:42.078089 | fa163ed5-6186-4aa7-9588-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-11-21 10:31:42.080969 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:21.270664 | 194.58s 2025-11-21 10:31:46.782858 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-11-21 10:31:46.784578 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:25.974281 | 199.29s 2025-11-21 10:31:49.595784 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-11-21 10:31:49.598910 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:28.788604 | 202.10s 2025-11-21 10:31:54.305239 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-11-21 10:31:54.309349 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:33.499032 | 206.81s 2025-11-21 10:31:57.641893 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-11-21 10:31:57.644184 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:36.833881 | 210.15s 2025-11-21 10:32:00.416570 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-11-21 10:32:00.420392 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:39.610085 | 212.92s 2025-11-21 10:32:03.872010 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-11-21 10:32:03.874895 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:43.064590 | 216.38s 2025-11-21 10:32:08.554292 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-11-21 10:32:08.557083 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:47.746778 | 221.06s 2025-11-21 10:32:11.215503 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-11-21 10:32:11.219097 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:50.408791 | 223.72s 2025-11-21 10:32:14.150520 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-11-21 10:32:14.153392 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:53.343087 | 226.66s 2025-11-21 10:32:17.417023 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-11-21 10:32:17.421144 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:56.610836 | 229.92s 2025-11-21 10:32:20.970300 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-11-21 10:32:20.973613 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:00.163309 | 233.48s 2025-11-21 10:32:24.334081 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-11-21 10:32:24.337871 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:03.527565 | 236.84s 2025-11-21 10:32:32.129350 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-11-21 10:32:32.132179 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:11.321877 | 244.63s 2025-11-21 10:32:35.429278 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-11-21 10:32:35.432274 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:14.621970 | 247.93s 2025-11-21 10:32:39.276706 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-11-21 10:32:39.282054 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:18.471744 | 251.78s 2025-11-21 10:32:42.267018 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-11-21 10:32:42.271109 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:21.460805 | 254.77s 2025-11-21 10:32:45.053269 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-11-21 10:32:45.056192 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:24.245889 | 257.56s 2025-11-21 10:32:49.341550 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-11-21 10:32:49.345373 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:28.535069 | 261.85s 2025-11-21 10:32:52.358330 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-11-21 10:32:52.362560 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:31.552253 | 264.87s 2025-11-21 10:32:55.022954 | fa163ed5-6186-4aa7-9588-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-11-21 10:32:55.026345 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:34.216026 | 267.53s 2025-11-21 10:32:55.366144 | fa163ed5-6186-4aa7-9588-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:34.555829 | 267.87s 2025-11-21 10:32:55.629855 | fa163ed5-6186-4aa7-9588-000000002208 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2025-11-21 10:32:55.630832 | fa163ed5-6186-4aa7-9588-000000002208 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:09:34.820531 | 0.06s 2025-11-21 10:32:55.653406 | fa163ed5-6186-4aa7-9588-00000000220f | TASK | Fail if container image is undefined 2025-11-21 10:32:55.722773 | fa163ed5-6186-4aa7-9588-00000000220f | SKIPPED | Fail if container image is undefined | standalone 2025-11-21 10:32:55.724026 | fa163ed5-6186-4aa7-9588-00000000220f | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:09:34.913719 | 0.07s 2025-11-21 10:32:55.772012 | fa163ed5-6186-4aa7-9588-000000002210 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-11-21 10:33:01.652819 | fa163ed5-6186-4aa7-9588-000000002210 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-11-21 10:33:01.654337 | fa163ed5-6186-4aa7-9588-000000002210 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:09:40.844027 | 5.88s 2025-11-21 10:33:01.712922 | fa163ed5-6186-4aa7-9588-000000002211 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-11-21 10:33:02.080384 | fa163ed5-6186-4aa7-9588-000000002211 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-11-21 10:33:02.081842 | fa163ed5-6186-4aa7-9588-000000002211 | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:09:41.271533 | 0.37s 2025-11-21 10:33:02.137505 | fa163ed5-6186-4aa7-9588-00000000221c | TASK | Check if rsyslog exists 2025-11-21 10:33:02.424929 | fa163ed5-6186-4aa7-9588-00000000221c | CHANGED | Check if rsyslog exists | standalone 2025-11-21 10:33:02.426323 | fa163ed5-6186-4aa7-9588-00000000221c | TIMING | Check if rsyslog exists | standalone | 0:09:41.616019 | 0.29s 2025-11-21 10:33:02.454512 | fa163ed5-6186-4aa7-9588-00000000221d | TASK | Forward logging to swift.log file 2025-11-21 10:33:02.973534 | fa163ed5-6186-4aa7-9588-00000000221d | CHANGED | Forward logging to swift.log file | standalone 2025-11-21 10:33:02.974891 | fa163ed5-6186-4aa7-9588-00000000221d | TIMING | Forward logging to swift.log file | standalone | 0:09:42.164586 | 0.52s 2025-11-21 10:33:03.004025 | fa163ed5-6186-4aa7-9588-00000000221e | TASK | Restart rsyslogd service after logging conf change 2025-11-21 10:33:03.580003 | fa163ed5-6186-4aa7-9588-00000000221e | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-11-21 10:33:03.582052 | fa163ed5-6186-4aa7-9588-00000000221e | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:09:42.771744 | 0.58s 2025-11-21 10:33:03.612278 | fa163ed5-6186-4aa7-9588-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-11-21 10:33:03.840935 | fa163ed5-6186-4aa7-9588-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-11-21 10:33:03.841896 | fa163ed5-6186-4aa7-9588-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:09:43.031601 | 0.23s 2025-11-21 10:33:03.942946 | fa163ed5-6186-4aa7-9588-0000000000c3 | TIMING | include_tasks | standalone | 0:09:43.132627 | 0.08s 2025-11-21 10:33:03.985431 | 4bb6b04e-687d-45ae-a48f-e160d339dae2 | INCLUDED | /root/standalone-ansible-33jhni06/common_deploy_steps_tasks.yaml | standalone 2025-11-21 10:33:04.011074 | fa163ed5-6186-4aa7-9588-0000000024a0 | TASK | Write the config_step hieradata 2025-11-21 10:33:04.549834 | fa163ed5-6186-4aa7-9588-0000000024a0 | OK | Write the config_step hieradata | standalone 2025-11-21 10:33:04.551055 | fa163ed5-6186-4aa7-9588-0000000024a0 | TIMING | Write the config_step hieradata | standalone | 0:09:43.740750 | 0.54s 2025-11-21 10:33:04.581334 | fa163ed5-6186-4aa7-9588-0000000024a1 | TASK | Run puppet host configuration for step 1 2025-11-21 10:33:04.899197 | fa163ed5-6186-4aa7-9588-0000000024a1 | CHANGED | Run puppet host configuration for step 1 | standalone 2025-11-21 10:33:04.900512 | fa163ed5-6186-4aa7-9588-0000000024a1 | TIMING | Run puppet host configuration for step 1 | standalone | 0:09:44.090203 | 0.32s 2025-11-21 10:33:04.930175 | fa163ed5-6186-4aa7-9588-0000000024a2 | TASK | Wait for puppet host configuration to finish 2025-11-21 10:33:05.181740 | fa163ed5-6186-4aa7-9588-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-21 10:33:15.394799 | fa163ed5-6186-4aa7-9588-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-21 10:33:25.618604 | fa163ed5-6186-4aa7-9588-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-11-21 10:33:35.844776 | fa163ed5-6186-4aa7-9588-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-11-21 10:33:46.066636 | fa163ed5-6186-4aa7-9588-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-11-21 10:33:56.282836 | fa163ed5-6186-4aa7-9588-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-11-21 10:34:06.481628 | fa163ed5-6186-4aa7-9588-0000000024a2 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-21 10:34:06.482899 | fa163ed5-6186-4aa7-9588-0000000024a2 | TIMING | Wait for puppet host configuration to finish | standalone | 0:10:45.672594 | 61.55s 2025-11-21 10:34:06.513212 | fa163ed5-6186-4aa7-9588-0000000024a3 | TASK | Debug output for task: Run puppet host configuration for step 1 2025-11-21 10:34:06.598899 | fa163ed5-6186-4aa7-9588-0000000024a3 | CHANGED | Debug output for task: Run puppet host configuration for step 1 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Nov 21 10:33:05 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 21 10:33:08 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 21 10:33:08 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 21 10:33:08 puppet-user: (file & line not available)", "<13>Nov 21 10:33:09 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Nov 21 10:33:09 puppet-user: (file & line not available)", "<13>Nov 21 10:33:09 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 21 10:33:09 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 21 10:33:09 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.39 seconds", "<13>Nov 21 10:33:09 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Nov 21 10:33:09 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Nov 21 10:33:09 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Nov 21 10:33:18 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Nov 21 10:33:26 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Nov 21 10:33:26 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Nov 21 10:33:26 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Nov 21 10:33:26 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Nov 21 10:33:29 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Nov 21 10:33:30 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Nov 21 10:33:31 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Nov 21 10:33:34 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Nov 21 10:33:36 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Nov 21 10:33:37 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Nov 21 10:33:37 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Nov 21 10:34:00 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Nov 21 10:34:01 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 21 10:34:03 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Nov 21 10:34:03 puppet-user: Notice: Applied catalog in 54.51 seconds", "<13>Nov 21 10:34:03 puppet-user: Application:", "<13>Nov 21 10:34:03 puppet-user: Initial environment: production", "<13>Nov 21 10:34:03 puppet-user: Converged environment: production", "<13>Nov 21 10:34:03 puppet-user: Run mode: user", "<13>Nov 21 10:34:03 puppet-user: Changes:", "<13>Nov 21 10:34:03 puppet-user: Total: 17", "<13>Nov 21 10:34:03 puppet-user: Events:", "<13>Nov 21 10:34:03 puppet-user: Success: 17", "<13>Nov 21 10:34:03 puppet-user: Resources:", "<13>Nov 21 10:34:03 puppet-user: Restarted: 1", "<13>Nov 21 10:34:03 puppet-user: Changed: 16", "<13>Nov 21 10:34:03 puppet-user: Out of sync: 16", "<13>Nov 21 10:34:03 puppet-user: Total: 26", "<13>Nov 21 10:34:03 puppet-user: Time:", "<13>Nov 21 10:34:03 puppet-user: Schedule: 0.00", "<13>Nov 21 10:34:03 puppet-user: File: 0.00", "<13>Nov 21 10:34:03 puppet-user: File line: 0.00", "<13>Nov 21 10:34:03 puppet-user: Augeas: 0.02", "<13>Nov 21 10:34:03 puppet-user: User: 0.18", "<13>Nov 21 10:34:03 puppet-user: Config retrieval: 0.43", "<13>Nov 21 10:34:03 puppet-user: Package: 16.72", "<13>Nov 21 10:34:03 puppet-user: Last run: 1763721243", "<13>Nov 21 10:34:03 puppet-user: Exec: 28.61", "<13>Nov 21 10:34:03 puppet-user: Pcmk property: 3.59", "<13>Nov 21 10:34:03 puppet-user: Service: 4.08", "<13>Nov 21 10:34:03 puppet-user: Filebucket: 0.00", "<13>Nov 21 10:34:03 puppet-user: Transaction evaluation: 54.50", "<13>Nov 21 10:34:03 puppet-user: Catalog application: 54.51", "<13>Nov 21 10:34:03 puppet-user: Total: 54.51", "<13>Nov 21 10:34:03 puppet-user: Version:", "<13>Nov 21 10:34:03 puppet-user: Config: 1763721188", "<13>Nov 21 10:34:03 puppet-user: Puppet: 7.10.0" ] } 2025-11-21 10:34:06.600492 | fa163ed5-6186-4aa7-9588-0000000024a3 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:10:45.790185 | 0.09s 2025-11-21 10:34:06.631316 | fa163ed5-6186-4aa7-9588-0000000024a4 | TASK | Pre-cache facts for puppet containers 2025-11-21 10:34:06.658953 | fa163ed5-6186-4aa7-9588-0000000024a4 | TIMING | Pre-cache facts for puppet containers | standalone | 0:10:45.848642 | 0.03s 2025-11-21 10:34:06.731349 | fa163ed5-6186-4aa7-9588-0000000024eb | TASK | Gather variables for each operating system 2025-11-21 10:34:06.832300 | fa163ed5-6186-4aa7-9588-0000000024eb | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:10:46.021998 | 0.10s 2025-11-21 10:34:06.851704 | fa163ed5-6186-4aa7-9588-0000000024ec | TASK | Create puppet caching structures 2025-11-21 10:34:07.090815 | fa163ed5-6186-4aa7-9588-0000000024ec | CHANGED | Create puppet caching structures | standalone 2025-11-21 10:34:07.092664 | fa163ed5-6186-4aa7-9588-0000000024ec | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:10:46.282356 | 0.24s 2025-11-21 10:34:07.127214 | fa163ed5-6186-4aa7-9588-0000000024ed | TASK | Check for facter.conf 2025-11-21 10:34:07.395569 | fa163ed5-6186-4aa7-9588-0000000024ed | OK | Check for facter.conf | standalone 2025-11-21 10:34:07.396962 | fa163ed5-6186-4aa7-9588-0000000024ed | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:10:46.586658 | 0.27s 2025-11-21 10:34:07.426481 | fa163ed5-6186-4aa7-9588-0000000024ee | TASK | Remove facter.conf if directory 2025-11-21 10:34:07.477190 | fa163ed5-6186-4aa7-9588-0000000024ee | SKIPPED | Remove facter.conf if directory | standalone 2025-11-21 10:34:07.478311 | fa163ed5-6186-4aa7-9588-0000000024ee | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:10:46.668004 | 0.05s 2025-11-21 10:34:07.509601 | fa163ed5-6186-4aa7-9588-0000000024ef | TASK | Write facter cache config 2025-11-21 10:34:07.958266 | fa163ed5-6186-4aa7-9588-0000000024ef | CHANGED | Write facter cache config | standalone 2025-11-21 10:34:07.959585 | fa163ed5-6186-4aa7-9588-0000000024ef | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:10:47.149280 | 0.45s 2025-11-21 10:34:07.989208 | fa163ed5-6186-4aa7-9588-0000000024f0 | TASK | Cleanup facter cache if exists 2025-11-21 10:34:08.209073 | fa163ed5-6186-4aa7-9588-0000000024f0 | OK | Cleanup facter cache if exists | standalone 2025-11-21 10:34:08.210266 | fa163ed5-6186-4aa7-9588-0000000024f0 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:10:47.399963 | 0.22s 2025-11-21 10:34:08.239680 | fa163ed5-6186-4aa7-9588-0000000024f1 | TASK | Pre-cache facts 2025-11-21 10:34:08.859417 | fa163ed5-6186-4aa7-9588-0000000024f1 | CHANGED | Pre-cache facts | standalone 2025-11-21 10:34:08.860773 | fa163ed5-6186-4aa7-9588-0000000024f1 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:10:48.050469 | 0.62s 2025-11-21 10:34:08.892322 | fa163ed5-6186-4aa7-9588-0000000024f2 | TASK | Failed deployment if facter fails 2025-11-21 10:34:08.932849 | fa163ed5-6186-4aa7-9588-0000000024f2 | SKIPPED | Failed deployment if facter fails | standalone 2025-11-21 10:34:08.934094 | fa163ed5-6186-4aa7-9588-0000000024f2 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:10:48.123787 | 0.04s 2025-11-21 10:34:08.988569 | fa163ed5-6186-4aa7-9588-0000000024f3 | TASK | Sync cached facts 2025-11-21 10:34:09.457697 | fa163ed5-6186-4aa7-9588-0000000024f3 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ed5-6186-4aa7-9588-0000000024f3') missing from stats 2025-11-21 10:34:09.516100 | fa163ed5-6186-4aa7-9588-0000000024a5 | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-21 10:34:09.566661 | fa163ed5-6186-4aa7-9588-0000000024a5 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:10:48.756346 | 0.05s 2025-11-21 10:34:09.599248 | 6c00b6af-9fcf-42a0-98f4-7daed15ae64d | INCLUDED | /root/standalone-ansible-33jhni06/generate-config-tasks.yaml | standalone 2025-11-21 10:34:09.636839 | fa163ed5-6186-4aa7-9588-00000000253d | TASK | Create base directory puppet configs 2025-11-21 10:34:09.888513 | fa163ed5-6186-4aa7-9588-00000000253d | CHANGED | Create base directory puppet configs | standalone 2025-11-21 10:34:09.889905 | fa163ed5-6186-4aa7-9588-00000000253d | TIMING | Create base directory puppet configs | standalone | 0:10:49.079598 | 0.25s 2025-11-21 10:34:09.922647 | fa163ed5-6186-4aa7-9588-00000000253e | TASK | Generate container puppet configs for step 1 2025-11-21 10:34:10.230599 | fa163ed5-6186-4aa7-9588-00000000253e | CHANGED | Generate container puppet configs for step 1 | standalone 2025-11-21 10:34:10.231796 | fa163ed5-6186-4aa7-9588-00000000253e | TIMING | Generate container puppet configs for step 1 | standalone | 0:10:49.421492 | 0.31s 2025-11-21 10:34:10.263403 | fa163ed5-6186-4aa7-9588-00000000253f | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-11-21 10:34:10.292811 | fa163ed5-6186-4aa7-9588-00000000253f | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:10:49.482502 | 0.03s 2025-11-21 10:34:10.369144 | fa163ed5-6186-4aa7-9588-0000000025c9 | TASK | Gather variables for each operating system 2025-11-21 10:34:10.517008 | fa163ed5-6186-4aa7-9588-0000000025c9 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:49.706698 | 0.15s 2025-11-21 10:34:10.547589 | fa163ed5-6186-4aa7-9588-0000000025ca | TASK | Create container logs path 2025-11-21 10:34:10.860102 | fa163ed5-6186-4aa7-9588-0000000025ca | OK | Create container logs path | standalone 2025-11-21 10:34:10.861508 | fa163ed5-6186-4aa7-9588-0000000025ca | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:50.051202 | 0.31s 2025-11-21 10:34:10.896245 | fa163ed5-6186-4aa7-9588-0000000025cc | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-21 10:34:11.326042 | fa163ed5-6186-4aa7-9588-0000000025cc | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-21 10:34:11.327399 | fa163ed5-6186-4aa7-9588-0000000025cc | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:50.517095 | 0.43s 2025-11-21 10:34:11.359654 | fa163ed5-6186-4aa7-9588-0000000025cd | TASK | Finalise hashes for all containers 2025-11-21 10:34:11.434891 | fa163ed5-6186-4aa7-9588-0000000025cd | OK | Finalise hashes for all containers | standalone 2025-11-21 10:34:11.435922 | fa163ed5-6186-4aa7-9588-0000000025cd | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:50.625619 | 0.07s 2025-11-21 10:34:11.464794 | fa163ed5-6186-4aa7-9588-0000000025cf | TASK | Manage systemd shutdown files 2025-11-21 10:34:11.497075 | fa163ed5-6186-4aa7-9588-0000000025cf | SKIPPED | Manage systemd shutdown files | standalone 2025-11-21 10:34:11.498137 | fa163ed5-6186-4aa7-9588-0000000025cf | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:50.687834 | 0.03s 2025-11-21 10:34:11.528253 | fa163ed5-6186-4aa7-9588-0000000025d1 | TASK | Update container configs with new config hashes 2025-11-21 10:34:11.582037 | fa163ed5-6186-4aa7-9588-0000000025d1 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-21 10:34:11.583150 | fa163ed5-6186-4aa7-9588-0000000025d1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:10:50.772846 | 0.05s 2025-11-21 10:34:11.615057 | fa163ed5-6186-4aa7-9588-0000000025d2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-21 10:34:11.676034 | fa163ed5-6186-4aa7-9588-0000000025d2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:50.865721 | 0.06s 2025-11-21 10:34:11.701888 | eea16786-fc58-4051-b750-737f71873210 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-21 10:34:11.739250 | fa163ed5-6186-4aa7-9588-000000002616 | TASK | Gather podman infos 2025-11-21 10:34:12.356126 | fa163ed5-6186-4aa7-9588-000000002616 | OK | Gather podman infos | standalone 2025-11-21 10:34:12.357481 | fa163ed5-6186-4aa7-9588-000000002616 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:10:51.547143 | 0.62s 2025-11-21 10:34:12.394552 | fa163ed5-6186-4aa7-9588-000000002617 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-21 10:34:12.456082 | fa163ed5-6186-4aa7-9588-000000002617 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-21 10:34:12.457202 | fa163ed5-6186-4aa7-9588-000000002617 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:51.646895 | 0.06s 2025-11-21 10:34:12.488599 | fa163ed5-6186-4aa7-9588-0000000025d3 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-21 10:34:12.542192 | fa163ed5-6186-4aa7-9588-0000000025d3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:51.731884 | 0.05s 2025-11-21 10:34:12.566688 | 5289b792-fbff-4ed1-9616-3182df1c7f39 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-21 10:34:12.603856 | fa163ed5-6186-4aa7-9588-000000002640 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-21 10:34:45.046012 | fa163ed5-6186-4aa7-9588-000000002640 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-21 10:34:45.047834 | fa163ed5-6186-4aa7-9588-000000002640 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:24.237522 | 32.44s 2025-11-21 10:34:45.117549 | fa163ed5-6186-4aa7-9588-000000002641 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-21 10:34:45.198287 | fa163ed5-6186-4aa7-9588-000000002641 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-21 10:34:45.199551 | fa163ed5-6186-4aa7-9588-000000002641 | 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:24.389243 | 0.08s 2025-11-21 10:34:45.254934 | fa163ed5-6186-4aa7-9588-000000002541 | TASK | Diff puppet-generated changes for check mode 2025-11-21 10:34:45.287520 | fa163ed5-6186-4aa7-9588-000000002541 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-11-21 10:34:45.288583 | fa163ed5-6186-4aa7-9588-000000002541 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:24.478280 | 0.03s 2025-11-21 10:34:45.317488 | fa163ed5-6186-4aa7-9588-000000002542 | TASK | Diff puppet-generated changes for check mode 2025-11-21 10:34:45.361826 | fa163ed5-6186-4aa7-9588-000000002542 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-11-21 10:34:45.362930 | fa163ed5-6186-4aa7-9588-000000002542 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:11:24.552626 | 0.04s 2025-11-21 10:34:45.393604 | fa163ed5-6186-4aa7-9588-0000000024a7 | TASK | Manage containers for step 1 with tripleo-ansible 2025-11-21 10:34:45.423085 | fa163ed5-6186-4aa7-9588-0000000024a7 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:11:24.612777 | 0.03s 2025-11-21 10:34:45.488764 | fa163ed5-6186-4aa7-9588-000000002696 | TASK | Gather variables for each operating system 2025-11-21 10:34:45.602010 | fa163ed5-6186-4aa7-9588-000000002696 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:24.791693 | 0.11s 2025-11-21 10:34:45.636381 | fa163ed5-6186-4aa7-9588-000000002697 | TASK | Create container logs path 2025-11-21 10:34:45.875121 | fa163ed5-6186-4aa7-9588-000000002697 | OK | Create container logs path | standalone 2025-11-21 10:34:45.876399 | fa163ed5-6186-4aa7-9588-000000002697 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:25.066096 | 0.24s 2025-11-21 10:34:45.908524 | fa163ed5-6186-4aa7-9588-000000002699 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-11-21 10:34:46.171458 | fa163ed5-6186-4aa7-9588-000000002699 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-11-21 10:34:46.172545 | fa163ed5-6186-4aa7-9588-000000002699 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:25.362241 | 0.26s 2025-11-21 10:34:46.202670 | fa163ed5-6186-4aa7-9588-00000000269a | TASK | Finalise hashes for all containers 2025-11-21 10:34:46.252981 | fa163ed5-6186-4aa7-9588-00000000269a | OK | Finalise hashes for all containers | standalone 2025-11-21 10:34:46.254045 | fa163ed5-6186-4aa7-9588-00000000269a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:25.443743 | 0.05s 2025-11-21 10:34:46.283159 | fa163ed5-6186-4aa7-9588-00000000269c | TASK | Manage systemd shutdown files 2025-11-21 10:34:46.316860 | fa163ed5-6186-4aa7-9588-00000000269c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:25.506553 | 0.03s 2025-11-21 10:34:46.352024 | 519e5fb1-f1a3-413a-9389-4bca6a9c4494 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-21 10:34:46.379472 | fa163ed5-6186-4aa7-9588-0000000026cf | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-21 10:34:46.639499 | fa163ed5-6186-4aa7-9588-0000000026cf | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-21 10:34:46.640204 | fa163ed5-6186-4aa7-9588-0000000026cf | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:11:25.829911 | 0.26s 2025-11-21 10:34:46.659294 | fa163ed5-6186-4aa7-9588-0000000026d0 | TASK | Set podman_drop_in fact 2025-11-21 10:34:46.716755 | fa163ed5-6186-4aa7-9588-0000000026d0 | OK | Set podman_drop_in fact | standalone 2025-11-21 10:34:46.717791 | fa163ed5-6186-4aa7-9588-0000000026d0 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:11:25.907489 | 0.06s 2025-11-21 10:34:46.746948 | fa163ed5-6186-4aa7-9588-0000000026d2 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-21 10:34:47.237576 | fa163ed5-6186-4aa7-9588-0000000026d2 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-21 10:34:47.239891 | fa163ed5-6186-4aa7-9588-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:26.429585 | 0.49s 2025-11-21 10:34:47.631282 | fa163ed5-6186-4aa7-9588-0000000026d2 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-21 10:34:47.632292 | fa163ed5-6186-4aa7-9588-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:26.821993 | 0.88s 2025-11-21 10:34:47.638396 | fa163ed5-6186-4aa7-9588-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:11:26.828098 | 0.89s 2025-11-21 10:34:47.668678 | fa163ed5-6186-4aa7-9588-0000000026d3 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-21 10:34:48.123546 | fa163ed5-6186-4aa7-9588-0000000026d3 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-21 10:34:48.124823 | fa163ed5-6186-4aa7-9588-0000000026d3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:11:27.314519 | 0.45s 2025-11-21 10:34:48.154504 | fa163ed5-6186-4aa7-9588-0000000026d4 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-21 10:34:48.631047 | fa163ed5-6186-4aa7-9588-0000000026d4 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-21 10:34:48.632367 | fa163ed5-6186-4aa7-9588-0000000026d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:11:27.822064 | 0.48s 2025-11-21 10:34:48.662359 | fa163ed5-6186-4aa7-9588-0000000026d5 | TASK | Enable and start tripleo-container-shutdown 2025-11-21 10:34:49.528148 | fa163ed5-6186-4aa7-9588-0000000026d5 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-11-21 10:34:49.530613 | fa163ed5-6186-4aa7-9588-0000000026d5 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:11:28.720304 | 0.87s 2025-11-21 10:34:49.562220 | fa163ed5-6186-4aa7-9588-0000000026d6 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-21 10:34:50.066529 | fa163ed5-6186-4aa7-9588-0000000026d6 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-21 10:34:50.068138 | fa163ed5-6186-4aa7-9588-0000000026d6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:11:29.257834 | 0.50s 2025-11-21 10:34:50.099808 | fa163ed5-6186-4aa7-9588-0000000026d7 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-21 10:34:50.576690 | fa163ed5-6186-4aa7-9588-0000000026d7 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-21 10:34:50.577416 | fa163ed5-6186-4aa7-9588-0000000026d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:11:29.767122 | 0.48s 2025-11-21 10:34:50.596872 | fa163ed5-6186-4aa7-9588-0000000026d8 | TASK | Enable and start netns-placeholder 2025-11-21 10:34:51.519311 | fa163ed5-6186-4aa7-9588-0000000026d8 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-21 10:34:51.521232 | fa163ed5-6186-4aa7-9588-0000000026d8 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:11:30.710926 | 0.92s 2025-11-21 10:34:51.552703 | fa163ed5-6186-4aa7-9588-00000000269e | TASK | Update container configs with new config hashes 2025-11-21 10:34:51.613802 | fa163ed5-6186-4aa7-9588-00000000269e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:30.803484 | 0.06s 2025-11-21 10:34:51.637956 | 23c78fb4-1f20-484c-9c58-5736d72c4a26 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-21 10:34:51.672867 | fa163ed5-6186-4aa7-9588-000000002700 | TASK | Update config hashes for container startup configs 2025-11-21 10:34:51.999075 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2025-11-21 10:34:52.000365 | | WARNING | Config change detected for mysql_bootstrap, new hash: bf0e820cc4d6eff03a238fe02ee9e182 2025-11-21 10:34:52.000920 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 23d9d2ed5f75fcdb96598155cd7db189 2025-11-21 10:34:52.001633 | | WARNING | Config change detected for clustercheck, new hash: e86dcf402c3d2bfb388d453298e495f2 2025-11-21 10:34:52.002235 | | WARNING | Config change detected for horizon_fix_perms, new hash: adc6b74e05f37daa794cc4c9e1805047 2025-11-21 10:34:52.002986 | | WARNING | Config change detected for mysql_wait_bundle, new hash: bf0e820cc4d6eff03a238fe02ee9e182 2025-11-21 10:34:52.003617 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 686d3ae8d6ec7ed0a5f393290746d532 2025-11-21 10:34:52.004098 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 686d3ae8d6ec7ed0a5f393290746d532 2025-11-21 10:34:52.004866 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 686d3ae8d6ec7ed0a5f393290746d532 2025-11-21 10:34:52.005346 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 686d3ae8d6ec7ed0a5f393290746d532 2025-11-21 10:34:52.006071 | | WARNING | Config change detected for aodh_db_sync, new hash: 72c2dd5751cff5467d9ce28d899a0432 2025-11-21 10:34:52.006620 | | WARNING | Config change detected for barbican_api, new hash: 410db804efd011f2a9c7ffea060c8d6f 2025-11-21 10:34:52.007397 | | WARNING | Config change detected for barbican_api_db_sync, new hash: 410db804efd011f2a9c7ffea060c8d6f 2025-11-21 10:34:52.008063 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: 410db804efd011f2a9c7ffea060c8d6f 2025-11-21 10:34:52.008783 | | WARNING | Config change detected for barbican_keystone_listener, new hash: 410db804efd011f2a9c7ffea060c8d6f 2025-11-21 10:34:52.009475 | | WARNING | Config change detected for barbican_worker, new hash: 410db804efd011f2a9c7ffea060c8d6f 2025-11-21 10:34:52.010122 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 57110ee084fd7145e4529820b8710a08 2025-11-21 10:34:52.010837 | | WARNING | Config change detected for glance_api_db_sync, new hash: be44ce0b8dac8a037ce952d6cd07016b-3fe06b39fd6c2d2a331a4325ca7a1c79 2025-11-21 10:34:52.011539 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 5df758e14904cf20de8934fa6afd238f 2025-11-21 10:34:52.018815 | | WARNING | Config change detected for horizon, new hash: adc6b74e05f37daa794cc4c9e1805047 2025-11-21 10:34:52.019495 | | WARNING | Config change detected for iscsid, new hash: 3fe06b39fd6c2d2a331a4325ca7a1c79 2025-11-21 10:34:52.020257 | | WARNING | Config change detected for keystone, new hash: 03e80a98498de70c43835c576638e2fe 2025-11-21 10:34:52.020973 | | WARNING | Config change detected for keystone_cron, new hash: 03e80a98498de70c43835c576638e2fe 2025-11-21 10:34:52.021678 | | WARNING | Config change detected for keystone_db_sync, new hash: 03e80a98498de70c43835c576638e2fe 2025-11-21 10:34:52.022194 | | WARNING | Config change detected for manila_api_db_sync, new hash: 45af344839f5ed5ca6cea864dcb297f5 2025-11-21 10:34:52.022977 | | WARNING | Config change detected for neutron_db_sync, new hash: 52596a48c38bfb3dfca5ca3619a86da4 2025-11-21 10:34:52.023524 | | WARNING | Config change detected for nova_api_db_sync, new hash: 0d5866bfd38a50ccdf1712682ba99c54 2025-11-21 10:34:52.024265 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 0d5866bfd38a50ccdf1712682ba99c54 2025-11-21 10:34:52.024990 | | WARNING | Config change detected for nova_db_sync, new hash: 0d5866bfd38a50ccdf1712682ba99c54 2025-11-21 10:34:52.025719 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 080702be403990619c06276bb6db23b2 2025-11-21 10:34:52.026387 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 080702be403990619c06276bb6db23b2 2025-11-21 10:34:52.027069 | | WARNING | Config change detected for nova_virtproxyd, new hash: 080702be403990619c06276bb6db23b2 2025-11-21 10:34:52.027776 | | WARNING | Config change detected for nova_virtqemud, new hash: 080702be403990619c06276bb6db23b2 2025-11-21 10:34:52.028457 | | WARNING | Config change detected for nova_virtsecretd, new hash: 080702be403990619c06276bb6db23b2 2025-11-21 10:34:52.029163 | | WARNING | Config change detected for nova_virtstoraged, new hash: 080702be403990619c06276bb6db23b2 2025-11-21 10:34:52.029852 | | WARNING | Config change detected for octavia_db_sync, new hash: 686d3ae8d6ec7ed0a5f393290746d532 2025-11-21 10:34:52.030559 | | WARNING | Config change detected for placement_api_db_sync, new hash: 204571e5d3079865418a4a51935c76d5 2025-11-21 10:34:52.031268 | | WARNING | Config change detected for swift_copy_rings, new hash: af9d2e5b70986a25fd5c6bcf73fc3985-108eb5323e0f2d5822626907c0c5a783 2025-11-21 10:34:52.031949 | | WARNING | Config change detected for aodh_api, new hash: 72c2dd5751cff5467d9ce28d899a0432 2025-11-21 10:34:52.032666 | | WARNING | Config change detected for aodh_api_cron, new hash: 72c2dd5751cff5467d9ce28d899a0432 2025-11-21 10:34:52.033359 | | WARNING | Config change detected for aodh_evaluator, new hash: 72c2dd5751cff5467d9ce28d899a0432 2025-11-21 10:34:52.033929 | | WARNING | Config change detected for aodh_listener, new hash: 72c2dd5751cff5467d9ce28d899a0432 2025-11-21 10:34:52.034705 | | WARNING | Config change detected for aodh_notifier, new hash: 72c2dd5751cff5467d9ce28d899a0432 2025-11-21 10:34:52.035356 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 517bb7421e337e523d5db5a79a93eba6 2025-11-21 10:34:52.035910 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 517bb7421e337e523d5db5a79a93eba6 2025-11-21 10:34:52.036721 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 517bb7421e337e523d5db5a79a93eba6 2025-11-21 10:34:52.037382 | | WARNING | Config change detected for cinder_api, new hash: 57110ee084fd7145e4529820b8710a08 2025-11-21 10:34:52.038058 | | WARNING | Config change detected for cinder_api_cron, new hash: 57110ee084fd7145e4529820b8710a08 2025-11-21 10:34:52.038585 | | WARNING | Config change detected for cinder_scheduler, new hash: 57110ee084fd7145e4529820b8710a08 2025-11-21 10:34:52.039329 | | WARNING | Config change detected for glance_api, new hash: be44ce0b8dac8a037ce952d6cd07016b-3fe06b39fd6c2d2a331a4325ca7a1c79 2025-11-21 10:34:52.039874 | | WARNING | Config change detected for glance_api_cron, new hash: be44ce0b8dac8a037ce952d6cd07016b 2025-11-21 10:34:52.040636 | | WARNING | Config change detected for glance_api_internal, new hash: c654a8b19a29526ad0667b4a40d0d2e7-3fe06b39fd6c2d2a331a4325ca7a1c79 2025-11-21 10:34:52.041153 | | WARNING | Config change detected for heat_api, new hash: 177440ac8cfc9dd9729dc9e4dc98e234 2025-11-21 10:34:52.041796 | | WARNING | Config change detected for heat_api_cfn, new hash: 15b912dee61f0972a112512dc471cbd4 2025-11-21 10:34:52.042416 | | WARNING | Config change detected for heat_api_cron, new hash: 177440ac8cfc9dd9729dc9e4dc98e234 2025-11-21 10:34:52.043179 | | WARNING | Config change detected for heat_engine, new hash: 5df758e14904cf20de8934fa6afd238f 2025-11-21 10:34:52.043834 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-11-21 10:34:52.044330 | | WARNING | Config change detected for manila_api, new hash: 45af344839f5ed5ca6cea864dcb297f5 2025-11-21 10:34:52.045110 | | WARNING | Config change detected for manila_api_cron, new hash: 45af344839f5ed5ca6cea864dcb297f5 2025-11-21 10:34:52.045638 | | WARNING | Config change detected for manila_scheduler, new hash: 45af344839f5ed5ca6cea864dcb297f5 2025-11-21 10:34:52.046363 | | WARNING | Config change detected for neutron_api, new hash: 52596a48c38bfb3dfca5ca3619a86da4 2025-11-21 10:34:52.047013 | | WARNING | Config change detected for neutron_dhcp, new hash: 52596a48c38bfb3dfca5ca3619a86da4 2025-11-21 10:34:52.047538 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 52596a48c38bfb3dfca5ca3619a86da4 2025-11-21 10:34:52.048267 | | WARNING | Config change detected for nova_api, new hash: 0d5866bfd38a50ccdf1712682ba99c54 2025-11-21 10:34:52.048947 | | WARNING | Config change detected for nova_api_cron, new hash: 0d5866bfd38a50ccdf1712682ba99c54 2025-11-21 10:34:52.049612 | | WARNING | Config change detected for nova_conductor, new hash: 0d5866bfd38a50ccdf1712682ba99c54 2025-11-21 10:34:52.050122 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: 080702be403990619c06276bb6db23b2 2025-11-21 10:34:52.050905 | | WARNING | Config change detected for nova_metadata, new hash: 4b0f2133aaf8f5c94806da4cb33f5698 2025-11-21 10:34:52.051532 | | WARNING | Config change detected for nova_migration_target, new hash: 080702be403990619c06276bb6db23b2 2025-11-21 10:34:52.052033 | | WARNING | Config change detected for nova_scheduler, new hash: 0d5866bfd38a50ccdf1712682ba99c54 2025-11-21 10:34:52.052840 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 0d5866bfd38a50ccdf1712682ba99c54 2025-11-21 10:34:52.053473 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 0d5866bfd38a50ccdf1712682ba99c54 2025-11-21 10:34:52.054135 | | WARNING | Config change detected for octavia_api, new hash: 686d3ae8d6ec7ed0a5f393290746d532 2025-11-21 10:34:52.054675 | | WARNING | Config change detected for octavia_driver_agent, new hash: 686d3ae8d6ec7ed0a5f393290746d532 2025-11-21 10:34:52.055283 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 52596a48c38bfb3dfca5ca3619a86da4 2025-11-21 10:34:52.056038 | | WARNING | Config change detected for placement_api, new hash: 204571e5d3079865418a4a51935c76d5 2025-11-21 10:34:52.056582 | | WARNING | Config change detected for placement_wait_for_service, new hash: 204571e5d3079865418a4a51935c76d5 2025-11-21 10:34:52.057310 | | WARNING | Config change detected for swift_account_reaper, new hash: af9d2e5b70986a25fd5c6bcf73fc3985 2025-11-21 10:34:52.058016 | | WARNING | Config change detected for swift_account_server, new hash: af9d2e5b70986a25fd5c6bcf73fc3985 2025-11-21 10:34:52.058550 | | WARNING | Config change detected for swift_container_server, new hash: af9d2e5b70986a25fd5c6bcf73fc3985 2025-11-21 10:34:52.059267 | | WARNING | Config change detected for swift_container_updater, new hash: af9d2e5b70986a25fd5c6bcf73fc3985 2025-11-21 10:34:52.059947 | | WARNING | Config change detected for swift_object_expirer, new hash: af9d2e5b70986a25fd5c6bcf73fc3985 2025-11-21 10:34:52.060481 | | WARNING | Config change detected for swift_object_server, new hash: af9d2e5b70986a25fd5c6bcf73fc3985 2025-11-21 10:34:52.061256 | | WARNING | Config change detected for swift_object_updater, new hash: af9d2e5b70986a25fd5c6bcf73fc3985 2025-11-21 10:34:52.061856 | | WARNING | Config change detected for swift_proxy, new hash: af9d2e5b70986a25fd5c6bcf73fc3985 2025-11-21 10:34:52.062167 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 517bb7421e337e523d5db5a79a93eba6 2025-11-21 10:34:52.062582 | | WARNING | Config change detected for gnocchi_api, new hash: 2b2163ecf7aed771df492f41b058cccb 2025-11-21 10:34:52.062989 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 2b2163ecf7aed771df492f41b058cccb 2025-11-21 10:34:52.063374 | | WARNING | Config change detected for gnocchi_metricd, new hash: 2b2163ecf7aed771df492f41b058cccb 2025-11-21 10:34:52.063853 | | WARNING | Config change detected for gnocchi_statsd, new hash: 2b2163ecf7aed771df492f41b058cccb 2025-11-21 10:34:52.064292 | | WARNING | Config change detected for nova_compute, new hash: 3fe06b39fd6c2d2a331a4325ca7a1c79-080702be403990619c06276bb6db23b2 2025-11-21 10:34:52.064775 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 080702be403990619c06276bb6db23b2 2025-11-21 10:34:52.065204 | | WARNING | Config change detected for octavia_health_manager, new hash: 686d3ae8d6ec7ed0a5f393290746d532 2025-11-21 10:34:52.065644 | | WARNING | Config change detected for octavia_housekeeping, new hash: 686d3ae8d6ec7ed0a5f393290746d532 2025-11-21 10:34:52.065974 | | WARNING | Config change detected for octavia_rsyslog, new hash: 686d3ae8d6ec7ed0a5f393290746d532 2025-11-21 10:34:52.066500 | | WARNING | Config change detected for octavia_worker, new hash: 686d3ae8d6ec7ed0a5f393290746d532 2025-11-21 10:34:52.067094 | fa163ed5-6186-4aa7-9588-000000002700 | CHANGED | Update config hashes for container startup configs | standalone 2025-11-21 10:34:52.067827 | fa163ed5-6186-4aa7-9588-000000002700 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:11:31.257527 | 0.39s 2025-11-21 10:34:52.093332 | fa163ed5-6186-4aa7-9588-00000000269f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-11-21 10:34:52.152007 | fa163ed5-6186-4aa7-9588-00000000269f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:31.341699 | 0.06s 2025-11-21 10:34:52.176050 | 5c95c64f-eea0-4586-b440-a7ec09fa7c3b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-21 10:34:52.207916 | fa163ed5-6186-4aa7-9588-00000000271f | TASK | Gather podman infos 2025-11-21 10:34:53.154118 | fa163ed5-6186-4aa7-9588-00000000271f | OK | Gather podman infos | standalone 2025-11-21 10:34:53.155408 | fa163ed5-6186-4aa7-9588-00000000271f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:32.345106 | 0.95s 2025-11-21 10:34:53.226975 | fa163ed5-6186-4aa7-9588-000000002720 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-11-21 10:34:53.289371 | fa163ed5-6186-4aa7-9588-000000002720 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:32.479060 | 0.06s 2025-11-21 10:34:53.421314 | fa163ed5-6186-4aa7-9588-000000002769 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:11:32.611000 | 0.07s 2025-11-21 10:34:53.482162 | fa163ed5-6186-4aa7-9588-0000000026a0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-11-21 10:34:53.536156 | fa163ed5-6186-4aa7-9588-0000000026a0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:32.725847 | 0.05s 2025-11-21 10:34:53.553945 | 5606aacd-c710-47cd-a232-8efad18650fb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-21 10:34:53.582715 | fa163ed5-6186-4aa7-9588-00000000278f | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-11-21 10:35:01.186137 | fa163ed5-6186-4aa7-9588-00000000278f | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-11-21 10:35:01.187826 | fa163ed5-6186-4aa7-9588-00000000278f | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:40.377519 | 7.60s 2025-11-21 10:35:01.220532 | fa163ed5-6186-4aa7-9588-000000002790 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-11-21 10:35:03.986031 | fa163ed5-6186-4aa7-9588-000000002790 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-11-21 10:35:03.988877 | fa163ed5-6186-4aa7-9588-000000002790 | 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:43.178563 | 2.77s 2025-11-21 10:35:04.071637 | fa163ed5-6186-4aa7-9588-0000000024a9 | TASK | Clean container_puppet_tasks for standalone step 1 2025-11-21 10:35:04.346713 | fa163ed5-6186-4aa7-9588-0000000024a9 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-11-21 10:35:04.349842 | fa163ed5-6186-4aa7-9588-0000000024a9 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:11:43.539528 | 0.28s 2025-11-21 10:35:04.398840 | fa163ed5-6186-4aa7-9588-0000000024aa | TASK | Calculate container_puppet_tasks for standalone step 1 2025-11-21 10:35:04.449250 | fa163ed5-6186-4aa7-9588-0000000024aa | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:11:43.638933 | 0.05s 2025-11-21 10:35:04.481796 | fa163ed5-6186-4aa7-9588-0000000024ab | TASK | Include container-puppet tasks for step 1 2025-11-21 10:35:04.523994 | fa163ed5-6186-4aa7-9588-0000000024ab | TIMING | Include container-puppet tasks for step 1 | standalone | 0:11:43.713676 | 0.04s 2025-11-21 10:35:04.551346 | 170afb60-15b9-4f15-8377-d0748969fb3c | INCLUDED | /root/standalone-ansible-33jhni06/host-container-puppet-tasks.yaml | standalone 2025-11-21 10:35:04.603521 | fa163ed5-6186-4aa7-9588-0000000027db | TASK | Write container-puppet-tasks json file for standalone step 1 2025-11-21 10:35:05.154046 | fa163ed5-6186-4aa7-9588-0000000027db | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-11-21 10:35:05.155539 | fa163ed5-6186-4aa7-9588-0000000027db | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:11:44.345231 | 0.55s 2025-11-21 10:35:05.187181 | fa163ed5-6186-4aa7-9588-0000000027dd | TASK | Generate container puppet configs for step 1 2025-11-21 10:35:05.476068 | fa163ed5-6186-4aa7-9588-0000000027dd | OK | Generate container puppet configs for step 1 | standalone 2025-11-21 10:35:05.477386 | fa163ed5-6186-4aa7-9588-0000000027dd | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:44.667078 | 0.29s 2025-11-21 10:35:05.509054 | fa163ed5-6186-4aa7-9588-0000000027de | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-11-21 10:35:05.540165 | fa163ed5-6186-4aa7-9588-0000000027de | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:11:44.729847 | 0.03s 2025-11-21 10:35:05.600108 | fa163ed5-6186-4aa7-9588-0000000025c9 | TASK | Gather variables for each operating system 2025-11-21 10:35:05.716419 | fa163ed5-6186-4aa7-9588-0000000025c9 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:44.906107 | 0.12s 2025-11-21 10:35:05.747261 | fa163ed5-6186-4aa7-9588-0000000025ca | TASK | Create container logs path 2025-11-21 10:35:05.995869 | fa163ed5-6186-4aa7-9588-0000000025ca | OK | Create container logs path | standalone 2025-11-21 10:35:05.997361 | fa163ed5-6186-4aa7-9588-0000000025ca | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:45.187056 | 0.25s 2025-11-21 10:35:06.030900 | fa163ed5-6186-4aa7-9588-0000000025cc | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-21 10:35:06.293915 | fa163ed5-6186-4aa7-9588-0000000025cc | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-21 10:35:06.295203 | fa163ed5-6186-4aa7-9588-0000000025cc | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:45.484898 | 0.26s 2025-11-21 10:35:06.325051 | fa163ed5-6186-4aa7-9588-0000000025cd | TASK | Finalise hashes for all containers 2025-11-21 10:35:06.374650 | fa163ed5-6186-4aa7-9588-0000000025cd | OK | Finalise hashes for all containers | standalone 2025-11-21 10:35:06.375751 | fa163ed5-6186-4aa7-9588-0000000025cd | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:45.565447 | 0.05s 2025-11-21 10:35:06.405935 | fa163ed5-6186-4aa7-9588-0000000025cf | TASK | Manage systemd shutdown files 2025-11-21 10:35:06.441680 | fa163ed5-6186-4aa7-9588-0000000025cf | SKIPPED | Manage systemd shutdown files | standalone 2025-11-21 10:35:06.442981 | fa163ed5-6186-4aa7-9588-0000000025cf | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:45.632673 | 0.04s 2025-11-21 10:35:06.473517 | fa163ed5-6186-4aa7-9588-0000000025d1 | TASK | Update container configs with new config hashes 2025-11-21 10:35:06.526345 | fa163ed5-6186-4aa7-9588-0000000025d1 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-21 10:35:06.527765 | fa163ed5-6186-4aa7-9588-0000000025d1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:45.717456 | 0.05s 2025-11-21 10:35:06.560371 | fa163ed5-6186-4aa7-9588-0000000025d2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-21 10:35:06.612156 | fa163ed5-6186-4aa7-9588-0000000025d2 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-21 10:35:06.613622 | fa163ed5-6186-4aa7-9588-0000000025d2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:45.803315 | 0.05s 2025-11-21 10:35:06.648010 | fa163ed5-6186-4aa7-9588-0000000025d3 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-21 10:35:06.702236 | fa163ed5-6186-4aa7-9588-0000000025d3 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-21 10:35:06.703938 | fa163ed5-6186-4aa7-9588-0000000025d3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:45.893626 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-11-21 10:35:06.834904 | fa163ed5-6186-4aa7-9588-0000000000c6 | TASK | External deployment step 2 2025-11-21 10:35:06.873554 | fa163ed5-6186-4aa7-9588-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', 'fa163ed5-6186-4aa7-9588-0000000000c6') missing from stats 2025-11-21 10:35:06.932063 | fa163ed5-6186-4aa7-9588-0000000000c7 | TIMING | include_tasks | undercloud | 0:11:46.121744 | 0.04s 2025-11-21 10:35:06.963953 | 69441971-d5cd-4396-ae88-a27b5df658f4 | INCLUDED | /root/standalone-ansible-33jhni06/external_deploy_steps_tasks_step2.yaml | undercloud 2025-11-21 10:35:06.983520 | fa163ed5-6186-4aa7-9588-000000002858 | TASK | create cephadm working directory and related files 2025-11-21 10:35:07.032525 | fa163ed5-6186-4aa7-9588-000000002858 | TIMING | create cephadm working directory and related files | undercloud | 0:11:46.222213 | 0.05s 2025-11-21 10:35:07.094218 | fa163ed5-6186-4aa7-9588-000000002880 | TASK | create cephadm workdir 2025-11-21 10:35:07.372307 | fa163ed5-6186-4aa7-9588-000000002880 | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-33jhni06/cephadm 2025-11-21 10:35:07.374938 | fa163ed5-6186-4aa7-9588-000000002880 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:11:46.564619 | 0.28s 2025-11-21 10:35:07.384487 | fa163ed5-6186-4aa7-9588-000000002880 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:11:46.574181 | 0.29s 2025-11-21 10:35:07.403176 | fa163ed5-6186-4aa7-9588-000000002881 | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2025-11-21 10:35:07.670789 | fa163ed5-6186-4aa7-9588-000000002881 | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2025-11-21 10:35:07.672158 | fa163ed5-6186-4aa7-9588-000000002881 | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:11:46.861853 | 0.27s 2025-11-21 10:35:07.690361 | fa163ed5-6186-4aa7-9588-000000002882 | TASK | get the list of enabled services on the overcloud 2025-11-21 10:35:07.765788 | fa163ed5-6186-4aa7-9588-000000002882 | OK | get the list of enabled services on the overcloud | undercloud 2025-11-21 10:35:07.767237 | fa163ed5-6186-4aa7-9588-000000002882 | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:11:46.956933 | 0.08s 2025-11-21 10:35:07.790000 | fa163ed5-6186-4aa7-9588-000000002883 | TASK | Set grafana_vip: 192.168.122.99 2025-11-21 10:35:07.842511 | fa163ed5-6186-4aa7-9588-000000002883 | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2025-11-21 10:35:07.843655 | fa163ed5-6186-4aa7-9588-000000002883 | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:11:47.033349 | 0.05s 2025-11-21 10:35:07.913607 | fa163ed5-6186-4aa7-9588-000000002884 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:47.103292 | 0.05s 2025-11-21 10:35:08.001528 | fa163ed5-6186-4aa7-9588-000000002908 | TASK | set basic user fact 2025-11-21 10:35:08.069212 | fa163ed5-6186-4aa7-9588-000000002908 | SKIPPED | set basic user fact | undercloud 2025-11-21 10:35:08.069943 | fa163ed5-6186-4aa7-9588-000000002908 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:11:47.259646 | 0.07s 2025-11-21 10:35:08.083901 | fa163ed5-6186-4aa7-9588-000000002909 | TASK | set basic home fact 2025-11-21 10:35:08.153003 | fa163ed5-6186-4aa7-9588-000000002909 | OK | set basic home fact | undercloud 2025-11-21 10:35:08.154201 | fa163ed5-6186-4aa7-9588-000000002909 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:11:47.343897 | 0.07s 2025-11-21 10:35:08.172706 | fa163ed5-6186-4aa7-9588-00000000290a | TASK | set calling_ansible_environment_variables fact 2025-11-21 10:35:08.245843 | fa163ed5-6186-4aa7-9588-00000000290a | OK | set calling_ansible_environment_variables fact | undercloud 2025-11-21 10:35:08.247791 | fa163ed5-6186-4aa7-9588-00000000290a | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:11:47.437488 | 0.07s 2025-11-21 10:35:08.270548 | fa163ed5-6186-4aa7-9588-00000000290c | TASK | get all ansible environment variables 2025-11-21 10:35:08.332305 | fa163ed5-6186-4aa7-9588-00000000290c | SKIPPED | get all ansible environment variables | undercloud 2025-11-21 10:35:08.333491 | fa163ed5-6186-4aa7-9588-00000000290c | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:11:47.523154 | 0.06s 2025-11-21 10:35:08.351674 | fa163ed5-6186-4aa7-9588-00000000290d | TASK | set calling_ansible_environment_variables 2025-11-21 10:35:08.407645 | fa163ed5-6186-4aa7-9588-00000000290d | SKIPPED | set calling_ansible_environment_variables | undercloud 2025-11-21 10:35:08.408836 | fa163ed5-6186-4aa7-9588-00000000290d | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:11:47.598528 | 0.06s 2025-11-21 10:35:08.428202 | fa163ed5-6186-4aa7-9588-00000000290f | TASK | Set common fact 2025-11-21 10:35:08.479721 | fa163ed5-6186-4aa7-9588-00000000290f | OK | Set common fact | undercloud 2025-11-21 10:35:08.480841 | fa163ed5-6186-4aa7-9588-00000000290f | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:11:47.670537 | 0.05s 2025-11-21 10:35:08.499190 | fa163ed5-6186-4aa7-9588-000000002910 | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2025-11-21 10:35:08.532598 | fa163ed5-6186-4aa7-9588-000000002910 | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2025-11-21 10:35:08.533722 | fa163ed5-6186-4aa7-9588-000000002910 | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:11:47.723416 | 0.03s 2025-11-21 10:35:08.568925 | fa163ed5-6186-4aa7-9588-000000002912 | TASK | build filter list 2025-11-21 10:35:08.599602 | fa163ed5-6186-4aa7-9588-000000002912 | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:11:47.789293 | 0.03s 2025-11-21 10:35:08.617924 | fa163ed5-6186-4aa7-9588-000000002913 | TASK | add images pool 2025-11-21 10:35:08.701232 | fa163ed5-6186-4aa7-9588-000000002913 | OK | add images pool | undercloud 2025-11-21 10:35:08.702364 | fa163ed5-6186-4aa7-9588-000000002913 | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:11:47.892060 | 0.08s 2025-11-21 10:35:08.720675 | fa163ed5-6186-4aa7-9588-000000002914 | TASK | add volumes pool 2025-11-21 10:35:08.807497 | fa163ed5-6186-4aa7-9588-000000002914 | OK | add volumes pool | undercloud 2025-11-21 10:35:08.808675 | fa163ed5-6186-4aa7-9588-000000002914 | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:11:47.998370 | 0.09s 2025-11-21 10:35:08.826894 | fa163ed5-6186-4aa7-9588-000000002915 | TASK | add vms pool 2025-11-21 10:35:08.888372 | fa163ed5-6186-4aa7-9588-000000002915 | OK | add vms pool | undercloud 2025-11-21 10:35:08.889526 | fa163ed5-6186-4aa7-9588-000000002915 | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:11:48.079223 | 0.06s 2025-11-21 10:35:08.907635 | fa163ed5-6186-4aa7-9588-000000002916 | TASK | add gnocchi pool 2025-11-21 10:35:08.963354 | fa163ed5-6186-4aa7-9588-000000002916 | SKIPPED | add gnocchi pool | undercloud 2025-11-21 10:35:08.964423 | fa163ed5-6186-4aa7-9588-000000002916 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:11:48.154119 | 0.06s 2025-11-21 10:35:08.980201 | fa163ed5-6186-4aa7-9588-000000002917 | TASK | add cinder backup pool 2025-11-21 10:35:09.062485 | fa163ed5-6186-4aa7-9588-000000002917 | OK | add cinder backup pool | undercloud 2025-11-21 10:35:09.063726 | fa163ed5-6186-4aa7-9588-000000002917 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:11:48.253421 | 0.08s 2025-11-21 10:35:09.079458 | fa163ed5-6186-4aa7-9588-000000002918 | TASK | add cinder extra pools 2025-11-21 10:35:09.108299 | fa163ed5-6186-4aa7-9588-000000002918 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:11:48.297992 | 0.03s 2025-11-21 10:35:09.126640 | fa163ed5-6186-4aa7-9588-000000002919 | TASK | build resulting pool list 2025-11-21 10:35:09.266234 | fa163ed5-6186-4aa7-9588-000000002919 | OK | build resulting pool list | undercloud 2025-11-21 10:35:09.267510 | fa163ed5-6186-4aa7-9588-000000002919 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:11:48.457206 | 0.14s 2025-11-21 10:35:09.285900 | fa163ed5-6186-4aa7-9588-00000000291b | TASK | add manila data pool 2025-11-21 10:35:09.337059 | fa163ed5-6186-4aa7-9588-00000000291b | OK | add manila data pool | undercloud 2025-11-21 10:35:09.338190 | fa163ed5-6186-4aa7-9588-00000000291b | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:11:48.527885 | 0.05s 2025-11-21 10:35:09.356290 | fa163ed5-6186-4aa7-9588-00000000291c | TASK | add manila metadata pool 2025-11-21 10:35:09.434223 | fa163ed5-6186-4aa7-9588-00000000291c | OK | add manila metadata pool | undercloud 2025-11-21 10:35:09.435329 | fa163ed5-6186-4aa7-9588-00000000291c | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:11:48.625026 | 0.08s 2025-11-21 10:35:09.510363 | fa163ed5-6186-4aa7-9588-000000002885 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:48.700052 | 0.04s 2025-11-21 10:35:09.642431 | fa163ed5-6186-4aa7-9588-000000002aae | TASK | reset profiles string to avoid complex string manipulation 2025-11-21 10:35:09.681907 | fa163ed5-6186-4aa7-9588-000000002aae | OK | reset profiles string to avoid complex string manipulation | undercloud 2025-11-21 10:35:09.682697 | fa163ed5-6186-4aa7-9588-000000002aae | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:11:48.872398 | 0.04s 2025-11-21 10:35:09.697844 | fa163ed5-6186-4aa7-9588-000000002ab0 | TASK | build openstack client profiles per pool 2025-11-21 10:35:09.781274 | fa163ed5-6186-4aa7-9588-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-11-21 10:35:09.783706 | fa163ed5-6186-4aa7-9588-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:48.973398 | 0.09s 2025-11-21 10:35:09.812066 | fa163ed5-6186-4aa7-9588-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-11-21 10:35:09.812899 | fa163ed5-6186-4aa7-9588-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:49.002599 | 0.11s 2025-11-21 10:35:09.838837 | fa163ed5-6186-4aa7-9588-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-11-21 10:35:09.840138 | fa163ed5-6186-4aa7-9588-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:49.029840 | 0.14s 2025-11-21 10:35:09.858187 | fa163ed5-6186-4aa7-9588-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2025-11-21 10:35:09.858960 | fa163ed5-6186-4aa7-9588-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:49.048663 | 0.16s 2025-11-21 10:35:09.865574 | fa163ed5-6186-4aa7-9588-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:49.055266 | 0.17s 2025-11-21 10:35:09.884155 | fa163ed5-6186-4aa7-9588-000000002ab1 | TASK | set openstack client caps 2025-11-21 10:35:09.944666 | fa163ed5-6186-4aa7-9588-000000002ab1 | OK | set openstack client caps | undercloud 2025-11-21 10:35:09.945832 | fa163ed5-6186-4aa7-9588-000000002ab1 | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:11:49.135528 | 0.06s 2025-11-21 10:35:09.964098 | fa163ed5-6186-4aa7-9588-000000002ab2 | TASK | set openstack client osd(s) caps 2025-11-21 10:35:10.037132 | fa163ed5-6186-4aa7-9588-000000002ab2 | OK | set openstack client osd(s) caps | undercloud 2025-11-21 10:35:10.038376 | fa163ed5-6186-4aa7-9588-000000002ab2 | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:11:49.228071 | 0.07s 2025-11-21 10:35:10.056376 | fa163ed5-6186-4aa7-9588-000000002ab3 | TASK | Combine caps 2025-11-21 10:35:10.130190 | fa163ed5-6186-4aa7-9588-000000002ab3 | OK | Combine caps | undercloud 2025-11-21 10:35:10.131280 | fa163ed5-6186-4aa7-9588-000000002ab3 | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:11:49.320977 | 0.07s 2025-11-21 10:35:10.149384 | fa163ed5-6186-4aa7-9588-000000002ab4 | TASK | set openstack client key 2025-11-21 10:35:10.211537 | fa163ed5-6186-4aa7-9588-000000002ab4 | OK | set openstack client key | undercloud 2025-11-21 10:35:10.212878 | fa163ed5-6186-4aa7-9588-000000002ab4 | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:11:49.402574 | 0.06s 2025-11-21 10:35:10.231616 | fa163ed5-6186-4aa7-9588-000000002ab6 | TASK | build manila key for openstack 2025-11-21 10:35:10.302665 | fa163ed5-6186-4aa7-9588-000000002ab6 | OK | build manila key for openstack | undercloud 2025-11-21 10:35:10.303944 | fa163ed5-6186-4aa7-9588-000000002ab6 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:11:49.493640 | 0.07s 2025-11-21 10:35:10.322638 | fa163ed5-6186-4aa7-9588-000000002ab7 | TASK | build radosgw key for openstack 2025-11-21 10:35:10.378650 | fa163ed5-6186-4aa7-9588-000000002ab7 | SKIPPED | build radosgw key for openstack | undercloud 2025-11-21 10:35:10.379728 | fa163ed5-6186-4aa7-9588-000000002ab7 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:11:49.569424 | 0.06s 2025-11-21 10:35:10.398280 | fa163ed5-6186-4aa7-9588-000000002ab8 | TASK | build the resulting keys 2025-11-21 10:35:10.539618 | fa163ed5-6186-4aa7-9588-000000002ab8 | OK | build the resulting keys | undercloud 2025-11-21 10:35:10.541031 | fa163ed5-6186-4aa7-9588-000000002ab8 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:11:49.730726 | 0.14s 2025-11-21 10:35:10.621393 | fa163ed5-6186-4aa7-9588-000000002886 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:49.811090 | 0.05s 2025-11-21 10:35:10.744640 | fa163ed5-6186-4aa7-9588-000000002dd3 | TASK | build ceph orphan set 2025-11-21 10:35:10.824319 | fa163ed5-6186-4aa7-9588-000000002dd3 | OK | build ceph orphan set | undercloud 2025-11-21 10:35:10.825502 | fa163ed5-6186-4aa7-9588-000000002dd3 | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:11:50.015195 | 0.08s 2025-11-21 10:35:10.844082 | fa163ed5-6186-4aa7-9588-000000002dd4 | TASK | clean ceph_config_overrides list 2025-11-21 10:35:10.888938 | fa163ed5-6186-4aa7-9588-000000002dd4 | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:11:50.078629 | 0.04s 2025-11-21 10:35:10.907287 | fa163ed5-6186-4aa7-9588-000000002dd5 | TASK | ceph_config_overrides w/o orphans 2025-11-21 10:35:10.979547 | fa163ed5-6186-4aa7-9588-000000002dd5 | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2025-11-21 10:35:10.980633 | fa163ed5-6186-4aa7-9588-000000002dd5 | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:11:50.170328 | 0.07s 2025-11-21 10:35:10.998778 | fa163ed5-6186-4aa7-9588-000000002dd6 | TASK | build ceph config overrides 2025-11-21 10:35:11.128248 | fa163ed5-6186-4aa7-9588-000000002dd6 | OK | build ceph config overrides | undercloud 2025-11-21 10:35:11.129778 | fa163ed5-6186-4aa7-9588-000000002dd6 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:11:50.319472 | 0.13s 2025-11-21 10:35:11.166419 | fa163ed5-6186-4aa7-9588-000000002887 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2025-11-21 10:35:11.905978 | fa163ed5-6186-4aa7-9588-000000002887 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-11-21 10:35:11.907504 | fa163ed5-6186-4aa7-9588-000000002887 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:11:51.097195 | 0.74s 2025-11-21 10:35:11.926009 | fa163ed5-6186-4aa7-9588-000000002889 | TASK | Set bootstrap host [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2025-11-21 10:35:12.020757 | fa163ed5-6186-4aa7-9588-000000002889 | OK | Set bootstrap host | undercloud 2025-11-21 10:35:12.021829 | fa163ed5-6186-4aa7-9588-000000002889 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:11:51.211525 | 0.09s 2025-11-21 10:35:12.039724 | fa163ed5-6186-4aa7-9588-00000000288a | 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-11-21 10:35:12.154824 | fa163ed5-6186-4aa7-9588-00000000288a | OK | Set first monitor IP | undercloud 2025-11-21 10:35:12.156033 | fa163ed5-6186-4aa7-9588-00000000288a | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:11:51.345726 | 0.12s 2025-11-21 10:35:12.176902 | fa163ed5-6186-4aa7-9588-00000000288b | 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-11-21 10:35:12.270933 | fa163ed5-6186-4aa7-9588-00000000288b | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2025-11-21 10:35:12.271885 | fa163ed5-6186-4aa7-9588-00000000288b | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:11:51.461579 | 0.09s 2025-11-21 10:35:12.290011 | fa163ed5-6186-4aa7-9588-00000000288d | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2025-11-21 10:35:12.825100 | fa163ed5-6186-4aa7-9588-00000000288d | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2025-11-21 10:35:12.826618 | fa163ed5-6186-4aa7-9588-00000000288d | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:11:52.016314 | 0.54s 2025-11-21 10:35:12.861114 | fa163ed5-6186-4aa7-9588-000000002859 | TASK | Prepare cephadm user and keys 2025-11-21 10:35:13.373339 | fa163ed5-6186-4aa7-9588-000000002859 | SKIPPED | Prepare cephadm user and keys | undercloud 2025-11-21 10:35:13.374957 | fa163ed5-6186-4aa7-9588-000000002859 | TIMING | Prepare cephadm user and keys | undercloud | 0:11:52.564651 | 0.51s 2025-11-21 10:35:13.393226 | fa163ed5-6186-4aa7-9588-00000000285a | TASK | Deploy or configure the cephadm Ceph cluster 2025-11-21 10:35:13.520147 | fa163ed5-6186-4aa7-9588-00000000285a | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:11:52.709826 | 0.13s 2025-11-21 10:35:13.605802 | fa163ed5-6186-4aa7-9588-00000000304f | TASK | set cephadm playbook 2025-11-21 10:35:13.677830 | fa163ed5-6186-4aa7-9588-00000000304f | OK | set cephadm playbook | undercloud 2025-11-21 10:35:13.679070 | fa163ed5-6186-4aa7-9588-00000000304f | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:11:52.868762 | 0.07s 2025-11-21 10:35:13.697481 | fa163ed5-6186-4aa7-9588-000000003050 | TASK | Setup the log path 2025-11-21 10:35:13.750074 | fa163ed5-6186-4aa7-9588-000000003050 | OK | Setup the log path | undercloud 2025-11-21 10:35:13.751181 | fa163ed5-6186-4aa7-9588-000000003050 | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:11:52.940879 | 0.05s 2025-11-21 10:35:13.768923 | fa163ed5-6186-4aa7-9588-000000003051 | TASK | Setup the cephadm playbook command 2025-11-21 10:35:13.842252 | fa163ed5-6186-4aa7-9588-000000003051 | OK | Setup the cephadm playbook command | undercloud 2025-11-21 10:35:13.843360 | fa163ed5-6186-4aa7-9588-000000003051 | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:11:53.033058 | 0.07s 2025-11-21 10:35:13.861768 | fa163ed5-6186-4aa7-9588-000000003052 | TASK | rotate cephadm_command.log 2025-11-21 10:35:14.116357 | fa163ed5-6186-4aa7-9588-000000003052 | CHANGED | rotate cephadm_command.log | undercloud 2025-11-21 10:35:14.117835 | fa163ed5-6186-4aa7-9588-000000003052 | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:11:53.307531 | 0.25s 2025-11-21 10:35:14.135783 | fa163ed5-6186-4aa7-9588-000000003053 | TASK | save cephadm playbook command to shell script 2025-11-21 10:35:14.638686 | fa163ed5-6186-4aa7-9588-000000003053 | CHANGED | save cephadm playbook command to shell script | undercloud 2025-11-21 10:35:14.640038 | fa163ed5-6186-4aa7-9588-000000003053 | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:11:53.829735 | 0.50s 2025-11-21 10:35:14.657807 | fa163ed5-6186-4aa7-9588-000000003054 | TASK | Notify user about upcoming cephadm execution(s) 2025-11-21 10:35:14.740374 | fa163ed5-6186-4aa7-9588-000000003054 | OK | Notify user about upcoming cephadm execution(s) | undercloud | result={ "changed": false, "msg": "Running 1 cephadm playbook(s) (immediate log at /root/standalone-ansible-33jhni06/cephadm/cephadm_command.log)" } 2025-11-21 10:35:14.741494 | fa163ed5-6186-4aa7-9588-000000003054 | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:11:53.931191 | 0.08s 2025-11-21 10:35:14.759340 | fa163ed5-6186-4aa7-9588-000000003055 | TASK | run cephadm playbook 2025-11-21 10:36:13.791369 | fa163ed5-6186-4aa7-9588-000000003055 | CHANGED | run cephadm playbook | undercloud 2025-11-21 10:36:13.794815 | fa163ed5-6186-4aa7-9588-000000003055 | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:12:52.984506 | 59.03s 2025-11-21 10:36:13.817161 | fa163ed5-6186-4aa7-9588-000000003056 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2025-11-21 10:36:13.887732 | fa163ed5-6186-4aa7-9588-000000003056 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2025-11-21 10:36:13.888994 | fa163ed5-6186-4aa7-9588-000000003056 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:12:53.078688 | 0.07s 2025-11-21 10:36:13.907414 | fa163ed5-6186-4aa7-9588-000000003057 | TASK | print cephadm triple_run_cephadm_output in case of failure 2025-11-21 10:36:13.969186 | fa163ed5-6186-4aa7-9588-000000003057 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2025-11-21 10:36:13.971161 | fa163ed5-6186-4aa7-9588-000000003057 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:12:53.160857 | 0.06s 2025-11-21 10:36:14.002785 | fa163ed5-6186-4aa7-9588-00000000285c | TASK | Check if the input variable file exists 2025-11-21 10:36:14.209947 | fa163ed5-6186-4aa7-9588-00000000285c | OK | Check if the input variable file exists | undercloud 2025-11-21 10:36:14.211412 | fa163ed5-6186-4aa7-9588-00000000285c | TIMING | Check if the input variable file exists | undercloud | 0:12:53.401105 | 0.21s 2025-11-21 10:36:14.229932 | fa163ed5-6186-4aa7-9588-00000000285d | TASK | Populate CephClientConfigVars from THT 2025-11-21 10:36:14.279275 | fa163ed5-6186-4aa7-9588-00000000285d | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2025-11-21 10:36:14.280601 | fa163ed5-6186-4aa7-9588-00000000285d | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:12:53.470294 | 0.05s 2025-11-21 10:36:14.298739 | fa163ed5-6186-4aa7-9588-00000000285e | TASK | configure ceph clients 2025-11-21 10:36:14.354150 | fa163ed5-6186-4aa7-9588-00000000285e | TIMING | configure ceph clients | undercloud | 0:12:53.543835 | 0.05s 2025-11-21 10:36:14.423449 | fa163ed5-6186-4aa7-9588-000000003119 | TASK | get the list of enabled services on the overcloud 2025-11-21 10:36:14.493637 | fa163ed5-6186-4aa7-9588-000000003119 | OK | get the list of enabled services on the overcloud | undercloud 2025-11-21 10:36:14.495192 | fa163ed5-6186-4aa7-9588-000000003119 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:12:53.684885 | 0.07s 2025-11-21 10:36:14.514663 | fa163ed5-6186-4aa7-9588-00000000311a | TASK | Create ceph_client_fetch_dir 2025-11-21 10:36:14.566208 | fa163ed5-6186-4aa7-9588-00000000311a | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:12:53.755896 | 0.05s 2025-11-21 10:36:14.580525 | ace4bb0a-4428-4f6b-adf4-f8ce911a778f | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-11-21 10:36:14.613289 | fa163ed5-6186-4aa7-9588-00000000315d | TASK | Clean any old fetch directory path 2025-11-21 10:36:14.901906 | fa163ed5-6186-4aa7-9588-00000000315d | OK | Clean any old fetch directory path | undercloud 2025-11-21 10:36:14.903090 | fa163ed5-6186-4aa7-9588-00000000315d | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:12:54.092794 | 0.29s 2025-11-21 10:36:14.917310 | fa163ed5-6186-4aa7-9588-00000000315e | TASK | Create ceph_client_fetch_dir for the current execution 2025-11-21 10:36:15.182034 | fa163ed5-6186-4aa7-9588-00000000315e | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-11-21 10:36:15.183622 | fa163ed5-6186-4aa7-9588-00000000315e | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:12:54.373316 | 0.27s 2025-11-21 10:36:15.202685 | fa163ed5-6186-4aa7-9588-00000000311b | TASK | Check if the input variables exist 2025-11-21 10:36:15.481705 | fa163ed5-6186-4aa7-9588-00000000311b | OK | Check if the input variables exist | undercloud 2025-11-21 10:36:15.483599 | fa163ed5-6186-4aa7-9588-00000000311b | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:12:54.673288 | 0.28s 2025-11-21 10:36:15.503023 | fa163ed5-6186-4aa7-9588-00000000311c | TASK | Load variables produced by the cephadm provisioning process 2025-11-21 10:36:15.555759 | fa163ed5-6186-4aa7-9588-00000000311c | OK | Load variables produced by the cephadm provisioning process | undercloud 2025-11-21 10:36:15.557160 | fa163ed5-6186-4aa7-9588-00000000311c | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:12:54.746854 | 0.05s 2025-11-21 10:36:15.576866 | fa163ed5-6186-4aa7-9588-00000000311d | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2025-11-21 10:36:15.657248 | fa163ed5-6186-4aa7-9588-00000000311d | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2025-11-21 10:36:15.658693 | fa163ed5-6186-4aa7-9588-00000000311d | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:12:54.848386 | 0.08s 2025-11-21 10:36:15.677486 | fa163ed5-6186-4aa7-9588-00000000311e | TASK | Configure multiple external ceph clusters 2025-11-21 10:36:15.749816 | fa163ed5-6186-4aa7-9588-00000000311e | SKIPPED | Configure multiple external ceph clusters | undercloud 2025-11-21 10:36:15.751006 | fa163ed5-6186-4aa7-9588-00000000311e | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:12:54.940701 | 0.07s 2025-11-21 10:36:15.770479 | fa163ed5-6186-4aa7-9588-00000000311f | TASK | Render keys provided for the Ceph cluster 2025-11-21 10:36:15.843549 | fa163ed5-6186-4aa7-9588-00000000311f | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:12:55.033241 | 0.07s 2025-11-21 10:36:15.853354 | 4aaaf3ce-6a20-4fa4-851c-a9c0bf6b0ef9 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2025-11-21 10:36:15.890482 | fa163ed5-6186-4aa7-9588-0000000031b1 | TASK | create cephx key(s) 2025-11-21 10:36:16.469142 | fa163ed5-6186-4aa7-9588-0000000031b1 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQC6OyBpAAAAABAAS6pmWL0CQq+ExhDmiSdvsw==', '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-11-21 10:36:16.470033 | fa163ed5-6186-4aa7-9588-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:55.659736 | 0.58s 2025-11-21 10:36:16.907847 | fa163ed5-6186-4aa7-9588-0000000031b1 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQC6OyBpAAAAABAAt+zn6zPkPaCzIHwuOws2IQ==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2025-11-21 10:36:16.908669 | fa163ed5-6186-4aa7-9588-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:56.098373 | 1.02s 2025-11-21 10:36:16.914323 | fa163ed5-6186-4aa7-9588-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:56.104022 | 1.02s 2025-11-21 10:36:16.933855 | fa163ed5-6186-4aa7-9588-000000003120 | TASK | Render ceph config for the Ceph Clients 2025-11-21 10:36:16.984632 | fa163ed5-6186-4aa7-9588-000000003120 | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:12:56.174324 | 0.05s 2025-11-21 10:36:16.995199 | bb239f1c-a4ed-469f-a8b5-990a9226dd60 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2025-11-21 10:36:17.032806 | fa163ed5-6186-4aa7-9588-000000003215 | TASK | create ceph.conf 2025-11-21 10:36:17.626167 | fa163ed5-6186-4aa7-9588-000000003215 | CHANGED | create ceph.conf | undercloud 2025-11-21 10:36:17.627697 | fa163ed5-6186-4aa7-9588-000000003215 | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:12:56.817390 | 0.59s 2025-11-21 10:36:17.646628 | fa163ed5-6186-4aa7-9588-000000003121 | TASK | Configure Ceph Clients 2025-11-21 10:36:17.702306 | fa163ed5-6186-4aa7-9588-000000003121 | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:12:56.891993 | 0.05s 2025-11-21 10:36:17.721554 | fe03e461-93df-4d4b-956f-1f37188a8dfe | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2025-11-21 10:36:17.769906 | fa163ed5-6186-4aa7-9588-000000003284 | TASK | set effective ceph_clients without limit 2025-11-21 10:36:17.898709 | fa163ed5-6186-4aa7-9588-000000003284 | OK | set effective ceph_clients without limit | undercloud 2025-11-21 10:36:17.899935 | fa163ed5-6186-4aa7-9588-000000003284 | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:12:57.089631 | 0.13s 2025-11-21 10:36:17.918970 | fa163ed5-6186-4aa7-9588-000000003285 | TASK | set effective ceph_clients with limit 2025-11-21 10:36:18.002332 | fa163ed5-6186-4aa7-9588-000000003285 | SKIPPED | set effective ceph_clients with limit | undercloud 2025-11-21 10:36:18.004134 | fa163ed5-6186-4aa7-9588-000000003285 | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:12:57.193822 | 0.08s 2025-11-21 10:36:18.023039 | fa163ed5-6186-4aa7-9588-000000003286 | TASK | set distribution list from cross product of files and effective clients 2025-11-21 10:36:18.141352 | fa163ed5-6186-4aa7-9588-000000003286 | OK | set distribution list from cross product of files and effective clients | undercloud 2025-11-21 10:36:18.143043 | fa163ed5-6186-4aa7-9588-000000003286 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:12:57.332734 | 0.12s 2025-11-21 10:36:18.186450 | fa163ed5-6186-4aa7-9588-000000003287 | TASK | Ensure /etc/ceph exists on all clients 2025-11-21 10:36:18.471388 | fa163ed5-6186-4aa7-9588-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-33jhni06/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ed5-6186-4aa7-9588-000000003287') missing from stats 2025-11-21 10:36:18.709275 | fa163ed5-6186-4aa7-9588-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-33jhni06/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-11-21 10:36:18.940830 | fa163ed5-6186-4aa7-9588-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-33jhni06/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-11-21 10:36:18.952474 | fa163ed5-6186-4aa7-9588-000000003287 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:12:58.142143 | 0.76s 2025-11-21 10:36:18.993099 | fa163ed5-6186-4aa7-9588-000000003288 | TASK | push files to the other nodes of cluster 2025-11-21 10:36:19.460816 | fa163ed5-6186-4aa7-9588-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-33jhni06/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ed5-6186-4aa7-9588-000000003288') missing from stats 2025-11-21 10:36:19.951250 | fa163ed5-6186-4aa7-9588-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-33jhni06/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2025-11-21 10:36:20.427184 | fa163ed5-6186-4aa7-9588-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-33jhni06/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2025-11-21 10:36:20.440330 | fa163ed5-6186-4aa7-9588-000000003288 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:12:59.630015 | 1.45s 2025-11-21 10:36:20.460381 | fa163ed5-6186-4aa7-9588-000000003122 | TASK | Clean ceph_client_fetch_dir 2025-11-21 10:36:20.495503 | fa163ed5-6186-4aa7-9588-000000003122 | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:12:59.685188 | 0.03s 2025-11-21 10:36:20.508022 | a5c4876f-26e7-46f2-86ed-27dd500ff2fb | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2025-11-21 10:36:20.555069 | fa163ed5-6186-4aa7-9588-00000000331c | TASK | Clean any old fetch directory path 2025-11-21 10:36:20.815303 | fa163ed5-6186-4aa7-9588-00000000331c | CHANGED | Clean any old fetch directory path | undercloud 2025-11-21 10:36:20.816801 | fa163ed5-6186-4aa7-9588-00000000331c | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:00.006493 | 0.26s 2025-11-21 10:36:20.835293 | fa163ed5-6186-4aa7-9588-00000000331d | TASK | Create ceph_client_fetch_dir for the current execution 2025-11-21 10:36:20.877332 | fa163ed5-6186-4aa7-9588-00000000331d | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2025-11-21 10:36:20.879658 | fa163ed5-6186-4aa7-9588-00000000331d | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:00.069259 | 0.04s 2025-11-21 10:36:20.915413 | fa163ed5-6186-4aa7-9588-00000000285f | TASK | tripleo client role 2025-11-21 10:36:20.945336 | fa163ed5-6186-4aa7-9588-00000000285f | TIMING | tripleo client role | undercloud | 0:13:00.135023 | 0.03s 2025-11-21 10:36:20.963068 | fa163ed5-6186-4aa7-9588-000000002860 | TASK | Load variables for standalone ganesha 2025-11-21 10:36:21.036572 | fa163ed5-6186-4aa7-9588-000000002860 | SKIPPED | Load variables for standalone ganesha | undercloud 2025-11-21 10:36:21.037611 | fa163ed5-6186-4aa7-9588-000000002860 | TIMING | Load variables for standalone ganesha | undercloud | 0:13:00.227307 | 0.07s 2025-11-21 10:36:21.054947 | fa163ed5-6186-4aa7-9588-000000002861 | TASK | Config Standalone Ganesha 2025-11-21 10:36:21.138398 | fa163ed5-6186-4aa7-9588-000000002861 | SKIPPED | Config Standalone Ganesha | undercloud 2025-11-21 10:36:21.139473 | fa163ed5-6186-4aa7-9588-000000002861 | TIMING | Config Standalone Ganesha | undercloud | 0:13:00.329141 | 0.08s PLAY [Deploy step tasks for 2] ************************************************* 2025-11-21 10:36:21.275305 | fa163ed5-6186-4aa7-9588-0000000000ca | TASK | Deploy step tasks for 2 2025-11-21 10:36:21.305042 | fa163ed5-6186-4aa7-9588-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', 'fa163ed5-6186-4aa7-9588-0000000000ca') missing from stats 2025-11-21 10:36:21.327796 | fa163ed5-6186-4aa7-9588-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-11-21 10:36:21.841059 | fa163ed5-6186-4aa7-9588-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-11-21 10:36:21.842773 | fa163ed5-6186-4aa7-9588-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:13:01.032460 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-21 10:36:21.921149 | fa163ed5-6186-4aa7-9588-0000000000cc | TIMING | include_tasks | standalone | 0:13:01.110828 | 0.04s 2025-11-21 10:36:22.020285 | 13bf0d71-6c20-41cf-9d6e-d79740dacb6c | INCLUDED | /root/standalone-ansible-33jhni06/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-11-21 10:36:22.071402 | fa163ed5-6186-4aa7-9588-0000000033e3 | TASK | Push script 2025-11-21 10:36:22.630229 | fa163ed5-6186-4aa7-9588-0000000033e3 | CHANGED | Push script | standalone 2025-11-21 10:36:22.631054 | fa163ed5-6186-4aa7-9588-0000000033e3 | TIMING | Push script | standalone | 0:13:01.820755 | 0.56s 2025-11-21 10:36:22.657203 | fa163ed5-6186-4aa7-9588-0000000033e4 | TASK | Insert cronjob in root crontab 2025-11-21 10:36:23.103464 | fa163ed5-6186-4aa7-9588-0000000033e4 | CHANGED | Insert cronjob in root crontab | standalone 2025-11-21 10:36:23.104800 | fa163ed5-6186-4aa7-9588-0000000033e4 | TIMING | Insert cronjob in root crontab | standalone | 0:13:02.294495 | 0.45s 2025-11-21 10:36:23.135003 | fa163ed5-6186-4aa7-9588-0000000033eb | TASK | Gather variables for each operating system 2025-11-21 10:36:23.252974 | fa163ed5-6186-4aa7-9588-0000000033eb | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:13:02.442660 | 0.12s 2025-11-21 10:36:23.283866 | fa163ed5-6186-4aa7-9588-0000000033ec | TASK | Detect if resource is being created or already exists 2025-11-21 10:36:24.016417 | fa163ed5-6186-4aa7-9588-0000000033ec | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-21 10:36:24.017906 | fa163ed5-6186-4aa7-9588-0000000033ec | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:13:03.207602 | 0.73s 2025-11-21 10:36:24.051020 | fa163ed5-6186-4aa7-9588-0000000033ed | TASK | Run init bundle puppet on the host for haproxy 2025-11-21 10:38:08.966686 | fa163ed5-6186-4aa7-9588-0000000033ed | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-11-21 10:38:08.968836 | fa163ed5-6186-4aa7-9588-0000000033ed | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:14:48.158535 | 104.92s 2025-11-21 10:38:08.994427 | fa163ed5-6186-4aa7-9588-0000000033ee | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-11-21 10:38:09.224037 | fa163ed5-6186-4aa7-9588-0000000033ee | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-11-21 10:38:09.225522 | fa163ed5-6186-4aa7-9588-0000000033ee | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:14:48.415216 | 0.23s 2025-11-21 10:38:09.255564 | fa163ed5-6186-4aa7-9588-0000000033ef | TASK | Run pacemaker restart if the config file for the service changed 2025-11-21 10:38:09.925400 | fa163ed5-6186-4aa7-9588-0000000033ef | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-21 10:38:09.926872 | fa163ed5-6186-4aa7-9588-0000000033ef | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:14:49.116568 | 0.67s 2025-11-21 10:38:09.958486 | fa163ed5-6186-4aa7-9588-0000000033f0 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-11-21 10:38:10.199301 | fa163ed5-6186-4aa7-9588-0000000033f0 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-11-21 10:38:10.200772 | fa163ed5-6186-4aa7-9588-0000000033f0 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:14:49.390467 | 0.24s 2025-11-21 10:38:10.231951 | fa163ed5-6186-4aa7-9588-0000000033f2 | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-11-21 10:38:10.285191 | fa163ed5-6186-4aa7-9588-0000000033f2 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-11-21 10:38:10.286335 | fa163ed5-6186-4aa7-9588-0000000033f2 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:14:49.476030 | 0.05s 2025-11-21 10:38:10.317655 | fa163ed5-6186-4aa7-9588-0000000033f3 | TASK | Get container image tag from bundle haproxy-bundle 2025-11-21 10:38:10.371530 | fa163ed5-6186-4aa7-9588-0000000033f3 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-11-21 10:38:10.372620 | fa163ed5-6186-4aa7-9588-0000000033f3 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:14:49.562316 | 0.05s 2025-11-21 10:38:10.403191 | fa163ed5-6186-4aa7-9588-0000000033f4 | TASK | Compare tags between marker and bundle haproxy-bundle 2025-11-21 10:38:10.457339 | fa163ed5-6186-4aa7-9588-0000000033f4 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-11-21 10:38:10.458416 | fa163ed5-6186-4aa7-9588-0000000033f4 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:14:49.648110 | 0.05s 2025-11-21 10:38:10.491136 | fa163ed5-6186-4aa7-9588-0000000033f5 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-21 10:38:10.544620 | fa163ed5-6186-4aa7-9588-0000000033f5 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-21 10:38:10.545717 | fa163ed5-6186-4aa7-9588-0000000033f5 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:14:49.735412 | 0.05s 2025-11-21 10:38:10.576641 | fa163ed5-6186-4aa7-9588-0000000033f6 | TASK | Remove update marker for bundle haproxy-bundle 2025-11-21 10:38:10.616924 | fa163ed5-6186-4aa7-9588-0000000033f6 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-11-21 10:38:10.618011 | fa163ed5-6186-4aa7-9588-0000000033f6 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:14:49.807703 | 0.04s 2025-11-21 10:38:10.673663 | fa163ed5-6186-4aa7-9588-000000003417 | TASK | Gather variables for each operating system 2025-11-21 10:38:10.789365 | fa163ed5-6186-4aa7-9588-000000003417 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:49.979052 | 0.11s 2025-11-21 10:38:10.819726 | fa163ed5-6186-4aa7-9588-000000003418 | TASK | Detect if resource is being created or already exists 2025-11-21 10:38:11.566238 | fa163ed5-6186-4aa7-9588-000000003418 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-21 10:38:11.567135 | fa163ed5-6186-4aa7-9588-000000003418 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:50.756841 | 0.75s 2025-11-21 10:38:11.590763 | fa163ed5-6186-4aa7-9588-000000003419 | TASK | Run init bundle puppet on the host for mysql 2025-11-21 10:38:38.070771 | fa163ed5-6186-4aa7-9588-000000003419 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-11-21 10:38:38.072895 | fa163ed5-6186-4aa7-9588-000000003419 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:15:17.262588 | 26.48s 2025-11-21 10:38:38.105459 | fa163ed5-6186-4aa7-9588-00000000341a | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-11-21 10:38:38.375795 | fa163ed5-6186-4aa7-9588-00000000341a | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-11-21 10:38:38.377746 | fa163ed5-6186-4aa7-9588-00000000341a | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:15:17.567436 | 0.27s 2025-11-21 10:38:38.411769 | fa163ed5-6186-4aa7-9588-00000000341b | TASK | Run pacemaker restart if the config file for the service changed 2025-11-21 10:38:38.871178 | fa163ed5-6186-4aa7-9588-00000000341b | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-21 10:38:38.872316 | fa163ed5-6186-4aa7-9588-00000000341b | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:18.062017 | 0.46s 2025-11-21 10:38:38.896922 | fa163ed5-6186-4aa7-9588-00000000341c | TASK | Check if an image update marker exists for bundle galera-bundle 2025-11-21 10:38:39.094033 | fa163ed5-6186-4aa7-9588-00000000341c | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-11-21 10:38:39.095353 | fa163ed5-6186-4aa7-9588-00000000341c | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:15:18.285048 | 0.20s 2025-11-21 10:38:39.127159 | fa163ed5-6186-4aa7-9588-00000000341e | TASK | Get container image tag from marker for bundle galera-bundle 2025-11-21 10:38:39.188406 | fa163ed5-6186-4aa7-9588-00000000341e | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-11-21 10:38:39.189762 | fa163ed5-6186-4aa7-9588-00000000341e | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:15:18.379455 | 0.06s 2025-11-21 10:38:39.221788 | fa163ed5-6186-4aa7-9588-00000000341f | TASK | Get container image tag from bundle galera-bundle 2025-11-21 10:38:39.283728 | fa163ed5-6186-4aa7-9588-00000000341f | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-11-21 10:38:39.285157 | fa163ed5-6186-4aa7-9588-00000000341f | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:15:18.474848 | 0.06s 2025-11-21 10:38:39.322298 | fa163ed5-6186-4aa7-9588-000000003420 | TASK | Compare tags between marker and bundle galera-bundle 2025-11-21 10:38:39.379953 | fa163ed5-6186-4aa7-9588-000000003420 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-11-21 10:38:39.382555 | fa163ed5-6186-4aa7-9588-000000003420 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:15:18.572246 | 0.06s 2025-11-21 10:38:39.423173 | fa163ed5-6186-4aa7-9588-000000003421 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-21 10:38:39.481485 | fa163ed5-6186-4aa7-9588-000000003421 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-21 10:38:39.482243 | fa163ed5-6186-4aa7-9588-000000003421 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:18.671944 | 0.06s 2025-11-21 10:38:39.506854 | fa163ed5-6186-4aa7-9588-000000003422 | TASK | Remove update marker for bundle galera-bundle 2025-11-21 10:38:39.556922 | fa163ed5-6186-4aa7-9588-000000003422 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-11-21 10:38:39.557871 | fa163ed5-6186-4aa7-9588-000000003422 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:15:18.747568 | 0.05s 2025-11-21 10:38:39.617222 | fa163ed5-6186-4aa7-9588-000000003443 | TASK | Gather variables for each operating system 2025-11-21 10:38:39.774358 | fa163ed5-6186-4aa7-9588-000000003443 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:18.964043 | 0.16s 2025-11-21 10:38:39.805362 | fa163ed5-6186-4aa7-9588-000000003444 | TASK | Detect if resource is being created or already exists 2025-11-21 10:38:40.612086 | fa163ed5-6186-4aa7-9588-000000003444 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-21 10:38:40.613560 | fa163ed5-6186-4aa7-9588-000000003444 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:19.803255 | 0.81s 2025-11-21 10:38:40.645227 | fa163ed5-6186-4aa7-9588-000000003445 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-11-21 10:39:06.595716 | fa163ed5-6186-4aa7-9588-000000003445 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-11-21 10:39:06.598227 | fa163ed5-6186-4aa7-9588-000000003445 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:15:45.787926 | 25.95s 2025-11-21 10:39:06.626313 | fa163ed5-6186-4aa7-9588-000000003446 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-11-21 10:39:06.886758 | fa163ed5-6186-4aa7-9588-000000003446 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-11-21 10:39:06.889663 | fa163ed5-6186-4aa7-9588-000000003446 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:15:46.079356 | 0.26s 2025-11-21 10:39:06.920506 | fa163ed5-6186-4aa7-9588-000000003447 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-21 10:39:07.346223 | fa163ed5-6186-4aa7-9588-000000003447 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-21 10:39:07.348051 | fa163ed5-6186-4aa7-9588-000000003447 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:46.537746 | 0.43s 2025-11-21 10:39:07.381246 | fa163ed5-6186-4aa7-9588-000000003448 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-11-21 10:39:07.635727 | fa163ed5-6186-4aa7-9588-000000003448 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-11-21 10:39:07.636551 | fa163ed5-6186-4aa7-9588-000000003448 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:15:46.826256 | 0.25s 2025-11-21 10:39:07.657018 | fa163ed5-6186-4aa7-9588-00000000344a | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-11-21 10:39:07.696971 | fa163ed5-6186-4aa7-9588-00000000344a | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-11-21 10:39:07.697778 | fa163ed5-6186-4aa7-9588-00000000344a | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:15:46.887479 | 0.04s 2025-11-21 10:39:07.720371 | fa163ed5-6186-4aa7-9588-00000000344b | TASK | Get container image tag from bundle rabbitmq-bundle 2025-11-21 10:39:07.772662 | fa163ed5-6186-4aa7-9588-00000000344b | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-11-21 10:39:07.773915 | fa163ed5-6186-4aa7-9588-00000000344b | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:15:46.963606 | 0.05s 2025-11-21 10:39:07.806427 | fa163ed5-6186-4aa7-9588-00000000344c | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-11-21 10:39:07.859046 | fa163ed5-6186-4aa7-9588-00000000344c | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-11-21 10:39:07.860377 | fa163ed5-6186-4aa7-9588-00000000344c | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:15:47.050068 | 0.05s 2025-11-21 10:39:07.895755 | fa163ed5-6186-4aa7-9588-00000000344d | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-21 10:39:07.947325 | fa163ed5-6186-4aa7-9588-00000000344d | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-21 10:39:07.948715 | fa163ed5-6186-4aa7-9588-00000000344d | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:47.138405 | 0.05s 2025-11-21 10:39:07.976772 | fa163ed5-6186-4aa7-9588-00000000344e | TASK | Remove update marker for bundle rabbitmq-bundle 2025-11-21 10:39:08.030193 | fa163ed5-6186-4aa7-9588-00000000344e | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-11-21 10:39:08.031669 | fa163ed5-6186-4aa7-9588-00000000344e | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:15:47.221362 | 0.05s 2025-11-21 10:39:08.082831 | fa163ed5-6186-4aa7-9588-00000000346f | TASK | Gather variables for each operating system 2025-11-21 10:39:08.210284 | fa163ed5-6186-4aa7-9588-00000000346f | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:47.399977 | 0.13s 2025-11-21 10:39:08.239890 | fa163ed5-6186-4aa7-9588-000000003470 | TASK | Detect if resource is being created or already exists 2025-11-21 10:39:09.087127 | fa163ed5-6186-4aa7-9588-000000003470 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-21 10:39:09.088639 | fa163ed5-6186-4aa7-9588-000000003470 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:48.278335 | 0.85s 2025-11-21 10:39:09.124052 | fa163ed5-6186-4aa7-9588-000000003471 | TASK | Run init bundle puppet on the host for redis 2025-11-21 10:39:34.734861 | fa163ed5-6186-4aa7-9588-000000003471 | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-11-21 10:39:34.736139 | fa163ed5-6186-4aa7-9588-000000003471 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:16:13.925842 | 25.61s 2025-11-21 10:39:34.762046 | fa163ed5-6186-4aa7-9588-000000003472 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-11-21 10:39:34.985186 | fa163ed5-6186-4aa7-9588-000000003472 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-11-21 10:39:34.986064 | fa163ed5-6186-4aa7-9588-000000003472 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:16:14.175766 | 0.22s 2025-11-21 10:39:35.006684 | fa163ed5-6186-4aa7-9588-000000003473 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-21 10:39:35.425774 | fa163ed5-6186-4aa7-9588-000000003473 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-21 10:39:35.426727 | fa163ed5-6186-4aa7-9588-000000003473 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:14.616429 | 0.42s 2025-11-21 10:39:35.451512 | fa163ed5-6186-4aa7-9588-000000003474 | TASK | Check if an image update marker exists for bundle redis-bundle 2025-11-21 10:39:35.680202 | fa163ed5-6186-4aa7-9588-000000003474 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-11-21 10:39:35.681477 | fa163ed5-6186-4aa7-9588-000000003474 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:16:14.871171 | 0.23s 2025-11-21 10:39:35.712828 | fa163ed5-6186-4aa7-9588-000000003476 | TASK | Get container image tag from marker for bundle redis-bundle 2025-11-21 10:39:35.744193 | fa163ed5-6186-4aa7-9588-000000003476 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-11-21 10:39:35.745374 | fa163ed5-6186-4aa7-9588-000000003476 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:16:14.935067 | 0.03s 2025-11-21 10:39:35.777519 | fa163ed5-6186-4aa7-9588-000000003477 | TASK | Get container image tag from bundle redis-bundle 2025-11-21 10:39:35.850271 | fa163ed5-6186-4aa7-9588-000000003477 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-11-21 10:39:35.851694 | fa163ed5-6186-4aa7-9588-000000003477 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:16:15.041387 | 0.07s 2025-11-21 10:39:35.882299 | fa163ed5-6186-4aa7-9588-000000003478 | TASK | Compare tags between marker and bundle redis-bundle 2025-11-21 10:39:35.932570 | fa163ed5-6186-4aa7-9588-000000003478 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-11-21 10:39:35.933392 | fa163ed5-6186-4aa7-9588-000000003478 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:16:15.123094 | 0.05s 2025-11-21 10:39:35.958645 | fa163ed5-6186-4aa7-9588-000000003479 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-21 10:39:36.009469 | fa163ed5-6186-4aa7-9588-000000003479 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-21 10:39:36.010750 | fa163ed5-6186-4aa7-9588-000000003479 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:15.200443 | 0.05s 2025-11-21 10:39:36.042320 | fa163ed5-6186-4aa7-9588-00000000347a | TASK | Remove update marker for bundle redis-bundle 2025-11-21 10:39:36.094119 | fa163ed5-6186-4aa7-9588-00000000347a | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-11-21 10:39:36.095388 | fa163ed5-6186-4aa7-9588-00000000347a | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:16:15.285081 | 0.05s 2025-11-21 10:39:36.152020 | fa163ed5-6186-4aa7-9588-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-11-21 10:39:37.396477 | fa163ed5-6186-4aa7-9588-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-11-21 10:39:37.398003 | fa163ed5-6186-4aa7-9588-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:16:16.587700 | 1.24s 2025-11-21 10:39:37.509913 | fa163ed5-6186-4aa7-9588-0000000000cf | TIMING | include_tasks | standalone | 0:16:16.699597 | 0.08s 2025-11-21 10:39:37.548067 | fdf5c36d-5ea2-40b6-90b1-1c141d4b6bcf | INCLUDED | /root/standalone-ansible-33jhni06/common_deploy_steps_tasks.yaml | standalone 2025-11-21 10:39:37.573993 | fa163ed5-6186-4aa7-9588-00000000350f | TASK | Write the config_step hieradata 2025-11-21 10:39:38.065583 | fa163ed5-6186-4aa7-9588-00000000350f | OK | Write the config_step hieradata | standalone 2025-11-21 10:39:38.067022 | fa163ed5-6186-4aa7-9588-00000000350f | TIMING | Write the config_step hieradata | standalone | 0:16:17.256716 | 0.49s 2025-11-21 10:39:38.097213 | fa163ed5-6186-4aa7-9588-000000003510 | TASK | Run puppet host configuration for step 2 2025-11-21 10:39:38.420697 | fa163ed5-6186-4aa7-9588-000000003510 | CHANGED | Run puppet host configuration for step 2 | standalone 2025-11-21 10:39:38.422796 | fa163ed5-6186-4aa7-9588-000000003510 | TIMING | Run puppet host configuration for step 2 | standalone | 0:16:17.612498 | 0.32s 2025-11-21 10:39:38.442046 | fa163ed5-6186-4aa7-9588-000000003511 | TASK | Wait for puppet host configuration to finish 2025-11-21 10:39:38.730838 | fa163ed5-6186-4aa7-9588-000000003511 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-21 10:39:48.954617 | fa163ed5-6186-4aa7-9588-000000003511 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-21 10:39:59.196554 | fa163ed5-6186-4aa7-9588-000000003511 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-21 10:39:59.197911 | fa163ed5-6186-4aa7-9588-000000003511 | TIMING | Wait for puppet host configuration to finish | standalone | 0:16:38.387594 | 20.76s 2025-11-21 10:39:59.229911 | fa163ed5-6186-4aa7-9588-000000003512 | TASK | Debug output for task: Run puppet host configuration for step 2 2025-11-21 10:39:59.333364 | fa163ed5-6186-4aa7-9588-000000003512 | CHANGED | Debug output for task: Run puppet host configuration for step 2 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Nov 21 10:39:38 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 21 10:39:42 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 21 10:39:42 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 21 10:39:42 puppet-user: (file & line not available)", "<13>Nov 21 10:39:42 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Nov 21 10:39:42 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 21 10:39:43 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 21 10:39:43 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.43 seconds", "<13>Nov 21 10:39:48 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 21 10:39:51 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 21 10:39:53 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 21 10:39:53 puppet-user: Notice: Applied catalog in 10.10 seconds", "<13>Nov 21 10:39:53 puppet-user: Application:", "<13>Nov 21 10:39:53 puppet-user: Initial environment: production", "<13>Nov 21 10:39:53 puppet-user: Converged environment: production", "<13>Nov 21 10:39:53 puppet-user: Run mode: user", "<13>Nov 21 10:39:53 puppet-user: Changes:", "<13>Nov 21 10:39:53 puppet-user: Total: 2", "<13>Nov 21 10:39:53 puppet-user: Events:", "<13>Nov 21 10:39:53 puppet-user: Success: 2", "<13>Nov 21 10:39:53 puppet-user: Resources:", "<13>Nov 21 10:39:53 puppet-user: Changed: 2", "<13>Nov 21 10:39:53 puppet-user: Out of sync: 2", "<13>Nov 21 10:39:53 puppet-user: Total: 28", "<13>Nov 21 10:39:53 puppet-user: Time:", "<13>Nov 21 10:39:53 puppet-user: Filebucket: 0.00", "<13>Nov 21 10:39:53 puppet-user: Schedule: 0.00", "<13>Nov 21 10:39:53 puppet-user: File line: 0.00", "<13>Nov 21 10:39:53 puppet-user: Package: 0.00", "<13>Nov 21 10:39:53 puppet-user: File: 0.00", "<13>Nov 21 10:39:53 puppet-user: Augeas: 0.01", "<13>Nov 21 10:39:53 puppet-user: User: 0.01", "<13>Nov 21 10:39:53 puppet-user: Service: 0.08", "<13>Nov 21 10:39:53 puppet-user: Config retrieval: 0.50", "<13>Nov 21 10:39:53 puppet-user: Pcmk property: 1.50", "<13>Nov 21 10:39:53 puppet-user: Exec: 1.90", "<13>Nov 21 10:39:53 puppet-user: Transaction evaluation: 10.08", "<13>Nov 21 10:39:53 puppet-user: Catalog application: 10.10", "<13>Nov 21 10:39:53 puppet-user: Last run: 1763721593", "<13>Nov 21 10:39:53 puppet-user: Pcmk resource default: 3.09", "<13>Nov 21 10:39:53 puppet-user: Pcmk resource op default: 3.26", "<13>Nov 21 10:39:53 puppet-user: Total: 10.10", "<13>Nov 21 10:39:53 puppet-user: Version:", "<13>Nov 21 10:39:53 puppet-user: Config: 1763721582", "<13>Nov 21 10:39:53 puppet-user: Puppet: 7.10.0" ] } 2025-11-21 10:39:59.334858 | fa163ed5-6186-4aa7-9588-000000003512 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:16:38.524551 | 0.10s 2025-11-21 10:39:59.361995 | fa163ed5-6186-4aa7-9588-000000003513 | TASK | Pre-cache facts for puppet containers 2025-11-21 10:39:59.390822 | fa163ed5-6186-4aa7-9588-000000003513 | TIMING | Pre-cache facts for puppet containers | standalone | 0:16:38.580519 | 0.03s 2025-11-21 10:39:59.452623 | fa163ed5-6186-4aa7-9588-000000003552 | TASK | Gather variables for each operating system 2025-11-21 10:39:59.570187 | fa163ed5-6186-4aa7-9588-000000003552 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:16:38.759881 | 0.12s 2025-11-21 10:39:59.593303 | fa163ed5-6186-4aa7-9588-000000003553 | TASK | Create puppet caching structures 2025-11-21 10:39:59.862953 | fa163ed5-6186-4aa7-9588-000000003553 | CHANGED | Create puppet caching structures | standalone 2025-11-21 10:39:59.864001 | fa163ed5-6186-4aa7-9588-000000003553 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:16:39.053700 | 0.27s 2025-11-21 10:39:59.887094 | fa163ed5-6186-4aa7-9588-000000003554 | TASK | Check for facter.conf 2025-11-21 10:40:00.092495 | fa163ed5-6186-4aa7-9588-000000003554 | OK | Check for facter.conf | standalone 2025-11-21 10:40:00.093620 | fa163ed5-6186-4aa7-9588-000000003554 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:16:39.283323 | 0.21s 2025-11-21 10:40:00.116278 | fa163ed5-6186-4aa7-9588-000000003555 | TASK | Remove facter.conf if directory 2025-11-21 10:40:00.145467 | fa163ed5-6186-4aa7-9588-000000003555 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-21 10:40:00.146151 | fa163ed5-6186-4aa7-9588-000000003555 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:16:39.335853 | 0.03s 2025-11-21 10:40:00.168178 | fa163ed5-6186-4aa7-9588-000000003556 | TASK | Write facter cache config 2025-11-21 10:40:00.618378 | fa163ed5-6186-4aa7-9588-000000003556 | CHANGED | Write facter cache config | standalone 2025-11-21 10:40:00.619757 | fa163ed5-6186-4aa7-9588-000000003556 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:16:39.809434 | 0.45s 2025-11-21 10:40:00.648993 | fa163ed5-6186-4aa7-9588-000000003557 | TASK | Cleanup facter cache if exists 2025-11-21 10:40:00.862688 | fa163ed5-6186-4aa7-9588-000000003557 | CHANGED | Cleanup facter cache if exists | standalone 2025-11-21 10:40:00.866814 | fa163ed5-6186-4aa7-9588-000000003557 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:16:40.056505 | 0.22s 2025-11-21 10:40:00.901097 | fa163ed5-6186-4aa7-9588-000000003558 | TASK | Pre-cache facts 2025-11-21 10:40:01.537823 | fa163ed5-6186-4aa7-9588-000000003558 | CHANGED | Pre-cache facts | standalone 2025-11-21 10:40:01.539163 | fa163ed5-6186-4aa7-9588-000000003558 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:16:40.728857 | 0.64s 2025-11-21 10:40:01.570903 | fa163ed5-6186-4aa7-9588-000000003559 | TASK | Failed deployment if facter fails 2025-11-21 10:40:01.611391 | fa163ed5-6186-4aa7-9588-000000003559 | SKIPPED | Failed deployment if facter fails | standalone 2025-11-21 10:40:01.612740 | fa163ed5-6186-4aa7-9588-000000003559 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:16:40.802435 | 0.04s 2025-11-21 10:40:01.661903 | fa163ed5-6186-4aa7-9588-00000000355a | TASK | Sync cached facts 2025-11-21 10:40:01.951911 | fa163ed5-6186-4aa7-9588-00000000355a | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ed5-6186-4aa7-9588-00000000355a') missing from stats 2025-11-21 10:40:02.008470 | fa163ed5-6186-4aa7-9588-000000003514 | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-21 10:40:02.058977 | fa163ed5-6186-4aa7-9588-000000003514 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-21 10:40:02.060162 | fa163ed5-6186-4aa7-9588-000000003514 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:16:41.249852 | 0.05s 2025-11-21 10:40:02.090820 | fa163ed5-6186-4aa7-9588-000000003516 | TASK | Manage containers for step 2 with tripleo-ansible 2025-11-21 10:40:02.120059 | fa163ed5-6186-4aa7-9588-000000003516 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:16:41.309747 | 0.03s 2025-11-21 10:40:02.189836 | fa163ed5-6186-4aa7-9588-0000000035b1 | TASK | Gather variables for each operating system 2025-11-21 10:40:02.310904 | fa163ed5-6186-4aa7-9588-0000000035b1 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:41.500595 | 0.12s 2025-11-21 10:40:02.334230 | fa163ed5-6186-4aa7-9588-0000000035b2 | TASK | Create container logs path 2025-11-21 10:40:02.588167 | fa163ed5-6186-4aa7-9588-0000000035b2 | OK | Create container logs path | standalone 2025-11-21 10:40:02.589703 | fa163ed5-6186-4aa7-9588-0000000035b2 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:41.779397 | 0.25s 2025-11-21 10:40:02.621850 | fa163ed5-6186-4aa7-9588-0000000035b4 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-11-21 10:40:02.854587 | fa163ed5-6186-4aa7-9588-0000000035b4 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-11-21 10:40:02.856262 | fa163ed5-6186-4aa7-9588-0000000035b4 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:42.045954 | 0.23s 2025-11-21 10:40:02.886855 | fa163ed5-6186-4aa7-9588-0000000035b5 | TASK | Finalise hashes for all containers 2025-11-21 10:40:02.959670 | fa163ed5-6186-4aa7-9588-0000000035b5 | OK | Finalise hashes for all containers | standalone 2025-11-21 10:40:02.960836 | fa163ed5-6186-4aa7-9588-0000000035b5 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:42.150531 | 0.07s 2025-11-21 10:40:02.990148 | fa163ed5-6186-4aa7-9588-0000000035b7 | TASK | Manage systemd shutdown files 2025-11-21 10:40:03.022744 | fa163ed5-6186-4aa7-9588-0000000035b7 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:42.212437 | 0.03s 2025-11-21 10:40:03.057816 | 4a01b637-4574-4816-9537-e5d2856798ec | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-21 10:40:03.086849 | fa163ed5-6186-4aa7-9588-0000000035ea | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-21 10:40:03.328764 | fa163ed5-6186-4aa7-9588-0000000035ea | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-21 10:40:03.330282 | fa163ed5-6186-4aa7-9588-0000000035ea | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:16:42.519977 | 0.24s 2025-11-21 10:40:03.361372 | fa163ed5-6186-4aa7-9588-0000000035eb | TASK | Set podman_drop_in fact 2025-11-21 10:40:03.423194 | fa163ed5-6186-4aa7-9588-0000000035eb | OK | Set podman_drop_in fact | standalone 2025-11-21 10:40:03.424403 | fa163ed5-6186-4aa7-9588-0000000035eb | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:16:42.614099 | 0.06s 2025-11-21 10:40:03.456312 | fa163ed5-6186-4aa7-9588-0000000035ed | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-21 10:40:03.961955 | fa163ed5-6186-4aa7-9588-0000000035ed | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-21 10:40:03.964563 | fa163ed5-6186-4aa7-9588-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:43.154257 | 0.51s 2025-11-21 10:40:04.448348 | fa163ed5-6186-4aa7-9588-0000000035ed | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-21 10:40:04.450620 | fa163ed5-6186-4aa7-9588-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:43.640317 | 0.99s 2025-11-21 10:40:04.461088 | fa163ed5-6186-4aa7-9588-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:43.650779 | 1.00s 2025-11-21 10:40:04.491883 | fa163ed5-6186-4aa7-9588-0000000035ee | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-21 10:40:05.004089 | fa163ed5-6186-4aa7-9588-0000000035ee | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-21 10:40:05.005674 | fa163ed5-6186-4aa7-9588-0000000035ee | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:16:44.195365 | 0.51s 2025-11-21 10:40:05.035996 | fa163ed5-6186-4aa7-9588-0000000035ef | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-21 10:40:05.539072 | fa163ed5-6186-4aa7-9588-0000000035ef | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-21 10:40:05.540668 | fa163ed5-6186-4aa7-9588-0000000035ef | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:16:44.730364 | 0.50s 2025-11-21 10:40:05.570886 | fa163ed5-6186-4aa7-9588-0000000035f0 | TASK | Enable and start tripleo-container-shutdown 2025-11-21 10:40:06.214323 | fa163ed5-6186-4aa7-9588-0000000035f0 | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-21 10:40:06.216369 | fa163ed5-6186-4aa7-9588-0000000035f0 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:16:45.406066 | 0.64s 2025-11-21 10:40:06.247133 | fa163ed5-6186-4aa7-9588-0000000035f1 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-21 10:40:06.748007 | fa163ed5-6186-4aa7-9588-0000000035f1 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-21 10:40:06.749290 | fa163ed5-6186-4aa7-9588-0000000035f1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:16:45.938987 | 0.50s 2025-11-21 10:40:06.778691 | fa163ed5-6186-4aa7-9588-0000000035f2 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-21 10:40:07.281399 | fa163ed5-6186-4aa7-9588-0000000035f2 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-21 10:40:07.282833 | fa163ed5-6186-4aa7-9588-0000000035f2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:16:46.472529 | 0.50s 2025-11-21 10:40:07.312776 | fa163ed5-6186-4aa7-9588-0000000035f3 | TASK | Enable and start netns-placeholder 2025-11-21 10:40:07.992203 | fa163ed5-6186-4aa7-9588-0000000035f3 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-21 10:40:07.993551 | fa163ed5-6186-4aa7-9588-0000000035f3 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:16:47.183254 | 0.68s 2025-11-21 10:40:08.016975 | fa163ed5-6186-4aa7-9588-0000000035b9 | TASK | Update container configs with new config hashes 2025-11-21 10:40:08.075807 | fa163ed5-6186-4aa7-9588-0000000035b9 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:47.265499 | 0.06s 2025-11-21 10:40:08.097589 | d9071898-2bce-4d4c-b4b0-b0d91de3b1b0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-21 10:40:08.128035 | fa163ed5-6186-4aa7-9588-00000000361b | TASK | Update config hashes for container startup configs 2025-11-21 10:40:08.413765 | fa163ed5-6186-4aa7-9588-00000000361b | OK | Update config hashes for container startup configs | standalone 2025-11-21 10:40:08.415103 | fa163ed5-6186-4aa7-9588-00000000361b | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:16:47.604797 | 0.29s 2025-11-21 10:40:08.448146 | fa163ed5-6186-4aa7-9588-0000000035ba | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-11-21 10:40:08.509128 | fa163ed5-6186-4aa7-9588-0000000035ba | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:47.698820 | 0.06s 2025-11-21 10:40:08.525720 | a2def97d-bc77-4be7-bc62-24fb4d51ecf4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-21 10:40:08.553003 | fa163ed5-6186-4aa7-9588-00000000363a | TASK | Gather podman infos 2025-11-21 10:40:09.413111 | fa163ed5-6186-4aa7-9588-00000000363a | OK | Gather podman infos | standalone 2025-11-21 10:40:09.414668 | fa163ed5-6186-4aa7-9588-00000000363a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:48.604362 | 0.86s 2025-11-21 10:40:09.488119 | fa163ed5-6186-4aa7-9588-00000000363b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-11-21 10:40:09.554235 | fa163ed5-6186-4aa7-9588-00000000363b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:48.743921 | 0.06s 2025-11-21 10:40:09.683147 | fa163ed5-6186-4aa7-9588-000000003684 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:48.872826 | 0.07s 2025-11-21 10:40:09.743475 | fa163ed5-6186-4aa7-9588-0000000035bb | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-11-21 10:40:09.800200 | fa163ed5-6186-4aa7-9588-0000000035bb | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:48.989882 | 0.05s 2025-11-21 10:40:09.824759 | 2399ece9-9a73-45fe-9a00-46c7b6aa878e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-21 10:40:09.869009 | fa163ed5-6186-4aa7-9588-0000000036aa | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-11-21 10:40:27.188271 | fa163ed5-6186-4aa7-9588-0000000036aa | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-11-21 10:40:27.189450 | fa163ed5-6186-4aa7-9588-0000000036aa | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:06.379152 | 17.32s 2025-11-21 10:40:27.211046 | fa163ed5-6186-4aa7-9588-0000000036ab | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-11-21 10:40:30.121990 | fa163ed5-6186-4aa7-9588-0000000036ab | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-11-21 10:40:30.123732 | fa163ed5-6186-4aa7-9588-0000000036ab | 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:09.313426 | 2.91s 2025-11-21 10:40:30.205024 | fa163ed5-6186-4aa7-9588-000000003518 | TASK | Clean container_puppet_tasks for standalone step 2 2025-11-21 10:40:30.446996 | fa163ed5-6186-4aa7-9588-000000003518 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-11-21 10:40:30.448488 | fa163ed5-6186-4aa7-9588-000000003518 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:17:09.638136 | 0.24s 2025-11-21 10:40:30.497081 | fa163ed5-6186-4aa7-9588-000000003519 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-11-21 10:40:30.537564 | fa163ed5-6186-4aa7-9588-000000003519 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:17:09.727255 | 0.04s 2025-11-21 10:40:30.562265 | fa163ed5-6186-4aa7-9588-00000000351a | TASK | Include container-puppet tasks for step 2 2025-11-21 10:40:30.613531 | fa163ed5-6186-4aa7-9588-00000000351a | TIMING | Include container-puppet tasks for step 2 | standalone | 0:17:09.803224 | 0.05s 2025-11-21 10:40:30.631135 | 9dd3228e-7ddd-475d-ba3b-0de945788e94 | INCLUDED | /root/standalone-ansible-33jhni06/host-container-puppet-tasks.yaml | standalone 2025-11-21 10:40:30.763356 | fa163ed5-6186-4aa7-9588-0000000036f6 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-11-21 10:40:31.297224 | fa163ed5-6186-4aa7-9588-0000000036f6 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-11-21 10:40:31.298529 | fa163ed5-6186-4aa7-9588-0000000036f6 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:17:10.488222 | 0.53s 2025-11-21 10:40:31.329719 | fa163ed5-6186-4aa7-9588-0000000036f8 | TASK | Generate container puppet configs for step 2 2025-11-21 10:40:31.574015 | fa163ed5-6186-4aa7-9588-0000000036f8 | OK | Generate container puppet configs for step 2 | standalone 2025-11-21 10:40:31.575439 | fa163ed5-6186-4aa7-9588-0000000036f8 | TIMING | Generate container puppet configs for step 2 | standalone | 0:17:10.765132 | 0.24s 2025-11-21 10:40:31.606354 | fa163ed5-6186-4aa7-9588-0000000036f9 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-11-21 10:40:31.636516 | fa163ed5-6186-4aa7-9588-0000000036f9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:17:10.826206 | 0.03s 2025-11-21 10:40:31.708796 | fa163ed5-6186-4aa7-9588-000000003728 | TASK | Gather variables for each operating system 2025-11-21 10:40:31.825785 | fa163ed5-6186-4aa7-9588-000000003728 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:11.015471 | 0.12s 2025-11-21 10:40:31.855933 | fa163ed5-6186-4aa7-9588-000000003729 | TASK | Create container logs path 2025-11-21 10:40:32.095547 | fa163ed5-6186-4aa7-9588-000000003729 | OK | Create container logs path | standalone 2025-11-21 10:40:32.096903 | fa163ed5-6186-4aa7-9588-000000003729 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:11.286599 | 0.24s 2025-11-21 10:40:32.129602 | fa163ed5-6186-4aa7-9588-00000000372b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-11-21 10:40:32.397374 | fa163ed5-6186-4aa7-9588-00000000372b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-11-21 10:40:32.398495 | fa163ed5-6186-4aa7-9588-00000000372b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:11.588191 | 0.27s 2025-11-21 10:40:32.426871 | fa163ed5-6186-4aa7-9588-00000000372c | TASK | Finalise hashes for all containers 2025-11-21 10:40:32.467723 | fa163ed5-6186-4aa7-9588-00000000372c | OK | Finalise hashes for all containers | standalone 2025-11-21 10:40:32.468792 | fa163ed5-6186-4aa7-9588-00000000372c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:11.658489 | 0.04s 2025-11-21 10:40:32.498511 | fa163ed5-6186-4aa7-9588-00000000372e | TASK | Manage systemd shutdown files 2025-11-21 10:40:32.528115 | fa163ed5-6186-4aa7-9588-00000000372e | SKIPPED | Manage systemd shutdown files | standalone 2025-11-21 10:40:32.529526 | fa163ed5-6186-4aa7-9588-00000000372e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:11.719221 | 0.03s 2025-11-21 10:40:32.559335 | fa163ed5-6186-4aa7-9588-000000003730 | TASK | Update container configs with new config hashes 2025-11-21 10:40:32.621502 | fa163ed5-6186-4aa7-9588-000000003730 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-21 10:40:32.622652 | fa163ed5-6186-4aa7-9588-000000003730 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:11.812348 | 0.06s 2025-11-21 10:40:32.658244 | fa163ed5-6186-4aa7-9588-000000003731 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-11-21 10:40:32.708941 | fa163ed5-6186-4aa7-9588-000000003731 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-11-21 10:40:32.710066 | fa163ed5-6186-4aa7-9588-000000003731 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:11.899760 | 0.05s 2025-11-21 10:40:32.743437 | fa163ed5-6186-4aa7-9588-000000003732 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-11-21 10:40:32.795791 | fa163ed5-6186-4aa7-9588-000000003732 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-11-21 10:40:32.796909 | fa163ed5-6186-4aa7-9588-000000003732 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:17:11.986603 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-11-21 10:40:32.978591 | fa163ed5-6186-4aa7-9588-0000000000d2 | TASK | External deployment step 3 2025-11-21 10:40:33.009734 | fa163ed5-6186-4aa7-9588-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', 'fa163ed5-6186-4aa7-9588-0000000000d2') missing from stats 2025-11-21 10:40:33.066767 | fa163ed5-6186-4aa7-9588-0000000000d3 | TIMING | include_tasks | undercloud | 0:17:12.256455 | 0.04s 2025-11-21 10:40:33.076437 | 6e0d78c6-5b7b-427c-995a-4c3d9ca20221 | INCLUDED | /root/standalone-ansible-33jhni06/external_deploy_steps_tasks_step3.yaml | undercloud 2025-11-21 10:40:33.095674 | fa163ed5-6186-4aa7-9588-000000003781 | TASK | Pause cephadm 2025-11-21 10:40:33.146600 | fa163ed5-6186-4aa7-9588-000000003781 | SKIPPED | Pause cephadm | undercloud 2025-11-21 10:40:33.147655 | fa163ed5-6186-4aa7-9588-000000003781 | TIMING | Pause cephadm | undercloud | 0:17:12.337351 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2025-11-21 10:40:33.285117 | fa163ed5-6186-4aa7-9588-0000000000d6 | TASK | Deploy step tasks for 3 2025-11-21 10:40:33.314108 | fa163ed5-6186-4aa7-9588-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', 'fa163ed5-6186-4aa7-9588-0000000000d6') missing from stats 2025-11-21 10:40:33.336386 | fa163ed5-6186-4aa7-9588-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-11-21 10:40:33.896158 | fa163ed5-6186-4aa7-9588-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-11-21 10:40:33.897670 | fa163ed5-6186-4aa7-9588-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:17:13.087363 | 0.56s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-21 10:40:33.977970 | fa163ed5-6186-4aa7-9588-0000000000d8 | TIMING | include_tasks | standalone | 0:17:13.167657 | 0.05s 2025-11-21 10:40:34.004885 | 31a3fa1b-886e-4746-a349-e83969b98224 | INCLUDED | /root/standalone-ansible-33jhni06/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-11-21 10:40:34.035393 | fa163ed5-6186-4aa7-9588-0000000037a0 | TASK | Start OVN container 2025-11-21 10:40:34.115287 | fa163ed5-6186-4aa7-9588-0000000037a0 | TIMING | Start OVN container | standalone | 0:17:13.304962 | 0.08s 2025-11-21 10:40:34.145392 | fa163ed5-6186-4aa7-9588-0000000037a0 | TIMING | Start OVN container | standalone | 0:17:13.335093 | 0.11s 2025-11-21 10:40:34.169290 | fa163ed5-6186-4aa7-9588-0000000037a0 | TIMING | Start OVN container | standalone | 0:17:13.358992 | 0.13s 2025-11-21 10:40:34.175965 | fa163ed5-6186-4aa7-9588-0000000037a0 | TIMING | Start OVN container | standalone | 0:17:13.365653 | 0.14s 2025-11-21 10:40:34.273454 | fa163ed5-6186-4aa7-9588-0000000037d8 | TASK | Gather variables for each operating system 2025-11-21 10:40:34.399594 | fa163ed5-6186-4aa7-9588-0000000037d8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:13.589280 | 0.12s 2025-11-21 10:40:34.431044 | fa163ed5-6186-4aa7-9588-0000000037d9 | TASK | Create container logs path 2025-11-21 10:40:34.681891 | fa163ed5-6186-4aa7-9588-0000000037d9 | OK | Create container logs path | standalone 2025-11-21 10:40:34.683413 | fa163ed5-6186-4aa7-9588-0000000037d9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:13.873108 | 0.25s 2025-11-21 10:40:34.716620 | fa163ed5-6186-4aa7-9588-0000000037db | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-11-21 10:40:35.037075 | fa163ed5-6186-4aa7-9588-0000000037db | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-21 10:40:35.038493 | fa163ed5-6186-4aa7-9588-0000000037db | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:14.228186 | 0.32s 2025-11-21 10:40:35.068515 | fa163ed5-6186-4aa7-9588-0000000037dc | TASK | Finalise hashes for all containers 2025-11-21 10:40:35.133295 | fa163ed5-6186-4aa7-9588-0000000037dc | OK | Finalise hashes for all containers | standalone 2025-11-21 10:40:35.134402 | fa163ed5-6186-4aa7-9588-0000000037dc | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:14.324100 | 0.06s 2025-11-21 10:40:35.164371 | fa163ed5-6186-4aa7-9588-0000000037de | TASK | Manage systemd shutdown files 2025-11-21 10:40:35.220305 | fa163ed5-6186-4aa7-9588-0000000037de | SKIPPED | Manage systemd shutdown files | standalone 2025-11-21 10:40:35.221479 | fa163ed5-6186-4aa7-9588-0000000037de | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:14.411150 | 0.06s 2025-11-21 10:40:35.251858 | fa163ed5-6186-4aa7-9588-0000000037e0 | TASK | Update container configs with new config hashes 2025-11-21 10:40:35.318140 | fa163ed5-6186-4aa7-9588-0000000037e0 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-21 10:40:35.319381 | fa163ed5-6186-4aa7-9588-0000000037e0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:14.509075 | 0.07s 2025-11-21 10:40:35.352192 | fa163ed5-6186-4aa7-9588-0000000037e1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-21 10:40:35.415681 | fa163ed5-6186-4aa7-9588-0000000037e1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:14.605363 | 0.06s 2025-11-21 10:40:35.440092 | ac6b3e62-c95d-4b54-a856-61059fa8e4cb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-21 10:40:35.476186 | fa163ed5-6186-4aa7-9588-00000000386d | TASK | Gather podman infos 2025-11-21 10:40:36.683086 | fa163ed5-6186-4aa7-9588-00000000386d | OK | Gather podman infos | standalone 2025-11-21 10:40:36.684220 | fa163ed5-6186-4aa7-9588-00000000386d | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:15.873917 | 1.21s 2025-11-21 10:40:36.773314 | fa163ed5-6186-4aa7-9588-00000000386e | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-21 10:40:36.863549 | fa163ed5-6186-4aa7-9588-00000000386e | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:16.053221 | 0.09s 2025-11-21 10:40:36.998585 | fa163ed5-6186-4aa7-9588-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:16.188262 | 0.06s 2025-11-21 10:40:37.060465 | fa163ed5-6186-4aa7-9588-0000000037e2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-21 10:40:37.127526 | fa163ed5-6186-4aa7-9588-0000000037e2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:16.317212 | 0.07s 2025-11-21 10:40:37.150809 | e1180b50-053e-4edd-b988-3d61f2140d43 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-21 10:40:37.193027 | fa163ed5-6186-4aa7-9588-0000000038d8 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-21 10:40:38.045112 | fa163ed5-6186-4aa7-9588-0000000038d8 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-21 10:40:38.046686 | fa163ed5-6186-4aa7-9588-0000000038d8 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:17.236379 | 0.85s 2025-11-21 10:40:38.078520 | fa163ed5-6186-4aa7-9588-0000000038d9 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-21 10:40:41.940932 | fa163ed5-6186-4aa7-9588-0000000038d9 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-21 10:40:41.942398 | fa163ed5-6186-4aa7-9588-0000000038d9 | 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:21.132092 | 3.86s 2025-11-21 10:40:42.000121 | fa163ed5-6186-4aa7-9588-000000003803 | TASK | Gather variables for each operating system 2025-11-21 10:40:42.118503 | fa163ed5-6186-4aa7-9588-000000003803 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:21.308192 | 0.12s 2025-11-21 10:40:42.148984 | fa163ed5-6186-4aa7-9588-000000003804 | TASK | Create container logs path 2025-11-21 10:40:42.414546 | fa163ed5-6186-4aa7-9588-000000003804 | OK | Create container logs path | standalone 2025-11-21 10:40:42.415871 | fa163ed5-6186-4aa7-9588-000000003804 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:21.605566 | 0.27s 2025-11-21 10:40:42.447355 | fa163ed5-6186-4aa7-9588-000000003806 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-11-21 10:40:42.765113 | fa163ed5-6186-4aa7-9588-000000003806 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-21 10:40:42.766500 | fa163ed5-6186-4aa7-9588-000000003806 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:21.956196 | 0.32s 2025-11-21 10:40:42.797738 | fa163ed5-6186-4aa7-9588-000000003807 | TASK | Finalise hashes for all containers 2025-11-21 10:40:42.901240 | fa163ed5-6186-4aa7-9588-000000003807 | OK | Finalise hashes for all containers | standalone 2025-11-21 10:40:42.902377 | fa163ed5-6186-4aa7-9588-000000003807 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:22.092072 | 0.10s 2025-11-21 10:40:42.931911 | fa163ed5-6186-4aa7-9588-000000003809 | TASK | Manage systemd shutdown files 2025-11-21 10:40:42.994106 | fa163ed5-6186-4aa7-9588-000000003809 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-21 10:40:42.995327 | fa163ed5-6186-4aa7-9588-000000003809 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:22.185022 | 0.06s 2025-11-21 10:40:43.026148 | fa163ed5-6186-4aa7-9588-00000000380b | TASK | Update container configs with new config hashes 2025-11-21 10:40:43.099421 | fa163ed5-6186-4aa7-9588-00000000380b | SKIPPED | Update container configs with new config hashes | standalone 2025-11-21 10:40:43.100702 | fa163ed5-6186-4aa7-9588-00000000380b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:22.290395 | 0.07s 2025-11-21 10:40:43.133109 | fa163ed5-6186-4aa7-9588-00000000380c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-21 10:40:43.195838 | fa163ed5-6186-4aa7-9588-00000000380c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:22.385525 | 0.06s 2025-11-21 10:40:43.221204 | 50877905-cc14-41bd-92b2-8d49d6eef0e5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-21 10:40:43.258137 | fa163ed5-6186-4aa7-9588-000000003924 | TASK | Gather podman infos 2025-11-21 10:40:44.789306 | fa163ed5-6186-4aa7-9588-000000003924 | OK | Gather podman infos | standalone 2025-11-21 10:40:44.791223 | fa163ed5-6186-4aa7-9588-000000003924 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:23.980917 | 1.53s 2025-11-21 10:40:44.886015 | fa163ed5-6186-4aa7-9588-000000003925 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-21 10:40:44.979288 | fa163ed5-6186-4aa7-9588-000000003925 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:24.168970 | 0.09s 2025-11-21 10:40:45.190651 | fa163ed5-6186-4aa7-9588-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:24.380341 | 0.15s 2025-11-21 10:40:45.239803 | fa163ed5-6186-4aa7-9588-00000000380d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-21 10:40:45.290632 | fa163ed5-6186-4aa7-9588-00000000380d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:24.480318 | 0.05s 2025-11-21 10:40:45.407278 | f8f0fd69-ce38-4142-91fa-cfb42135932e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-21 10:40:45.437277 | fa163ed5-6186-4aa7-9588-00000000398a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-21 10:40:46.355156 | fa163ed5-6186-4aa7-9588-00000000398a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-21 10:40:46.358281 | fa163ed5-6186-4aa7-9588-00000000398a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:25.547974 | 0.92s 2025-11-21 10:40:46.390523 | fa163ed5-6186-4aa7-9588-00000000398b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-21 10:40:49.338012 | fa163ed5-6186-4aa7-9588-00000000398b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-21 10:40:49.339934 | fa163ed5-6186-4aa7-9588-00000000398b | 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:28.529628 | 2.95s 2025-11-21 10:40:49.396707 | fa163ed5-6186-4aa7-9588-00000000382e | TASK | Gather variables for each operating system 2025-11-21 10:40:49.526052 | fa163ed5-6186-4aa7-9588-00000000382e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:28.715739 | 0.13s 2025-11-21 10:40:49.557580 | fa163ed5-6186-4aa7-9588-00000000382f | TASK | Create container logs path 2025-11-21 10:40:49.825872 | fa163ed5-6186-4aa7-9588-00000000382f | OK | Create container logs path | standalone 2025-11-21 10:40:49.828569 | fa163ed5-6186-4aa7-9588-00000000382f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:29.018263 | 0.27s 2025-11-21 10:40:49.860881 | fa163ed5-6186-4aa7-9588-000000003831 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-11-21 10:40:50.232504 | fa163ed5-6186-4aa7-9588-000000003831 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-21 10:40:50.234943 | fa163ed5-6186-4aa7-9588-000000003831 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:29.424636 | 0.37s 2025-11-21 10:40:50.265776 | fa163ed5-6186-4aa7-9588-000000003832 | TASK | Finalise hashes for all containers 2025-11-21 10:40:50.362649 | fa163ed5-6186-4aa7-9588-000000003832 | OK | Finalise hashes for all containers | standalone 2025-11-21 10:40:50.364328 | fa163ed5-6186-4aa7-9588-000000003832 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:29.554013 | 0.10s 2025-11-21 10:40:50.397230 | fa163ed5-6186-4aa7-9588-000000003834 | TASK | Manage systemd shutdown files 2025-11-21 10:40:50.452039 | fa163ed5-6186-4aa7-9588-000000003834 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-21 10:40:50.453500 | fa163ed5-6186-4aa7-9588-000000003834 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:29.643192 | 0.05s 2025-11-21 10:40:50.484999 | fa163ed5-6186-4aa7-9588-000000003836 | TASK | Update container configs with new config hashes 2025-11-21 10:40:50.557764 | fa163ed5-6186-4aa7-9588-000000003836 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-21 10:40:50.559095 | fa163ed5-6186-4aa7-9588-000000003836 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:29.748789 | 0.07s 2025-11-21 10:40:50.590645 | fa163ed5-6186-4aa7-9588-000000003837 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-21 10:40:50.663826 | fa163ed5-6186-4aa7-9588-000000003837 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:29.853511 | 0.07s 2025-11-21 10:40:50.688223 | 7e084f26-05ae-494e-a44f-de0ea73477a1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-21 10:40:50.724148 | fa163ed5-6186-4aa7-9588-0000000039d6 | TASK | Gather podman infos 2025-11-21 10:40:51.932266 | fa163ed5-6186-4aa7-9588-0000000039d6 | OK | Gather podman infos | standalone 2025-11-21 10:40:51.933226 | fa163ed5-6186-4aa7-9588-0000000039d6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:31.122931 | 1.21s 2025-11-21 10:40:51.989813 | fa163ed5-6186-4aa7-9588-0000000039d7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-21 10:40:52.067347 | fa163ed5-6186-4aa7-9588-0000000039d7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:31.257026 | 0.07s 2025-11-21 10:40:52.249694 | fa163ed5-6186-4aa7-9588-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:31.439371 | 0.13s 2025-11-21 10:40:52.310811 | fa163ed5-6186-4aa7-9588-000000003838 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-21 10:40:52.363202 | fa163ed5-6186-4aa7-9588-000000003838 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:31.552895 | 0.05s 2025-11-21 10:40:52.378374 | d2006a7c-b68d-4544-8ab5-d682276060ab | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-21 10:40:52.411792 | fa163ed5-6186-4aa7-9588-000000003a3c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-21 10:40:53.405095 | fa163ed5-6186-4aa7-9588-000000003a3c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-21 10:40:53.406574 | fa163ed5-6186-4aa7-9588-000000003a3c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:32.596271 | 0.99s 2025-11-21 10:40:53.439921 | fa163ed5-6186-4aa7-9588-000000003a3d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-21 10:40:56.194921 | fa163ed5-6186-4aa7-9588-000000003a3d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-21 10:40:56.196596 | fa163ed5-6186-4aa7-9588-000000003a3d | 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:35.386293 | 2.76s 2025-11-21 10:40:56.251255 | fa163ed5-6186-4aa7-9588-0000000037a2 | TASK | Set NB connection 2025-11-21 10:40:56.708261 | fa163ed5-6186-4aa7-9588-0000000037a2 | CHANGED | Set NB connection | standalone 2025-11-21 10:40:56.709593 | fa163ed5-6186-4aa7-9588-0000000037a2 | TIMING | Set NB connection | standalone | 0:17:35.899290 | 0.46s 2025-11-21 10:40:56.737239 | fa163ed5-6186-4aa7-9588-0000000037a3 | TASK | Set SB connection 2025-11-21 10:40:57.171600 | fa163ed5-6186-4aa7-9588-0000000037a3 | CHANGED | Set SB connection | standalone 2025-11-21 10:40:57.173486 | fa163ed5-6186-4aa7-9588-0000000037a3 | TIMING | Set SB connection | standalone | 0:17:36.363136 | 0.43s 2025-11-21 10:40:57.202250 | fa163ed5-6186-4aa7-9588-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-11-21 10:40:57.441803 | fa163ed5-6186-4aa7-9588-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-11-21 10:40:57.443209 | fa163ed5-6186-4aa7-9588-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:17:36.632904 | 0.24s 2025-11-21 10:40:57.557819 | fa163ed5-6186-4aa7-9588-0000000000db | TIMING | include_tasks | standalone | 0:17:36.747502 | 0.08s 2025-11-21 10:40:57.599352 | 4872d835-a175-42b1-89ae-ee6aef119f26 | INCLUDED | /root/standalone-ansible-33jhni06/common_deploy_steps_tasks.yaml | standalone 2025-11-21 10:40:57.624712 | fa163ed5-6186-4aa7-9588-000000003a82 | TASK | Write the config_step hieradata 2025-11-21 10:40:58.089270 | fa163ed5-6186-4aa7-9588-000000003a82 | OK | Write the config_step hieradata | standalone 2025-11-21 10:40:58.090542 | fa163ed5-6186-4aa7-9588-000000003a82 | TIMING | Write the config_step hieradata | standalone | 0:17:37.280234 | 0.46s 2025-11-21 10:40:58.122240 | fa163ed5-6186-4aa7-9588-000000003a83 | TASK | Run puppet host configuration for step 3 2025-11-21 10:40:58.442828 | fa163ed5-6186-4aa7-9588-000000003a83 | CHANGED | Run puppet host configuration for step 3 | standalone 2025-11-21 10:40:58.443982 | fa163ed5-6186-4aa7-9588-000000003a83 | TIMING | Run puppet host configuration for step 3 | standalone | 0:17:37.633679 | 0.32s 2025-11-21 10:40:58.474118 | fa163ed5-6186-4aa7-9588-000000003a84 | TASK | Wait for puppet host configuration to finish 2025-11-21 10:40:58.739411 | fa163ed5-6186-4aa7-9588-000000003a84 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-21 10:41:08.935161 | fa163ed5-6186-4aa7-9588-000000003a84 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-21 10:41:19.154581 | fa163ed5-6186-4aa7-9588-000000003a84 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-21 10:41:19.155816 | fa163ed5-6186-4aa7-9588-000000003a84 | TIMING | Wait for puppet host configuration to finish | standalone | 0:17:58.345512 | 20.68s 2025-11-21 10:41:19.186670 | fa163ed5-6186-4aa7-9588-000000003a85 | TASK | Debug output for task: Run puppet host configuration for step 3 2025-11-21 10:41:19.269460 | fa163ed5-6186-4aa7-9588-000000003a85 | CHANGED | Debug output for task: Run puppet host configuration for step 3 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Nov 21 10:40:58 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 21 10:41:02 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 21 10:41:02 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 21 10:41:02 puppet-user: (file & line not available)", "<13>Nov 21 10:41:02 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Nov 21 10:41:02 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 21 10:41:03 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 21 10:41:03 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.49 seconds", "<13>Nov 21 10:41:07 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 21 10:41:09 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 21 10:41:10 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 21 10:41:11 puppet-user: Notice: Applied catalog in 7.82 seconds", "<13>Nov 21 10:41:11 puppet-user: Application:", "<13>Nov 21 10:41:11 puppet-user: Initial environment: production", "<13>Nov 21 10:41:11 puppet-user: Converged environment: production", "<13>Nov 21 10:41:11 puppet-user: Run mode: user", "<13>Nov 21 10:41:11 puppet-user: Changes:", "<13>Nov 21 10:41:11 puppet-user: Total: 2", "<13>Nov 21 10:41:11 puppet-user: Events:", "<13>Nov 21 10:41:11 puppet-user: Success: 2", "<13>Nov 21 10:41:11 puppet-user: Resources:", "<13>Nov 21 10:41:11 puppet-user: Changed: 2", "<13>Nov 21 10:41:11 puppet-user: Out of sync: 2", "<13>Nov 21 10:41:11 puppet-user: Total: 28", "<13>Nov 21 10:41:11 puppet-user: Time:", "<13>Nov 21 10:41:11 puppet-user: Schedule: 0.00", "<13>Nov 21 10:41:11 puppet-user: Package: 0.00", "<13>Nov 21 10:41:11 puppet-user: File line: 0.00", "<13>Nov 21 10:41:11 puppet-user: File: 0.00", "<13>Nov 21 10:41:11 puppet-user: User: 0.01", "<13>Nov 21 10:41:11 puppet-user: Augeas: 0.01", "<13>Nov 21 10:41:11 puppet-user: Service: 0.08", "<13>Nov 21 10:41:11 puppet-user: Config retrieval: 0.54", "<13>Nov 21 10:41:11 puppet-user: Pcmk property: 1.49", "<13>Nov 21 10:41:11 puppet-user: Exec: 1.97", "<13>Nov 21 10:41:11 puppet-user: Last run: 1763721671", "<13>Nov 21 10:41:11 puppet-user: Pcmk resource default: 2.02", "<13>Nov 21 10:41:11 puppet-user: Pcmk resource op default: 2.04", "<13>Nov 21 10:41:11 puppet-user: Filebucket: 0.00", "<13>Nov 21 10:41:11 puppet-user: Transaction evaluation: 7.80", "<13>Nov 21 10:41:11 puppet-user: Catalog application: 7.82", "<13>Nov 21 10:41:11 puppet-user: Total: 7.83", "<13>Nov 21 10:41:11 puppet-user: Version:", "<13>Nov 21 10:41:11 puppet-user: Config: 1763721662", "<13>Nov 21 10:41:11 puppet-user: Puppet: 7.10.0" ] } 2025-11-21 10:41:19.270887 | fa163ed5-6186-4aa7-9588-000000003a85 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:17:58.460582 | 0.08s 2025-11-21 10:41:19.299955 | fa163ed5-6186-4aa7-9588-000000003a86 | TASK | Pre-cache facts for puppet containers 2025-11-21 10:41:19.328904 | fa163ed5-6186-4aa7-9588-000000003a86 | TIMING | Pre-cache facts for puppet containers | standalone | 0:17:58.518595 | 0.03s 2025-11-21 10:41:19.398556 | fa163ed5-6186-4aa7-9588-000000003ac5 | TASK | Gather variables for each operating system 2025-11-21 10:41:19.512358 | fa163ed5-6186-4aa7-9588-000000003ac5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:17:58.702024 | 0.11s 2025-11-21 10:41:19.544765 | fa163ed5-6186-4aa7-9588-000000003ac6 | TASK | Create puppet caching structures 2025-11-21 10:41:19.798754 | fa163ed5-6186-4aa7-9588-000000003ac6 | CHANGED | Create puppet caching structures | standalone 2025-11-21 10:41:19.800185 | fa163ed5-6186-4aa7-9588-000000003ac6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:17:58.989880 | 0.25s 2025-11-21 10:41:19.829654 | fa163ed5-6186-4aa7-9588-000000003ac7 | TASK | Check for facter.conf 2025-11-21 10:41:20.065346 | fa163ed5-6186-4aa7-9588-000000003ac7 | OK | Check for facter.conf | standalone 2025-11-21 10:41:20.066585 | fa163ed5-6186-4aa7-9588-000000003ac7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:17:59.256281 | 0.24s 2025-11-21 10:41:20.095490 | fa163ed5-6186-4aa7-9588-000000003ac8 | TASK | Remove facter.conf if directory 2025-11-21 10:41:20.148850 | fa163ed5-6186-4aa7-9588-000000003ac8 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-21 10:41:20.150022 | fa163ed5-6186-4aa7-9588-000000003ac8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:17:59.339717 | 0.05s 2025-11-21 10:41:20.179060 | fa163ed5-6186-4aa7-9588-000000003ac9 | TASK | Write facter cache config 2025-11-21 10:41:20.679834 | fa163ed5-6186-4aa7-9588-000000003ac9 | CHANGED | Write facter cache config | standalone 2025-11-21 10:41:20.681307 | fa163ed5-6186-4aa7-9588-000000003ac9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:17:59.871004 | 0.50s 2025-11-21 10:41:20.710533 | fa163ed5-6186-4aa7-9588-000000003aca | TASK | Cleanup facter cache if exists 2025-11-21 10:41:20.941206 | fa163ed5-6186-4aa7-9588-000000003aca | CHANGED | Cleanup facter cache if exists | standalone 2025-11-21 10:41:20.942407 | fa163ed5-6186-4aa7-9588-000000003aca | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:00.132105 | 0.23s 2025-11-21 10:41:20.971312 | fa163ed5-6186-4aa7-9588-000000003acb | TASK | Pre-cache facts 2025-11-21 10:41:21.586193 | fa163ed5-6186-4aa7-9588-000000003acb | CHANGED | Pre-cache facts | standalone 2025-11-21 10:41:21.587421 | fa163ed5-6186-4aa7-9588-000000003acb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:00.777115 | 0.61s 2025-11-21 10:41:21.619137 | fa163ed5-6186-4aa7-9588-000000003acc | TASK | Failed deployment if facter fails 2025-11-21 10:41:21.652654 | fa163ed5-6186-4aa7-9588-000000003acc | SKIPPED | Failed deployment if facter fails | standalone 2025-11-21 10:41:21.653761 | fa163ed5-6186-4aa7-9588-000000003acc | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:00.843456 | 0.03s 2025-11-21 10:41:21.698706 | fa163ed5-6186-4aa7-9588-000000003acd | TASK | Sync cached facts 2025-11-21 10:41:22.012579 | fa163ed5-6186-4aa7-9588-000000003acd | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ed5-6186-4aa7-9588-000000003acd') missing from stats 2025-11-21 10:41:22.068187 | fa163ed5-6186-4aa7-9588-000000003a87 | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-21 10:41:22.118608 | fa163ed5-6186-4aa7-9588-000000003a87 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-21 10:41:22.119682 | fa163ed5-6186-4aa7-9588-000000003a87 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:01.309374 | 0.05s 2025-11-21 10:41:22.150162 | fa163ed5-6186-4aa7-9588-000000003a89 | TASK | Manage containers for step 3 with tripleo-ansible 2025-11-21 10:41:22.179578 | fa163ed5-6186-4aa7-9588-000000003a89 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:18:01.369269 | 0.03s 2025-11-21 10:41:22.243810 | fa163ed5-6186-4aa7-9588-000000003b24 | TASK | Gather variables for each operating system 2025-11-21 10:41:22.358596 | fa163ed5-6186-4aa7-9588-000000003b24 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:01.548284 | 0.11s 2025-11-21 10:41:22.387711 | fa163ed5-6186-4aa7-9588-000000003b25 | TASK | Create container logs path 2025-11-21 10:41:22.651243 | fa163ed5-6186-4aa7-9588-000000003b25 | OK | Create container logs path | standalone 2025-11-21 10:41:22.652565 | fa163ed5-6186-4aa7-9588-000000003b25 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:01.842260 | 0.26s 2025-11-21 10:41:22.684366 | fa163ed5-6186-4aa7-9588-000000003b27 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-11-21 10:41:22.980800 | fa163ed5-6186-4aa7-9588-000000003b27 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-11-21 10:41:22.981923 | fa163ed5-6186-4aa7-9588-000000003b27 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:02.171617 | 0.30s 2025-11-21 10:41:23.012260 | fa163ed5-6186-4aa7-9588-000000003b28 | TASK | Finalise hashes for all containers 2025-11-21 10:41:23.097693 | fa163ed5-6186-4aa7-9588-000000003b28 | OK | Finalise hashes for all containers | standalone 2025-11-21 10:41:23.098772 | fa163ed5-6186-4aa7-9588-000000003b28 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:02.288438 | 0.09s 2025-11-21 10:41:23.127522 | fa163ed5-6186-4aa7-9588-000000003b2a | TASK | Manage systemd shutdown files 2025-11-21 10:41:23.173158 | fa163ed5-6186-4aa7-9588-000000003b2a | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:02.362851 | 0.04s 2025-11-21 10:41:23.206281 | 84a271d1-1354-4618-acf7-ae0fdb3e1eca | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-21 10:41:23.235420 | fa163ed5-6186-4aa7-9588-000000003b5d | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-21 10:41:23.486651 | fa163ed5-6186-4aa7-9588-000000003b5d | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-21 10:41:23.487857 | fa163ed5-6186-4aa7-9588-000000003b5d | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:02.677554 | 0.25s 2025-11-21 10:41:23.517089 | fa163ed5-6186-4aa7-9588-000000003b5e | TASK | Set podman_drop_in fact 2025-11-21 10:41:23.578887 | fa163ed5-6186-4aa7-9588-000000003b5e | OK | Set podman_drop_in fact | standalone 2025-11-21 10:41:23.580000 | fa163ed5-6186-4aa7-9588-000000003b5e | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:02.769696 | 0.06s 2025-11-21 10:41:23.609311 | fa163ed5-6186-4aa7-9588-000000003b60 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-21 10:41:24.115271 | fa163ed5-6186-4aa7-9588-000000003b60 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-21 10:41:24.117169 | fa163ed5-6186-4aa7-9588-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:03.306866 | 0.51s 2025-11-21 10:41:24.550231 | fa163ed5-6186-4aa7-9588-000000003b60 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-21 10:41:24.553291 | fa163ed5-6186-4aa7-9588-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:03.742984 | 0.94s 2025-11-21 10:41:24.562861 | fa163ed5-6186-4aa7-9588-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:03.752552 | 0.95s 2025-11-21 10:41:24.593811 | fa163ed5-6186-4aa7-9588-000000003b61 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-21 10:41:25.112788 | fa163ed5-6186-4aa7-9588-000000003b61 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-21 10:41:25.113620 | fa163ed5-6186-4aa7-9588-000000003b61 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:04.303323 | 0.52s 2025-11-21 10:41:25.132832 | fa163ed5-6186-4aa7-9588-000000003b62 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-21 10:41:25.666954 | fa163ed5-6186-4aa7-9588-000000003b62 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-21 10:41:25.668813 | fa163ed5-6186-4aa7-9588-000000003b62 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:04.858508 | 0.54s 2025-11-21 10:41:25.704226 | fa163ed5-6186-4aa7-9588-000000003b63 | TASK | Enable and start tripleo-container-shutdown 2025-11-21 10:41:26.359161 | fa163ed5-6186-4aa7-9588-000000003b63 | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-21 10:41:26.360492 | fa163ed5-6186-4aa7-9588-000000003b63 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:05.550193 | 0.65s 2025-11-21 10:41:26.383884 | fa163ed5-6186-4aa7-9588-000000003b64 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-21 10:41:26.919498 | fa163ed5-6186-4aa7-9588-000000003b64 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-21 10:41:26.921086 | fa163ed5-6186-4aa7-9588-000000003b64 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:06.110780 | 0.54s 2025-11-21 10:41:26.952784 | fa163ed5-6186-4aa7-9588-000000003b65 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-21 10:41:27.481826 | fa163ed5-6186-4aa7-9588-000000003b65 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-21 10:41:27.483459 | fa163ed5-6186-4aa7-9588-000000003b65 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:06.673143 | 0.53s 2025-11-21 10:41:27.514992 | fa163ed5-6186-4aa7-9588-000000003b66 | TASK | Enable and start netns-placeholder 2025-11-21 10:41:28.333828 | fa163ed5-6186-4aa7-9588-000000003b66 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-21 10:41:28.336426 | fa163ed5-6186-4aa7-9588-000000003b66 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:07.526112 | 0.82s 2025-11-21 10:41:28.371537 | fa163ed5-6186-4aa7-9588-000000003b2c | TASK | Update container configs with new config hashes 2025-11-21 10:41:28.436627 | fa163ed5-6186-4aa7-9588-000000003b2c | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:07.626307 | 0.06s 2025-11-21 10:41:28.458358 | 84a16bad-5f44-4aa0-b049-f77e7b22cd2e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-21 10:41:28.493581 | fa163ed5-6186-4aa7-9588-000000003b8e | TASK | Update config hashes for container startup configs 2025-11-21 10:41:28.797181 | fa163ed5-6186-4aa7-9588-000000003b8e | OK | Update config hashes for container startup configs | standalone 2025-11-21 10:41:28.799028 | fa163ed5-6186-4aa7-9588-000000003b8e | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:07.988721 | 0.30s 2025-11-21 10:41:28.832646 | fa163ed5-6186-4aa7-9588-000000003b2d | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-11-21 10:41:28.895937 | fa163ed5-6186-4aa7-9588-000000003b2d | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:08.085627 | 0.06s 2025-11-21 10:41:28.920271 | 4253fed6-f276-4e47-a104-483aa3636d78 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-21 10:41:28.958720 | fa163ed5-6186-4aa7-9588-000000003bad | TASK | Gather podman infos 2025-11-21 10:41:30.195292 | fa163ed5-6186-4aa7-9588-000000003bad | OK | Gather podman infos | standalone 2025-11-21 10:41:30.196521 | fa163ed5-6186-4aa7-9588-000000003bad | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:09.386218 | 1.24s 2025-11-21 10:41:30.293989 | fa163ed5-6186-4aa7-9588-000000003bae | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-11-21 10:41:30.377086 | fa163ed5-6186-4aa7-9588-000000003bae | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:09.566770 | 0.08s 2025-11-21 10:41:30.541652 | fa163ed5-6186-4aa7-9588-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:09.731328 | 0.10s 2025-11-21 10:41:30.633316 | fa163ed5-6186-4aa7-9588-000000003b2e | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-11-21 10:41:30.696006 | fa163ed5-6186-4aa7-9588-000000003b2e | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:09.885682 | 0.06s 2025-11-21 10:41:30.721858 | b268736a-7588-4d08-b060-31831d3db4c8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-21 10:41:30.765658 | fa163ed5-6186-4aa7-9588-000000003c18 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-11-21 10:42:25.071271 | fa163ed5-6186-4aa7-9588-000000003c18 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-11-21 10:42:25.073136 | fa163ed5-6186-4aa7-9588-000000003c18 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:04.262811 | 54.31s 2025-11-21 10:42:25.097559 | fa163ed5-6186-4aa7-9588-000000003c19 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-11-21 10:42:58.277842 | fa163ed5-6186-4aa7-9588-000000003c19 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-11-21 10:42:58.282226 | fa163ed5-6186-4aa7-9588-000000003c19 | 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:37.471903 | 33.18s 2025-11-21 10:42:58.356141 | fa163ed5-6186-4aa7-9588-000000003a8b | TASK | Clean container_puppet_tasks for standalone step 3 2025-11-21 10:42:58.593143 | fa163ed5-6186-4aa7-9588-000000003a8b | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-11-21 10:42:58.594333 | fa163ed5-6186-4aa7-9588-000000003a8b | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:19:37.784033 | 0.24s 2025-11-21 10:42:58.628547 | fa163ed5-6186-4aa7-9588-000000003a8c | TASK | Calculate container_puppet_tasks for standalone step 3 2025-11-21 10:42:58.667938 | fa163ed5-6186-4aa7-9588-000000003a8c | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:19:37.857633 | 0.04s 2025-11-21 10:42:58.692791 | fa163ed5-6186-4aa7-9588-000000003a8d | TASK | Include container-puppet tasks for step 3 2025-11-21 10:42:58.742057 | fa163ed5-6186-4aa7-9588-000000003a8d | TIMING | Include container-puppet tasks for step 3 | standalone | 0:19:37.931754 | 0.05s 2025-11-21 10:42:58.758815 | 41cf3d5b-ff2e-465c-aa5c-ace855b37693 | INCLUDED | /root/standalone-ansible-33jhni06/host-container-puppet-tasks.yaml | standalone 2025-11-21 10:42:58.795361 | fa163ed5-6186-4aa7-9588-000000003c64 | TASK | Write container-puppet-tasks json file for standalone step 3 2025-11-21 10:42:59.312141 | fa163ed5-6186-4aa7-9588-000000003c64 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-11-21 10:42:59.314854 | fa163ed5-6186-4aa7-9588-000000003c64 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:19:38.504544 | 0.52s 2025-11-21 10:42:59.340540 | fa163ed5-6186-4aa7-9588-000000003c66 | TASK | Generate container puppet configs for step 3 2025-11-21 10:42:59.611229 | fa163ed5-6186-4aa7-9588-000000003c66 | OK | Generate container puppet configs for step 3 | standalone 2025-11-21 10:42:59.612083 | fa163ed5-6186-4aa7-9588-000000003c66 | TIMING | Generate container puppet configs for step 3 | standalone | 0:19:38.801785 | 0.27s 2025-11-21 10:42:59.636094 | fa163ed5-6186-4aa7-9588-000000003c67 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-11-21 10:42:59.666820 | fa163ed5-6186-4aa7-9588-000000003c67 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:19:38.856509 | 0.03s 2025-11-21 10:42:59.737672 | fa163ed5-6186-4aa7-9588-000000003c96 | TASK | Gather variables for each operating system 2025-11-21 10:42:59.843309 | fa163ed5-6186-4aa7-9588-000000003c96 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:39.032992 | 0.10s 2025-11-21 10:42:59.874103 | fa163ed5-6186-4aa7-9588-000000003c97 | TASK | Create container logs path 2025-11-21 10:43:00.116566 | fa163ed5-6186-4aa7-9588-000000003c97 | OK | Create container logs path | standalone 2025-11-21 10:43:00.118033 | fa163ed5-6186-4aa7-9588-000000003c97 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:39.307728 | 0.24s 2025-11-21 10:43:00.150698 | fa163ed5-6186-4aa7-9588-000000003c99 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-11-21 10:43:00.416582 | fa163ed5-6186-4aa7-9588-000000003c99 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-11-21 10:43:00.417856 | fa163ed5-6186-4aa7-9588-000000003c99 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:39.607549 | 0.27s 2025-11-21 10:43:00.447371 | fa163ed5-6186-4aa7-9588-000000003c9a | TASK | Finalise hashes for all containers 2025-11-21 10:43:00.482527 | fa163ed5-6186-4aa7-9588-000000003c9a | OK | Finalise hashes for all containers | standalone 2025-11-21 10:43:00.483592 | fa163ed5-6186-4aa7-9588-000000003c9a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:39.673289 | 0.03s 2025-11-21 10:43:00.512655 | fa163ed5-6186-4aa7-9588-000000003c9c | TASK | Manage systemd shutdown files 2025-11-21 10:43:00.553186 | fa163ed5-6186-4aa7-9588-000000003c9c | SKIPPED | Manage systemd shutdown files | standalone 2025-11-21 10:43:00.554531 | fa163ed5-6186-4aa7-9588-000000003c9c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:39.744223 | 0.04s 2025-11-21 10:43:00.585352 | fa163ed5-6186-4aa7-9588-000000003c9e | TASK | Update container configs with new config hashes 2025-11-21 10:43:00.637205 | fa163ed5-6186-4aa7-9588-000000003c9e | SKIPPED | Update container configs with new config hashes | standalone 2025-11-21 10:43:00.638606 | fa163ed5-6186-4aa7-9588-000000003c9e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:39.828299 | 0.05s 2025-11-21 10:43:00.672262 | fa163ed5-6186-4aa7-9588-000000003c9f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-11-21 10:43:00.723456 | fa163ed5-6186-4aa7-9588-000000003c9f | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-11-21 10:43:00.724713 | fa163ed5-6186-4aa7-9588-000000003c9f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:39.914406 | 0.05s 2025-11-21 10:43:00.756874 | fa163ed5-6186-4aa7-9588-000000003ca0 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-11-21 10:43:00.808738 | fa163ed5-6186-4aa7-9588-000000003ca0 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-11-21 10:43:00.809991 | fa163ed5-6186-4aa7-9588-000000003ca0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:39.999683 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-11-21 10:43:00.999058 | fa163ed5-6186-4aa7-9588-0000000000de | TASK | External deployment step 4 2025-11-21 10:43:01.029951 | fa163ed5-6186-4aa7-9588-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', 'fa163ed5-6186-4aa7-9588-0000000000de') missing from stats 2025-11-21 10:43:01.090097 | fa163ed5-6186-4aa7-9588-0000000000df | TIMING | include_tasks | undercloud | 0:19:40.279775 | 0.04s 2025-11-21 10:43:01.123570 | 740a258f-f394-4527-a650-97af41863b44 | INCLUDED | /root/standalone-ansible-33jhni06/external_deploy_steps_tasks_step4.yaml | undercloud 2025-11-21 10:43:01.141138 | fa163ed5-6186-4aa7-9588-000000003cef | TASK | Clean up legacy Cinder keystone catalog entries 2025-11-21 10:43:02.652853 | fa163ed5-6186-4aa7-9588-000000003cef | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-11-21 10:43:02.653789 | fa163ed5-6186-4aa7-9588-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:41.843490 | 1.51s 2025-11-21 10:43:03.724532 | fa163ed5-6186-4aa7-9588-000000003cef | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-11-21 10:43:03.725846 | fa163ed5-6186-4aa7-9588-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:42.915543 | 2.58s 2025-11-21 10:43:03.732300 | fa163ed5-6186-4aa7-9588-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:42.922001 | 2.59s 2025-11-21 10:43:03.750942 | fa163ed5-6186-4aa7-9588-000000003cf2 | TASK | Manage Keystone resources for OpenStack services 2025-11-21 10:43:03.807118 | fa163ed5-6186-4aa7-9588-000000003cf2 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:19:42.996802 | 0.05s 2025-11-21 10:43:03.874604 | fa163ed5-6186-4aa7-9588-000000003d1e | TASK | Create Keystone Admin resources 2025-11-21 10:43:03.927545 | fa163ed5-6186-4aa7-9588-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:19:43.117227 | 0.05s 2025-11-21 10:43:03.971396 | f3f268c0-55d5-4a96-b908-38ed8e2c4e04 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-11-21 10:43:04.000474 | fa163ed5-6186-4aa7-9588-000000003d5f | TASK | Create admin and service projects 2025-11-21 10:43:04.053104 | fa163ed5-6186-4aa7-9588-000000003d5f | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:19:43.242784 | 0.05s 2025-11-21 10:43:04.070708 | babe33f2-4989-4015-a0fe-11613e0720e5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-11-21 10:43:04.108919 | fa163ed5-6186-4aa7-9588-000000003db0 | TASK | Async creation of Keystone project 2025-11-21 10:43:04.576127 | fa163ed5-6186-4aa7-9588-000000003db0 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-11-21 10:43:04.578617 | fa163ed5-6186-4aa7-9588-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:43.768307 | 0.47s 2025-11-21 10:43:04.839733 | fa163ed5-6186-4aa7-9588-000000003db0 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-11-21 10:43:04.841374 | fa163ed5-6186-4aa7-9588-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:44.031073 | 0.73s 2025-11-21 10:43:04.851737 | fa163ed5-6186-4aa7-9588-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:44.041430 | 0.74s 2025-11-21 10:43:04.870517 | fa163ed5-6186-4aa7-9588-000000003db2 | TASK | Check Keystone project status 2025-11-21 10:43:05.113873 | fa163ed5-6186-4aa7-9588-000000003db2 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-11-21 10:43:10.339605 | fa163ed5-6186-4aa7-9588-000000003db2 | OK | Check Keystone project status | undercloud | item=admin 2025-11-21 10:43:10.341533 | fa163ed5-6186-4aa7-9588-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:49.531232 | 5.47s 2025-11-21 10:43:10.558058 | fa163ed5-6186-4aa7-9588-000000003db2 | CHANGED | Check Keystone project status | undercloud | item=service 2025-11-21 10:43:10.560417 | fa163ed5-6186-4aa7-9588-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:49.750109 | 5.69s 2025-11-21 10:43:10.571357 | fa163ed5-6186-4aa7-9588-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:49.761039 | 5.70s 2025-11-21 10:43:10.590360 | fa163ed5-6186-4aa7-9588-000000003d60 | TASK | Create admin role 2025-11-21 10:43:11.885795 | fa163ed5-6186-4aa7-9588-000000003d60 | OK | Create admin role | undercloud 2025-11-21 10:43:11.887283 | fa163ed5-6186-4aa7-9588-000000003d60 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:19:51.076977 | 1.29s 2025-11-21 10:43:11.907620 | fa163ed5-6186-4aa7-9588-000000003d61 | TASK | Create _member_ role 2025-11-21 10:43:11.973001 | fa163ed5-6186-4aa7-9588-000000003d61 | SKIPPED | Create _member_ role | undercloud 2025-11-21 10:43:11.974537 | fa163ed5-6186-4aa7-9588-000000003d61 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:19:51.164228 | 0.07s 2025-11-21 10:43:11.993855 | fa163ed5-6186-4aa7-9588-000000003d62 | TASK | Check admin password 2025-11-21 10:43:13.262659 | fa163ed5-6186-4aa7-9588-000000003d62 | OK | Check admin password | undercloud 2025-11-21 10:43:13.263730 | fa163ed5-6186-4aa7-9588-000000003d62 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:19:52.453431 | 1.27s 2025-11-21 10:43:13.280458 | fa163ed5-6186-4aa7-9588-000000003d63 | TASK | Create admin user 2025-11-21 10:43:14.922572 | fa163ed5-6186-4aa7-9588-000000003d63 | CHANGED | Create admin user | undercloud 2025-11-21 10:43:14.924290 | fa163ed5-6186-4aa7-9588-000000003d63 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:19:54.113986 | 1.64s 2025-11-21 10:43:14.942944 | fa163ed5-6186-4aa7-9588-000000003d64 | TASK | Assign admin role to admin project for admin user 2025-11-21 10:43:16.443117 | fa163ed5-6186-4aa7-9588-000000003d64 | OK | Assign admin role to admin project for admin user | undercloud 2025-11-21 10:43:16.445775 | fa163ed5-6186-4aa7-9588-000000003d64 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:19:55.635455 | 1.50s 2025-11-21 10:43:16.462729 | fa163ed5-6186-4aa7-9588-000000003d65 | TASK | Assign _member_ role to admin project for admin user 2025-11-21 10:43:16.526591 | fa163ed5-6186-4aa7-9588-000000003d65 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-11-21 10:43:16.527942 | fa163ed5-6186-4aa7-9588-000000003d65 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:19:55.717637 | 0.06s 2025-11-21 10:43:16.544703 | fa163ed5-6186-4aa7-9588-000000003d66 | TASK | Create identity service 2025-11-21 10:43:17.732216 | fa163ed5-6186-4aa7-9588-000000003d66 | OK | Create identity service | undercloud 2025-11-21 10:43:17.733604 | fa163ed5-6186-4aa7-9588-000000003d66 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:19:56.923299 | 1.19s 2025-11-21 10:43:17.752521 | fa163ed5-6186-4aa7-9588-000000003d67 | TASK | Create identity public endpoint 2025-11-21 10:43:19.093409 | fa163ed5-6186-4aa7-9588-000000003d67 | OK | Create identity public endpoint | undercloud 2025-11-21 10:43:19.094994 | fa163ed5-6186-4aa7-9588-000000003d67 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:19:58.284688 | 1.34s 2025-11-21 10:43:19.114413 | fa163ed5-6186-4aa7-9588-000000003d68 | TASK | Create identity internal endpoint 2025-11-21 10:43:20.242824 | fa163ed5-6186-4aa7-9588-000000003d68 | OK | Create identity internal endpoint | undercloud 2025-11-21 10:43:20.244253 | fa163ed5-6186-4aa7-9588-000000003d68 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:19:59.433948 | 1.13s 2025-11-21 10:43:20.263793 | fa163ed5-6186-4aa7-9588-000000003d69 | TASK | Create identity admin endpoint 2025-11-21 10:43:21.376698 | fa163ed5-6186-4aa7-9588-000000003d69 | OK | Create identity admin endpoint | undercloud 2025-11-21 10:43:21.378463 | fa163ed5-6186-4aa7-9588-000000003d69 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:20:00.568120 | 1.11s 2025-11-21 10:43:21.397716 | fa163ed5-6186-4aa7-9588-000000003d1f | TASK | Create Keystone Projects 2025-11-21 10:43:21.520190 | fa163ed5-6186-4aa7-9588-000000003d1f | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:00.709869 | 0.12s 2025-11-21 10:43:21.534947 | fa163ed5-6186-4aa7-9588-000000003d1f | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:20:00.724648 | 0.13s 2025-11-21 10:43:21.544167 | 80a8a06b-0b36-48ee-97de-89e62594d382 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-11-21 10:43:21.581691 | fa163ed5-6186-4aa7-9588-000000003e3c | TASK | Async creation of Keystone project 2025-11-21 10:43:21.880551 | fa163ed5-6186-4aa7-9588-000000003e3c | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-11-21 10:43:21.882731 | fa163ed5-6186-4aa7-9588-000000003e3c | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:01.072425 | 0.30s 2025-11-21 10:43:21.892821 | fa163ed5-6186-4aa7-9588-000000003e3c | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:01.082521 | 0.31s 2025-11-21 10:43:21.911722 | fa163ed5-6186-4aa7-9588-000000003e3e | TASK | Check Keystone project status 2025-11-21 10:43:22.140585 | fa163ed5-6186-4aa7-9588-000000003e3e | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-11-21 10:43:27.356344 | fa163ed5-6186-4aa7-9588-000000003e3e | OK | Check Keystone project status | undercloud | item=service 2025-11-21 10:43:27.357916 | fa163ed5-6186-4aa7-9588-000000003e3e | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:06.547594 | 5.44s 2025-11-21 10:43:27.364147 | fa163ed5-6186-4aa7-9588-000000003e3e | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:06.553842 | 5.45s 2025-11-21 10:43:27.380354 | fa163ed5-6186-4aa7-9588-000000003d21 | TASK | Create Keystone Domains 2025-11-21 10:43:27.460921 | fa163ed5-6186-4aa7-9588-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:06.650607 | 0.08s 2025-11-21 10:43:27.472476 | fa163ed5-6186-4aa7-9588-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:20:06.662174 | 0.09s 2025-11-21 10:43:27.483201 | a7d42473-a5ee-4035-a6b0-a45dfbb8326c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-11-21 10:43:27.520770 | fa163ed5-6186-4aa7-9588-000000003ef1 | TASK | Async creation of Keystone domains 2025-11-21 10:43:27.926087 | fa163ed5-6186-4aa7-9588-000000003ef1 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-11-21 10:43:27.928925 | fa163ed5-6186-4aa7-9588-000000003ef1 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:07.118616 | 0.41s 2025-11-21 10:43:27.939528 | fa163ed5-6186-4aa7-9588-000000003ef1 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:20:07.129226 | 0.42s 2025-11-21 10:43:27.954056 | fa163ed5-6186-4aa7-9588-000000003ef3 | TASK | Check Keystone domain status 2025-11-21 10:43:28.235587 | fa163ed5-6186-4aa7-9588-000000003ef3 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-11-21 10:43:33.460005 | fa163ed5-6186-4aa7-9588-000000003ef3 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-11-21 10:43:33.460761 | fa163ed5-6186-4aa7-9588-000000003ef3 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:12.650465 | 5.51s 2025-11-21 10:43:33.464721 | fa163ed5-6186-4aa7-9588-000000003ef3 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:20:12.654412 | 5.51s 2025-11-21 10:43:33.485342 | fa163ed5-6186-4aa7-9588-000000003d23 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-11-21 10:43:33.540932 | fa163ed5-6186-4aa7-9588-000000003d23 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:20:12.730609 | 0.05s 2025-11-21 10:43:33.556764 | d003c8c7-781c-4952-8491-5e5257b4fcd3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-11-21 10:43:33.610648 | fa163ed5-6186-4aa7-9588-000000003fbb | TASK | Collect OpenStack Keystone domains infos 2025-11-21 10:43:34.963038 | fa163ed5-6186-4aa7-9588-000000003fbb | OK | Collect OpenStack Keystone domains infos | undercloud 2025-11-21 10:43:34.965550 | fa163ed5-6186-4aa7-9588-000000003fbb | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:20:14.155241 | 1.35s 2025-11-21 10:43:34.983867 | fa163ed5-6186-4aa7-9588-000000003fbc | TASK | Set openstack_domains fact 2025-11-21 10:43:35.046811 | fa163ed5-6186-4aa7-9588-000000003fbc | OK | Set openstack_domains fact | undercloud 2025-11-21 10:43:35.047924 | fa163ed5-6186-4aa7-9588-000000003fbc | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:20:14.237621 | 0.06s 2025-11-21 10:43:35.065910 | fa163ed5-6186-4aa7-9588-000000003d24 | TASK | Create Keystone Services 2025-11-21 10:43:35.176727 | fa163ed5-6186-4aa7-9588-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:14.366405 | 0.11s 2025-11-21 10:43:35.193636 | fa163ed5-6186-4aa7-9588-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:14.383337 | 0.13s 2025-11-21 10:43:35.210547 | fa163ed5-6186-4aa7-9588-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:20:14.400244 | 0.14s 2025-11-21 10:43:35.231256 | d7f36208-3fa9-4cc8-b29e-d96963dd6521 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-11-21 10:43:35.240032 | 060f92df-047a-4093-8eac-063d0f5dea1b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-11-21 10:43:35.289279 | fa163ed5-6186-4aa7-9588-000000004098 | TASK | Async creation of Keystone service 2025-11-21 10:43:35.656469 | fa163ed5-6186-4aa7-9588-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-11-21 10:43:35.662333 | fa163ed5-6186-4aa7-9588-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:14.851985 | 0.37s 2025-11-21 10:43:35.937856 | fa163ed5-6186-4aa7-9588-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2025-11-21 10:43:35.939557 | fa163ed5-6186-4aa7-9588-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:15.129259 | 0.65s 2025-11-21 10:43:36.257240 | fa163ed5-6186-4aa7-9588-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-11-21 10:43:36.262219 | fa163ed5-6186-4aa7-9588-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:15.451908 | 0.97s 2025-11-21 10:43:36.562295 | fa163ed5-6186-4aa7-9588-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-11-21 10:43:36.563052 | fa163ed5-6186-4aa7-9588-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:15.752757 | 1.27s 2025-11-21 10:43:36.866511 | fa163ed5-6186-4aa7-9588-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-11-21 10:43:36.867914 | fa163ed5-6186-4aa7-9588-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:16.057620 | 1.58s 2025-11-21 10:43:37.179175 | fa163ed5-6186-4aa7-9588-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-11-21 10:43:37.181606 | fa163ed5-6186-4aa7-9588-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:16.371304 | 1.89s 2025-11-21 10:43:37.495086 | fa163ed5-6186-4aa7-9588-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-11-21 10:43:37.497263 | fa163ed5-6186-4aa7-9588-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:16.686960 | 2.21s 2025-11-21 10:43:37.773787 | fa163ed5-6186-4aa7-9588-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-11-21 10:43:37.776417 | fa163ed5-6186-4aa7-9588-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:16.966114 | 2.49s 2025-11-21 10:43:38.036549 | fa163ed5-6186-4aa7-9588-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-11-21 10:43:38.039147 | fa163ed5-6186-4aa7-9588-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:17.228843 | 2.75s 2025-11-21 10:43:38.309760 | fa163ed5-6186-4aa7-9588-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-11-21 10:43:38.312293 | fa163ed5-6186-4aa7-9588-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:17.501990 | 3.02s 2025-11-21 10:43:38.321633 | fa163ed5-6186-4aa7-9588-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:17.511337 | 3.03s 2025-11-21 10:43:38.336806 | fa163ed5-6186-4aa7-9588-00000000409a | TASK | Check Keystone service status 2025-11-21 10:43:38.599245 | fa163ed5-6186-4aa7-9588-00000000409a | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-11-21 10:43:38.602544 | fa163ed5-6186-4aa7-9588-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:17.792234 | 0.26s 2025-11-21 10:43:38.820643 | fa163ed5-6186-4aa7-9588-00000000409a | CHANGED | Check Keystone service status | undercloud | item=barbican 2025-11-21 10:43:38.828538 | fa163ed5-6186-4aa7-9588-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:18.018238 | 0.49s 2025-11-21 10:43:39.096270 | fa163ed5-6186-4aa7-9588-00000000409a | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-11-21 10:43:39.098716 | fa163ed5-6186-4aa7-9588-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:18.288411 | 0.76s 2025-11-21 10:43:39.369765 | fa163ed5-6186-4aa7-9588-00000000409a | CHANGED | Check Keystone service status | undercloud | item=glance 2025-11-21 10:43:39.372254 | fa163ed5-6186-4aa7-9588-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:18.561956 | 1.03s 2025-11-21 10:43:39.594875 | fa163ed5-6186-4aa7-9588-00000000409a | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-11-21 10:43:39.595497 | fa163ed5-6186-4aa7-9588-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:18.785198 | 1.26s 2025-11-21 10:43:39.876783 | fa163ed5-6186-4aa7-9588-00000000409a | CHANGED | Check Keystone service status | undercloud | item=heat 2025-11-21 10:43:39.877983 | fa163ed5-6186-4aa7-9588-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:19.067688 | 1.54s 2025-11-21 10:43:40.120334 | fa163ed5-6186-4aa7-9588-00000000409a | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-11-21 10:43:40.121658 | fa163ed5-6186-4aa7-9588-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:19.311363 | 1.78s 2025-11-21 10:43:40.382092 | fa163ed5-6186-4aa7-9588-00000000409a | CHANGED | Check Keystone service status | undercloud | item=manila 2025-11-21 10:43:40.385846 | fa163ed5-6186-4aa7-9588-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:19.575543 | 2.05s 2025-11-21 10:43:40.662871 | fa163ed5-6186-4aa7-9588-00000000409a | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-11-21 10:43:40.665846 | fa163ed5-6186-4aa7-9588-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:19.855542 | 2.33s 2025-11-21 10:43:40.917780 | fa163ed5-6186-4aa7-9588-00000000409a | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-11-21 10:43:40.922685 | fa163ed5-6186-4aa7-9588-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:20.112376 | 2.59s 2025-11-21 10:43:40.938549 | fa163ed5-6186-4aa7-9588-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:20.128240 | 2.60s 2025-11-21 10:43:40.964511 | fa163ed5-6186-4aa7-9588-00000000409f | TASK | Async creation of Keystone service 2025-11-21 10:43:41.303941 | fa163ed5-6186-4aa7-9588-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-11-21 10:43:41.304898 | fa163ed5-6186-4aa7-9588-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:20.494601 | 0.34s 2025-11-21 10:43:41.685591 | fa163ed5-6186-4aa7-9588-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-11-21 10:43:41.686678 | fa163ed5-6186-4aa7-9588-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:20.876375 | 0.72s 2025-11-21 10:43:42.029249 | fa163ed5-6186-4aa7-9588-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-11-21 10:43:42.054130 | fa163ed5-6186-4aa7-9588-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:21.243824 | 1.09s 2025-11-21 10:43:42.304949 | fa163ed5-6186-4aa7-9588-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-11-21 10:43:42.307671 | fa163ed5-6186-4aa7-9588-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:21.497374 | 1.34s 2025-11-21 10:43:42.320112 | fa163ed5-6186-4aa7-9588-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:20:21.509805 | 1.35s 2025-11-21 10:43:42.341609 | fa163ed5-6186-4aa7-9588-0000000040a1 | TASK | Check Keystone service status 2025-11-21 10:43:42.610666 | fa163ed5-6186-4aa7-9588-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=nova 2025-11-21 10:43:42.611728 | fa163ed5-6186-4aa7-9588-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:21.801430 | 0.27s 2025-11-21 10:43:42.816029 | fa163ed5-6186-4aa7-9588-0000000040a1 | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-11-21 10:43:48.050118 | fa163ed5-6186-4aa7-9588-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-11-21 10:43:48.051669 | fa163ed5-6186-4aa7-9588-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:27.241364 | 5.71s 2025-11-21 10:43:48.340982 | fa163ed5-6186-4aa7-9588-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=placement 2025-11-21 10:43:48.342155 | fa163ed5-6186-4aa7-9588-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:27.531853 | 6.00s 2025-11-21 10:43:48.588796 | fa163ed5-6186-4aa7-9588-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=swift 2025-11-21 10:43:48.590401 | fa163ed5-6186-4aa7-9588-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:27.780102 | 6.25s 2025-11-21 10:43:48.602364 | fa163ed5-6186-4aa7-9588-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:27.792059 | 6.26s 2025-11-21 10:43:48.622304 | fa163ed5-6186-4aa7-9588-000000003d26 | TASK | Create Keystone Endpoints 2025-11-21 10:43:48.696737 | fa163ed5-6186-4aa7-9588-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:27.886422 | 0.07s 2025-11-21 10:43:48.728776 | fa163ed5-6186-4aa7-9588-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:27.918479 | 0.10s 2025-11-21 10:43:48.753379 | fa163ed5-6186-4aa7-9588-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:27.943083 | 0.13s 2025-11-21 10:43:48.757854 | fa163ed5-6186-4aa7-9588-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:27.947540 | 0.13s 2025-11-21 10:43:48.775155 | 9d017fd0-afc2-48fc-90bb-ab0e309c0241 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-11-21 10:43:48.783990 | 441b87aa-4075-4fc2-b101-afd530052ffd | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-11-21 10:43:48.789981 | 834a045f-6aa6-44d1-ba59-aa3d482554ba | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-11-21 10:43:48.843600 | fa163ed5-6186-4aa7-9588-0000000041d5 | TASK | Create Keystone public endpoints 2025-11-21 10:43:48.953611 | fa163ed5-6186-4aa7-9588-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:28.143286 | 0.11s 2025-11-21 10:43:48.972002 | fa163ed5-6186-4aa7-9588-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:28.161707 | 0.13s 2025-11-21 10:43:48.981624 | fa163ed5-6186-4aa7-9588-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:28.171319 | 0.14s 2025-11-21 10:43:49.000809 | b1721e85-0ed4-4ad7-b404-b3486e2d7690 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-21 10:43:49.010305 | 12bcbd9c-29ab-4faa-9fd9-749042c599d6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-21 10:43:49.035582 | fa163ed5-6186-4aa7-9588-0000000042fd | TASK | Async creation of Keystone public endpoint 2025-11-21 10:43:49.399679 | fa163ed5-6186-4aa7-9588-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-11-21 10:43:49.401903 | fa163ed5-6186-4aa7-9588-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:28.591594 | 0.36s 2025-11-21 10:43:49.714892 | fa163ed5-6186-4aa7-9588-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2025-11-21 10:43:49.716027 | fa163ed5-6186-4aa7-9588-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:28.905725 | 0.68s 2025-11-21 10:43:49.994182 | fa163ed5-6186-4aa7-9588-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-11-21 10:43:49.994919 | fa163ed5-6186-4aa7-9588-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:29.184625 | 0.96s 2025-11-21 10:43:50.300379 | fa163ed5-6186-4aa7-9588-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-11-21 10:43:50.302169 | fa163ed5-6186-4aa7-9588-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:29.491867 | 1.27s 2025-11-21 10:43:50.597656 | fa163ed5-6186-4aa7-9588-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-11-21 10:43:50.598330 | fa163ed5-6186-4aa7-9588-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:29.788036 | 1.56s 2025-11-21 10:43:50.946248 | fa163ed5-6186-4aa7-9588-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-11-21 10:43:50.946961 | fa163ed5-6186-4aa7-9588-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:30.136667 | 1.91s 2025-11-21 10:43:51.252181 | fa163ed5-6186-4aa7-9588-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-11-21 10:43:51.252801 | fa163ed5-6186-4aa7-9588-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:30.442506 | 2.22s 2025-11-21 10:43:51.535107 | fa163ed5-6186-4aa7-9588-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-11-21 10:43:51.536871 | fa163ed5-6186-4aa7-9588-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:30.726566 | 2.50s 2025-11-21 10:43:51.849407 | fa163ed5-6186-4aa7-9588-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-11-21 10:43:51.850238 | fa163ed5-6186-4aa7-9588-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:31.039940 | 2.81s 2025-11-21 10:43:52.132364 | fa163ed5-6186-4aa7-9588-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-11-21 10:43:52.132994 | fa163ed5-6186-4aa7-9588-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:31.322701 | 3.10s 2025-11-21 10:43:52.146405 | fa163ed5-6186-4aa7-9588-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:31.336098 | 3.11s 2025-11-21 10:43:52.167017 | fa163ed5-6186-4aa7-9588-0000000042ff | TASK | Check Keystone public endpoint status 2025-11-21 10:43:52.450282 | fa163ed5-6186-4aa7-9588-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-11-21 10:43:52.451293 | fa163ed5-6186-4aa7-9588-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:31.640997 | 0.28s 2025-11-21 10:43:52.724997 | fa163ed5-6186-4aa7-9588-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2025-11-21 10:43:52.725679 | fa163ed5-6186-4aa7-9588-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:31.915386 | 0.56s 2025-11-21 10:43:52.921578 | fa163ed5-6186-4aa7-9588-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-11-21 10:43:52.923180 | fa163ed5-6186-4aa7-9588-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:32.112879 | 0.76s 2025-11-21 10:43:53.112677 | fa163ed5-6186-4aa7-9588-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-11-21 10:43:53.114350 | fa163ed5-6186-4aa7-9588-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:32.304048 | 0.95s 2025-11-21 10:43:53.358809 | fa163ed5-6186-4aa7-9588-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-11-21 10:43:53.359576 | fa163ed5-6186-4aa7-9588-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:32.549281 | 1.19s 2025-11-21 10:43:53.625920 | fa163ed5-6186-4aa7-9588-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-11-21 10:43:53.627271 | fa163ed5-6186-4aa7-9588-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:32.816973 | 1.46s 2025-11-21 10:43:53.875096 | fa163ed5-6186-4aa7-9588-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-11-21 10:43:53.876565 | fa163ed5-6186-4aa7-9588-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:33.066264 | 1.71s 2025-11-21 10:43:54.111216 | fa163ed5-6186-4aa7-9588-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-11-21 10:43:54.112369 | fa163ed5-6186-4aa7-9588-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:33.302075 | 1.94s 2025-11-21 10:43:54.349319 | fa163ed5-6186-4aa7-9588-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-11-21 10:43:54.351457 | fa163ed5-6186-4aa7-9588-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:33.541129 | 2.18s 2025-11-21 10:43:54.615449 | fa163ed5-6186-4aa7-9588-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-11-21 10:43:54.616726 | fa163ed5-6186-4aa7-9588-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:33.806422 | 2.45s 2025-11-21 10:43:54.627767 | fa163ed5-6186-4aa7-9588-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:33.817467 | 2.46s 2025-11-21 10:43:54.655929 | fa163ed5-6186-4aa7-9588-000000004304 | TASK | Async creation of Keystone public endpoint 2025-11-21 10:43:55.001405 | fa163ed5-6186-4aa7-9588-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-11-21 10:43:55.003046 | fa163ed5-6186-4aa7-9588-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:34.192748 | 0.35s 2025-11-21 10:43:55.322123 | fa163ed5-6186-4aa7-9588-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-11-21 10:43:55.323177 | fa163ed5-6186-4aa7-9588-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:34.512874 | 0.67s 2025-11-21 10:43:55.613120 | fa163ed5-6186-4aa7-9588-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-11-21 10:43:55.614216 | fa163ed5-6186-4aa7-9588-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:34.803913 | 0.96s 2025-11-21 10:43:55.903637 | fa163ed5-6186-4aa7-9588-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-11-21 10:43:55.904230 | fa163ed5-6186-4aa7-9588-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:35.093937 | 1.25s 2025-11-21 10:43:55.912457 | fa163ed5-6186-4aa7-9588-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:35.102141 | 1.26s 2025-11-21 10:43:55.930001 | fa163ed5-6186-4aa7-9588-000000004306 | TASK | Check Keystone public endpoint status 2025-11-21 10:43:56.189185 | fa163ed5-6186-4aa7-9588-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-11-21 10:43:56.190147 | fa163ed5-6186-4aa7-9588-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:35.379850 | 0.26s 2025-11-21 10:43:56.396303 | fa163ed5-6186-4aa7-9588-000000004306 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-11-21 10:44:01.621010 | fa163ed5-6186-4aa7-9588-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-11-21 10:44:01.622231 | fa163ed5-6186-4aa7-9588-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:40.811930 | 5.69s 2025-11-21 10:44:01.912314 | fa163ed5-6186-4aa7-9588-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-11-21 10:44:01.913623 | fa163ed5-6186-4aa7-9588-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:41.103320 | 5.98s 2025-11-21 10:44:02.168801 | fa163ed5-6186-4aa7-9588-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-11-21 10:44:02.170206 | fa163ed5-6186-4aa7-9588-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:41.359900 | 6.24s 2025-11-21 10:44:02.184095 | fa163ed5-6186-4aa7-9588-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:41.373796 | 6.25s 2025-11-21 10:44:02.207407 | fa163ed5-6186-4aa7-9588-0000000041da | TASK | Create Keystone admin endpoints 2025-11-21 10:44:02.319301 | fa163ed5-6186-4aa7-9588-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:41.508981 | 0.11s 2025-11-21 10:44:02.336423 | fa163ed5-6186-4aa7-9588-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:41.526118 | 0.13s 2025-11-21 10:44:02.351345 | fa163ed5-6186-4aa7-9588-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:41.541037 | 0.14s 2025-11-21 10:44:02.369532 | 2db43f58-6d9c-42d5-8843-ca40c90a53a6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-21 10:44:02.378882 | a63e496b-0260-4612-b25a-8ecff8f48608 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-21 10:44:02.404410 | fa163ed5-6186-4aa7-9588-000000004362 | TASK | Async creation of Keystone admin endpoint 2025-11-21 10:44:02.797800 | fa163ed5-6186-4aa7-9588-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-11-21 10:44:02.799353 | fa163ed5-6186-4aa7-9588-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:41.989044 | 0.39s 2025-11-21 10:44:03.098488 | fa163ed5-6186-4aa7-9588-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2025-11-21 10:44:03.099642 | fa163ed5-6186-4aa7-9588-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:42.289339 | 0.69s 2025-11-21 10:44:03.405185 | fa163ed5-6186-4aa7-9588-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-11-21 10:44:03.406278 | fa163ed5-6186-4aa7-9588-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:42.595977 | 1.00s 2025-11-21 10:44:03.677690 | fa163ed5-6186-4aa7-9588-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-11-21 10:44:03.679913 | fa163ed5-6186-4aa7-9588-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:42.869608 | 1.27s 2025-11-21 10:44:03.975801 | fa163ed5-6186-4aa7-9588-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-11-21 10:44:03.976841 | fa163ed5-6186-4aa7-9588-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:43.166539 | 1.57s 2025-11-21 10:44:04.266423 | fa163ed5-6186-4aa7-9588-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-11-21 10:44:04.267755 | fa163ed5-6186-4aa7-9588-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:43.457461 | 1.86s 2025-11-21 10:44:04.510782 | fa163ed5-6186-4aa7-9588-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-11-21 10:44:04.511897 | fa163ed5-6186-4aa7-9588-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:43.701600 | 2.11s 2025-11-21 10:44:04.857576 | fa163ed5-6186-4aa7-9588-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-11-21 10:44:04.859314 | fa163ed5-6186-4aa7-9588-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:44.049011 | 2.45s 2025-11-21 10:44:05.083259 | fa163ed5-6186-4aa7-9588-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-11-21 10:44:05.084397 | fa163ed5-6186-4aa7-9588-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:44.274093 | 2.68s 2025-11-21 10:44:05.336235 | fa163ed5-6186-4aa7-9588-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-11-21 10:44:05.337041 | fa163ed5-6186-4aa7-9588-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:44.526744 | 2.93s 2025-11-21 10:44:05.349147 | fa163ed5-6186-4aa7-9588-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:44.538850 | 2.94s 2025-11-21 10:44:05.365170 | fa163ed5-6186-4aa7-9588-000000004364 | TASK | Check Keystone admin endpoint status 2025-11-21 10:44:05.614131 | fa163ed5-6186-4aa7-9588-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-11-21 10:44:05.615237 | fa163ed5-6186-4aa7-9588-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:44.804936 | 0.25s 2025-11-21 10:44:05.814506 | fa163ed5-6186-4aa7-9588-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2025-11-21 10:44:05.816075 | fa163ed5-6186-4aa7-9588-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:45.005775 | 0.45s 2025-11-21 10:44:06.060216 | fa163ed5-6186-4aa7-9588-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-11-21 10:44:06.061710 | fa163ed5-6186-4aa7-9588-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:45.251405 | 0.70s 2025-11-21 10:44:06.267683 | fa163ed5-6186-4aa7-9588-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-11-21 10:44:06.268766 | fa163ed5-6186-4aa7-9588-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:45.458465 | 0.90s 2025-11-21 10:44:06.519311 | fa163ed5-6186-4aa7-9588-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-11-21 10:44:06.520317 | fa163ed5-6186-4aa7-9588-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:45.710017 | 1.15s 2025-11-21 10:44:06.737329 | fa163ed5-6186-4aa7-9588-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-11-21 10:44:06.738088 | fa163ed5-6186-4aa7-9588-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:45.927794 | 1.37s 2025-11-21 10:44:06.968806 | fa163ed5-6186-4aa7-9588-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-11-21 10:44:06.970190 | fa163ed5-6186-4aa7-9588-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:46.159885 | 1.60s 2025-11-21 10:44:07.217839 | fa163ed5-6186-4aa7-9588-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-11-21 10:44:07.219001 | fa163ed5-6186-4aa7-9588-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:46.408698 | 1.85s 2025-11-21 10:44:07.473065 | fa163ed5-6186-4aa7-9588-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-11-21 10:44:07.474496 | fa163ed5-6186-4aa7-9588-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:46.664202 | 2.11s 2025-11-21 10:44:07.733321 | fa163ed5-6186-4aa7-9588-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-11-21 10:44:07.734426 | fa163ed5-6186-4aa7-9588-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:46.924124 | 2.37s 2025-11-21 10:44:07.756772 | fa163ed5-6186-4aa7-9588-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:46.946462 | 2.39s 2025-11-21 10:44:07.786869 | fa163ed5-6186-4aa7-9588-000000004369 | TASK | Async creation of Keystone admin endpoint 2025-11-21 10:44:08.123198 | fa163ed5-6186-4aa7-9588-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-11-21 10:44:08.124654 | fa163ed5-6186-4aa7-9588-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:47.314346 | 0.34s 2025-11-21 10:44:08.446207 | fa163ed5-6186-4aa7-9588-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-11-21 10:44:08.447173 | fa163ed5-6186-4aa7-9588-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:47.636873 | 0.66s 2025-11-21 10:44:08.765279 | fa163ed5-6186-4aa7-9588-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-11-21 10:44:08.766167 | fa163ed5-6186-4aa7-9588-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:47.955867 | 0.98s 2025-11-21 10:44:09.049784 | fa163ed5-6186-4aa7-9588-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-11-21 10:44:09.050334 | fa163ed5-6186-4aa7-9588-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:48.240041 | 1.26s 2025-11-21 10:44:09.056330 | fa163ed5-6186-4aa7-9588-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:48.246028 | 1.27s 2025-11-21 10:44:09.071816 | fa163ed5-6186-4aa7-9588-00000000436b | TASK | Check Keystone admin endpoint status 2025-11-21 10:44:09.363289 | fa163ed5-6186-4aa7-9588-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-11-21 10:44:09.364173 | fa163ed5-6186-4aa7-9588-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:48.553876 | 0.29s 2025-11-21 10:44:09.638013 | fa163ed5-6186-4aa7-9588-00000000436b | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-11-21 10:44:14.851984 | fa163ed5-6186-4aa7-9588-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-11-21 10:44:14.852769 | fa163ed5-6186-4aa7-9588-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:54.042475 | 5.78s 2025-11-21 10:44:15.121832 | fa163ed5-6186-4aa7-9588-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-11-21 10:44:15.123419 | fa163ed5-6186-4aa7-9588-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:54.313120 | 6.05s 2025-11-21 10:44:15.375549 | fa163ed5-6186-4aa7-9588-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-11-21 10:44:15.376475 | fa163ed5-6186-4aa7-9588-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:54.566177 | 6.30s 2025-11-21 10:44:15.384757 | fa163ed5-6186-4aa7-9588-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:54.574447 | 6.31s 2025-11-21 10:44:15.408967 | fa163ed5-6186-4aa7-9588-0000000041df | TASK | Create Keystone internal endpoints 2025-11-21 10:44:15.518596 | fa163ed5-6186-4aa7-9588-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:54.708277 | 0.11s 2025-11-21 10:44:15.534921 | fa163ed5-6186-4aa7-9588-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:54.724622 | 0.12s 2025-11-21 10:44:15.544666 | fa163ed5-6186-4aa7-9588-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:54.734360 | 0.13s 2025-11-21 10:44:15.562822 | 80bc6ac6-3c39-46ff-ad22-8d97a37048a0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-21 10:44:15.573266 | 31271a72-0ea3-4568-bb8a-5104e14f1d29 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-21 10:44:15.599197 | fa163ed5-6186-4aa7-9588-0000000043c7 | TASK | Async creation of Keystone internal endpoint 2025-11-21 10:44:15.924210 | fa163ed5-6186-4aa7-9588-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-11-21 10:44:15.925687 | fa163ed5-6186-4aa7-9588-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:55.115376 | 0.33s 2025-11-21 10:44:16.232848 | fa163ed5-6186-4aa7-9588-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2025-11-21 10:44:16.234765 | fa163ed5-6186-4aa7-9588-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:55.424462 | 0.63s 2025-11-21 10:44:16.544688 | fa163ed5-6186-4aa7-9588-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-11-21 10:44:16.546180 | fa163ed5-6186-4aa7-9588-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:55.735886 | 0.95s 2025-11-21 10:44:16.848238 | fa163ed5-6186-4aa7-9588-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-11-21 10:44:16.848882 | fa163ed5-6186-4aa7-9588-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:56.038588 | 1.25s 2025-11-21 10:44:17.099945 | fa163ed5-6186-4aa7-9588-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-11-21 10:44:17.101289 | fa163ed5-6186-4aa7-9588-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:56.290992 | 1.50s 2025-11-21 10:44:17.413237 | fa163ed5-6186-4aa7-9588-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-11-21 10:44:17.415002 | fa163ed5-6186-4aa7-9588-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:56.604699 | 1.81s 2025-11-21 10:44:17.702161 | fa163ed5-6186-4aa7-9588-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-11-21 10:44:17.702843 | fa163ed5-6186-4aa7-9588-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:56.892549 | 2.10s 2025-11-21 10:44:17.956229 | fa163ed5-6186-4aa7-9588-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-11-21 10:44:17.956859 | fa163ed5-6186-4aa7-9588-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:57.146565 | 2.36s 2025-11-21 10:44:18.190952 | fa163ed5-6186-4aa7-9588-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-11-21 10:44:18.191599 | fa163ed5-6186-4aa7-9588-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:57.381305 | 2.59s 2025-11-21 10:44:18.448930 | fa163ed5-6186-4aa7-9588-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-11-21 10:44:18.450097 | fa163ed5-6186-4aa7-9588-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:57.639802 | 2.85s 2025-11-21 10:44:18.462179 | fa163ed5-6186-4aa7-9588-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:57.651880 | 2.86s 2025-11-21 10:44:18.480333 | fa163ed5-6186-4aa7-9588-0000000043c9 | TASK | Check Keystone internal endpoint status 2025-11-21 10:44:18.733498 | fa163ed5-6186-4aa7-9588-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-11-21 10:44:18.734383 | fa163ed5-6186-4aa7-9588-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:57.924086 | 0.25s 2025-11-21 10:44:19.012874 | fa163ed5-6186-4aa7-9588-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2025-11-21 10:44:19.014060 | fa163ed5-6186-4aa7-9588-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:58.203766 | 0.53s 2025-11-21 10:44:19.249126 | fa163ed5-6186-4aa7-9588-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-11-21 10:44:19.251563 | fa163ed5-6186-4aa7-9588-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:58.441253 | 0.77s 2025-11-21 10:44:19.526772 | fa163ed5-6186-4aa7-9588-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-11-21 10:44:19.527900 | fa163ed5-6186-4aa7-9588-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:58.717602 | 1.05s 2025-11-21 10:44:19.760686 | fa163ed5-6186-4aa7-9588-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-11-21 10:44:19.762884 | fa163ed5-6186-4aa7-9588-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:58.952575 | 1.28s 2025-11-21 10:44:20.045106 | fa163ed5-6186-4aa7-9588-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-11-21 10:44:20.064903 | fa163ed5-6186-4aa7-9588-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:59.254591 | 1.58s 2025-11-21 10:44:20.250001 | fa163ed5-6186-4aa7-9588-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-11-21 10:44:20.251361 | fa163ed5-6186-4aa7-9588-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:59.441061 | 1.77s 2025-11-21 10:44:20.546840 | fa163ed5-6186-4aa7-9588-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-11-21 10:44:20.548863 | fa163ed5-6186-4aa7-9588-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:59.738559 | 2.07s 2025-11-21 10:44:20.757880 | fa163ed5-6186-4aa7-9588-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-11-21 10:44:20.759178 | fa163ed5-6186-4aa7-9588-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:59.948874 | 2.28s 2025-11-21 10:44:21.002901 | fa163ed5-6186-4aa7-9588-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-11-21 10:44:21.003683 | fa163ed5-6186-4aa7-9588-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:00.193388 | 2.52s 2025-11-21 10:44:21.011554 | fa163ed5-6186-4aa7-9588-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:00.201257 | 2.53s 2025-11-21 10:44:21.034929 | fa163ed5-6186-4aa7-9588-0000000043ce | TASK | Async creation of Keystone internal endpoint 2025-11-21 10:44:21.373071 | fa163ed5-6186-4aa7-9588-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-11-21 10:44:21.375474 | fa163ed5-6186-4aa7-9588-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:00.565132 | 0.34s 2025-11-21 10:44:21.686140 | fa163ed5-6186-4aa7-9588-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-11-21 10:44:21.686915 | fa163ed5-6186-4aa7-9588-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:00.876619 | 0.65s 2025-11-21 10:44:21.993436 | fa163ed5-6186-4aa7-9588-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-11-21 10:44:21.995153 | fa163ed5-6186-4aa7-9588-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:01.184859 | 0.96s 2025-11-21 10:44:22.301918 | fa163ed5-6186-4aa7-9588-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-11-21 10:44:22.302617 | fa163ed5-6186-4aa7-9588-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:01.492324 | 1.27s 2025-11-21 10:44:22.308748 | fa163ed5-6186-4aa7-9588-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:01.498449 | 1.27s 2025-11-21 10:44:22.330330 | fa163ed5-6186-4aa7-9588-0000000043d0 | TASK | Check Keystone internal endpoint status 2025-11-21 10:44:22.584007 | fa163ed5-6186-4aa7-9588-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-11-21 10:44:22.585002 | fa163ed5-6186-4aa7-9588-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:01.774705 | 0.25s 2025-11-21 10:44:22.830889 | fa163ed5-6186-4aa7-9588-0000000043d0 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-11-21 10:44:28.099037 | fa163ed5-6186-4aa7-9588-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-11-21 10:44:28.100995 | fa163ed5-6186-4aa7-9588-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:07.290689 | 5.77s 2025-11-21 10:44:28.358084 | fa163ed5-6186-4aa7-9588-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-11-21 10:44:28.359735 | fa163ed5-6186-4aa7-9588-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:07.549421 | 6.03s 2025-11-21 10:44:28.616645 | fa163ed5-6186-4aa7-9588-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-11-21 10:44:28.618375 | fa163ed5-6186-4aa7-9588-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:07.808073 | 6.29s 2025-11-21 10:44:28.631130 | fa163ed5-6186-4aa7-9588-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:21:07.820827 | 6.30s 2025-11-21 10:44:28.652040 | fa163ed5-6186-4aa7-9588-000000003d28 | TASK | Run cleanup tasks 2025-11-21 10:44:28.706657 | fa163ed5-6186-4aa7-9588-000000003d28 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:21:07.896348 | 0.05s 2025-11-21 10:44:28.722923 | f47b1529-bf14-41e2-bf96-9325ced4eadc | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-11-21 10:44:28.787372 | fa163ed5-6186-4aa7-9588-000000004428 | TASK | Get list of enabled services 2025-11-21 10:44:31.265642 | fa163ed5-6186-4aa7-9588-000000004428 | CHANGED | Get list of enabled services | undercloud 2025-11-21 10:44:31.267103 | fa163ed5-6186-4aa7-9588-000000004428 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:21:10.456794 | 2.48s 2025-11-21 10:44:31.286075 | fa163ed5-6186-4aa7-9588-000000004429 | TASK | List services to be disabled 2025-11-21 10:44:31.350856 | fa163ed5-6186-4aa7-9588-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-11-21 10:44:31.375486 | fa163ed5-6186-4aa7-9588-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-11-21 10:44:31.400529 | fa163ed5-6186-4aa7-9588-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-11-21 10:44:31.425709 | fa163ed5-6186-4aa7-9588-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-11-21 10:44:31.454034 | fa163ed5-6186-4aa7-9588-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-11-21 10:44:31.477341 | fa163ed5-6186-4aa7-9588-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-11-21 10:44:31.502578 | fa163ed5-6186-4aa7-9588-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-11-21 10:44:31.529360 | fa163ed5-6186-4aa7-9588-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-11-21 10:44:31.555291 | fa163ed5-6186-4aa7-9588-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2025-11-21 10:44:31.580395 | fa163ed5-6186-4aa7-9588-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-11-21 10:44:31.605680 | fa163ed5-6186-4aa7-9588-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-11-21 10:44:31.631302 | fa163ed5-6186-4aa7-9588-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-11-21 10:44:31.656888 | fa163ed5-6186-4aa7-9588-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-11-21 10:44:31.681413 | fa163ed5-6186-4aa7-9588-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-11-21 10:44:31.703839 | fa163ed5-6186-4aa7-9588-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-11-21 10:44:31.717122 | fa163ed5-6186-4aa7-9588-000000004429 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:21:10.906807 | 0.43s 2025-11-21 10:44:31.738523 | fa163ed5-6186-4aa7-9588-00000000442a | TASK | Delete keystone services not enabled 2025-11-21 10:44:31.770721 | fa163ed5-6186-4aa7-9588-00000000442a | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:21:10.960406 | 0.03s 2025-11-21 10:44:31.790146 | fa163ed5-6186-4aa7-9588-000000003d29 | TASK | Create Keystone Roles 2025-11-21 10:44:31.883666 | fa163ed5-6186-4aa7-9588-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:11.073343 | 0.09s 2025-11-21 10:44:31.902022 | fa163ed5-6186-4aa7-9588-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:11.091722 | 0.11s 2025-11-21 10:44:31.908171 | fa163ed5-6186-4aa7-9588-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:21:11.097860 | 0.12s 2025-11-21 10:44:31.924520 | 20f555e8-c1fe-4d40-a0d0-9151aeadfdc8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-11-21 10:44:31.933574 | 6dfc07c1-ed14-4e45-9ac6-5d99211dcac6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-11-21 10:44:31.997922 | fa163ed5-6186-4aa7-9588-000000004598 | TASK | Async creation of Keystone role 2025-11-21 10:44:32.299675 | fa163ed5-6186-4aa7-9588-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-11-21 10:44:32.301422 | fa163ed5-6186-4aa7-9588-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:11.491120 | 0.30s 2025-11-21 10:44:32.620674 | fa163ed5-6186-4aa7-9588-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2025-11-21 10:44:32.622423 | fa163ed5-6186-4aa7-9588-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:11.812121 | 0.62s 2025-11-21 10:44:32.923975 | fa163ed5-6186-4aa7-9588-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2025-11-21 10:44:32.924713 | fa163ed5-6186-4aa7-9588-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:12.114415 | 0.93s 2025-11-21 10:44:33.191117 | fa163ed5-6186-4aa7-9588-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2025-11-21 10:44:33.191729 | fa163ed5-6186-4aa7-9588-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:12.381434 | 1.19s 2025-11-21 10:44:33.429326 | fa163ed5-6186-4aa7-9588-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2025-11-21 10:44:33.431903 | fa163ed5-6186-4aa7-9588-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:12.621603 | 1.43s 2025-11-21 10:44:33.687451 | fa163ed5-6186-4aa7-9588-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-11-21 10:44:33.688023 | fa163ed5-6186-4aa7-9588-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:12.877729 | 1.69s 2025-11-21 10:44:33.970760 | fa163ed5-6186-4aa7-9588-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-11-21 10:44:33.972295 | fa163ed5-6186-4aa7-9588-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:13.161992 | 1.97s 2025-11-21 10:44:34.223394 | fa163ed5-6186-4aa7-9588-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-11-21 10:44:34.224575 | fa163ed5-6186-4aa7-9588-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:13.414272 | 2.23s 2025-11-21 10:44:34.494030 | fa163ed5-6186-4aa7-9588-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-11-21 10:44:34.494969 | fa163ed5-6186-4aa7-9588-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:13.684666 | 2.50s 2025-11-21 10:44:34.819844 | fa163ed5-6186-4aa7-9588-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-11-21 10:44:34.820420 | fa163ed5-6186-4aa7-9588-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:14.010126 | 2.82s 2025-11-21 10:44:34.827362 | fa163ed5-6186-4aa7-9588-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:14.017059 | 2.83s 2025-11-21 10:44:34.842930 | fa163ed5-6186-4aa7-9588-00000000459a | TASK | Check Keystone role status 2025-11-21 10:44:35.134519 | fa163ed5-6186-4aa7-9588-00000000459a | CHANGED | Check Keystone role status | undercloud | item=service 2025-11-21 10:44:35.135498 | fa163ed5-6186-4aa7-9588-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:14.325202 | 0.29s 2025-11-21 10:44:35.391180 | fa163ed5-6186-4aa7-9588-00000000459a | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2025-11-21 10:44:35.392527 | fa163ed5-6186-4aa7-9588-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:14.582233 | 0.55s 2025-11-21 10:44:35.647651 | fa163ed5-6186-4aa7-9588-00000000459a | CHANGED | Check Keystone role status | undercloud | item=creator 2025-11-21 10:44:35.649935 | fa163ed5-6186-4aa7-9588-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:14.839632 | 0.81s 2025-11-21 10:44:35.916534 | fa163ed5-6186-4aa7-9588-00000000459a | CHANGED | Check Keystone role status | undercloud | item=observer 2025-11-21 10:44:35.918961 | fa163ed5-6186-4aa7-9588-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:15.108657 | 1.07s 2025-11-21 10:44:36.171203 | fa163ed5-6186-4aa7-9588-00000000459a | CHANGED | Check Keystone role status | undercloud | item=audit 2025-11-21 10:44:36.172305 | fa163ed5-6186-4aa7-9588-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:15.362003 | 1.33s 2025-11-21 10:44:36.425945 | fa163ed5-6186-4aa7-9588-00000000459a | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-11-21 10:44:36.426612 | fa163ed5-6186-4aa7-9588-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:15.616318 | 1.58s 2025-11-21 10:44:36.685329 | fa163ed5-6186-4aa7-9588-00000000459a | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-11-21 10:44:36.686530 | fa163ed5-6186-4aa7-9588-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:15.876227 | 1.84s 2025-11-21 10:44:36.936008 | fa163ed5-6186-4aa7-9588-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-11-21 10:44:36.937839 | fa163ed5-6186-4aa7-9588-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:16.127536 | 2.09s 2025-11-21 10:44:37.169255 | fa163ed5-6186-4aa7-9588-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-11-21 10:44:37.170391 | fa163ed5-6186-4aa7-9588-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:16.360089 | 2.33s 2025-11-21 10:44:37.436831 | fa163ed5-6186-4aa7-9588-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-11-21 10:44:37.437552 | fa163ed5-6186-4aa7-9588-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:16.627256 | 2.59s 2025-11-21 10:44:37.446616 | fa163ed5-6186-4aa7-9588-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:16.636305 | 2.60s 2025-11-21 10:44:37.474495 | fa163ed5-6186-4aa7-9588-00000000459f | TASK | Async creation of Keystone role 2025-11-21 10:44:37.767862 | fa163ed5-6186-4aa7-9588-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-11-21 10:44:37.768833 | fa163ed5-6186-4aa7-9588-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:16.958536 | 0.29s 2025-11-21 10:44:38.061291 | fa163ed5-6186-4aa7-9588-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-11-21 10:44:38.061881 | fa163ed5-6186-4aa7-9588-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:17.251589 | 0.59s 2025-11-21 10:44:38.359485 | fa163ed5-6186-4aa7-9588-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-11-21 10:44:38.360030 | fa163ed5-6186-4aa7-9588-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:17.549738 | 0.88s 2025-11-21 10:44:38.362835 | fa163ed5-6186-4aa7-9588-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:21:17.552545 | 0.89s 2025-11-21 10:44:38.377960 | fa163ed5-6186-4aa7-9588-0000000045a1 | TASK | Check Keystone role status 2025-11-21 10:44:38.653546 | fa163ed5-6186-4aa7-9588-0000000045a1 | WAITING | Check Keystone role status | undercloud | 30 retries left 2025-11-21 10:44:43.884581 | fa163ed5-6186-4aa7-9588-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-11-21 10:44:43.886049 | fa163ed5-6186-4aa7-9588-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:23.075751 | 5.51s 2025-11-21 10:44:44.163356 | fa163ed5-6186-4aa7-9588-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-11-21 10:44:44.165334 | fa163ed5-6186-4aa7-9588-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:23.355031 | 5.79s 2025-11-21 10:44:44.413023 | fa163ed5-6186-4aa7-9588-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-11-21 10:44:44.413676 | fa163ed5-6186-4aa7-9588-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:23.603374 | 6.03s 2025-11-21 10:44:44.421179 | fa163ed5-6186-4aa7-9588-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:23.610871 | 6.04s 2025-11-21 10:44:44.441386 | fa163ed5-6186-4aa7-9588-000000003d2b | TASK | Create Keystone Users 2025-11-21 10:44:44.504374 | fa163ed5-6186-4aa7-9588-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:23.694068 | 0.06s 2025-11-21 10:44:44.550415 | fa163ed5-6186-4aa7-9588-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:23.740121 | 0.11s 2025-11-21 10:44:44.555209 | fa163ed5-6186-4aa7-9588-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:23.744899 | 0.11s 2025-11-21 10:44:44.576507 | afad1c4b-510e-4070-900c-eb20ced687b4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-11-21 10:44:44.590845 | 125a75d9-760c-4ef0-95f0-b295825c159a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-11-21 10:44:44.653090 | fa163ed5-6186-4aa7-9588-000000004749 | TASK | Check password of Keystone user 2025-11-21 10:44:45.584706 | fa163ed5-6186-4aa7-9588-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-21 10:44:45.585883 | fa163ed5-6186-4aa7-9588-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:24.775585 | 0.93s 2025-11-21 10:44:46.452889 | fa163ed5-6186-4aa7-9588-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-21 10:44:46.453820 | fa163ed5-6186-4aa7-9588-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:25.643519 | 1.80s 2025-11-21 10:44:47.405655 | fa163ed5-6186-4aa7-9588-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-21 10:44:47.406602 | fa163ed5-6186-4aa7-9588-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:26.596300 | 2.75s 2025-11-21 10:44:48.302121 | fa163ed5-6186-4aa7-9588-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-21 10:44:48.303710 | fa163ed5-6186-4aa7-9588-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:27.493407 | 3.65s 2025-11-21 10:44:49.211723 | fa163ed5-6186-4aa7-9588-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-21 10:44:49.213288 | fa163ed5-6186-4aa7-9588-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:28.402985 | 4.56s 2025-11-21 10:44:50.139394 | fa163ed5-6186-4aa7-9588-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-21 10:44:50.140318 | fa163ed5-6186-4aa7-9588-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:29.330016 | 5.49s 2025-11-21 10:44:51.020724 | fa163ed5-6186-4aa7-9588-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-21 10:44:51.021689 | fa163ed5-6186-4aa7-9588-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:30.211387 | 6.37s 2025-11-21 10:44:51.903854 | fa163ed5-6186-4aa7-9588-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-21 10:44:51.904742 | fa163ed5-6186-4aa7-9588-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:31.094435 | 7.25s 2025-11-21 10:44:52.750933 | fa163ed5-6186-4aa7-9588-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-21 10:44:52.751979 | fa163ed5-6186-4aa7-9588-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:31.941678 | 8.10s 2025-11-21 10:44:53.643795 | fa163ed5-6186-4aa7-9588-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-21 10:44:53.645523 | fa163ed5-6186-4aa7-9588-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:32.835220 | 8.99s 2025-11-21 10:44:53.655846 | fa163ed5-6186-4aa7-9588-000000004749 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-21 10:44:53.656884 | fa163ed5-6186-4aa7-9588-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:32.846582 | 9.00s 2025-11-21 10:44:53.676804 | fa163ed5-6186-4aa7-9588-00000000474b | TASK | Async creation of Keystone user 2025-11-21 10:44:54.096544 | fa163ed5-6186-4aa7-9588-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-11-21 10:44:54.097581 | fa163ed5-6186-4aa7-9588-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:33.287280 | 0.42s 2025-11-21 10:44:54.454189 | fa163ed5-6186-4aa7-9588-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-11-21 10:44:54.455971 | fa163ed5-6186-4aa7-9588-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:33.645669 | 0.78s 2025-11-21 10:44:54.804403 | fa163ed5-6186-4aa7-9588-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-11-21 10:44:54.804996 | fa163ed5-6186-4aa7-9588-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:33.994703 | 1.13s 2025-11-21 10:44:55.108566 | fa163ed5-6186-4aa7-9588-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-11-21 10:44:55.109090 | fa163ed5-6186-4aa7-9588-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:34.298798 | 1.43s 2025-11-21 10:44:55.453186 | fa163ed5-6186-4aa7-9588-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-11-21 10:44:55.454248 | fa163ed5-6186-4aa7-9588-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:34.643951 | 1.78s 2025-11-21 10:44:55.755417 | fa163ed5-6186-4aa7-9588-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-11-21 10:44:55.755971 | fa163ed5-6186-4aa7-9588-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:34.945678 | 2.08s 2025-11-21 10:44:56.089783 | fa163ed5-6186-4aa7-9588-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-11-21 10:44:56.090726 | fa163ed5-6186-4aa7-9588-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:35.280433 | 2.41s 2025-11-21 10:44:56.450661 | fa163ed5-6186-4aa7-9588-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-11-21 10:44:56.451466 | fa163ed5-6186-4aa7-9588-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:35.641169 | 2.77s 2025-11-21 10:44:56.797547 | fa163ed5-6186-4aa7-9588-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-11-21 10:44:56.798178 | fa163ed5-6186-4aa7-9588-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:35.987884 | 3.12s 2025-11-21 10:44:57.102541 | fa163ed5-6186-4aa7-9588-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-11-21 10:44:57.103068 | fa163ed5-6186-4aa7-9588-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:36.292775 | 3.42s 2025-11-21 10:44:57.107418 | fa163ed5-6186-4aa7-9588-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2025-11-21 10:44:57.108178 | fa163ed5-6186-4aa7-9588-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:36.297882 | 3.43s 2025-11-21 10:44:57.124513 | fa163ed5-6186-4aa7-9588-00000000474d | TASK | Check Keystone user status 2025-11-21 10:44:57.381997 | fa163ed5-6186-4aa7-9588-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-11-21 10:44:57.383190 | fa163ed5-6186-4aa7-9588-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:36.572893 | 0.26s 2025-11-21 10:44:57.620350 | fa163ed5-6186-4aa7-9588-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-11-21 10:44:57.620945 | fa163ed5-6186-4aa7-9588-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:36.810652 | 0.49s 2025-11-21 10:44:57.903283 | fa163ed5-6186-4aa7-9588-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-11-21 10:44:57.904181 | fa163ed5-6186-4aa7-9588-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:37.093880 | 0.78s 2025-11-21 10:44:58.138204 | fa163ed5-6186-4aa7-9588-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-11-21 10:44:58.139358 | fa163ed5-6186-4aa7-9588-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:37.329055 | 1.01s 2025-11-21 10:44:58.418598 | fa163ed5-6186-4aa7-9588-00000000474d | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-11-21 10:45:03.633046 | fa163ed5-6186-4aa7-9588-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-11-21 10:45:03.634776 | fa163ed5-6186-4aa7-9588-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:42.824470 | 6.51s 2025-11-21 10:45:03.956306 | fa163ed5-6186-4aa7-9588-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-11-21 10:45:03.958522 | fa163ed5-6186-4aa7-9588-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:43.148214 | 6.83s 2025-11-21 10:45:04.229630 | fa163ed5-6186-4aa7-9588-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-11-21 10:45:04.230695 | fa163ed5-6186-4aa7-9588-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:43.420394 | 7.10s 2025-11-21 10:45:04.541466 | fa163ed5-6186-4aa7-9588-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-11-21 10:45:04.542610 | fa163ed5-6186-4aa7-9588-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:43.732305 | 7.42s 2025-11-21 10:45:04.823359 | fa163ed5-6186-4aa7-9588-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-11-21 10:45:04.824368 | fa163ed5-6186-4aa7-9588-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:44.014066 | 7.70s 2025-11-21 10:45:05.102814 | fa163ed5-6186-4aa7-9588-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-11-21 10:45:05.103821 | fa163ed5-6186-4aa7-9588-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:44.293519 | 7.98s 2025-11-21 10:45:05.120714 | fa163ed5-6186-4aa7-9588-00000000474d | CHANGED | Check Keystone user status | undercloud 2025-11-21 10:45:05.121612 | fa163ed5-6186-4aa7-9588-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:44.311318 | 8.00s 2025-11-21 10:45:05.137527 | fa163ed5-6186-4aa7-9588-000000004752 | TASK | Check password of Keystone user 2025-11-21 10:45:06.086006 | fa163ed5-6186-4aa7-9588-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-21 10:45:06.087687 | fa163ed5-6186-4aa7-9588-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:45.277378 | 0.95s 2025-11-21 10:45:07.107152 | fa163ed5-6186-4aa7-9588-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-21 10:45:07.108337 | fa163ed5-6186-4aa7-9588-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:46.298033 | 1.97s 2025-11-21 10:45:08.125331 | fa163ed5-6186-4aa7-9588-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-21 10:45:08.126480 | fa163ed5-6186-4aa7-9588-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:47.316139 | 2.99s 2025-11-21 10:45:09.041985 | fa163ed5-6186-4aa7-9588-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-21 10:45:09.043089 | fa163ed5-6186-4aa7-9588-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:48.232781 | 3.90s 2025-11-21 10:45:09.950357 | fa163ed5-6186-4aa7-9588-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-21 10:45:09.950970 | fa163ed5-6186-4aa7-9588-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:49.140675 | 4.81s 2025-11-21 10:45:10.862783 | fa163ed5-6186-4aa7-9588-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-21 10:45:10.864566 | fa163ed5-6186-4aa7-9588-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:50.054263 | 5.73s 2025-11-21 10:45:11.756865 | fa163ed5-6186-4aa7-9588-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-21 10:45:11.757707 | fa163ed5-6186-4aa7-9588-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:50.947412 | 6.62s 2025-11-21 10:45:11.768951 | fa163ed5-6186-4aa7-9588-000000004752 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-21 10:45:11.769723 | fa163ed5-6186-4aa7-9588-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:50.959428 | 6.63s 2025-11-21 10:45:11.785904 | fa163ed5-6186-4aa7-9588-000000004754 | TASK | Async creation of Keystone user 2025-11-21 10:45:12.147867 | fa163ed5-6186-4aa7-9588-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-11-21 10:45:12.148955 | fa163ed5-6186-4aa7-9588-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:51.338653 | 0.36s 2025-11-21 10:45:12.494729 | fa163ed5-6186-4aa7-9588-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-11-21 10:45:12.495529 | fa163ed5-6186-4aa7-9588-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:51.685233 | 0.71s 2025-11-21 10:45:12.818617 | fa163ed5-6186-4aa7-9588-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-11-21 10:45:12.819170 | fa163ed5-6186-4aa7-9588-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:52.008876 | 1.03s 2025-11-21 10:45:13.261065 | fa163ed5-6186-4aa7-9588-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-11-21 10:45:13.262026 | fa163ed5-6186-4aa7-9588-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:52.451724 | 1.47s 2025-11-21 10:45:13.563031 | fa163ed5-6186-4aa7-9588-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-11-21 10:45:13.563759 | fa163ed5-6186-4aa7-9588-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:52.753462 | 1.78s 2025-11-21 10:45:13.875726 | fa163ed5-6186-4aa7-9588-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-11-21 10:45:13.877333 | fa163ed5-6186-4aa7-9588-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:53.067032 | 2.09s 2025-11-21 10:45:14.219262 | fa163ed5-6186-4aa7-9588-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-11-21 10:45:14.220222 | fa163ed5-6186-4aa7-9588-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:53.409921 | 2.43s 2025-11-21 10:45:14.228472 | fa163ed5-6186-4aa7-9588-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2025-11-21 10:45:14.229388 | fa163ed5-6186-4aa7-9588-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:53.419087 | 2.44s 2025-11-21 10:45:14.247397 | fa163ed5-6186-4aa7-9588-000000004756 | TASK | Check Keystone user status 2025-11-21 10:45:14.515680 | fa163ed5-6186-4aa7-9588-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-11-21 10:45:14.517025 | fa163ed5-6186-4aa7-9588-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:53.706719 | 0.27s 2025-11-21 10:45:14.814646 | fa163ed5-6186-4aa7-9588-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-11-21 10:45:14.815167 | fa163ed5-6186-4aa7-9588-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:54.004875 | 0.57s 2025-11-21 10:45:15.067398 | fa163ed5-6186-4aa7-9588-000000004756 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-11-21 10:45:20.294843 | fa163ed5-6186-4aa7-9588-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-11-21 10:45:20.296940 | fa163ed5-6186-4aa7-9588-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:59.486634 | 6.05s 2025-11-21 10:45:20.586884 | fa163ed5-6186-4aa7-9588-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-11-21 10:45:20.588595 | fa163ed5-6186-4aa7-9588-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:59.778293 | 6.34s 2025-11-21 10:45:20.867117 | fa163ed5-6186-4aa7-9588-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-11-21 10:45:20.868702 | fa163ed5-6186-4aa7-9588-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:00.058398 | 6.62s 2025-11-21 10:45:21.142498 | fa163ed5-6186-4aa7-9588-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-11-21 10:45:21.143353 | fa163ed5-6186-4aa7-9588-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:00.333052 | 6.89s 2025-11-21 10:45:21.417679 | fa163ed5-6186-4aa7-9588-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-11-21 10:45:21.418690 | fa163ed5-6186-4aa7-9588-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:00.608386 | 7.17s 2025-11-21 10:45:21.425305 | fa163ed5-6186-4aa7-9588-000000004756 | CHANGED | Check Keystone user status | undercloud 2025-11-21 10:45:21.426416 | fa163ed5-6186-4aa7-9588-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:00.616108 | 7.18s 2025-11-21 10:45:21.447530 | fa163ed5-6186-4aa7-9588-000000003d2d | TASK | Assign Keystone Users to Roles 2025-11-21 10:45:21.546521 | fa163ed5-6186-4aa7-9588-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:00.736200 | 0.10s 2025-11-21 10:45:21.577077 | fa163ed5-6186-4aa7-9588-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:00.766776 | 0.13s 2025-11-21 10:45:21.602801 | fa163ed5-6186-4aa7-9588-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:00.792501 | 0.15s 2025-11-21 10:45:21.616670 | fa163ed5-6186-4aa7-9588-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:22:00.806358 | 0.17s 2025-11-21 10:45:21.631779 | fa6fce82-8b49-4c7e-9805-9e7aefbb1eab | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-11-21 10:45:21.638926 | c742627e-d1ae-47ba-9519-04dd49d35c14 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-11-21 10:45:21.644759 | cb67607e-046b-4eb6-bece-066ae58844e8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-11-21 10:45:21.719184 | fa163ed5-6186-4aa7-9588-000000004966 | TASK | Async assignment of Keystone user per role 2025-11-21 10:45:21.818044 | fa163ed5-6186-4aa7-9588-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:01.007724 | 0.10s 2025-11-21 10:45:21.843610 | fa163ed5-6186-4aa7-9588-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:01.033311 | 0.12s 2025-11-21 10:45:21.855574 | fa163ed5-6186-4aa7-9588-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:01.045274 | 0.14s 2025-11-21 10:45:21.866536 | 196ed866-d8ea-4500-bd8a-d0ba9f36adde | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-21 10:45:21.877335 | 7b0058b8-293b-4bdc-8e18-aa542538e7b5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-21 10:45:21.901083 | fa163ed5-6186-4aa7-9588-000000004b46 | TASK | Async assignment of Keystone user to roles 2025-11-21 10:45:22.249987 | fa163ed5-6186-4aa7-9588-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-11-21 10:45:22.251498 | fa163ed5-6186-4aa7-9588-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:01.441191 | 0.35s 2025-11-21 10:45:22.609344 | fa163ed5-6186-4aa7-9588-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2025-11-21 10:45:22.610514 | fa163ed5-6186-4aa7-9588-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:01.800212 | 0.71s 2025-11-21 10:45:22.936292 | fa163ed5-6186-4aa7-9588-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-11-21 10:45:22.937308 | fa163ed5-6186-4aa7-9588-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:02.127005 | 1.03s 2025-11-21 10:45:23.250191 | fa163ed5-6186-4aa7-9588-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-11-21 10:45:23.250982 | fa163ed5-6186-4aa7-9588-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:02.440687 | 1.35s 2025-11-21 10:45:23.535283 | fa163ed5-6186-4aa7-9588-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-11-21 10:45:23.536311 | fa163ed5-6186-4aa7-9588-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:02.726016 | 1.63s 2025-11-21 10:45:23.856278 | fa163ed5-6186-4aa7-9588-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-11-21 10:45:23.856874 | fa163ed5-6186-4aa7-9588-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:03.046581 | 1.95s 2025-11-21 10:45:24.168761 | fa163ed5-6186-4aa7-9588-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-11-21 10:45:24.169707 | fa163ed5-6186-4aa7-9588-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:03.359405 | 2.27s 2025-11-21 10:45:24.474036 | fa163ed5-6186-4aa7-9588-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-11-21 10:45:24.475140 | fa163ed5-6186-4aa7-9588-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:03.664839 | 2.57s 2025-11-21 10:45:24.771577 | fa163ed5-6186-4aa7-9588-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-11-21 10:45:24.772148 | fa163ed5-6186-4aa7-9588-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:03.961856 | 2.87s 2025-11-21 10:45:25.046267 | fa163ed5-6186-4aa7-9588-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-11-21 10:45:25.047884 | fa163ed5-6186-4aa7-9588-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:04.237592 | 3.15s 2025-11-21 10:45:25.050896 | fa163ed5-6186-4aa7-9588-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:04.240605 | 3.15s 2025-11-21 10:45:25.065740 | fa163ed5-6186-4aa7-9588-000000004b48 | TASK | Check Keystone user assignment to roles status 2025-11-21 10:45:25.383466 | fa163ed5-6186-4aa7-9588-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-11-21 10:45:25.384292 | fa163ed5-6186-4aa7-9588-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:04.573995 | 0.32s 2025-11-21 10:45:25.620313 | fa163ed5-6186-4aa7-9588-000000004b48 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-21 10:45:30.848936 | fa163ed5-6186-4aa7-9588-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2025-11-21 10:45:30.849733 | fa163ed5-6186-4aa7-9588-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:10.039431 | 5.78s 2025-11-21 10:45:31.104275 | fa163ed5-6186-4aa7-9588-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-11-21 10:45:31.105914 | fa163ed5-6186-4aa7-9588-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:10.295611 | 6.04s 2025-11-21 10:45:31.302771 | fa163ed5-6186-4aa7-9588-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-11-21 10:45:31.303463 | fa163ed5-6186-4aa7-9588-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:10.493168 | 6.24s 2025-11-21 10:45:31.537715 | fa163ed5-6186-4aa7-9588-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-11-21 10:45:31.539608 | fa163ed5-6186-4aa7-9588-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:10.729306 | 6.47s 2025-11-21 10:45:31.800693 | fa163ed5-6186-4aa7-9588-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-11-21 10:45:31.801877 | fa163ed5-6186-4aa7-9588-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:10.991575 | 6.74s 2025-11-21 10:45:32.031646 | fa163ed5-6186-4aa7-9588-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-11-21 10:45:32.033425 | fa163ed5-6186-4aa7-9588-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:11.223125 | 6.97s 2025-11-21 10:45:32.314210 | fa163ed5-6186-4aa7-9588-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-11-21 10:45:32.315566 | fa163ed5-6186-4aa7-9588-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:11.505271 | 7.25s 2025-11-21 10:45:32.627735 | fa163ed5-6186-4aa7-9588-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-11-21 10:45:32.629679 | fa163ed5-6186-4aa7-9588-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:11.819376 | 7.56s 2025-11-21 10:45:32.888133 | fa163ed5-6186-4aa7-9588-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-11-21 10:45:32.889931 | fa163ed5-6186-4aa7-9588-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:12.079628 | 7.82s 2025-11-21 10:45:32.902862 | fa163ed5-6186-4aa7-9588-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:12.092555 | 7.84s 2025-11-21 10:45:32.927560 | fa163ed5-6186-4aa7-9588-000000004b4d | TASK | Async assignment of Keystone user to roles 2025-11-21 10:45:33.283820 | fa163ed5-6186-4aa7-9588-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-11-21 10:45:33.285298 | fa163ed5-6186-4aa7-9588-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:12.474990 | 0.36s 2025-11-21 10:45:33.614465 | fa163ed5-6186-4aa7-9588-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-11-21 10:45:33.615806 | fa163ed5-6186-4aa7-9588-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:12.805511 | 0.69s 2025-11-21 10:45:33.942949 | fa163ed5-6186-4aa7-9588-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-11-21 10:45:33.943662 | fa163ed5-6186-4aa7-9588-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:13.133366 | 1.01s 2025-11-21 10:45:34.256481 | fa163ed5-6186-4aa7-9588-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-11-21 10:45:34.257139 | fa163ed5-6186-4aa7-9588-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:13.446798 | 1.33s 2025-11-21 10:45:34.608819 | fa163ed5-6186-4aa7-9588-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-11-21 10:45:34.609893 | fa163ed5-6186-4aa7-9588-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:13.799591 | 1.68s 2025-11-21 10:45:34.903973 | fa163ed5-6186-4aa7-9588-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-11-21 10:45:34.905129 | fa163ed5-6186-4aa7-9588-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:14.094825 | 1.98s 2025-11-21 10:45:35.137522 | fa163ed5-6186-4aa7-9588-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-11-21 10:45:35.138244 | fa163ed5-6186-4aa7-9588-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:14.327951 | 2.21s 2025-11-21 10:45:35.144752 | fa163ed5-6186-4aa7-9588-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:14.334443 | 2.21s 2025-11-21 10:45:35.165029 | fa163ed5-6186-4aa7-9588-000000004b4f | TASK | Check Keystone user assignment to roles status 2025-11-21 10:45:35.473598 | fa163ed5-6186-4aa7-9588-000000004b4f | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-21 10:45:40.698577 | fa163ed5-6186-4aa7-9588-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-11-21 10:45:40.700910 | fa163ed5-6186-4aa7-9588-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:19.890602 | 5.53s 2025-11-21 10:45:40.962690 | fa163ed5-6186-4aa7-9588-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-11-21 10:45:40.963757 | fa163ed5-6186-4aa7-9588-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:20.153456 | 5.80s 2025-11-21 10:45:41.216220 | fa163ed5-6186-4aa7-9588-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-11-21 10:45:41.218034 | fa163ed5-6186-4aa7-9588-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:20.407730 | 6.05s 2025-11-21 10:45:41.469825 | fa163ed5-6186-4aa7-9588-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-11-21 10:45:41.471755 | fa163ed5-6186-4aa7-9588-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:20.661453 | 6.31s 2025-11-21 10:45:41.733486 | fa163ed5-6186-4aa7-9588-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-11-21 10:45:41.735339 | fa163ed5-6186-4aa7-9588-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:20.925037 | 6.57s 2025-11-21 10:45:42.004501 | fa163ed5-6186-4aa7-9588-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-11-21 10:45:42.006303 | fa163ed5-6186-4aa7-9588-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:21.196001 | 6.84s 2025-11-21 10:45:42.276006 | fa163ed5-6186-4aa7-9588-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-11-21 10:45:42.277884 | fa163ed5-6186-4aa7-9588-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:21.467580 | 7.11s 2025-11-21 10:45:42.289919 | fa163ed5-6186-4aa7-9588-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:21.479610 | 7.12s 2025-11-21 10:45:42.311996 | fa163ed5-6186-4aa7-9588-00000000496b | TASK | Async assignment of Keystone user per role 2025-11-21 10:45:42.384883 | fa163ed5-6186-4aa7-9588-00000000496b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:21.574567 | 0.07s 2025-11-21 10:45:42.396984 | fa163ed5-6186-4aa7-9588-00000000496b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:21.586674 | 0.08s 2025-11-21 10:45:42.410329 | 2d4325ca-bfdc-4789-a938-214c38cff205 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-21 10:45:42.434893 | fa163ed5-6186-4aa7-9588-000000004bb7 | TASK | Async assignment of Keystone user to roles 2025-11-21 10:45:42.794369 | fa163ed5-6186-4aa7-9588-000000004bb7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-11-21 10:45:42.796564 | fa163ed5-6186-4aa7-9588-000000004bb7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:21.986256 | 0.36s 2025-11-21 10:45:42.806798 | fa163ed5-6186-4aa7-9588-000000004bb7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:21.996489 | 0.37s 2025-11-21 10:45:42.825544 | fa163ed5-6186-4aa7-9588-000000004bb9 | TASK | Check Keystone user assignment to roles status 2025-11-21 10:45:43.096637 | fa163ed5-6186-4aa7-9588-000000004bb9 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-21 10:45:48.311383 | fa163ed5-6186-4aa7-9588-000000004bb9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-11-21 10:45:48.314003 | fa163ed5-6186-4aa7-9588-000000004bb9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:27.503692 | 5.49s 2025-11-21 10:45:48.323834 | fa163ed5-6186-4aa7-9588-000000004bb9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:27.513521 | 5.50s 2025-11-21 10:45:48.343666 | fa163ed5-6186-4aa7-9588-000000004970 | TASK | Async assignment of Keystone user per role 2025-11-21 10:45:48.417974 | fa163ed5-6186-4aa7-9588-000000004970 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:27.607635 | 0.07s 2025-11-21 10:45:48.431101 | fa163ed5-6186-4aa7-9588-000000004970 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:27.620786 | 0.09s 2025-11-21 10:45:48.446331 | 7868b800-dabf-4a88-a13f-fe3a2c5ac355 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-21 10:45:48.472332 | fa163ed5-6186-4aa7-9588-000000004bdb | TASK | Async assignment of Keystone user to roles 2025-11-21 10:45:48.913200 | fa163ed5-6186-4aa7-9588-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-11-21 10:45:48.916056 | fa163ed5-6186-4aa7-9588-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:28.105742 | 0.44s 2025-11-21 10:45:49.259666 | fa163ed5-6186-4aa7-9588-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-11-21 10:45:49.260585 | fa163ed5-6186-4aa7-9588-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:28.450287 | 0.79s 2025-11-21 10:45:49.575639 | fa163ed5-6186-4aa7-9588-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-11-21 10:45:49.577333 | fa163ed5-6186-4aa7-9588-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:28.767031 | 1.10s 2025-11-21 10:45:49.587802 | fa163ed5-6186-4aa7-9588-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:28.777496 | 1.11s 2025-11-21 10:45:49.607624 | fa163ed5-6186-4aa7-9588-000000004bdd | TASK | Check Keystone user assignment to roles status 2025-11-21 10:45:49.879087 | fa163ed5-6186-4aa7-9588-000000004bdd | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-21 10:45:55.130349 | fa163ed5-6186-4aa7-9588-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-11-21 10:45:55.133541 | fa163ed5-6186-4aa7-9588-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:34.323222 | 5.52s 2025-11-21 10:45:55.400358 | fa163ed5-6186-4aa7-9588-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-11-21 10:45:55.403795 | fa163ed5-6186-4aa7-9588-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:34.593478 | 5.79s 2025-11-21 10:45:55.638350 | fa163ed5-6186-4aa7-9588-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-11-21 10:45:55.639421 | fa163ed5-6186-4aa7-9588-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:34.829119 | 6.03s 2025-11-21 10:45:55.645479 | fa163ed5-6186-4aa7-9588-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:34.835166 | 6.04s 2025-11-21 10:45:55.678048 | fa163ed5-6186-4aa7-9588-000000003cf3 | TASK | is Keystone LDAP enabled 2025-11-21 10:45:55.739898 | fa163ed5-6186-4aa7-9588-000000003cf3 | OK | is Keystone LDAP enabled | undercloud 2025-11-21 10:45:55.740948 | fa163ed5-6186-4aa7-9588-000000003cf3 | TIMING | is Keystone LDAP enabled | undercloud | 0:22:34.930649 | 0.06s 2025-11-21 10:45:55.758310 | fa163ed5-6186-4aa7-9588-000000003cf4 | TASK | Set fact for tripleo_keystone_ldap_domains 2025-11-21 10:45:55.813843 | fa163ed5-6186-4aa7-9588-000000003cf4 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-11-21 10:45:55.815327 | fa163ed5-6186-4aa7-9588-000000003cf4 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:22:35.005019 | 0.06s 2025-11-21 10:45:55.834242 | fa163ed5-6186-4aa7-9588-000000003cf5 | TASK | Manage Keystone domains from LDAP config 2025-11-21 10:45:55.890203 | fa163ed5-6186-4aa7-9588-000000003cf5 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-11-21 10:45:55.891356 | fa163ed5-6186-4aa7-9588-000000003cf5 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:22:35.081051 | 0.06s PLAY [Deploy step tasks for 4] ************************************************* 2025-11-21 10:45:56.048076 | fa163ed5-6186-4aa7-9588-0000000000e2 | TASK | Deploy step tasks for 4 2025-11-21 10:45:56.081767 | fa163ed5-6186-4aa7-9588-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', 'fa163ed5-6186-4aa7-9588-0000000000e2') missing from stats 2025-11-21 10:45:56.112681 | fa163ed5-6186-4aa7-9588-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-11-21 10:45:56.591515 | fa163ed5-6186-4aa7-9588-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-11-21 10:45:56.592931 | fa163ed5-6186-4aa7-9588-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:22:35.782624 | 0.48s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-21 10:45:56.664255 | fa163ed5-6186-4aa7-9588-0000000000e4 | TIMING | include_tasks | standalone | 0:22:35.853946 | 0.05s 2025-11-21 10:45:56.698810 | da90bc64-1a75-473b-8ec8-4ce4525f4c0d | INCLUDED | /root/standalone-ansible-33jhni06/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-11-21 10:45:56.726147 | fa163ed5-6186-4aa7-9588-000000004c1f | TASK | Create virtqemud recovery script 2025-11-21 10:45:57.211203 | fa163ed5-6186-4aa7-9588-000000004c1f | CHANGED | Create virtqemud recovery script | standalone 2025-11-21 10:45:57.213272 | fa163ed5-6186-4aa7-9588-000000004c1f | TIMING | Create virtqemud recovery script | standalone | 0:22:36.402972 | 0.49s 2025-11-21 10:45:57.236863 | fa163ed5-6186-4aa7-9588-000000004c20 | TASK | Create virtqemud recovery trigger service 2025-11-21 10:45:57.754221 | fa163ed5-6186-4aa7-9588-000000004c20 | CHANGED | Create virtqemud recovery trigger service | standalone 2025-11-21 10:45:57.757332 | fa163ed5-6186-4aa7-9588-000000004c20 | TIMING | Create virtqemud recovery trigger service | standalone | 0:22:36.947026 | 0.52s 2025-11-21 10:45:57.786703 | fa163ed5-6186-4aa7-9588-000000004c21 | TASK | Create virtqemud recovery trigger timer 2025-11-21 10:45:58.303347 | fa163ed5-6186-4aa7-9588-000000004c21 | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-11-21 10:45:58.304853 | fa163ed5-6186-4aa7-9588-000000004c21 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:22:37.494546 | 0.52s 2025-11-21 10:45:58.333852 | fa163ed5-6186-4aa7-9588-000000004c22 | TASK | Enable virtqemud recovery trigger service 2025-11-21 10:45:59.597367 | fa163ed5-6186-4aa7-9588-000000004c22 | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-11-21 10:45:59.598833 | fa163ed5-6186-4aa7-9588-000000004c22 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:22:38.788535 | 1.26s 2025-11-21 10:45:59.623693 | fa163ed5-6186-4aa7-9588-000000004c23 | TASK | Enable virtqemud recovery trigger timer 2025-11-21 10:46:01.810289 | fa163ed5-6186-4aa7-9588-000000004c23 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-11-21 10:46:01.811546 | fa163ed5-6186-4aa7-9588-000000004c23 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:22:41.001249 | 2.19s 2025-11-21 10:46:01.830408 | fa163ed5-6186-4aa7-9588-000000004c24 | TASK | Really enable virtqemud recovery trigger timer 2025-11-21 10:46:02.497520 | fa163ed5-6186-4aa7-9588-000000004c24 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-11-21 10:46:02.499222 | fa163ed5-6186-4aa7-9588-000000004c24 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:22:41.688917 | 0.67s 2025-11-21 10:46:02.528459 | fa163ed5-6186-4aa7-9588-000000004c26 | TASK | Create systemd file 2025-11-21 10:46:03.124024 | fa163ed5-6186-4aa7-9588-000000004c26 | CHANGED | Create systemd file | standalone 2025-11-21 10:46:03.124904 | fa163ed5-6186-4aa7-9588-000000004c26 | TIMING | Create systemd file | standalone | 0:22:42.314609 | 0.59s 2025-11-21 10:46:03.143870 | fa163ed5-6186-4aa7-9588-000000004c27 | TASK | Reload systemd 2025-11-21 10:46:04.894696 | fa163ed5-6186-4aa7-9588-000000004c27 | CHANGED | Reload systemd | standalone 2025-11-21 10:46:04.896889 | fa163ed5-6186-4aa7-9588-000000004c27 | TIMING | Reload systemd | standalone | 0:22:44.086582 | 1.75s 2025-11-21 10:46:04.927652 | fa163ed5-6186-4aa7-9588-000000004c2a | TASK | Start OVN container 2025-11-21 10:46:04.997934 | fa163ed5-6186-4aa7-9588-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-11-21 10:46:05.016673 | fa163ed5-6186-4aa7-9588-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-11-21 10:46:05.030942 | fa163ed5-6186-4aa7-9588-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-11-21 10:46:05.043770 | fa163ed5-6186-4aa7-9588-000000004c2a | TIMING | Start OVN container | standalone | 0:22:44.233434 | 0.11s 2025-11-21 10:46:05.083798 | fa163ed5-6186-4aa7-9588-000000004c2c | TASK | Set NB connection 2025-11-21 10:46:05.143415 | fa163ed5-6186-4aa7-9588-000000004c2c | SKIPPED | Set NB connection | standalone 2025-11-21 10:46:05.145226 | fa163ed5-6186-4aa7-9588-000000004c2c | TIMING | Set NB connection | standalone | 0:22:44.334916 | 0.06s 2025-11-21 10:46:05.177794 | fa163ed5-6186-4aa7-9588-000000004c2d | TASK | Set SB connection 2025-11-21 10:46:05.227151 | fa163ed5-6186-4aa7-9588-000000004c2d | SKIPPED | Set SB connection | standalone 2025-11-21 10:46:05.227995 | fa163ed5-6186-4aa7-9588-000000004c2d | TIMING | Set SB connection | standalone | 0:22:44.417696 | 0.05s 2025-11-21 10:46:05.249834 | fa163ed5-6186-4aa7-9588-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-11-21 10:46:05.496173 | fa163ed5-6186-4aa7-9588-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-11-21 10:46:05.497578 | fa163ed5-6186-4aa7-9588-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:22:44.687275 | 0.25s 2025-11-21 10:46:05.615334 | fa163ed5-6186-4aa7-9588-0000000000e7 | TIMING | include_tasks | standalone | 0:22:44.805015 | 0.09s 2025-11-21 10:46:05.664103 | 48bc018d-cc2b-4960-85be-fb376838e0d3 | INCLUDED | /root/standalone-ansible-33jhni06/common_deploy_steps_tasks.yaml | standalone 2025-11-21 10:46:05.700469 | fa163ed5-6186-4aa7-9588-000000004c5c | TASK | Write the config_step hieradata 2025-11-21 10:46:06.242403 | fa163ed5-6186-4aa7-9588-000000004c5c | OK | Write the config_step hieradata | standalone 2025-11-21 10:46:06.244964 | fa163ed5-6186-4aa7-9588-000000004c5c | TIMING | Write the config_step hieradata | standalone | 0:22:45.434645 | 0.54s 2025-11-21 10:46:06.284843 | fa163ed5-6186-4aa7-9588-000000004c5d | TASK | Run puppet host configuration for step 4 2025-11-21 10:46:06.641787 | fa163ed5-6186-4aa7-9588-000000004c5d | CHANGED | Run puppet host configuration for step 4 | standalone 2025-11-21 10:46:06.643187 | fa163ed5-6186-4aa7-9588-000000004c5d | TIMING | Run puppet host configuration for step 4 | standalone | 0:22:45.832880 | 0.36s 2025-11-21 10:46:06.672095 | fa163ed5-6186-4aa7-9588-000000004c5e | TASK | Wait for puppet host configuration to finish 2025-11-21 10:46:06.940561 | fa163ed5-6186-4aa7-9588-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-21 10:46:17.157708 | fa163ed5-6186-4aa7-9588-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-21 10:46:27.365350 | fa163ed5-6186-4aa7-9588-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-11-21 10:46:37.584678 | fa163ed5-6186-4aa7-9588-000000004c5e | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-21 10:46:37.586057 | fa163ed5-6186-4aa7-9588-000000004c5e | TIMING | Wait for puppet host configuration to finish | standalone | 0:23:16.775737 | 30.91s 2025-11-21 10:46:37.618932 | fa163ed5-6186-4aa7-9588-000000004c5f | TASK | Debug output for task: Run puppet host configuration for step 4 2025-11-21 10:46:37.684302 | fa163ed5-6186-4aa7-9588-000000004c5f | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Nov 21 10:46:06 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 21 10:46:11 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 21 10:46:11 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 21 10:46:11 puppet-user: (file & line not available)", "<13>Nov 21 10:46:11 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Nov 21 10:46:11 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 21 10:46:11 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>Nov 21 10:46:11 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Nov 21 10:46:11 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Nov 21 10:46:11 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>Nov 21 10:46:11 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>Nov 21 10:46:11 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>Nov 21 10:46:11 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>Nov 21 10:46:11 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>Nov 21 10:46:11 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 21 10:46:11 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.52 seconds", "<13>Nov 21 10:46:16 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 21 10:46:18 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 21 10:46:23 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Nov 21 10:46:23 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}31c5a29563103347c2332a72bba7ce0a1594d926d28a6fcee741ecec556ea965'", "<13>Nov 21 10:46:23 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Nov 21 10:46:23 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Nov 21 10:46:23 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Nov 21 10:46:23 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Nov 21 10:46:25 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 21 10:46:30 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Snmp/Snmp::Snmpv3_user[ro_snmp_user]/Exec[create-snmpv3-user-ro_snmp_user]/returns: executed successfully", "<13>Nov 21 10:46:31 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Nov 21 10:46:31 puppet-user: Notice: Applied catalog in 20.03 seconds", "<13>Nov 21 10:46:31 puppet-user: Application:", "<13>Nov 21 10:46:31 puppet-user: Initial environment: production", "<13>Nov 21 10:46:31 puppet-user: Converged environment: production", "<13>Nov 21 10:46:31 puppet-user: Run mode: user", "<13>Nov 21 10:46:31 puppet-user: Changes:", "<13>Nov 21 10:46:31 puppet-user: Total: 10", "<13>Nov 21 10:46:31 puppet-user: Events:", "<13>Nov 21 10:46:31 puppet-user: Success: 10", "<13>Nov 21 10:46:31 puppet-user: Resources:", "<13>Nov 21 10:46:31 puppet-user: Restarted: 1", "<13>Nov 21 10:46:31 puppet-user: Changed: 10", "<13>Nov 21 10:46:31 puppet-user: Out of sync: 10", "<13>Nov 21 10:46:31 puppet-user: Total: 37", "<13>Nov 21 10:46:31 puppet-user: Time:", "<13>Nov 21 10:46:31 puppet-user: Filebucket: 0.00", "<13>Nov 21 10:46:31 puppet-user: File line: 0.00", "<13>Nov 21 10:46:31 puppet-user: Schedule: 0.00", "<13>Nov 21 10:46:31 puppet-user: User: 0.01", "<13>Nov 21 10:46:31 puppet-user: Augeas: 0.01", "<13>Nov 21 10:46:31 puppet-user: File: 0.10", "<13>Nov 21 10:46:31 puppet-user: Config retrieval: 0.64", "<13>Nov 21 10:46:31 puppet-user: Service: 1.45", "<13>Nov 21 10:46:31 puppet-user: Pcmk property: 1.57", "<13>Nov 21 10:46:31 puppet-user: Last run: 1763721991", "<13>Nov 21 10:46:31 puppet-user: Pcmk resource op default: 2.13", "<13>Nov 21 10:46:31 puppet-user: Pcmk resource default: 2.13", "<13>Nov 21 10:46:31 puppet-user: Transaction evaluation: 20.02", "<13>Nov 21 10:46:31 puppet-user: Catalog application: 20.03", "<13>Nov 21 10:46:31 puppet-user: Package: 5.38", "<13>Nov 21 10:46:31 puppet-user: Exec: 7.03", "<13>Nov 21 10:46:31 puppet-user: Total: 20.04", "<13>Nov 21 10:46:31 puppet-user: Version:", "<13>Nov 21 10:46:31 puppet-user: Config: 1763721971", "<13>Nov 21 10:46:31 puppet-user: Puppet: 7.10.0" ] } 2025-11-21 10:46:37.686030 | fa163ed5-6186-4aa7-9588-000000004c5f | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:23:16.875724 | 0.07s 2025-11-21 10:46:37.709706 | fa163ed5-6186-4aa7-9588-000000004c60 | TASK | Pre-cache facts for puppet containers 2025-11-21 10:46:37.738261 | fa163ed5-6186-4aa7-9588-000000004c60 | TIMING | Pre-cache facts for puppet containers | standalone | 0:23:16.927948 | 0.03s 2025-11-21 10:46:37.804578 | fa163ed5-6186-4aa7-9588-000000004ca1 | TASK | Gather variables for each operating system 2025-11-21 10:46:37.922265 | fa163ed5-6186-4aa7-9588-000000004ca1 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:23:17.111950 | 0.12s 2025-11-21 10:46:37.952292 | fa163ed5-6186-4aa7-9588-000000004ca2 | TASK | Create puppet caching structures 2025-11-21 10:46:38.185684 | fa163ed5-6186-4aa7-9588-000000004ca2 | CHANGED | Create puppet caching structures | standalone 2025-11-21 10:46:38.187232 | fa163ed5-6186-4aa7-9588-000000004ca2 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:23:17.376921 | 0.23s 2025-11-21 10:46:38.217380 | fa163ed5-6186-4aa7-9588-000000004ca3 | TASK | Check for facter.conf 2025-11-21 10:46:38.473071 | fa163ed5-6186-4aa7-9588-000000004ca3 | OK | Check for facter.conf | standalone 2025-11-21 10:46:38.474402 | fa163ed5-6186-4aa7-9588-000000004ca3 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:23:17.664096 | 0.26s 2025-11-21 10:46:38.505054 | fa163ed5-6186-4aa7-9588-000000004ca4 | TASK | Remove facter.conf if directory 2025-11-21 10:46:38.556698 | fa163ed5-6186-4aa7-9588-000000004ca4 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-21 10:46:38.557874 | fa163ed5-6186-4aa7-9588-000000004ca4 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:23:17.747570 | 0.05s 2025-11-21 10:46:38.588060 | fa163ed5-6186-4aa7-9588-000000004ca5 | TASK | Write facter cache config 2025-11-21 10:46:39.100568 | fa163ed5-6186-4aa7-9588-000000004ca5 | CHANGED | Write facter cache config | standalone 2025-11-21 10:46:39.102004 | fa163ed5-6186-4aa7-9588-000000004ca5 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:23:18.291699 | 0.51s 2025-11-21 10:46:39.132331 | fa163ed5-6186-4aa7-9588-000000004ca6 | TASK | Cleanup facter cache if exists 2025-11-21 10:46:39.356828 | fa163ed5-6186-4aa7-9588-000000004ca6 | CHANGED | Cleanup facter cache if exists | standalone 2025-11-21 10:46:39.358311 | fa163ed5-6186-4aa7-9588-000000004ca6 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:23:18.548007 | 0.22s 2025-11-21 10:46:39.387638 | fa163ed5-6186-4aa7-9588-000000004ca7 | TASK | Pre-cache facts 2025-11-21 10:46:40.032592 | fa163ed5-6186-4aa7-9588-000000004ca7 | CHANGED | Pre-cache facts | standalone 2025-11-21 10:46:40.033314 | fa163ed5-6186-4aa7-9588-000000004ca7 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:23:19.223019 | 0.64s 2025-11-21 10:46:40.053923 | fa163ed5-6186-4aa7-9588-000000004ca8 | TASK | Failed deployment if facter fails 2025-11-21 10:46:40.090563 | fa163ed5-6186-4aa7-9588-000000004ca8 | SKIPPED | Failed deployment if facter fails | standalone 2025-11-21 10:46:40.091177 | fa163ed5-6186-4aa7-9588-000000004ca8 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:23:19.280882 | 0.04s 2025-11-21 10:46:40.118169 | fa163ed5-6186-4aa7-9588-000000004ca9 | TASK | Sync cached facts 2025-11-21 10:46:40.430969 | fa163ed5-6186-4aa7-9588-000000004ca9 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ed5-6186-4aa7-9588-000000004ca9') missing from stats 2025-11-21 10:46:40.488536 | fa163ed5-6186-4aa7-9588-000000004c61 | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-21 10:46:40.539682 | fa163ed5-6186-4aa7-9588-000000004c61 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-21 10:46:40.540814 | fa163ed5-6186-4aa7-9588-000000004c61 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:23:19.730505 | 0.05s 2025-11-21 10:46:40.571099 | fa163ed5-6186-4aa7-9588-000000004c63 | TASK | Manage containers for step 4 with tripleo-ansible 2025-11-21 10:46:40.603466 | fa163ed5-6186-4aa7-9588-000000004c63 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:23:19.793123 | 0.03s 2025-11-21 10:46:40.673238 | fa163ed5-6186-4aa7-9588-000000004d00 | TASK | Gather variables for each operating system 2025-11-21 10:46:40.785812 | fa163ed5-6186-4aa7-9588-000000004d00 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:23:19.975494 | 0.11s 2025-11-21 10:46:40.817090 | fa163ed5-6186-4aa7-9588-000000004d01 | TASK | Create container logs path 2025-11-21 10:46:41.052243 | fa163ed5-6186-4aa7-9588-000000004d01 | OK | Create container logs path | standalone 2025-11-21 10:46:41.054679 | fa163ed5-6186-4aa7-9588-000000004d01 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:23:20.244371 | 0.24s 2025-11-21 10:46:41.086818 | fa163ed5-6186-4aa7-9588-000000004d03 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-11-21 10:46:41.379487 | fa163ed5-6186-4aa7-9588-000000004d03 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-11-21 10:46:41.380249 | fa163ed5-6186-4aa7-9588-000000004d03 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:20.569954 | 0.29s 2025-11-21 10:46:41.400791 | fa163ed5-6186-4aa7-9588-000000004d04 | TASK | Finalise hashes for all containers 2025-11-21 10:46:41.495035 | fa163ed5-6186-4aa7-9588-000000004d04 | OK | Finalise hashes for all containers | standalone 2025-11-21 10:46:41.496337 | fa163ed5-6186-4aa7-9588-000000004d04 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:23:20.686031 | 0.09s 2025-11-21 10:46:41.526688 | fa163ed5-6186-4aa7-9588-000000004d06 | TASK | Manage systemd shutdown files 2025-11-21 10:46:41.571722 | fa163ed5-6186-4aa7-9588-000000004d06 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:23:20.761420 | 0.04s 2025-11-21 10:46:41.604573 | 9d8f2d90-8d3b-49ce-b4d0-8920d08051d5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-21 10:46:41.633158 | fa163ed5-6186-4aa7-9588-000000004d39 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-21 10:46:41.886771 | fa163ed5-6186-4aa7-9588-000000004d39 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-21 10:46:41.889672 | fa163ed5-6186-4aa7-9588-000000004d39 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:23:21.079361 | 0.26s 2025-11-21 10:46:41.921395 | fa163ed5-6186-4aa7-9588-000000004d3a | TASK | Set podman_drop_in fact 2025-11-21 10:46:41.973182 | fa163ed5-6186-4aa7-9588-000000004d3a | OK | Set podman_drop_in fact | standalone 2025-11-21 10:46:41.975294 | fa163ed5-6186-4aa7-9588-000000004d3a | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:23:21.164988 | 0.05s 2025-11-21 10:46:42.005368 | fa163ed5-6186-4aa7-9588-000000004d3c | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-21 10:46:42.515543 | fa163ed5-6186-4aa7-9588-000000004d3c | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-21 10:46:42.517879 | fa163ed5-6186-4aa7-9588-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:21.707571 | 0.51s 2025-11-21 10:46:42.963724 | fa163ed5-6186-4aa7-9588-000000004d3c | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-21 10:46:42.964850 | fa163ed5-6186-4aa7-9588-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:22.154547 | 0.96s 2025-11-21 10:46:42.972032 | fa163ed5-6186-4aa7-9588-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:22.161726 | 0.96s 2025-11-21 10:46:43.003649 | fa163ed5-6186-4aa7-9588-000000004d3d | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-21 10:46:43.522155 | fa163ed5-6186-4aa7-9588-000000004d3d | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-21 10:46:43.523678 | fa163ed5-6186-4aa7-9588-000000004d3d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:23:22.713370 | 0.52s 2025-11-21 10:46:43.553817 | fa163ed5-6186-4aa7-9588-000000004d3e | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-21 10:46:44.321057 | fa163ed5-6186-4aa7-9588-000000004d3e | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-21 10:46:44.322466 | fa163ed5-6186-4aa7-9588-000000004d3e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:23:23.512133 | 0.77s 2025-11-21 10:46:44.351504 | fa163ed5-6186-4aa7-9588-000000004d3f | TASK | Enable and start tripleo-container-shutdown 2025-11-21 10:46:45.173097 | fa163ed5-6186-4aa7-9588-000000004d3f | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-21 10:46:45.175145 | fa163ed5-6186-4aa7-9588-000000004d3f | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:23:24.364836 | 0.82s 2025-11-21 10:46:45.206261 | fa163ed5-6186-4aa7-9588-000000004d40 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-21 10:46:45.689197 | fa163ed5-6186-4aa7-9588-000000004d40 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-21 10:46:45.690525 | fa163ed5-6186-4aa7-9588-000000004d40 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:23:24.880220 | 0.48s 2025-11-21 10:46:45.720242 | fa163ed5-6186-4aa7-9588-000000004d41 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-21 10:46:46.236368 | fa163ed5-6186-4aa7-9588-000000004d41 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-21 10:46:46.237970 | fa163ed5-6186-4aa7-9588-000000004d41 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:23:25.427664 | 0.52s 2025-11-21 10:46:46.269471 | fa163ed5-6186-4aa7-9588-000000004d42 | TASK | Enable and start netns-placeholder 2025-11-21 10:46:47.172232 | fa163ed5-6186-4aa7-9588-000000004d42 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-21 10:46:47.173468 | fa163ed5-6186-4aa7-9588-000000004d42 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:23:26.363163 | 0.90s 2025-11-21 10:46:47.193972 | fa163ed5-6186-4aa7-9588-000000004d08 | TASK | Update container configs with new config hashes 2025-11-21 10:46:47.245207 | fa163ed5-6186-4aa7-9588-000000004d08 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:23:26.434911 | 0.05s 2025-11-21 10:46:47.255015 | 0cc027e8-2e6f-42c0-b340-a7c59ee8a5b0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-21 10:46:47.275685 | fa163ed5-6186-4aa7-9588-000000004d6a | TASK | Update config hashes for container startup configs 2025-11-21 10:46:47.554227 | fa163ed5-6186-4aa7-9588-000000004d6a | OK | Update config hashes for container startup configs | standalone 2025-11-21 10:46:47.554965 | fa163ed5-6186-4aa7-9588-000000004d6a | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:23:26.744671 | 0.28s 2025-11-21 10:46:47.575717 | fa163ed5-6186-4aa7-9588-000000004d09 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-11-21 10:46:47.632460 | fa163ed5-6186-4aa7-9588-000000004d09 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:26.822133 | 0.06s 2025-11-21 10:46:47.643865 | bb68931f-9893-4608-9fe9-e885ca8c8e85 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-21 10:46:47.667325 | fa163ed5-6186-4aa7-9588-000000004d89 | TASK | Gather podman infos 2025-11-21 10:46:49.212151 | fa163ed5-6186-4aa7-9588-000000004d89 | OK | Gather podman infos | standalone 2025-11-21 10:46:49.213004 | fa163ed5-6186-4aa7-9588-000000004d89 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:23:28.402705 | 1.54s 2025-11-21 10:46:49.309930 | fa163ed5-6186-4aa7-9588-000000004d8a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-11-21 10:46:49.392403 | fa163ed5-6186-4aa7-9588-000000004d8a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:28.582084 | 0.08s 2025-11-21 10:46:49.567305 | fa163ed5-6186-4aa7-9588-000000004dd3 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:23:28.756991 | 0.11s 2025-11-21 10:46:49.630760 | fa163ed5-6186-4aa7-9588-000000004d0a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-11-21 10:46:49.685561 | fa163ed5-6186-4aa7-9588-000000004d0a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:28.875240 | 0.05s 2025-11-21 10:46:49.710701 | 9700caa5-5392-4987-9882-7be12fcf59b4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-21 10:46:49.750135 | fa163ed5-6186-4aa7-9588-000000004df9 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-11-21 10:47:21.049973 | fa163ed5-6186-4aa7-9588-000000004df9 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-11-21 10:47:21.051092 | fa163ed5-6186-4aa7-9588-000000004df9 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:00.240794 | 31.30s 2025-11-21 10:47:21.072349 | fa163ed5-6186-4aa7-9588-000000004dfa | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-11-21 10:49:22.375227 | fa163ed5-6186-4aa7-9588-000000004dfa | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-11-21 10:49:22.377040 | fa163ed5-6186-4aa7-9588-000000004dfa | 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:01.566732 | 121.30s 2025-11-21 10:49:22.450573 | fa163ed5-6186-4aa7-9588-000000004c65 | TASK | Clean container_puppet_tasks for standalone step 4 2025-11-21 10:49:22.707521 | fa163ed5-6186-4aa7-9588-000000004c65 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-11-21 10:49:22.708974 | fa163ed5-6186-4aa7-9588-000000004c65 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:26:01.898665 | 0.26s 2025-11-21 10:49:22.757154 | fa163ed5-6186-4aa7-9588-000000004c66 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-11-21 10:49:22.811396 | fa163ed5-6186-4aa7-9588-000000004c66 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:26:02.001072 | 0.05s 2025-11-21 10:49:22.843407 | fa163ed5-6186-4aa7-9588-000000004c67 | TASK | Include container-puppet tasks for step 4 2025-11-21 10:49:22.895891 | fa163ed5-6186-4aa7-9588-000000004c67 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:26:02.085577 | 0.05s 2025-11-21 10:49:22.921161 | 5accd481-e10f-4531-aa2f-ef01bc3cbfae | INCLUDED | /root/standalone-ansible-33jhni06/host-container-puppet-tasks.yaml | standalone 2025-11-21 10:49:22.969459 | fa163ed5-6186-4aa7-9588-000000004e45 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-11-21 10:49:23.501157 | fa163ed5-6186-4aa7-9588-000000004e45 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-11-21 10:49:23.502650 | fa163ed5-6186-4aa7-9588-000000004e45 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:26:02.692340 | 0.53s 2025-11-21 10:49:23.534043 | fa163ed5-6186-4aa7-9588-000000004e47 | TASK | Generate container puppet configs for step 4 2025-11-21 10:49:23.864045 | fa163ed5-6186-4aa7-9588-000000004e47 | OK | Generate container puppet configs for step 4 | standalone 2025-11-21 10:49:23.865369 | fa163ed5-6186-4aa7-9588-000000004e47 | TIMING | Generate container puppet configs for step 4 | standalone | 0:26:03.055062 | 0.33s 2025-11-21 10:49:23.888632 | fa163ed5-6186-4aa7-9588-000000004e48 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-11-21 10:49:23.917250 | fa163ed5-6186-4aa7-9588-000000004e48 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:26:03.106950 | 0.03s 2025-11-21 10:49:23.963921 | fa163ed5-6186-4aa7-9588-000000004e77 | TASK | Gather variables for each operating system 2025-11-21 10:49:24.087466 | fa163ed5-6186-4aa7-9588-000000004e77 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:03.277118 | 0.12s 2025-11-21 10:49:24.118469 | fa163ed5-6186-4aa7-9588-000000004e78 | TASK | Create container logs path 2025-11-21 10:49:24.366136 | fa163ed5-6186-4aa7-9588-000000004e78 | OK | Create container logs path | standalone 2025-11-21 10:49:24.367576 | fa163ed5-6186-4aa7-9588-000000004e78 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:03.557271 | 0.25s 2025-11-21 10:49:24.400206 | fa163ed5-6186-4aa7-9588-000000004e7a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-11-21 10:49:24.726810 | fa163ed5-6186-4aa7-9588-000000004e7a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-11-21 10:49:24.727619 | fa163ed5-6186-4aa7-9588-000000004e7a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:03.917323 | 0.33s 2025-11-21 10:49:24.751224 | fa163ed5-6186-4aa7-9588-000000004e7b | TASK | Finalise hashes for all containers 2025-11-21 10:49:24.790820 | fa163ed5-6186-4aa7-9588-000000004e7b | OK | Finalise hashes for all containers | standalone 2025-11-21 10:49:24.791832 | fa163ed5-6186-4aa7-9588-000000004e7b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:03.981531 | 0.04s 2025-11-21 10:49:24.815806 | fa163ed5-6186-4aa7-9588-000000004e7d | TASK | Manage systemd shutdown files 2025-11-21 10:49:24.844597 | fa163ed5-6186-4aa7-9588-000000004e7d | SKIPPED | Manage systemd shutdown files | standalone 2025-11-21 10:49:24.845630 | fa163ed5-6186-4aa7-9588-000000004e7d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:04.035328 | 0.03s 2025-11-21 10:49:24.865941 | fa163ed5-6186-4aa7-9588-000000004e7f | TASK | Update container configs with new config hashes 2025-11-21 10:49:24.903454 | fa163ed5-6186-4aa7-9588-000000004e7f | SKIPPED | Update container configs with new config hashes | standalone 2025-11-21 10:49:24.904190 | fa163ed5-6186-4aa7-9588-000000004e7f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:04.093894 | 0.04s 2025-11-21 10:49:24.925337 | fa163ed5-6186-4aa7-9588-000000004e80 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-11-21 10:49:24.972339 | fa163ed5-6186-4aa7-9588-000000004e80 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-11-21 10:49:24.973702 | fa163ed5-6186-4aa7-9588-000000004e80 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:04.163393 | 0.05s 2025-11-21 10:49:25.007840 | fa163ed5-6186-4aa7-9588-000000004e81 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-11-21 10:49:25.047558 | fa163ed5-6186-4aa7-9588-000000004e81 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-11-21 10:49:25.048512 | fa163ed5-6186-4aa7-9588-000000004e81 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:04.238211 | 0.04s PLAY [External deployment step 5] ********************************************** 2025-11-21 10:49:25.199360 | fa163ed5-6186-4aa7-9588-0000000000ea | TASK | External deployment step 5 2025-11-21 10:49:25.227110 | fa163ed5-6186-4aa7-9588-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', 'fa163ed5-6186-4aa7-9588-0000000000ea') missing from stats 2025-11-21 10:49:25.280940 | fa163ed5-6186-4aa7-9588-0000000000eb | TIMING | include_tasks | undercloud | 0:26:04.470625 | 0.04s 2025-11-21 10:49:25.293106 | 6739035a-6ab5-44ba-8049-93ddf21054e4 | INCLUDED | /root/standalone-ansible-33jhni06/external_deploy_steps_tasks_step5.yaml | undercloud 2025-11-21 10:49:25.312463 | fa163ed5-6186-4aa7-9588-000000004ed0 | TASK | Manage Cinder's default volume type 2025-11-21 10:49:35.518708 | fa163ed5-6186-4aa7-9588-000000004ed0 | OK | Manage Cinder's default volume type | undercloud 2025-11-21 10:49:35.520278 | fa163ed5-6186-4aa7-9588-000000004ed0 | TIMING | Manage Cinder's default volume type | undercloud | 0:26:14.709973 | 10.21s PLAY [Deploy step tasks for 5] ************************************************* 2025-11-21 10:49:35.658917 | fa163ed5-6186-4aa7-9588-0000000000ee | TASK | Deploy step tasks for 5 2025-11-21 10:49:35.688344 | fa163ed5-6186-4aa7-9588-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', 'fa163ed5-6186-4aa7-9588-0000000000ee') missing from stats 2025-11-21 10:49:35.721316 | fa163ed5-6186-4aa7-9588-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-11-21 10:49:36.229645 | fa163ed5-6186-4aa7-9588-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-11-21 10:49:36.230751 | fa163ed5-6186-4aa7-9588-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:26:15.420447 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-21 10:49:36.297177 | fa163ed5-6186-4aa7-9588-0000000000f0 | TIMING | include_tasks | standalone | 0:26:15.486858 | 0.04s 2025-11-21 10:49:36.394107 | 51cea0bb-852b-44d4-81ae-11c15bcfd118 | INCLUDED | /root/standalone-ansible-33jhni06/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-11-21 10:49:36.427771 | fa163ed5-6186-4aa7-9588-000000004ef3 | TASK | Gather variables for each operating system 2025-11-21 10:49:36.550984 | fa163ed5-6186-4aa7-9588-000000004ef3 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:15.740665 | 0.12s 2025-11-21 10:49:36.587271 | fa163ed5-6186-4aa7-9588-000000004ef4 | TASK | Detect if resource is being created or already exists 2025-11-21 10:49:37.331342 | fa163ed5-6186-4aa7-9588-000000004ef4 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-21 10:49:37.332525 | fa163ed5-6186-4aa7-9588-000000004ef4 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:16.522228 | 0.74s 2025-11-21 10:49:37.353122 | fa163ed5-6186-4aa7-9588-000000004ef5 | TASK | Run init bundle puppet on the host for cinder_backup 2025-11-21 10:50:00.392599 | fa163ed5-6186-4aa7-9588-000000004ef5 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-11-21 10:50:00.393716 | fa163ed5-6186-4aa7-9588-000000004ef5 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:26:39.583420 | 23.04s 2025-11-21 10:50:00.414745 | fa163ed5-6186-4aa7-9588-000000004ef6 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-11-21 10:50:00.673567 | fa163ed5-6186-4aa7-9588-000000004ef6 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-11-21 10:50:00.675233 | fa163ed5-6186-4aa7-9588-000000004ef6 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:26:39.864927 | 0.26s 2025-11-21 10:50:00.699607 | fa163ed5-6186-4aa7-9588-000000004ef7 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-21 10:50:01.058380 | fa163ed5-6186-4aa7-9588-000000004ef7 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-21 10:50:01.059857 | fa163ed5-6186-4aa7-9588-000000004ef7 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:40.249557 | 0.36s 2025-11-21 10:50:01.082869 | fa163ed5-6186-4aa7-9588-000000004ef8 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-11-21 10:50:01.312482 | fa163ed5-6186-4aa7-9588-000000004ef8 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-11-21 10:50:01.313629 | fa163ed5-6186-4aa7-9588-000000004ef8 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:26:40.503328 | 0.23s 2025-11-21 10:50:01.339659 | fa163ed5-6186-4aa7-9588-000000004efa | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-11-21 10:50:01.378562 | fa163ed5-6186-4aa7-9588-000000004efa | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-11-21 10:50:01.379809 | fa163ed5-6186-4aa7-9588-000000004efa | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:26:40.569506 | 0.04s 2025-11-21 10:50:01.402854 | fa163ed5-6186-4aa7-9588-000000004efb | TASK | Get container image tag from bundle openstack-cinder-backup 2025-11-21 10:50:01.442185 | fa163ed5-6186-4aa7-9588-000000004efb | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-11-21 10:50:01.443191 | fa163ed5-6186-4aa7-9588-000000004efb | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:26:40.632887 | 0.04s 2025-11-21 10:50:01.468941 | fa163ed5-6186-4aa7-9588-000000004efc | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-11-21 10:50:01.509532 | fa163ed5-6186-4aa7-9588-000000004efc | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-11-21 10:50:01.510764 | fa163ed5-6186-4aa7-9588-000000004efc | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:26:40.700459 | 0.04s 2025-11-21 10:50:01.536804 | fa163ed5-6186-4aa7-9588-000000004efd | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-21 10:50:01.590482 | fa163ed5-6186-4aa7-9588-000000004efd | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-21 10:50:01.592427 | fa163ed5-6186-4aa7-9588-000000004efd | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:40.782121 | 0.05s 2025-11-21 10:50:01.620578 | fa163ed5-6186-4aa7-9588-000000004efe | TASK | Remove update marker for bundle openstack-cinder-backup 2025-11-21 10:50:01.662493 | fa163ed5-6186-4aa7-9588-000000004efe | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-11-21 10:50:01.663513 | fa163ed5-6186-4aa7-9588-000000004efe | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:26:40.853212 | 0.04s 2025-11-21 10:50:01.702394 | fa163ed5-6186-4aa7-9588-000000004f1f | TASK | Gather variables for each operating system 2025-11-21 10:50:01.827519 | fa163ed5-6186-4aa7-9588-000000004f1f | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:41.017184 | 0.12s 2025-11-21 10:50:01.860929 | fa163ed5-6186-4aa7-9588-000000004f20 | TASK | Detect if resource is being created or already exists 2025-11-21 10:50:02.739700 | fa163ed5-6186-4aa7-9588-000000004f20 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-21 10:50:02.740939 | fa163ed5-6186-4aa7-9588-000000004f20 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:41.930637 | 0.88s 2025-11-21 10:50:02.770092 | fa163ed5-6186-4aa7-9588-000000004f21 | TASK | Run init bundle puppet on the host for cinder_volume 2025-11-21 10:50:25.954481 | fa163ed5-6186-4aa7-9588-000000004f21 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-11-21 10:50:25.955850 | fa163ed5-6186-4aa7-9588-000000004f21 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:27:05.145551 | 23.18s 2025-11-21 10:50:25.978013 | fa163ed5-6186-4aa7-9588-000000004f22 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-11-21 10:50:26.202422 | fa163ed5-6186-4aa7-9588-000000004f22 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-11-21 10:50:26.203463 | fa163ed5-6186-4aa7-9588-000000004f22 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:05.393167 | 0.22s 2025-11-21 10:50:26.223831 | fa163ed5-6186-4aa7-9588-000000004f23 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-21 10:50:26.671721 | fa163ed5-6186-4aa7-9588-000000004f23 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-21 10:50:26.672985 | fa163ed5-6186-4aa7-9588-000000004f23 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:05.862685 | 0.45s 2025-11-21 10:50:26.698423 | fa163ed5-6186-4aa7-9588-000000004f24 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-11-21 10:50:26.907396 | fa163ed5-6186-4aa7-9588-000000004f24 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-11-21 10:50:26.908389 | fa163ed5-6186-4aa7-9588-000000004f24 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:27:06.098091 | 0.21s 2025-11-21 10:50:26.929781 | fa163ed5-6186-4aa7-9588-000000004f26 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-11-21 10:50:26.959974 | fa163ed5-6186-4aa7-9588-000000004f26 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-11-21 10:50:26.960951 | fa163ed5-6186-4aa7-9588-000000004f26 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:27:06.150652 | 0.03s 2025-11-21 10:50:26.992645 | fa163ed5-6186-4aa7-9588-000000004f27 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-11-21 10:50:27.033709 | fa163ed5-6186-4aa7-9588-000000004f27 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-11-21 10:50:27.034737 | fa163ed5-6186-4aa7-9588-000000004f27 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:27:06.224440 | 0.04s 2025-11-21 10:50:27.055293 | fa163ed5-6186-4aa7-9588-000000004f28 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-11-21 10:50:27.090999 | fa163ed5-6186-4aa7-9588-000000004f28 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-11-21 10:50:27.091624 | fa163ed5-6186-4aa7-9588-000000004f28 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:27:06.281328 | 0.04s 2025-11-21 10:50:27.112626 | fa163ed5-6186-4aa7-9588-000000004f29 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-21 10:50:27.149514 | fa163ed5-6186-4aa7-9588-000000004f29 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-21 10:50:27.150136 | fa163ed5-6186-4aa7-9588-000000004f29 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:06.339840 | 0.04s 2025-11-21 10:50:27.170737 | fa163ed5-6186-4aa7-9588-000000004f2a | TASK | Remove update marker for bundle openstack-cinder-volume 2025-11-21 10:50:27.218057 | fa163ed5-6186-4aa7-9588-000000004f2a | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-11-21 10:50:27.218693 | fa163ed5-6186-4aa7-9588-000000004f2a | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:27:06.408397 | 0.05s 2025-11-21 10:50:27.255529 | fa163ed5-6186-4aa7-9588-000000004f4b | TASK | Gather variables for each operating system 2025-11-21 10:50:27.366742 | fa163ed5-6186-4aa7-9588-000000004f4b | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:06.556422 | 0.11s 2025-11-21 10:50:27.397123 | fa163ed5-6186-4aa7-9588-000000004f4c | TASK | Detect if resource is being created or already exists 2025-11-21 10:50:28.073700 | fa163ed5-6186-4aa7-9588-000000004f4c | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-21 10:50:28.075100 | fa163ed5-6186-4aa7-9588-000000004f4c | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:07.264794 | 0.68s 2025-11-21 10:50:28.108328 | fa163ed5-6186-4aa7-9588-000000004f4d | TASK | Run init bundle puppet on the host for manila_share 2025-11-21 10:50:50.785408 | fa163ed5-6186-4aa7-9588-000000004f4d | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-11-21 10:50:50.786828 | fa163ed5-6186-4aa7-9588-000000004f4d | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:27:29.976528 | 22.68s 2025-11-21 10:50:50.812903 | fa163ed5-6186-4aa7-9588-000000004f4e | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-11-21 10:50:51.040739 | fa163ed5-6186-4aa7-9588-000000004f4e | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-11-21 10:50:51.041616 | fa163ed5-6186-4aa7-9588-000000004f4e | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:27:30.231321 | 0.23s 2025-11-21 10:50:51.061594 | fa163ed5-6186-4aa7-9588-000000004f4f | TASK | Run pacemaker restart if the config file for the service changed 2025-11-21 10:50:51.441983 | fa163ed5-6186-4aa7-9588-000000004f4f | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-21 10:50:51.443299 | fa163ed5-6186-4aa7-9588-000000004f4f | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:30.632995 | 0.38s 2025-11-21 10:50:51.475290 | fa163ed5-6186-4aa7-9588-000000004f50 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-11-21 10:50:51.711082 | fa163ed5-6186-4aa7-9588-000000004f50 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-11-21 10:50:51.712396 | fa163ed5-6186-4aa7-9588-000000004f50 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:27:30.902089 | 0.24s 2025-11-21 10:50:51.745196 | fa163ed5-6186-4aa7-9588-000000004f52 | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-11-21 10:50:51.785161 | fa163ed5-6186-4aa7-9588-000000004f52 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-11-21 10:50:51.786189 | fa163ed5-6186-4aa7-9588-000000004f52 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:27:30.975880 | 0.04s 2025-11-21 10:50:51.828992 | fa163ed5-6186-4aa7-9588-000000004f53 | TASK | Get container image tag from bundle openstack-manila-share 2025-11-21 10:50:51.877782 | fa163ed5-6186-4aa7-9588-000000004f53 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-11-21 10:50:51.878632 | fa163ed5-6186-4aa7-9588-000000004f53 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:27:31.068334 | 0.05s 2025-11-21 10:50:51.898896 | fa163ed5-6186-4aa7-9588-000000004f54 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-11-21 10:50:51.945333 | fa163ed5-6186-4aa7-9588-000000004f54 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-11-21 10:50:51.946150 | fa163ed5-6186-4aa7-9588-000000004f54 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:27:31.135852 | 0.05s 2025-11-21 10:50:51.967243 | fa163ed5-6186-4aa7-9588-000000004f55 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-21 10:50:52.004214 | fa163ed5-6186-4aa7-9588-000000004f55 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-21 10:50:52.004933 | fa163ed5-6186-4aa7-9588-000000004f55 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:31.194637 | 0.04s 2025-11-21 10:50:52.025758 | fa163ed5-6186-4aa7-9588-000000004f56 | TASK | Remove update marker for bundle openstack-manila-share 2025-11-21 10:50:52.074428 | fa163ed5-6186-4aa7-9588-000000004f56 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-11-21 10:50:52.075248 | fa163ed5-6186-4aa7-9588-000000004f56 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:27:31.264951 | 0.05s 2025-11-21 10:50:52.111574 | fa163ed5-6186-4aa7-9588-000000004f77 | TASK | Run kolla_set_configs to copy ring files 2025-11-21 10:50:52.650236 | fa163ed5-6186-4aa7-9588-000000004f77 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-11-21 10:50:52.653091 | fa163ed5-6186-4aa7-9588-000000004f77 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:31.842780 | 0.54s 2025-11-21 10:50:52.663314 | fa163ed5-6186-4aa7-9588-000000004f77 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:31.853006 | 0.55s 2025-11-21 10:50:52.694542 | fa163ed5-6186-4aa7-9588-000000004f78 | TASK | Run kolla_set_configs to copy ring files 2025-11-21 10:50:53.056897 | fa163ed5-6186-4aa7-9588-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-11-21 10:50:53.059527 | fa163ed5-6186-4aa7-9588-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:32.249220 | 0.36s 2025-11-21 10:50:53.559883 | fa163ed5-6186-4aa7-9588-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-11-21 10:50:53.561111 | fa163ed5-6186-4aa7-9588-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:32.750808 | 0.86s 2025-11-21 10:50:53.874412 | fa163ed5-6186-4aa7-9588-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-11-21 10:50:53.876698 | fa163ed5-6186-4aa7-9588-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:33.066401 | 1.18s 2025-11-21 10:50:54.351477 | fa163ed5-6186-4aa7-9588-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-11-21 10:50:54.352387 | fa163ed5-6186-4aa7-9588-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:33.542090 | 1.66s 2025-11-21 10:50:54.663977 | fa163ed5-6186-4aa7-9588-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-11-21 10:50:54.665668 | fa163ed5-6186-4aa7-9588-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:33.855314 | 1.97s 2025-11-21 10:50:54.997022 | fa163ed5-6186-4aa7-9588-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-11-21 10:50:54.998740 | fa163ed5-6186-4aa7-9588-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:34.188437 | 2.30s 2025-11-21 10:50:55.402594 | fa163ed5-6186-4aa7-9588-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-11-21 10:50:55.403816 | fa163ed5-6186-4aa7-9588-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:34.593513 | 2.71s 2025-11-21 10:50:55.805630 | fa163ed5-6186-4aa7-9588-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-11-21 10:50:55.807389 | fa163ed5-6186-4aa7-9588-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:34.997086 | 3.11s 2025-11-21 10:50:56.098898 | fa163ed5-6186-4aa7-9588-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-11-21 10:50:56.100757 | fa163ed5-6186-4aa7-9588-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:35.290454 | 3.40s 2025-11-21 10:50:56.594033 | fa163ed5-6186-4aa7-9588-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-11-21 10:50:56.595151 | fa163ed5-6186-4aa7-9588-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:35.784848 | 3.90s 2025-11-21 10:50:56.885275 | fa163ed5-6186-4aa7-9588-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-11-21 10:50:56.886308 | fa163ed5-6186-4aa7-9588-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:36.076006 | 4.19s 2025-11-21 10:50:57.392822 | fa163ed5-6186-4aa7-9588-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-11-21 10:50:57.393674 | fa163ed5-6186-4aa7-9588-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:36.583377 | 4.70s 2025-11-21 10:50:57.798990 | fa163ed5-6186-4aa7-9588-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-11-21 10:50:57.800347 | fa163ed5-6186-4aa7-9588-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:36.990045 | 5.10s 2025-11-21 10:50:57.811363 | fa163ed5-6186-4aa7-9588-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:37.001053 | 5.12s 2025-11-21 10:50:57.845552 | fa163ed5-6186-4aa7-9588-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-11-21 10:50:58.058237 | fa163ed5-6186-4aa7-9588-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-11-21 10:50:58.059819 | fa163ed5-6186-4aa7-9588-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:27:37.249515 | 0.21s 2025-11-21 10:50:58.176146 | fa163ed5-6186-4aa7-9588-0000000000f3 | TIMING | include_tasks | standalone | 0:27:37.365833 | 0.08s 2025-11-21 10:50:58.215605 | 40523bb3-9b2d-4847-8b3e-7933e1572ff8 | INCLUDED | /root/standalone-ansible-33jhni06/common_deploy_steps_tasks.yaml | standalone 2025-11-21 10:50:58.250063 | fa163ed5-6186-4aa7-9588-000000004ff5 | TASK | Write the config_step hieradata 2025-11-21 10:50:58.824745 | fa163ed5-6186-4aa7-9588-000000004ff5 | OK | Write the config_step hieradata | standalone 2025-11-21 10:50:58.826061 | fa163ed5-6186-4aa7-9588-000000004ff5 | TIMING | Write the config_step hieradata | standalone | 0:27:38.015756 | 0.57s 2025-11-21 10:50:58.862398 | fa163ed5-6186-4aa7-9588-000000004ff6 | TASK | Run puppet host configuration for step 5 2025-11-21 10:50:59.174321 | fa163ed5-6186-4aa7-9588-000000004ff6 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-11-21 10:50:59.175738 | fa163ed5-6186-4aa7-9588-000000004ff6 | TIMING | Run puppet host configuration for step 5 | standalone | 0:27:38.365429 | 0.31s 2025-11-21 10:50:59.208131 | fa163ed5-6186-4aa7-9588-000000004ff7 | TASK | Wait for puppet host configuration to finish 2025-11-21 10:50:59.464818 | fa163ed5-6186-4aa7-9588-000000004ff7 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-21 10:51:09.694173 | fa163ed5-6186-4aa7-9588-000000004ff7 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-21 10:51:19.919588 | fa163ed5-6186-4aa7-9588-000000004ff7 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-21 10:51:19.921115 | fa163ed5-6186-4aa7-9588-000000004ff7 | TIMING | Wait for puppet host configuration to finish | standalone | 0:27:59.110809 | 20.71s 2025-11-21 10:51:19.953785 | fa163ed5-6186-4aa7-9588-000000004ff8 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-11-21 10:51:20.039337 | fa163ed5-6186-4aa7-9588-000000004ff8 | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Nov 21 10:50:59 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 21 10:51:04 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 21 10:51:04 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 21 10:51:04 puppet-user: (file & line not available)", "<13>Nov 21 10:51:04 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Nov 21 10:51:04 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 21 10:51:04 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Nov 21 10:51:04 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Nov 21 10:51:04 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Nov 21 10:51:04 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Nov 21 10:51:04 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Nov 21 10:51:04 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Nov 21 10:51:04 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Nov 21 10:51:04 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Nov 21 10:51:04 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 21 10:51:04 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.56 seconds", "<13>Nov 21 10:51:09 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 21 10:51:11 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 21 10:51:12 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 21 10:51:13 puppet-user: Notice: Applied catalog in 8.33 seconds", "<13>Nov 21 10:51:13 puppet-user: Application:", "<13>Nov 21 10:51:13 puppet-user: Initial environment: production", "<13>Nov 21 10:51:13 puppet-user: Converged environment: production", "<13>Nov 21 10:51:13 puppet-user: Run mode: user", "<13>Nov 21 10:51:13 puppet-user: Changes:", "<13>Nov 21 10:51:13 puppet-user: Total: 2", "<13>Nov 21 10:51:13 puppet-user: Events:", "<13>Nov 21 10:51:13 puppet-user: Success: 2", "<13>Nov 21 10:51:13 puppet-user: Resources:", "<13>Nov 21 10:51:13 puppet-user: Changed: 2", "<13>Nov 21 10:51:13 puppet-user: Out of sync: 2", "<13>Nov 21 10:51:13 puppet-user: Total: 37", "<13>Nov 21 10:51:13 puppet-user: Time:", "<13>Nov 21 10:51:13 puppet-user: Filebucket: 0.00", "<13>Nov 21 10:51:13 puppet-user: Schedule: 0.00", "<13>Nov 21 10:51:13 puppet-user: File line: 0.00", "<13>Nov 21 10:51:13 puppet-user: Package: 0.00", "<13>Nov 21 10:51:13 puppet-user: User: 0.01", "<13>Nov 21 10:51:13 puppet-user: Augeas: 0.01", "<13>Nov 21 10:51:13 puppet-user: File: 0.09", "<13>Nov 21 10:51:13 puppet-user: Service: 0.15", "<13>Nov 21 10:51:13 puppet-user: Config retrieval: 0.70", "<13>Nov 21 10:51:13 puppet-user: Pcmk property: 1.46", "<13>Nov 21 10:51:13 puppet-user: Last run: 1763722273", "<13>Nov 21 10:51:13 puppet-user: Exec: 2.03", "<13>Nov 21 10:51:13 puppet-user: Pcmk resource op default: 2.15", "<13>Nov 21 10:51:13 puppet-user: Pcmk resource default: 2.18", "<13>Nov 21 10:51:13 puppet-user: Transaction evaluation: 8.26", "<13>Nov 21 10:51:13 puppet-user: Catalog application: 8.33", "<13>Nov 21 10:51:13 puppet-user: Total: 8.34", "<13>Nov 21 10:51:13 puppet-user: Version:", "<13>Nov 21 10:51:13 puppet-user: Config: 1763722264", "<13>Nov 21 10:51:13 puppet-user: Puppet: 7.10.0" ] } 2025-11-21 10:51:20.040806 | fa163ed5-6186-4aa7-9588-000000004ff8 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:27:59.230499 | 0.09s 2025-11-21 10:51:20.072476 | fa163ed5-6186-4aa7-9588-000000004ff9 | TASK | Pre-cache facts for puppet containers 2025-11-21 10:51:20.104137 | fa163ed5-6186-4aa7-9588-000000004ff9 | TIMING | Pre-cache facts for puppet containers | standalone | 0:27:59.293825 | 0.03s 2025-11-21 10:51:20.173423 | fa163ed5-6186-4aa7-9588-000000005038 | TASK | Gather variables for each operating system 2025-11-21 10:51:20.291331 | fa163ed5-6186-4aa7-9588-000000005038 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:27:59.481010 | 0.12s 2025-11-21 10:51:20.325137 | fa163ed5-6186-4aa7-9588-000000005039 | TASK | Create puppet caching structures 2025-11-21 10:51:20.607808 | fa163ed5-6186-4aa7-9588-000000005039 | CHANGED | Create puppet caching structures | standalone 2025-11-21 10:51:20.609362 | fa163ed5-6186-4aa7-9588-000000005039 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:27:59.799056 | 0.28s 2025-11-21 10:51:20.640379 | fa163ed5-6186-4aa7-9588-00000000503a | TASK | Check for facter.conf 2025-11-21 10:51:20.928420 | fa163ed5-6186-4aa7-9588-00000000503a | OK | Check for facter.conf | standalone 2025-11-21 10:51:20.930889 | fa163ed5-6186-4aa7-9588-00000000503a | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:28:00.120581 | 0.29s 2025-11-21 10:51:20.962411 | fa163ed5-6186-4aa7-9588-00000000503b | TASK | Remove facter.conf if directory 2025-11-21 10:51:21.015922 | fa163ed5-6186-4aa7-9588-00000000503b | SKIPPED | Remove facter.conf if directory | standalone 2025-11-21 10:51:21.017225 | fa163ed5-6186-4aa7-9588-00000000503b | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:28:00.206918 | 0.05s 2025-11-21 10:51:21.048361 | fa163ed5-6186-4aa7-9588-00000000503c | TASK | Write facter cache config 2025-11-21 10:51:21.560149 | fa163ed5-6186-4aa7-9588-00000000503c | CHANGED | Write facter cache config | standalone 2025-11-21 10:51:21.562169 | fa163ed5-6186-4aa7-9588-00000000503c | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:28:00.751858 | 0.51s 2025-11-21 10:51:21.594681 | fa163ed5-6186-4aa7-9588-00000000503d | TASK | Cleanup facter cache if exists 2025-11-21 10:51:21.828791 | fa163ed5-6186-4aa7-9588-00000000503d | CHANGED | Cleanup facter cache if exists | standalone 2025-11-21 10:51:21.830201 | fa163ed5-6186-4aa7-9588-00000000503d | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:28:01.019895 | 0.23s 2025-11-21 10:51:21.860177 | fa163ed5-6186-4aa7-9588-00000000503e | TASK | Pre-cache facts 2025-11-21 10:51:22.556013 | fa163ed5-6186-4aa7-9588-00000000503e | CHANGED | Pre-cache facts | standalone 2025-11-21 10:51:22.557393 | fa163ed5-6186-4aa7-9588-00000000503e | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:28:01.747088 | 0.70s 2025-11-21 10:51:22.594782 | fa163ed5-6186-4aa7-9588-00000000503f | TASK | Failed deployment if facter fails 2025-11-21 10:51:22.626403 | fa163ed5-6186-4aa7-9588-00000000503f | SKIPPED | Failed deployment if facter fails | standalone 2025-11-21 10:51:22.628779 | fa163ed5-6186-4aa7-9588-00000000503f | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:28:01.818469 | 0.03s 2025-11-21 10:51:22.666061 | fa163ed5-6186-4aa7-9588-000000005040 | TASK | Sync cached facts 2025-11-21 10:51:22.986134 | fa163ed5-6186-4aa7-9588-000000005040 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ed5-6186-4aa7-9588-000000005040') missing from stats 2025-11-21 10:51:23.031422 | fa163ed5-6186-4aa7-9588-000000004ffa | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-21 10:51:23.080723 | fa163ed5-6186-4aa7-9588-000000004ffa | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-21 10:51:23.082403 | fa163ed5-6186-4aa7-9588-000000004ffa | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:28:02.272102 | 0.05s 2025-11-21 10:51:23.106346 | fa163ed5-6186-4aa7-9588-000000004ffc | TASK | Manage containers for step 5 with tripleo-ansible 2025-11-21 10:51:23.134860 | fa163ed5-6186-4aa7-9588-000000004ffc | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:28:02.324557 | 0.03s 2025-11-21 10:51:23.192406 | fa163ed5-6186-4aa7-9588-000000005097 | TASK | Gather variables for each operating system 2025-11-21 10:51:23.317989 | fa163ed5-6186-4aa7-9588-000000005097 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:02.507670 | 0.12s 2025-11-21 10:51:23.351068 | fa163ed5-6186-4aa7-9588-000000005098 | TASK | Create container logs path 2025-11-21 10:51:23.615251 | fa163ed5-6186-4aa7-9588-000000005098 | OK | Create container logs path | standalone 2025-11-21 10:51:23.616219 | fa163ed5-6186-4aa7-9588-000000005098 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:02.805921 | 0.26s 2025-11-21 10:51:23.641347 | fa163ed5-6186-4aa7-9588-00000000509a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-11-21 10:51:23.897330 | fa163ed5-6186-4aa7-9588-00000000509a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-11-21 10:51:23.898631 | fa163ed5-6186-4aa7-9588-00000000509a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:03.088325 | 0.26s 2025-11-21 10:51:23.930867 | fa163ed5-6186-4aa7-9588-00000000509b | TASK | Finalise hashes for all containers 2025-11-21 10:51:23.984818 | fa163ed5-6186-4aa7-9588-00000000509b | OK | Finalise hashes for all containers | standalone 2025-11-21 10:51:23.986029 | fa163ed5-6186-4aa7-9588-00000000509b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:03.175724 | 0.05s 2025-11-21 10:51:24.017219 | fa163ed5-6186-4aa7-9588-00000000509d | TASK | Manage systemd shutdown files 2025-11-21 10:51:24.054459 | fa163ed5-6186-4aa7-9588-00000000509d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:03.244128 | 0.04s 2025-11-21 10:51:24.078984 | 0b58261b-71d4-4a1e-8234-26647b1b5796 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-21 10:51:24.110390 | fa163ed5-6186-4aa7-9588-0000000050d0 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-21 10:51:24.352588 | fa163ed5-6186-4aa7-9588-0000000050d0 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-21 10:51:24.355274 | fa163ed5-6186-4aa7-9588-0000000050d0 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:28:03.544963 | 0.24s 2025-11-21 10:51:24.386299 | fa163ed5-6186-4aa7-9588-0000000050d1 | TASK | Set podman_drop_in fact 2025-11-21 10:51:24.446947 | fa163ed5-6186-4aa7-9588-0000000050d1 | OK | Set podman_drop_in fact | standalone 2025-11-21 10:51:24.447947 | fa163ed5-6186-4aa7-9588-0000000050d1 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:28:03.637647 | 0.06s 2025-11-21 10:51:24.471421 | fa163ed5-6186-4aa7-9588-0000000050d3 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-21 10:51:24.994208 | fa163ed5-6186-4aa7-9588-0000000050d3 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-21 10:51:24.996047 | fa163ed5-6186-4aa7-9588-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:04.185737 | 0.52s 2025-11-21 10:51:25.473674 | fa163ed5-6186-4aa7-9588-0000000050d3 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-21 10:51:25.475036 | fa163ed5-6186-4aa7-9588-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:04.664732 | 1.00s 2025-11-21 10:51:25.481721 | fa163ed5-6186-4aa7-9588-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:04.671409 | 1.01s 2025-11-21 10:51:25.512572 | fa163ed5-6186-4aa7-9588-0000000050d4 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-21 10:51:26.078651 | fa163ed5-6186-4aa7-9588-0000000050d4 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-21 10:51:26.080112 | fa163ed5-6186-4aa7-9588-0000000050d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:28:05.269805 | 0.57s 2025-11-21 10:51:26.111946 | fa163ed5-6186-4aa7-9588-0000000050d5 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-21 10:51:26.595060 | fa163ed5-6186-4aa7-9588-0000000050d5 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-21 10:51:26.596685 | fa163ed5-6186-4aa7-9588-0000000050d5 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:28:05.786378 | 0.48s 2025-11-21 10:51:26.627225 | fa163ed5-6186-4aa7-9588-0000000050d6 | TASK | Enable and start tripleo-container-shutdown 2025-11-21 10:51:27.623031 | fa163ed5-6186-4aa7-9588-0000000050d6 | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-21 10:51:27.625121 | fa163ed5-6186-4aa7-9588-0000000050d6 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:28:06.814814 | 1.00s 2025-11-21 10:51:27.664255 | fa163ed5-6186-4aa7-9588-0000000050d7 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-21 10:51:28.081169 | fa163ed5-6186-4aa7-9588-0000000050d7 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-21 10:51:28.082105 | fa163ed5-6186-4aa7-9588-0000000050d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:28:07.271810 | 0.42s 2025-11-21 10:51:28.103347 | fa163ed5-6186-4aa7-9588-0000000050d8 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-21 10:51:28.615828 | fa163ed5-6186-4aa7-9588-0000000050d8 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-21 10:51:28.616671 | fa163ed5-6186-4aa7-9588-0000000050d8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:28:07.806376 | 0.51s 2025-11-21 10:51:28.636084 | fa163ed5-6186-4aa7-9588-0000000050d9 | TASK | Enable and start netns-placeholder 2025-11-21 10:51:29.806626 | fa163ed5-6186-4aa7-9588-0000000050d9 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-21 10:51:29.808806 | fa163ed5-6186-4aa7-9588-0000000050d9 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:28:08.998499 | 1.17s 2025-11-21 10:51:29.842649 | fa163ed5-6186-4aa7-9588-00000000509f | TASK | Update container configs with new config hashes 2025-11-21 10:51:29.906502 | fa163ed5-6186-4aa7-9588-00000000509f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:09.096186 | 0.06s 2025-11-21 10:51:29.930354 | d103afbc-9d62-4154-9523-877e1873e954 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-21 10:51:29.971379 | fa163ed5-6186-4aa7-9588-000000005101 | TASK | Update config hashes for container startup configs 2025-11-21 10:51:30.261122 | fa163ed5-6186-4aa7-9588-000000005101 | OK | Update config hashes for container startup configs | standalone 2025-11-21 10:51:30.262734 | fa163ed5-6186-4aa7-9588-000000005101 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:28:09.452424 | 0.29s 2025-11-21 10:51:30.299794 | fa163ed5-6186-4aa7-9588-0000000050a0 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-11-21 10:51:30.352772 | fa163ed5-6186-4aa7-9588-0000000050a0 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:09.542459 | 0.05s 2025-11-21 10:51:30.381699 | bfd5f16c-9e23-411b-87ce-ba53e3b9b043 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-21 10:51:30.415823 | fa163ed5-6186-4aa7-9588-000000005120 | TASK | Gather podman infos 2025-11-21 10:51:32.589993 | fa163ed5-6186-4aa7-9588-000000005120 | OK | Gather podman infos | standalone 2025-11-21 10:51:32.591596 | fa163ed5-6186-4aa7-9588-000000005120 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:28:11.781293 | 2.17s 2025-11-21 10:51:32.740639 | fa163ed5-6186-4aa7-9588-000000005121 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-11-21 10:51:32.812329 | fa163ed5-6186-4aa7-9588-000000005121 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:12.002026 | 0.06s 2025-11-21 10:51:32.991455 | fa163ed5-6186-4aa7-9588-00000000516a | TIMING | tripleo_container_rm : include_tasks | standalone | 0:28:12.181110 | 0.14s 2025-11-21 10:51:33.051591 | fa163ed5-6186-4aa7-9588-0000000050a1 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-11-21 10:51:33.105199 | fa163ed5-6186-4aa7-9588-0000000050a1 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:12.294879 | 0.05s 2025-11-21 10:51:33.129868 | 918db5a4-ada5-4de3-9b54-e40dfbcfaac4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-21 10:51:33.167769 | fa163ed5-6186-4aa7-9588-000000005190 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-11-21 10:51:59.365777 | fa163ed5-6186-4aa7-9588-000000005190 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-11-21 10:51:59.370422 | fa163ed5-6186-4aa7-9588-000000005190 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:38.560109 | 26.20s 2025-11-21 10:51:59.416892 | fa163ed5-6186-4aa7-9588-000000005191 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-11-21 10:52:25.249320 | fa163ed5-6186-4aa7-9588-000000005191 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-11-21 10:52:25.250840 | fa163ed5-6186-4aa7-9588-000000005191 | 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:04.440540 | 25.83s 2025-11-21 10:52:25.305632 | fa163ed5-6186-4aa7-9588-000000004ffe | TASK | Clean container_puppet_tasks for standalone step 5 2025-11-21 10:52:25.534158 | fa163ed5-6186-4aa7-9588-000000004ffe | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-11-21 10:52:25.535069 | fa163ed5-6186-4aa7-9588-000000004ffe | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:29:04.724770 | 0.23s 2025-11-21 10:52:25.562965 | fa163ed5-6186-4aa7-9588-000000004fff | TASK | Calculate container_puppet_tasks for standalone step 5 2025-11-21 10:52:25.616784 | fa163ed5-6186-4aa7-9588-000000004fff | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:29:04.806484 | 0.05s 2025-11-21 10:52:25.636894 | fa163ed5-6186-4aa7-9588-000000005000 | TASK | Include container-puppet tasks for step 5 2025-11-21 10:52:25.673986 | fa163ed5-6186-4aa7-9588-000000005000 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:29:04.863689 | 0.04s 2025-11-21 10:52:25.686046 | 5ecb240a-b523-47d8-ac1b-3d292887619a | INCLUDED | /root/standalone-ansible-33jhni06/host-container-puppet-tasks.yaml | standalone 2025-11-21 10:52:25.714349 | fa163ed5-6186-4aa7-9588-0000000051dc | TASK | Write container-puppet-tasks json file for standalone step 5 2025-11-21 10:52:26.239596 | fa163ed5-6186-4aa7-9588-0000000051dc | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-11-21 10:52:26.240342 | fa163ed5-6186-4aa7-9588-0000000051dc | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:29:05.430045 | 0.52s 2025-11-21 10:52:26.260744 | fa163ed5-6186-4aa7-9588-0000000051de | TASK | Generate container puppet configs for step 5 2025-11-21 10:52:26.524953 | fa163ed5-6186-4aa7-9588-0000000051de | OK | Generate container puppet configs for step 5 | standalone 2025-11-21 10:52:26.525893 | fa163ed5-6186-4aa7-9588-0000000051de | TIMING | Generate container puppet configs for step 5 | standalone | 0:29:05.715598 | 0.26s 2025-11-21 10:52:26.546349 | fa163ed5-6186-4aa7-9588-0000000051df | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-11-21 10:52:26.563307 | fa163ed5-6186-4aa7-9588-0000000051df | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:29:05.753005 | 0.02s 2025-11-21 10:52:26.610663 | fa163ed5-6186-4aa7-9588-00000000520e | TASK | Gather variables for each operating system 2025-11-21 10:52:26.749676 | fa163ed5-6186-4aa7-9588-00000000520e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:05.939359 | 0.14s 2025-11-21 10:52:26.783260 | fa163ed5-6186-4aa7-9588-00000000520f | TASK | Create container logs path 2025-11-21 10:52:26.999779 | fa163ed5-6186-4aa7-9588-00000000520f | OK | Create container logs path | standalone 2025-11-21 10:52:27.001674 | fa163ed5-6186-4aa7-9588-00000000520f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:06.191368 | 0.22s 2025-11-21 10:52:27.035846 | fa163ed5-6186-4aa7-9588-000000005211 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-11-21 10:52:27.325021 | fa163ed5-6186-4aa7-9588-000000005211 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-11-21 10:52:27.326760 | fa163ed5-6186-4aa7-9588-000000005211 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:06.516451 | 0.29s 2025-11-21 10:52:27.359220 | fa163ed5-6186-4aa7-9588-000000005212 | TASK | Finalise hashes for all containers 2025-11-21 10:52:27.415621 | fa163ed5-6186-4aa7-9588-000000005212 | OK | Finalise hashes for all containers | standalone 2025-11-21 10:52:27.416876 | fa163ed5-6186-4aa7-9588-000000005212 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:06.606570 | 0.06s 2025-11-21 10:52:27.456284 | fa163ed5-6186-4aa7-9588-000000005214 | TASK | Manage systemd shutdown files 2025-11-21 10:52:27.494809 | fa163ed5-6186-4aa7-9588-000000005214 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-21 10:52:27.496336 | fa163ed5-6186-4aa7-9588-000000005214 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:06.686033 | 0.04s 2025-11-21 10:52:27.519927 | fa163ed5-6186-4aa7-9588-000000005216 | TASK | Update container configs with new config hashes 2025-11-21 10:52:27.561203 | fa163ed5-6186-4aa7-9588-000000005216 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-21 10:52:27.562371 | fa163ed5-6186-4aa7-9588-000000005216 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:06.752070 | 0.04s 2025-11-21 10:52:27.587661 | fa163ed5-6186-4aa7-9588-000000005217 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-11-21 10:52:27.637071 | fa163ed5-6186-4aa7-9588-000000005217 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-11-21 10:52:27.638290 | fa163ed5-6186-4aa7-9588-000000005217 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:06.827990 | 0.05s 2025-11-21 10:52:27.659375 | fa163ed5-6186-4aa7-9588-000000005218 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-11-21 10:52:27.697326 | fa163ed5-6186-4aa7-9588-000000005218 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-11-21 10:52:27.698755 | fa163ed5-6186-4aa7-9588-000000005218 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:06.888457 | 0.04s PLAY [Server Post Deployments] ************************************************* 2025-11-21 10:52:27.829760 | fa163ed5-6186-4aa7-9588-0000000000f7 | TASK | Server Post Deployments 2025-11-21 10:52:27.860101 | fa163ed5-6186-4aa7-9588-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', 'fa163ed5-6186-4aa7-9588-0000000000f7') missing from stats 2025-11-21 10:52:27.942483 | fa163ed5-6186-4aa7-9588-0000000000f8 | TIMING | include_tasks | standalone | 0:29:07.132124 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2025-11-21 10:52:28.100216 | fa163ed5-6186-4aa7-9588-0000000000fc | TASK | External deployment Post Deploy tasks 2025-11-21 10:52:28.130778 | fa163ed5-6186-4aa7-9588-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', 'fa163ed5-6186-4aa7-9588-0000000000fc') missing from stats 2025-11-21 10:52:28.148410 | fa163ed5-6186-4aa7-9588-000000000100 | TASK | is additonal Cell? 2025-11-21 10:52:28.186493 | fa163ed5-6186-4aa7-9588-000000000100 | OK | is additonal Cell? | undercloud 2025-11-21 10:52:28.188390 | fa163ed5-6186-4aa7-9588-000000000100 | TIMING | is additonal Cell? | undercloud | 0:29:07.377983 | 0.04s 2025-11-21 10:52:28.206908 | fa163ed5-6186-4aa7-9588-000000000102 | TASK | discover via nova_manager? 2025-11-21 10:52:28.282671 | fa163ed5-6186-4aa7-9588-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-11-21 10:52:28.285083 | fa163ed5-6186-4aa7-9588-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:29:07.474612 | 0.08s 2025-11-21 10:52:28.303932 | fa163ed5-6186-4aa7-9588-000000000103 | TASK | discover via nova_api? 2025-11-21 10:52:28.385110 | fa163ed5-6186-4aa7-9588-000000000103 | OK | discover via nova_api? | undercloud 2025-11-21 10:52:28.387579 | fa163ed5-6186-4aa7-9588-000000000103 | TIMING | discover via nova_api? | undercloud | 0:29:07.577267 | 0.08s 2025-11-21 10:52:28.405892 | fa163ed5-6186-4aa7-9588-000000000104 | TASK | Warn if no discovery host available 2025-11-21 10:52:28.456182 | fa163ed5-6186-4aa7-9588-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-11-21 10:52:28.458191 | fa163ed5-6186-4aa7-9588-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:29:07.647883 | 0.05s 2025-11-21 10:52:28.494008 | fa163ed5-6186-4aa7-9588-000000000105 | TASK | Discovering nova hosts 2025-11-21 10:52:31.153888 | fa163ed5-6186-4aa7-9588-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ed5-6186-4aa7-9588-000000000105') missing from stats 2025-11-21 10:52:31.231402 | fa163ed5-6186-4aa7-9588-000000000106 | OK | set_fact | undercloud 2025-11-21 10:52:31.232811 | fa163ed5-6186-4aa7-9588-000000000106 | TIMING | set_fact | undercloud | 0:29:10.422500 | 0.06s 2025-11-21 10:52:31.252229 | fa163ed5-6186-4aa7-9588-000000000108 | TASK | Set up group_vars 2025-11-21 10:52:31.290041 | fa163ed5-6186-4aa7-9588-000000000108 | OK | Set up group_vars | undercloud 2025-11-21 10:52:31.290803 | fa163ed5-6186-4aa7-9588-000000000108 | TIMING | Set up group_vars | undercloud | 0:29:10.480504 | 0.04s 2025-11-21 10:52:31.306021 | fa163ed5-6186-4aa7-9588-000000000109 | TASK | Make needed directories on the undercloud 2025-11-21 10:52:31.638983 | fa163ed5-6186-4aa7-9588-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-33jhni06/octavia-ansible 2025-11-21 10:52:31.643525 | fa163ed5-6186-4aa7-9588-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:10.833209 | 0.34s 2025-11-21 10:52:31.815485 | fa163ed5-6186-4aa7-9588-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-33jhni06/octavia-ansible/local_dir 2025-11-21 10:52:31.816660 | fa163ed5-6186-4aa7-9588-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:11.006358 | 0.51s 2025-11-21 10:52:32.029208 | fa163ed5-6186-4aa7-9588-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-33jhni06/octavia-ansible/group_vars 2025-11-21 10:52:32.030444 | fa163ed5-6186-4aa7-9588-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:11.220136 | 0.72s 2025-11-21 10:52:32.034361 | fa163ed5-6186-4aa7-9588-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:29:11.224045 | 0.73s 2025-11-21 10:52:32.051594 | fa163ed5-6186-4aa7-9588-00000000010a | TASK | Write group_vars file 2025-11-21 10:52:32.519754 | fa163ed5-6186-4aa7-9588-00000000010a | CHANGED | Write group_vars file | undercloud 2025-11-21 10:52:32.521213 | fa163ed5-6186-4aa7-9588-00000000010a | TIMING | Write group_vars file | undercloud | 0:29:11.710906 | 0.47s 2025-11-21 10:52:32.559298 | fa163ed5-6186-4aa7-9588-00000000010b | TASK | Gather missing facts 2025-11-21 10:52:32.926507 | fa163ed5-6186-4aa7-9588-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ed5-6186-4aa7-9588-00000000010b') missing from stats 2025-11-21 10:52:32.945492 | fa163ed5-6186-4aa7-9588-00000000010b | TIMING | Gather missing facts | undercloud | 0:29:12.135184 | 0.39s 2025-11-21 10:52:32.963875 | fa163ed5-6186-4aa7-9588-00000000010c | TASK | Write octavia inventory 2025-11-21 10:52:33.551191 | fa163ed5-6186-4aa7-9588-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-11-21 10:52:33.552100 | fa163ed5-6186-4aa7-9588-00000000010c | TIMING | Write octavia inventory | undercloud | 0:29:12.741803 | 0.59s 2025-11-21 10:52:33.566753 | fa163ed5-6186-4aa7-9588-00000000010d | TASK | Check for ssh_private_key in working directory 2025-11-21 10:52:33.747151 | fa163ed5-6186-4aa7-9588-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-11-21 10:52:33.748157 | fa163ed5-6186-4aa7-9588-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:29:12.937859 | 0.18s 2025-11-21 10:52:33.762538 | fa163ed5-6186-4aa7-9588-00000000010e | TASK | Set private key location 2025-11-21 10:52:33.799300 | fa163ed5-6186-4aa7-9588-00000000010e | SKIPPED | Set private key location | undercloud 2025-11-21 10:52:33.800070 | fa163ed5-6186-4aa7-9588-00000000010e | TIMING | Set private key location | undercloud | 0:29:12.989772 | 0.04s 2025-11-21 10:52:33.814730 | fa163ed5-6186-4aa7-9588-00000000010f | TASK | Configure octavia command 2025-11-21 10:52:33.844520 | fa163ed5-6186-4aa7-9588-00000000010f | OK | Configure octavia command | undercloud 2025-11-21 10:52:33.845404 | fa163ed5-6186-4aa7-9588-00000000010f | TIMING | Configure octavia command | undercloud | 0:29:13.035103 | 0.03s 2025-11-21 10:52:33.898159 | fa163ed5-6186-4aa7-9588-000000000110 | OK | set_fact | undercloud 2025-11-21 10:52:33.898991 | fa163ed5-6186-4aa7-9588-000000000110 | TIMING | set_fact | undercloud | 0:29:13.088690 | 0.04s 2025-11-21 10:52:33.943936 | fa163ed5-6186-4aa7-9588-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-33jhni06/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-33jhni06/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-33jhni06/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-11-21 10:52:33.945076 | fa163ed5-6186-4aa7-9588-000000000111 | TIMING | debug | undercloud | 0:29:13.134771 | 0.03s 2025-11-21 10:52:33.960529 | fa163ed5-6186-4aa7-9588-000000000112 | TASK | Configure octavia on overcloud 2025-11-21 10:56:28.195313 | fa163ed5-6186-4aa7-9588-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-11-21 10:56:28.197913 | fa163ed5-6186-4aa7-9588-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:33:07.387605 | 234.24s 2025-11-21 10:56:28.215919 | fa163ed5-6186-4aa7-9588-000000000113 | TASK | Purge temp dirs 2025-11-21 10:56:28.458580 | fa163ed5-6186-4aa7-9588-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-33jhni06/octavia-ansible/local_dir 2025-11-21 10:56:28.462226 | fa163ed5-6186-4aa7-9588-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:07.651925 | 0.25s 2025-11-21 10:56:28.469869 | fa163ed5-6186-4aa7-9588-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:07.659559 | 0.25s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=647 changed=315 unreachable=0 failed=0 skipped=329 rescued=0 ignored=0 undercloud : ok=183 changed=66 unreachable=0 failed=0 skipped=34 rescued=0 ignored=2 2025-11-21 10:56:28.534902 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-21 10:56:28.535306 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1221 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-21 10:56:28.535662 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:33:07.725369 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-21 10:56:28.535997 | UUID | Info | Host | Task Name | Run Time 2025-11-21 10:56:28.536314 | fa163ed5-6186-4aa7-9588-000000002205 | SUMMARY | standalone | Pre-fetch all the containers | 267.87s 2025-11-21 10:56:28.536652 | fa163ed5-6186-4aa7-9588-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 234.24s 2025-11-21 10:56:28.536962 | fa163ed5-6186-4aa7-9588-000000004dfa | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 121.30s 2025-11-21 10:56:28.537282 | fa163ed5-6186-4aa7-9588-0000000033ed | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 104.92s 2025-11-21 10:56:28.537644 | fa163ed5-6186-4aa7-9588-0000000024a2 | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.55s 2025-11-21 10:56:28.537954 | fa163ed5-6186-4aa7-9588-000000003055 | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 59.03s 2025-11-21 10:56:28.538258 | fa163ed5-6186-4aa7-9588-000000003c18 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 54.31s 2025-11-21 10:56:28.538586 | fa163ed5-6186-4aa7-9588-000000003c19 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 33.18s 2025-11-21 10:56:28.538915 | fa163ed5-6186-4aa7-9588-000000002640 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 32.44s 2025-11-21 10:56:28.539240 | fa163ed5-6186-4aa7-9588-000000004df9 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 31.30s 2025-11-21 10:56:28.539586 | fa163ed5-6186-4aa7-9588-000000004c5e | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.91s 2025-11-21 10:56:28.539905 | fa163ed5-6186-4aa7-9588-000000003419 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 26.48s 2025-11-21 10:56:28.540210 | fa163ed5-6186-4aa7-9588-000000005190 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 26.20s 2025-11-21 10:56:28.540535 | fa163ed5-6186-4aa7-9588-000000003445 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 25.95s 2025-11-21 10:56:28.540844 | fa163ed5-6186-4aa7-9588-000000005191 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 25.83s 2025-11-21 10:56:28.541148 | fa163ed5-6186-4aa7-9588-000000003471 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 25.61s 2025-11-21 10:56:28.541478 | fa163ed5-6186-4aa7-9588-000000004f21 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 23.18s 2025-11-21 10:56:28.541789 | fa163ed5-6186-4aa7-9588-000000004ef5 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 23.04s 2025-11-21 10:56:28.542092 | fa163ed5-6186-4aa7-9588-000000004f4d | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 22.68s 2025-11-21 10:56:28.542394 | fa163ed5-6186-4aa7-9588-000000003511 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.76s 2025-11-21 10:56:28.542748 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-33jhni06 Install artifact is located at /root/standalone-install-20251121105629.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.Y3FpkjKNrJ + exit 0 ~/ci-framework-data/artifacts