Bladeren bron

Update README.md

Add uninstall below registry.yml
Saravanakumar Arumugam 6 jaren geleden
bovenliggende
commit
957815a760
1 gewijzigde bestanden met toevoegingen van 9 en 8 verwijderingen
  1. 9 8
      playbooks/openshift-glusterfs/README.md

+ 9 - 8
playbooks/openshift-glusterfs/README.md

@@ -85,6 +85,15 @@ This playbook is intended for admins who want to deploy a hosted Docker
 registry with GlusterFS backend storage on an existing OpenShift cluster. It
 registry with GlusterFS backend storage on an existing OpenShift cluster. It
 has all the same requirements and behaviors as `config.yml`.
 has all the same requirements and behaviors as `config.yml`.
 
 
+## Playbook: uninstall.yml
+
+This playbook is intended to uninstall all GlusterFS related resources
+on an existing OpenShift cluster.
+It has all the same requirements and behaviors as `config.yml`.
+
+If the variable `openshift_storage_glusterfs_wipe` is set as True,
+it clears the backend data as well.
+
 ## Role: openshift_storage_glusterfs
 ## Role: openshift_storage_glusterfs
 
 
 The bulk of the work is done by the `openshift_storage_glusterfs` role. This
 The bulk of the work is done by the `openshift_storage_glusterfs` role. This
@@ -100,11 +109,3 @@ The `openshift_hosted` role recognizes `glusterfs` as a possible storage
 backend for a hosted docker registry. It will also, if configured, handle the
 backend for a hosted docker registry. It will also, if configured, handle the
 swap of an existing registry's backend storage to a GlusterFS volume.
 swap of an existing registry's backend storage to a GlusterFS volume.
 
 
-## Playbook: uninstall.yml
-
-This playbook is intended to uninstall all GlusterFS related resources
-on an existing OpenShift cluster.
-It has all the same requirements and behaviors as `config.yml`.
-
-If the variable `openshift_storage_glusterfs_wipe` is set as True,
-it clears the backend data as well.