aboutsummaryrefslogtreecommitdiffstats
path: root/nfs-server-source.yaml
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2014-11-21 06:11:26 -0500
committerGiulio Fidente <gfidente@redhat.com>2014-12-11 00:19:27 +0100
commit6674c39d80b2418aa573d7f8bbbb9c92648f90c5 (patch)
treece3a9cdec905789389f3c85af6635cd87c2f0da1 /nfs-server-source.yaml
parentf0ba1a632448fb50c0a8754f5d183c4d1f5759f4 (diff)
Bring back (abandoned) support for Cinder/NFS
We used to have a YAML file providing a test setup for Cinder/NFS which could be used via a special Makefile target; this was not used in CI anymore though and overtime things broke. This change aims at bringing that functionality back and also make it easier to use it via a number of changes: * delete unmaintained nfs-server-source (not working due to changes in the elements) * delete (unneeded) block-storage-nfs * remove the hidden block-storage-with-nfs target from Makefile * add a some nfs-source which supports newer elements and newer template language as well * improve existing comments in Makefile documeting how to use it Change-Id: I96144ee2f4ca33bd7467f09ad960ea268c1250bf
Diffstat (limited to 'nfs-server-source.yaml')
-rw-r--r--nfs-server-source.yaml24
1 files changed, 0 insertions, 24 deletions
diff --git a/nfs-server-source.yaml b/nfs-server-source.yaml
deleted file mode 100644
index 8e32e963..00000000
--- a/nfs-server-source.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
-description: 'NFS server share configuration for testing'
-resources:
- controller0Config:
- type: AWS::AutoScaling::LaunchConfiguration
- metadata:
- nfs_server:
- shares:
- Merge::Map:
- NovaCompute0:
- Fn::Join:
- - ' '
- - - get_attr:
- - NovaCompute0
- - networks
- - ctlplane
- - 0
- BlockStorage0:
- Fn::Join:
- - ' '
- - - get_attr:
- - BlockStorage0
- - networks
- - ctlplane
- - 0