Do not wipe disks on OpenShift gluster nodes
This operation is dangerous and should be done by the operator prior to deploying openshift. We assume the disks are ready for glusterfs installation. Change-Id: I4bd05ee8db9ed944edd7942a1a7aef0de0ab07f0
This commit is contained in:
parent
cbac4c4373
commit
4f2677ffbb
@ -84,12 +84,6 @@ outputs:
|
||||
# as cns. The actual installation is performed in
|
||||
# openshift-master service template.
|
||||
service_name: openshift_glusterfs
|
||||
host_prep_tasks:
|
||||
- name: Wipe the configured disks
|
||||
shell: |
|
||||
wipefs -af {{item}}
|
||||
pvremove {{item}} || true
|
||||
with_items: {get_attr: [RoleParametersValue, value, OpenShiftGlusterDisks]}
|
||||
upgrade_tasks: []
|
||||
step_config: ''
|
||||
external_deploy_tasks:
|
||||
|
Loading…
Reference in New Issue
Block a user