
This patch begins to add support for using the ephemeral Heat process to the overcloud deploy command. The functionality is enabled with the newly added --heat-type cli arg, which can be used to select the heat type to be used by the deployment playbooks and modules. The options are: installed: current behavior using Heat installed on the undercloud pod: ephemeral Heat podman pod (heat-api/engine) container: ephemeral Heat podman container (heat-all) native: ephemeral Heat native heat-all process The default is "installed" initially to preserve the existing functionality. Signed-off-by: James Slagle <jslagle@redhat.com> Implements: blueprint ephemeral-heat-overcloud Change-Id: I8fb6ca088b1052488ff4f9ada4d3ab29c0be4735
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