43789fb73a29ef8df6597299d511d34678e11821
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
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
Description