Bug 1881073 - [RFE] config-download collection support
Summary: [RFE] config-download collection support
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-tripleoclient
Version: 16.2 (Train)
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: beta
: 16.2 (Train on RHEL 8.4)
Assignee: Luke Short
QA Contact: David Rosenfeld
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-09-21 13:53 UTC by Luke Short
Modified: 2020-10-30 18:28 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-10-30 18:28:35 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Luke Short 2020-09-21 13:53:05 UTC
Description of problem:
The deployment files from `openstack overcloud config download` are not portable. Starting with Ansible 2.8 (and especially now with the release of 2.10), there is a huge focus on portable and consumable collections.


Version-Release number of selected component (if applicable):
RHOSP <= 16.1


How reproducible:
100%


Steps to Reproduce:
1. `openstack overcloud config download`
2. Move the directory it creates to another server (or into Ansible Tower).
3. Execute the playbooks. They will fail because there are missing roles and modules.


Actual results:
`openstack overcloud config download` only provides the task files that are generated from THT.


Expected results:
All of the required dependencies (including roles and modules) should be copied over to the config-download directory.
```
$ openstack overcloud config download --collection
$ ls -1 tripleo-ansible
roles
modules
...
```


Additional info:
Related spec for Ansible Tower (AWX) integration: https://review.opendev.org/#/c/698828/

Comment 4 Luke Short 2020-10-30 18:28:35 UTC
Per discussions during the Wallaby PTG, this will no longer be pursued.

https://etherpad.opendev.org/p/ptg-tripleo-config-download-collection


Note You need to log in before you can comment on or make changes to this bug.