0223d35c0c
Updates all references for notCompute and notcompute to use 'controller' instead. Change-Id: I70ef83f35064ab388bdc7e1a6da62b6585580010 Partial-bug: #1300324
29 lines
788 B
YAML
29 lines
788 B
YAML
Description: 'NFS server share configuration for testing'
|
|
Resources:
|
|
controller0Config:
|
|
Type: AWS::AutoScaling::LaunchConfiguration
|
|
Metadata:
|
|
nfs_server:
|
|
shares:
|
|
Merge::Map:
|
|
NovaCompute0:
|
|
Fn::Join:
|
|
- ' '
|
|
- - Fn::Select:
|
|
- 0
|
|
- Fn::Select:
|
|
- ctlplane
|
|
- Fn::GetAtt:
|
|
- NovaCompute0
|
|
- networks
|
|
BlockStorage0:
|
|
Fn::Join:
|
|
- ' '
|
|
- - Fn::Select:
|
|
- 0
|
|
- Fn::Select:
|
|
- ctlplane
|
|
- Fn::GetAtt:
|
|
- BlockStorage0
|
|
- networks
|