tripleo-common/releasenotes/notes/derive-deployment-parameters-c5e97d3df9bfc114.yaml
Alan Bishop 7036ea3df2 Derive deployment parameters for HCI
Add new workflow that derives the deployment parameters for HCI
(Hyper-Converged Infrastructure, where Compute and CephOSD services are
deployed on the same node). The workflow is invoked from the main derived
parameters workflow for all TripleO roles associated with HCI.
Implements: blueprint tripleo-derive-parameters

Change-Id: I0942b5cae0ca9ae5820701998a15805b78ccbd81
2017-07-13 08:33:32 -04:00

14 lines
612 B
YAML

---
features:
- |
Add a Mistral workflow that uses hardware introspection data to derive
deployment parameters for features such as DPDK and HCI (hyperconverged
Nova compute and Ceph OSD nodes). The derived parameters workflow is
automatically invoked during deployment when the workflow is listed in
the plan environment file.
For each role in the deployment, the workflow analyzes the Heat resource
tree to determine which features are relevant to that role. The main
workflow invokes secondary workflows responsible for deriving parameters
associated with each feature.