summaryrefslogtreecommitdiffstats
path: root/roles/openshift_excluder/README.md
diff options
context:
space:
mode:
authorJan Chaloupka <jchaloup@redhat.com>2017-03-01 12:54:19 +0100
committerJan Chaloupka <jchaloup@redhat.com>2017-03-07 22:27:48 +0100
commit1a16667b6a2e99ca6dc6b83c5794fb9995501280 (patch)
tree3427f0f326a307bf2b63e16c8fb5c1f887731712 /roles/openshift_excluder/README.md
parent6ecb86b2fcc36e3383d86395d3be0a443e12981e (diff)
downloadopenshift-1a16667b6a2e99ca6dc6b83c5794fb9995501280.tar.gz
openshift-1a16667b6a2e99ca6dc6b83c5794fb9995501280.tar.bz2
openshift-1a16667b6a2e99ca6dc6b83c5794fb9995501280.tar.xz
openshift-1a16667b6a2e99ca6dc6b83c5794fb9995501280.zip
- update excluders to latest, in non-upgrade scenarios do not update
- check both available excluder versions are at most of upgrade target version - get excluder status through status command - make excluders enablement configurable
Diffstat (limited to 'roles/openshift_excluder/README.md')
-rw-r--r--roles/openshift_excluder/README.md17
1 files changed, 15 insertions, 2 deletions
diff --git a/roles/openshift_excluder/README.md b/roles/openshift_excluder/README.md
index 6c90b4e96..e76a15952 100644
--- a/roles/openshift_excluder/README.md
+++ b/roles/openshift_excluder/README.md
@@ -15,8 +15,11 @@ Facts
| Name | Default Value | Description |
-----------------------------|---------------|----------------------------------------|
-| docker_excluder_enabled | none | Records the status of docker excluder |
-| openshift_excluder_enabled | none | Records the status of the openshift excluder |
+| enable_docker_excluder | enable_excluders | Enable docker excluder. If not set, the docker excluder is ignored. |
+| enable_openshift_excluder | enable_excluders | Enable openshift excluder. If not set, the openshift excluder is ignored. |
+| enable_excluders | None | Enable all excluders
+| enable_docker_excluder_override | None | indication the docker excluder needs to be enabled |
+| disable_openshift_excluder_override | None | indication the openshift excluder needs to be disabled |
Role Variables
--------------
@@ -25,6 +28,16 @@ None
Dependencies
------------
+Tasks to include
+----------------
+
+- exclude: enable excluders (assuming excluders are installed)
+- unexclude: disable excluders (assuming excluders are installed)
+- install: install excluders (installation is followed by excluder enabling)
+- enable: enable excluders (optionally with installation step)
+- disabled: disable excluders (optionally with installation and status step, the status check that can override which excluder gets enabled/disabled)
+- status: determine status of excluders
+
Example Playbook
----------------