tripleo-heat-templates/nfs-server-source.yaml
Dan Prince 0223d35c0c Stop using notCompute in favor of controller
Updates all references for notCompute and notcompute
to use 'controller' instead.

Change-Id: I70ef83f35064ab388bdc7e1a6da62b6585580010
Partial-bug: #1300324
2014-04-09 13:26:41 -04:00

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