Merge "Adding HeatEngineVolumes and HeatEngineOptEnvVars support"
This commit is contained in:
commit
0605128922
@ -41,6 +41,14 @@ parameters:
|
|||||||
default: {}
|
default: {}
|
||||||
description: Parameters specific to the role
|
description: Parameters specific to the role
|
||||||
type: json
|
type: json
|
||||||
|
HeatEngineOptVolumes:
|
||||||
|
default: []
|
||||||
|
description: list of optional volumes to be mounted
|
||||||
|
type: comma_delimited_list
|
||||||
|
HeatEngineOptEnvVars:
|
||||||
|
default: []
|
||||||
|
description: list of optional environment variables
|
||||||
|
type: comma_delimited_list
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
|
||||||
@ -139,10 +147,14 @@ outputs:
|
|||||||
list_concat:
|
list_concat:
|
||||||
- {get_attr: [ContainersCommon, volumes]}
|
- {get_attr: [ContainersCommon, volumes]}
|
||||||
- {get_attr: [HeatEngineLogging, volumes]}
|
- {get_attr: [HeatEngineLogging, volumes]}
|
||||||
|
- {get_param: HeatEngineOptVolumes}
|
||||||
-
|
-
|
||||||
- /var/lib/kolla/config_files/heat_engine.json:/var/lib/kolla/config_files/config.json:ro
|
- /var/lib/kolla/config_files/heat_engine.json:/var/lib/kolla/config_files/config.json:ro
|
||||||
- /var/lib/config-data/puppet-generated/heat/:/var/lib/kolla/config_files/src:ro
|
- /var/lib/config-data/puppet-generated/heat/:/var/lib/kolla/config_files/src:ro
|
||||||
environment:
|
environment:
|
||||||
|
list_concat:
|
||||||
|
- {get_param: HeatEngineOptEnvVars}
|
||||||
|
-
|
||||||
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
|
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
|
||||||
host_prep_tasks: {get_attr: [HeatEngineLogging, host_prep_tasks]}
|
host_prep_tasks: {get_attr: [HeatEngineLogging, host_prep_tasks]}
|
||||||
upgrade_tasks:
|
upgrade_tasks:
|
||||||
|
Loading…
Reference in New Issue
Block a user