summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/README.md
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2015-12-10 11:21:16 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2015-12-10 11:21:16 -0500
commitb10f66a2786161c79e68ba8f7e6f9b3a2caab76c (patch)
tree7e8d782d73cad3875edba603ed19c5e8ba5f6f44 /roles/openshift_examples/README.md
parent493dba34b5100301366c550596be50e0b7d5a681 (diff)
parent9fc1e7ac3e066add840be7691a9647f6157afe27 (diff)
downloadopenshift-b10f66a2786161c79e68ba8f7e6f9b3a2caab76c.tar.gz
openshift-b10f66a2786161c79e68ba8f7e6f9b3a2caab76c.tar.bz2
openshift-b10f66a2786161c79e68ba8f7e6f9b3a2caab76c.tar.xz
openshift-b10f66a2786161c79e68ba8f7e6f9b3a2caab76c.zip
Merge pull request #1030 from jtslear/make-examples-optional
Make the install of openshift_examples optional
Diffstat (limited to 'roles/openshift_examples/README.md')
-rw-r--r--roles/openshift_examples/README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/roles/openshift_examples/README.md b/roles/openshift_examples/README.md
index 7d8735a0a..6ddbe7017 100644
--- a/roles/openshift_examples/README.md
+++ b/roles/openshift_examples/README.md
@@ -11,6 +11,13 @@ ansible.
Requirements
------------
+Facts
+-----
+
+| Name | Default Value | Description |
+-----------------------------|---------------|----------------------------------------|
+| openshift_install_examples | true | Runs the role with the below variables |
+
Role Variables
--------------
@@ -32,7 +39,7 @@ Example Playbook
TODO
----
Currently we use `oc create -f` against various files and we accept non zero return code as a success
-if (and only iff) stderr also contains the string 'already exists'. This means that if one object in the file exists already
+if (and only if) stderr also contains the string 'already exists'. This means that if one object in the file exists already
but others fail to create you won't be aware of the failure. This also means that we do not currently support
updating existing objects.