aboutsummaryrefslogtreecommitdiffstats
path: root/nfs-server-source.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'nfs-server-source.yaml')
-rw-r--r--nfs-server-source.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/nfs-server-source.yaml b/nfs-server-source.yaml
new file mode 100644
index 00000000..22214ae0
--- /dev/null
+++ b/nfs-server-source.yaml
@@ -0,0 +1,28 @@
+Description: 'NFS server share configuration for testing'
+Resources:
+ notCompute0Config:
+ 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 \ No newline at end of file