python-tripleoclient/tripleoclient/workflows
James Slagle e8f53ae778 Support using ephemeral Heat
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
2021-04-27 21:50:05 -04:00
..
__init__.py Use Mistral for baremetal registration 2016-07-08 15:43:18 +01:00
baremetal.py Don't use mistral actions for baremetal workflow 2021-03-01 17:58:23 +05:30
deployment.py Support using ephemeral Heat 2021-04-27 21:50:05 -04:00
parameters.py Do not use ironic/nova for generate_fencing 2021-03-10 10:11:13 +01:00
roles.py Bring back check_deprecated_parameters 2021-02-05 08:16:28 +05:30
scale.py Fix node delete to not use overcloud plan 2021-02-17 16:15:30 +05:30