python-tripleoclient/tripleoclient
Emilien Macchi b02ed76dcc TCIB: add --rhel-modules argument
--rhel-modules is a new argument that will let us override the hardcoded
RHEL module versions that are provided in the base image.

For example, if we want to build the images against a specific module
version, we'll now be able to do the following:

  $ openstack tripleo container image build --rhel-modules \
        redis:5,virt:8.3

Note: for now we're opinionated about the RHEL modules that we support
and the --rhel-modules won't allow to install any modules, but only the
ones that we support: ['container-tools', 'mariadb', 'redis', 'virt'].
The reason is that in theory all necessary modules should be provided in
the base image layout in tripleo-common, and the use case here is being
able to change their version from the CLI, specially for our release
challenges with future OSP zstreams.

Depends-On: https://review.opendev.org/747007
Change-Id: Icaeabb2e7cb7adbbd7d2ef563dd613f2aacf8fe3
(cherry picked from commit a3b3aeb93b)
2020-08-25 01:19:17 +00:00
..
config Improve container_images_file comments 2020-04-04 03:46:02 +00:00
tests Use user set password values in overcloud export 2020-08-18 12:36:11 +00:00
v1 TCIB: add --rhel-modules argument 2020-08-25 01:19:17 +00:00
workflows [TRAIN-Only] Increase deploy workflow wait 2020-08-10 13:51:29 -06:00
__init__.py Add ReNo support 2016-10-08 00:28:43 +00:00
command.py Use correct default key file and normalize the usage 2020-03-12 11:41:51 +13:00
constants.py Remove ffwd-upgrade commands from tripleoclient. 2020-07-23 14:42:10 +00:00
exceptions.py Merge "Add "yes" prompt for update/upgrades commands" into stable/train 2020-07-20 15:33:53 +00:00
export.py Use user set password values in overcloud export 2020-08-18 12:36:11 +00:00
heat_launcher.py Honor --heat-user argument in heat launcher 2019-12-07 13:34:04 +00:00
noauth_policy.json Add heat_launcher module to help launch heat-all 2017-02-08 15:49:24 -05:00
plugin.py [TRAIN-AND-OLDER] Improve timeout error handling 2020-06-04 21:28:09 +00:00
utils.py Limit ip_version when resolving public_host and admin_host 2020-08-20 11:52:57 +00:00