From 42d330a1cf2990fee39dab36250524ebfb303428 Mon Sep 17 00:00:00 2001 From: Tim Bielawa Date: Wed, 6 Sep 2017 15:11:55 -0400 Subject: CFME 4.6 work begins. CFME 4.5 references added to the release-3.6 branch --- roles/openshift_cfme/files/miq-pv-db-example.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 roles/openshift_cfme/files/miq-pv-db-example.yaml (limited to 'roles/openshift_cfme/files/miq-pv-db-example.yaml') diff --git a/roles/openshift_cfme/files/miq-pv-db-example.yaml b/roles/openshift_cfme/files/miq-pv-db-example.yaml new file mode 100644 index 000000000..7d66552db --- /dev/null +++ b/roles/openshift_cfme/files/miq-pv-db-example.yaml @@ -0,0 +1,13 @@ +apiVersion: v1 +kind: PersistentVolume +metadata: + name: miq-pv01 +spec: + capacity: + storage: 15Gi + accessModes: + - ReadWriteOnce + nfs: + path: "/exports/miq-pv01" + server: "" + persistentVolumeReclaimPolicy: Retain -- cgit v1.2.3