Merge "Rename NovaCompute resources suffix to be consistent with controller"
This commit is contained in:
commit
5dd1df9543
@ -183,8 +183,8 @@ resources:
|
||||
networks:
|
||||
- network: ctlplane
|
||||
user_data_format: SOFTWARE_CONFIG
|
||||
NovaCompute0Deploy:
|
||||
depends_on: [controller0AllNodes]
|
||||
NovaCompute0Deployment:
|
||||
depends_on: [controller0AllNodesDeployment]
|
||||
type: OS::Heat::StructuredDeployment
|
||||
properties:
|
||||
signal_transport: NO_SIGNAL
|
||||
@ -228,14 +228,14 @@ resources:
|
||||
nova_image: {get_param: NovaImage}
|
||||
live_update_image_id: {get_param: LiveUpdateComputeImage}
|
||||
ntp_server: {get_param: NtpServer}
|
||||
NovaCompute0AllNodesDeploy:
|
||||
NovaCompute0AllNodesDeployment:
|
||||
depends_on: [NovaCompute0Passthrough]
|
||||
type: OS::Heat::StructuredDeployment
|
||||
properties:
|
||||
config: {get_param: AllNodesConfig}
|
||||
server: {get_resource: NovaCompute0}
|
||||
NovaCompute0Passthrough:
|
||||
depends_on: [NovaCompute0Deploy]
|
||||
depends_on: [NovaCompute0Deployment]
|
||||
type: OS::Heat::StructuredDeployment
|
||||
properties:
|
||||
config: {get_resource: NovaComputePassthrough}
|
||||
|
@ -308,10 +308,10 @@ resources:
|
||||
length: 20
|
||||
salt:
|
||||
get_param: RabbitCookieSalt
|
||||
NovaCompute0Deploy:
|
||||
NovaCompute0Deployment:
|
||||
type: FileInclude
|
||||
Path: nova-compute-instance.yaml
|
||||
SubKey: resources.NovaCompute0Deploy
|
||||
SubKey: resources.NovaCompute0Deployment
|
||||
parameters:
|
||||
NovaApiHost: {get_attr: [ControlVirtualIP, fixed_ips, 0, ip_address]}
|
||||
KeystoneHost: {get_attr: [ControlVirtualIP, fixed_ips, 0, ip_address]}
|
||||
@ -347,10 +347,10 @@ resources:
|
||||
get_param: HypervisorNeutronPublicInterface
|
||||
NeutronBridgeMappings:
|
||||
get_param: NeutronBridgeMappings
|
||||
NovaCompute0AllNodes:
|
||||
NovaCompute0AllNodesDeployment:
|
||||
type: FileInclude
|
||||
Path: nova-compute-instance.yaml
|
||||
SubKey: resources.NovaCompute0AllNodesDeploy
|
||||
SubKey: resources.NovaCompute0AllNodesDeployment
|
||||
parameters:
|
||||
AllNodesConfig: {get_resource: allNodesConfig}
|
||||
NovaCompute0Passthrough:
|
||||
@ -682,7 +682,7 @@ resources:
|
||||
networks:
|
||||
- network: ctlplane
|
||||
user_data_format: SOFTWARE_CONFIG
|
||||
controller0AllNodes:
|
||||
controller0AllNodesDeployment:
|
||||
depends_on: [controller0Deployment,controller0SSLDeployment,controller0Swift,controller0Passthrough]
|
||||
type: OS::Heat::StructuredDeployment
|
||||
properties:
|
||||
|
Loading…
x
Reference in New Issue
Block a user