Comment 6 for bug 1946240

Revision history for this message
Juan Badia Payno (jbadiapa) wrote :

(undercloud) [stack@undercloud ~]$ ./overcloud-deploy.sh
+ source /home/stack/stackrc
+++ set
+++ awk -F= '/^OS_/ {print $1}'
++ for key in $( set | awk -F= '/^OS_/ {print $1}' )
++ unset OS_CLOUD
++ export OS_CLOUD=undercloud
++ OS_CLOUD=undercloud
++ '[' -z 1 ']'
+ openstack overcloud deploy --stack overcloud --skip-nodes-and-networks --override-ansible-cfg /home/stack/custom_ansible.cfg --templates /usr/share/openstack-tripleo-heat-templates --libvirt-type qemu --timeout 90 -e /home/stack/cloud-names.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-server-environment.yaml -e /home/stack/overcloud-baremetal-deployed.yaml --deployed-server -e /home/stack/containers-prepare-parameter.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/podman.yaml --networks-file /usr/share/openstack-tripleo-heat-templates/network-data-samples/default-network-isolation.yaml -e /home/stack/overcloud-networks-deployed.yaml -e /home/stack/overcloud-vips-deployed.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/net-single-nic-with-vlans.yaml -e /home/stack/network-environment.yaml -e /home/stack/overcloud_storage_params.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml -e /home/stack/enable-tls.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-endpoints-public-ip.yaml -e /home/stack/inject-trust-anchor.yaml --validation-warnings-fatal -e /home/stack/overcloud-topology-config.yaml --heat-type pod -e /home/stack/overcloud-selinux-config.yaml -e /usr/share/openstack-tripleo-heat-templates/ci/environments/ovb-ha.yaml --disable-validations --disable-protected-resource-types
2021-10-07 13:02:38.948 6995 ERROR openstack [-] Error: The following files were not found: /home/stack/overcloud-baremetal-deployed.yaml, /home/stack/overcloud-networks-deployed.yaml, /home/stack/overcloud-vips-deployed.yaml: osc_lib.exceptions.CommandError: Error: The following files were not found: /home/stack/overcloud-baremetal-deployed.yaml, /home/stack/overcloud-networks-deployed.yaml, /home/stack/overcloud-vips-deployed.yaml
2021-10-07 13:02:38.948 6995 INFO osc_lib.shell [-] END return value: 1
+ status_code=1
+ exit 1