summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master_post/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_master_post/README.md')
-rw-r--r--roles/openshift_master_post/README.md39
1 files changed, 0 insertions, 39 deletions
diff --git a/roles/openshift_master_post/README.md b/roles/openshift_master_post/README.md
deleted file mode 100644
index 0aa08df5e..000000000
--- a/roles/openshift_master_post/README.md
+++ /dev/null
@@ -1,39 +0,0 @@
-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)