summaryrefslogtreecommitdiffstats
path: root/roles/openshift_cfme/files/miq-pv-server-example.yaml
diff options
context:
space:
mode:
authorTim Bielawa <tbielawa@redhat.com>2017-09-15 17:18:22 -0400
committerTim Bielawa <tbielawa@redhat.com>2017-10-04 10:48:30 -0400
commit8e10c53974b4b87e483ed0dfec3946383aa071c7 (patch)
tree9d1cf76f6e563f9b47fd4f6c6b8bfaa0316ca884 /roles/openshift_cfme/files/miq-pv-server-example.yaml
parent42d330a1cf2990fee39dab36250524ebfb303428 (diff)
downloadopenshift-8e10c53974b4b87e483ed0dfec3946383aa071c7.tar.gz
openshift-8e10c53974b4b87e483ed0dfec3946383aa071c7.tar.bz2
openshift-8e10c53974b4b87e483ed0dfec3946383aa071c7.tar.xz
openshift-8e10c53974b4b87e483ed0dfec3946383aa071c7.zip
Import upstream templates. Do the work. Validate parameters.
Diffstat (limited to 'roles/openshift_cfme/files/miq-pv-server-example.yaml')
-rw-r--r--roles/openshift_cfme/files/miq-pv-server-example.yaml27
1 files changed, 0 insertions, 27 deletions
diff --git a/roles/openshift_cfme/files/miq-pv-server-example.yaml b/roles/openshift_cfme/files/miq-pv-server-example.yaml
deleted file mode 100644
index e4a23334b..000000000
--- a/roles/openshift_cfme/files/miq-pv-server-example.yaml
+++ /dev/null
@@ -1,27 +0,0 @@
-apiVersion: v1
-kind: PersistentVolume
-metadata:
- name: "${PV_NAME}"
-spec:
- capacity:
- storage: 5Gi
- accessModes:
- - ReadWriteOnce
- nfs:
- path: "/${BASE_PATH}/${PV_NAME}"
- server: "${NFS_SERVER}"
- persistentVolumeReclaimPolicy: Retain
-parameters:
-- name: BASE_PATH
- displayName: BasePath
- required: true
- description: The parent directory of your NFS exports
- value: /exports
-- name: PV_NAME
- displayName: PVName
- required: true
- description: The name of this PV
-- name: NFS_SERVER
- displayName: NFSServer
- required: true
- description: The hostname or IP address of the NFS server