0a8fc376cd
https://review.opendev.org/#/c/664568/ adds mistral actions for generating overcloud clouds.yaml file. This patch enables the same to call the above mistral action and reuse The clouds_yaml.py script is also moved from tht to here in order to reuse the script. Added proper constants and method for creating clouds yaml directory. Added a mock_clouds_yaml.py function to mock the tripleo-common.utils.clouds_yaml script in order to integrate with Tripleo. Depends-On: https://review.opendev.org/#/c/664568/ Change-Id: I243ec370f9de0f2a0e34163962f1a1f228c3a9a1 Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
9 lines
307 B
YAML
9 lines
307 B
YAML
---
|
|
features:
|
|
- |
|
|
OpenStack overcloud services cli and api is currently accessed through
|
|
overcloudrc and clouds.yaml.
|
|
This adds support for overcloud clouds.yaml file generation after
|
|
deployment. The file can be found at ~/.config/openstack/clouds.yaml
|
|
and /etc/openstack/clouds.yaml.
|