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:
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user