diff options
-rw-r--r-- | README_origin.md | 2 | ||||
-rw-r--r-- | playbooks/adhoc/create_pv/pv-template.j2 | 2 | ||||
-rw-r--r-- | playbooks/adhoc/uninstall.yml | 5 |
3 files changed, 8 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 diff --git a/playbooks/adhoc/uninstall.yml b/playbooks/adhoc/uninstall.yml index aeca4756b..e68fd810a 100644 --- a/playbooks/adhoc/uninstall.yml +++ b/playbooks/adhoc/uninstall.yml @@ -73,9 +73,14 @@ - atomic-openshift-master - atomic-openshift-node - atomic-openshift-sdn-ovs + - cockpit-bridge + - cockpit-docker + - cockpit-shell + - cockpit-ws - corosync - etcd - haproxy + - kubernetes-client - openshift - openshift-master - openshift-node |