step4: flatten nova service configuration

This change combines the previous puppet and docker files
into a single file that performs the docker service installation
and configuration.

Change-Id: I9bd5c9f007d9f69d7310cdd0106bcc923c1b0acd
This commit is contained in:
Jill Rouleau 2019-02-15 10:12:25 -07:00
parent 6f73f44a28
commit acb61d2c18
12 changed files with 11 additions and 11 deletions

View File

@ -167,7 +167,7 @@ resources:
EnableInternalTLS: {get_param: EnableInternalTLS} EnableInternalTLS: {get_param: EnableInternalTLS}
NovaBase: NovaBase:
type: ../../puppet/services/nova-base.yaml type: ./nova-base-puppet.yaml
properties: properties:
ServiceData: {get_param: ServiceData} ServiceData: {get_param: ServiceData}
ServiceNetMap: {get_param: ServiceNetMap} ServiceNetMap: {get_param: ServiceNetMap}

View File

@ -278,7 +278,7 @@ resources:
NovaServiceName: 'compute' NovaServiceName: 'compute'
NovaBase: NovaBase:
type: ../../puppet/services/nova-base.yaml type: ./nova-base-puppet.yaml
properties: properties:
ServiceData: {get_param: ServiceData} ServiceData: {get_param: ServiceData}
ServiceNetMap: {get_param: ServiceNetMap} ServiceNetMap: {get_param: ServiceNetMap}

View File

@ -85,7 +85,7 @@ resources:
NovaServiceName: 'conductor' NovaServiceName: 'conductor'
NovaBase: NovaBase:
type: ../../puppet/services/nova-base.yaml type: ./nova-base-puppet.yaml
properties: properties:
ServiceData: {get_param: ServiceData} ServiceData: {get_param: ServiceData}
ServiceNetMap: {get_param: ServiceNetMap} ServiceNetMap: {get_param: ServiceNetMap}

View File

@ -68,7 +68,7 @@ resources:
NovaServiceName: 'consoleauth' NovaServiceName: 'consoleauth'
NovaBase: NovaBase:
type: ../../puppet/services/nova-base.yaml type: ./nova-base-puppet.yaml
properties: properties:
ServiceData: {get_param: ServiceData} ServiceData: {get_param: ServiceData}
ServiceNetMap: {get_param: ServiceNetMap} ServiceNetMap: {get_param: ServiceNetMap}

View File

@ -64,7 +64,7 @@ resources:
RoleParameters: {get_param: RoleParameters} RoleParameters: {get_param: RoleParameters}
NovaBase: NovaBase:
type: ../../puppet/services/nova-base.yaml type: ./nova-base-puppet.yaml
properties: properties:
ServiceData: {get_param: ServiceData} ServiceData: {get_param: ServiceData}
ServiceNetMap: {get_param: ServiceNetMap} ServiceNetMap: {get_param: ServiceNetMap}

View File

@ -301,7 +301,7 @@ resources:
type: OS::TripleO::Services::Logging::NovaLibvirt type: OS::TripleO::Services::Logging::NovaLibvirt
NovaBase: NovaBase:
type: ../../puppet/services/nova-base.yaml type: ./nova-base-puppet.yaml
properties: properties:
ServiceData: {get_param: ServiceData} ServiceData: {get_param: ServiceData}
ServiceNetMap: {get_param: ServiceNetMap} ServiceNetMap: {get_param: ServiceNetMap}

View File

@ -97,7 +97,7 @@ resources:
EnableInternalTLS: {get_param: EnableInternalTLS} EnableInternalTLS: {get_param: EnableInternalTLS}
NovaBase: NovaBase:
type: ../../puppet/services/nova-base.yaml type: ./nova-base-puppet.yaml
properties: properties:
ServiceData: {get_param: ServiceData} ServiceData: {get_param: ServiceData}
ServiceNetMap: {get_param: ServiceNetMap} ServiceNetMap: {get_param: ServiceNetMap}

View File

@ -92,7 +92,7 @@ resources:
EnableInternalTLS: {get_param: EnableInternalTLS} EnableInternalTLS: {get_param: EnableInternalTLS}
NovaBase: NovaBase:
type: ../../puppet/services/nova-base.yaml type: ./nova-base-puppet.yaml
properties: properties:
ServiceData: {get_param: ServiceData} ServiceData: {get_param: ServiceData}
ServiceNetMap: {get_param: ServiceNetMap} ServiceNetMap: {get_param: ServiceNetMap}

View File

@ -98,7 +98,7 @@ resources:
NovaServiceName: 'scheduler' NovaServiceName: 'scheduler'
NovaBase: NovaBase:
type: ../../puppet/services/nova-base.yaml type: ./nova-base-puppet.yaml
properties: properties:
ServiceData: {get_param: ServiceData} ServiceData: {get_param: ServiceData}
ServiceNetMap: {get_param: ServiceNetMap} ServiceNetMap: {get_param: ServiceNetMap}

View File

@ -113,7 +113,7 @@ resources:
NovaServiceName: 'vncproxy' NovaServiceName: 'vncproxy'
NovaBase: NovaBase:
type: ../../puppet/services/nova-base.yaml type: ./nova-base-puppet.yaml
properties: properties:
ServiceData: {get_param: ServiceData} ServiceData: {get_param: ServiceData}
ServiceNetMap: {get_param: ServiceNetMap} ServiceNetMap: {get_param: ServiceNetMap}

View File

@ -34,7 +34,7 @@ environments:
puppet/all-nodes-config.yaml: puppet/all-nodes-config.yaml:
parameters: parameters:
- EnableInternalTLS - EnableInternalTLS
puppet/services/nova-base.yaml: deployment/nova/nova-base-puppet.yaml:
parameters: parameters:
- RpcUseSSL - RpcUseSSL
deployment/rabbitmq/rabbitmq-messaging-notify-container-puppet.yaml: deployment/rabbitmq/rabbitmq-messaging-notify-container-puppet.yaml: