summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README_origin.md2
-rw-r--r--playbooks/adhoc/create_pv/pv-template.j22
2 files changed, 3 insertions, 1 deletions
diff --git a/README_origin.md b/README_origin.md
index 761d1509f..b0169946b 100644
--- a/README_origin.md
+++ b/README_origin.md
@@ -60,6 +60,8 @@ option to ansible-playbook.
[OSEv3:children]
masters
nodes
+etcd
+lb
# Set variables common for all OSEv3 hosts
[OSEv3:vars]
diff --git a/playbooks/adhoc/create_pv/pv-template.j2 b/playbooks/adhoc/create_pv/pv-template.j2
index 5654ef6c4..df082614b 100644
--- a/playbooks/adhoc/create_pv/pv-template.j2
+++ b/playbooks/adhoc/create_pv/pv-template.j2
@@ -10,7 +10,7 @@ spec:
storage: {{ vol_size }}Gi
accessModes:
- ReadWriteOnce
- persistentVolumeReclaimPolicy: Recycle
+ persistentVolumeReclaimPolicy: Retain
awsElasticBlockStore:
volumeID: aws://{{ vol_az }}/{{ vol_id }}
fsType: ext4