Merge "Template param for what command occ runs"
This commit is contained in:
commit
869a88d047
@ -91,10 +91,17 @@ parameters:
|
||||
ServiceConfigSettings:
|
||||
type: json
|
||||
default: {}
|
||||
ConfigCommand:
|
||||
type: string
|
||||
description: Command which will be run whenever configuration data changes
|
||||
default: os-refresh-config
|
||||
|
||||
resources:
|
||||
CephStorage:
|
||||
type: OS::Nova::Server
|
||||
metadata:
|
||||
os-collect-config:
|
||||
command: {get_param: ConfigCommand}
|
||||
properties:
|
||||
image: {get_param: Image}
|
||||
image_update_policy: {get_param: ImageUpdatePolicy}
|
||||
|
@ -91,10 +91,17 @@ parameters:
|
||||
ServiceConfigSettings:
|
||||
type: json
|
||||
default: {}
|
||||
ConfigCommand:
|
||||
type: string
|
||||
description: Command which will be run whenever configuration data changes
|
||||
default: os-refresh-config
|
||||
|
||||
resources:
|
||||
BlockStorage:
|
||||
type: OS::Nova::Server
|
||||
metadata:
|
||||
os-collect-config:
|
||||
command: {get_param: ConfigCommand}
|
||||
properties:
|
||||
image:
|
||||
{get_param: Image}
|
||||
|
@ -316,11 +316,18 @@ parameters:
|
||||
ServiceConfigSettings:
|
||||
type: json
|
||||
default: {}
|
||||
ConfigCommand:
|
||||
type: string
|
||||
description: Command which will be run whenever configuration data changes
|
||||
default: os-refresh-config
|
||||
|
||||
resources:
|
||||
|
||||
NovaCompute:
|
||||
type: OS::Nova::Server
|
||||
metadata:
|
||||
os-collect-config:
|
||||
command: {get_param: ConfigCommand}
|
||||
properties:
|
||||
image:
|
||||
{get_param: Image}
|
||||
|
@ -390,6 +390,10 @@ parameters:
|
||||
ServiceConfigSettings:
|
||||
type: json
|
||||
default: {}
|
||||
ConfigCommand:
|
||||
type: string
|
||||
description: Command which will be run whenever configuration data changes
|
||||
default: os-refresh-config
|
||||
|
||||
parameter_groups:
|
||||
- label: deprecated
|
||||
@ -401,6 +405,9 @@ resources:
|
||||
|
||||
Controller:
|
||||
type: OS::Nova::Server
|
||||
metadata:
|
||||
os-collect-config:
|
||||
command: {get_param: ConfigCommand}
|
||||
properties:
|
||||
image: {get_param: Image}
|
||||
image_update_policy: {get_param: ImageUpdatePolicy}
|
||||
|
@ -112,11 +112,18 @@ parameters:
|
||||
ServiceConfigSettings:
|
||||
type: json
|
||||
default: {}
|
||||
ConfigCommand:
|
||||
type: string
|
||||
description: Command which will be run whenever configuration data changes
|
||||
default: os-refresh-config
|
||||
|
||||
resources:
|
||||
|
||||
SwiftStorage:
|
||||
type: OS::Nova::Server
|
||||
metadata:
|
||||
os-collect-config:
|
||||
command: {get_param: ConfigCommand}
|
||||
properties:
|
||||
image: {get_param: Image}
|
||||
flavor: {get_param: Flavor}
|
||||
|
Loading…
x
Reference in New Issue
Block a user