summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master_post/README.md
diff options
context:
space:
mode:
authorWesley Hearn <whearn@redhat.com>2015-05-20 15:45:23 -0400
committerWesley Hearn <whearn@redhat.com>2015-05-20 15:45:23 -0400
commit294f2254b818c466ecf7ab71426a08b6dc99f89c (patch)
tree0b9155d3ccca1ab5e273adb99f7b6d7e722d27a1 /roles/openshift_master_post/README.md
parentd04ddc76227db51fda8b1850a09a9c3cfd9125db (diff)
downloadopenshift-294f2254b818c466ecf7ab71426a08b6dc99f89c.tar.gz
openshift-294f2254b818c466ecf7ab71426a08b6dc99f89c.tar.bz2
openshift-294f2254b818c466ecf7ab71426a08b6dc99f89c.tar.xz
openshift-294f2254b818c466ecf7ab71426a08b6dc99f89c.zip
Initial add of openshift_master_post
Diffstat (limited to 'roles/openshift_master_post/README.md')
-rw-r--r--roles/openshift_master_post/README.md39
1 files changed, 39 insertions, 0 deletions
diff --git a/roles/openshift_master_post/README.md b/roles/openshift_master_post/README.md
new file mode 100644
index 000000000..0aa08df5e
--- /dev/null
+++ b/roles/openshift_master_post/README.md
@@ -0,0 +1,39 @@
+OpenShift Master Post
+=========
+
+Post installation steps for setting up the cluster
+
+Requirements
+------------
+
+None
+
+Role Variables
+--------------
+
+| Name | Default value | Description |
+|-----------------------------|-------------------|----------------------------------------------------------------------------|
+| omp_infra_node_filter_key | "status.capacity" | Key from `osc get nodes -o json` to designate which node is the infra node |
+| omp_infra_node_filter_value | "7232144Ki" | Value of omp_infra_node_filter_key to filter on |
+| omp_infra_node_label | "infra" | The label to apply to the infra node |
+| omp_node_region | "us-east" | Region that the none infra nodes are in |
+
+Dependencies
+------------
+
+None
+
+Example Playbook
+----------------
+
+TODO
+
+License
+-------
+
+Apache License, Version 2.0
+
+Author Information
+------------------
+
+Wesley Hearn (whearn@redhat.com)