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}
NovaBase:
type: ../../puppet/services/nova-base.yaml
type: ./nova-base-puppet.yaml
properties:
ServiceData: {get_param: ServiceData}
ServiceNetMap: {get_param: ServiceNetMap}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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