Steve Baker
603660efe8
module tripleo_baremetal_expand_roles
...
This module consumes the baremetal deployment yaml and transforms it
to a list of instances and a heat environment. Subsequent modules in
the role will consume the instances and take actions based on the
instance entries and the observed ironic nodes.
The mistral action[1] has significant unit test coverage[2] which is
desirable to keep, so most of the logic has been put in a module_utils
with its own unit tests. Some special handling is required in the unit
test and doc generation to make baremetal_deploy importable from
ansible.module_utils, which is done automatically during ansible runs.
[1] https://opendev.org/openstack/tripleo-common/src/branch/master/tripleo_common/actions/baremetal_deploy.py#L353
[2] https://opendev.org/openstack/tripleo-common/src/branch/master/tripleo_common/tests/actions/test_baremetal_deploy.py#L648
Change-Id: I21cc6939db5120d4c1549b9ec66d6e0f172fd229
Story: 2007212
Task: 38457
2020-03-06 15:12:21 +00:00
Emilien Macchi
f90a6d42b3
Introduce unit tests structure for tripleo-ansible filters
...
Change-Id: Ie2fea14d2cbfb2c0b78cdc3064df0a558fa28a4c
2019-12-02 22:26:16 +00:00
Kevin Carter
fb416302f2
Remove unnecessary files
...
These files serve no purpose at this time and have been removed.
Change-Id: Ia680f38f6d50cb8021be1622413b8eb1cd642a8c
Signed-off-by: Kevin Carter <kecarter@redhat.com>
2019-06-05 09:06:52 -05:00
Sam Doran
2936284fed
Use generic names for container platform
...
- Add Zuul config
- Correct a few minor things in tox.ini
- add ansible-requirements.txt
- add .gitignore
Change-Id: Iac67338a6cd9a088bc0fbf0b3e6baff448530878
2018-10-02 10:10:53 -04:00