From 294f2254b818c466ecf7ab71426a08b6dc99f89c Mon Sep 17 00:00:00 2001 From: Wesley Hearn Date: Wed, 20 May 2015 15:45:23 -0400 Subject: Initial add of openshift_master_post --- roles/openshift_master_post/README.md | 39 +++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 roles/openshift_master_post/README.md (limited to 'roles/openshift_master_post/README.md') 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) -- cgit v1.2.3