- network: ctlplane
user_data_format: SOFTWARE_CONFIG
NovaCompute0Deploy:
- DependsOn: [controller0Deployment]
+ DependsOn: [controller0AllNodes]
Type: OS::Heat::StructuredDeployment
Properties:
signal_transport: NO_SIGNAL
live_update_image_id: {Ref: LiveUpdateComputeImage}
ntp_server: {Ref: NtpServer}
NovaCompute0AllNodesDeploy:
+ DependsOn: [NovaCompute0Passthrough]
Type: OS::Heat::StructuredDeployment
Properties:
config: {Ref: AllNodesConfig}
server: {Ref: NovaCompute0}
NovaCompute0Passthrough:
+ DependsOn: [NovaCompute0Deploy]
Type: OS::Heat::StructuredDeployment
Properties:
config: {Ref: NovaComputePassthrough}
- network: ctlplane
user_data_format: SOFTWARE_CONFIG
controller0AllNodes:
+ DependsOn: [controller0Deployment,controller0SSLDeployment,controller0Swift,controller0Passthrough]
Type: OS::Heat::StructuredDeployment
Properties:
config: {Ref: allNodesConfig}