e8f53ae778
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
8 lines
280 B
YAML
8 lines
280 B
YAML
---
|
|
features:
|
|
- |
|
|
A new cli argument, --heat-type is added to openstack overcloud deploy.
|
|
Available options are "installed", "pod", "container", and "native". The
|
|
default is "installed". The argument specifies the type of Heat process to
|
|
use for the deployment.
|