tripleo-heat-templates/releasenotes/notes/add-deploymentswiftdatamap-parameter-351ee63800016e4d.yaml
James Slagle c47ca9c3a1 Add DeploymentSwiftDataMap parameter
The DeploymentSwiftDataMap parameter is used to set the
deployment_swift_data property on the Server resoures. The parameter is
a map of role names and node indexes to Swift container and object names
to be used for storing deployment data.

The parameter allows for using predefined Swift objects for storing
deployment data instead of container/object names with generated uuid's
from Heat.

implements blueprint split-stack-default
Depends-On: Ia07e9374a4b95bd0e74fc47fb9df4bf6ad096715

Change-Id: I471037de35e7f349d900462ec3ffb16fe2d6ebd9
2017-06-15 14:45:11 -04:00

7 lines
287 B
YAML

---
features:
- Added new DeploymentSwiftDataMap parameter, which is used to set the
deployment_swift_data property on the Server resoures. The parameter is a
map where the keys are the Heat assigned hostnames, and the value is a map
of the container/object name in Swift.