Go to file
Juan Badia Payno 43789fb73a multi-rhel images prepare default
New arguments:
 --enable-multi-rhel : flag to create multi-rhel prepare
 --exclude: list of containers to exclude
 --minor-override: tags to override on the minor release
 --major-override: tags to override on the mayor release
 --roles: list of the roles
 --role-file: role_data.yaml patch

Example:

openstack tripleo container image prepare default \
  --enable-multi-rhel --exclude nova-compute \
  --exclude nova-libvirt \
  --exclude ovn-controller \
  --major-override "{'tag':'other_tag'}" \
  --minor-override "{'tag':'my_tag'}" \
  --roles ComputeEL8 --roles Controller --roles Compute

openstack tripleo container image prepare default \
  --enable-multi-rhel --exclude nova-compute \
  --exclude nova-libvirt \
  --exclude ovn-controller \
  --major-override "{'tag':'other_tag'}" \
  --minor-override "{'tag':'my_tag'}" \
  --role-file /home/stack/role_data.yaml

This will generate a file like:

https://paste.opendev.org/show/b6oRQ1sTmWW4fvbbHVWG/

Change-Id: Ib834234c57ff525bb2f7a4993534515091a7138a
2023-01-24 14:31:28 +01:00
2022-08-29 19:25:02 +08:00
2022-05-20 08:10:46 +00:00
2022-05-26 23:44:36 +09:00
2019-04-19 19:42:47 +00:00
2015-03-17 09:33:52 -04:00
2021-07-23 16:57:18 +02:00
2019-01-04 17:31:21 +00:00
2019-09-11 16:33:21 +02:00
2015-03-17 09:33:52 -04:00
2019-09-11 16:33:21 +02:00
2020-04-04 17:19:56 +02:00
2022-12-23 16:18:18 +09:00

About tripleoclient

General information

tripleoclient is an OpenStackClient (OSC) plugin implementation that implements commands useful for TripleO and the install and management of both an undercloud and an overcloud.

See the TripleO Documentation for details on using tripleoclient.

See the Release Notes

Team and repository tags

image

Description
RETIRED, python utility to manage a tripleo based cloud
Readme 72 MiB