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
This commit is contained in:
@@ -44,6 +44,9 @@ parameters:
|
||||
Command or script snippet to run on all overcloud nodes to
|
||||
initialize the upgrade process. E.g. a repository switch.
|
||||
default: ''
|
||||
deployment_swift_data:
|
||||
type: json
|
||||
default: {}
|
||||
|
||||
resources:
|
||||
deployed-server:
|
||||
@@ -51,6 +54,7 @@ resources:
|
||||
properties:
|
||||
name: {get_param: name}
|
||||
software_config_transport: {get_param: software_config_transport}
|
||||
deployment_swift_data: {get_param: deployment_swift_data}
|
||||
|
||||
UpgradeInitConfig:
|
||||
type: OS::Heat::SoftwareConfig
|
||||
|
||||
Reference in New Issue
Block a user