48cce25c1985d0d97607ea80cf38267eabed5ad6
We use stackrc which sets OS_CLOUD env variable, when running
the cli playbooks. We've been removing hardcoded cloud_names
specified in playbooks to not conflict with it.
Also, 'auth_type' would be picked from clouds.yaml and not
required to be passed an argument.
For standalone ironic using noauth, clouds.yaml would look
like below and there is no need to have any logic in the
modules.
clouds:
undercloud:
auth: {}
auth_type: none
baremetal_api_version: '1'
baremetal_endpoint_override: https://192.168.24.2:13385
Change-Id: Iacf16819ee98ed9d41abbe0e7f6a77f36e803de2
Team and repository tags
TripleO Ansible
TripleO Ansible project repository. Contains Ansible playbooks, roles, and plugins for use with TripleO.
Documentation for the project can be found at: https://docs.openstack.org/tripleo-ansible/latest/
Release notes for the project can be found at: https://docs.openstack.org/releasenotes/tripleo-ansible/
The project source code repository is located at: https://opendev.org/openstack/tripleo-ansible/
The project home is at: https://launchpad.net/tripleo
The project bug tracker is located at: https://bugs.launchpad.net/tripleo
Description
RETIRED, TripleO Ansible project repository. Contains playbooks for use with TripleO OpenStack deployments.