iib machine::deployments
Overview
This class allows you to setup your IIB deployments. Use use a yaml representation of iib_deployment to specify all properties and params of the deployment you need. When a lot of the deployments have the same defaults, use the defaults parameter to specify a Hash of defaults.
Attributes
| Attribute Name | Short Description |
|---|---|
| defaults | a Hash of default properties added to all specfied deployments. |
| list | a Hash of deployments. |
defaults
a Hash of default properties added to all specfied deployments. Use iib_deployment to specify the defaults.
The default value is: {}
Type: Hash
Back to overview of iib_machine::deployments
list
a Hash of deployments. Use iib_deployment to specify the defaults.
The default value is: {}
Type: Hash
