Expose parameter MistralDockerGroup
This will be set to true for undercloud deployments Change-Id: I4e34a930d384ae4220070e3b613477b9ff89314c Blueprint: container-prepare-workflow
This commit is contained in:
committed by
Emilien Macchi
parent
2e1e3fcd7f
commit
ab1cba9047
@@ -30,3 +30,4 @@ resource_registry:
|
|||||||
parameter_defaults:
|
parameter_defaults:
|
||||||
ZaqarMessageStore: 'swift'
|
ZaqarMessageStore: 'swift'
|
||||||
ZaqarManagementStore: 'sqlalchemy'
|
ZaqarManagementStore: 'sqlalchemy'
|
||||||
|
MistralDockerGroup: true
|
||||||
|
|||||||
@@ -100,3 +100,4 @@ parameter_defaults:
|
|||||||
DhcpRangeStart: '192.168.24.5'
|
DhcpRangeStart: '192.168.24.5'
|
||||||
DhcpRangeEnd: '192.168.24.24'
|
DhcpRangeEnd: '192.168.24.24'
|
||||||
UndercloudCtlplaneLocalSubnet: 'ctlplane-subnet'
|
UndercloudCtlplaneLocalSubnet: 'ctlplane-subnet'
|
||||||
|
MistralDockerGroup: true
|
||||||
|
|||||||
@@ -45,6 +45,10 @@ parameters:
|
|||||||
description: The password for the Mistral service and db account, used by the Mistral services.
|
description: The password for the Mistral service and db account, used by the Mistral services.
|
||||||
type: string
|
type: string
|
||||||
hidden: true
|
hidden: true
|
||||||
|
MistralDockerGroup:
|
||||||
|
default: false
|
||||||
|
description: Add the mistral user to the docker group to allow actions to perform docker operations.
|
||||||
|
type: boolean
|
||||||
KeystoneRegion:
|
KeystoneRegion:
|
||||||
type: string
|
type: string
|
||||||
default: 'regionOne'
|
default: 'regionOne'
|
||||||
@@ -117,6 +121,7 @@ outputs:
|
|||||||
- ''
|
- ''
|
||||||
- - {get_param: [EndpointMap, KeystoneV3Internal, uri]}
|
- - {get_param: [EndpointMap, KeystoneV3Internal, uri]}
|
||||||
- '/ec2tokens'
|
- '/ec2tokens'
|
||||||
|
tripleo::profile::base::mistral::executor::docker_group: {get_param: MistralDockerGroup}
|
||||||
service_config_settings:
|
service_config_settings:
|
||||||
keystone:
|
keystone:
|
||||||
mistral::keystone::auth::tenant: 'service'
|
mistral::keystone::auth::tenant: 'service'
|
||||||
|
|||||||
Reference in New Issue
Block a user