summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master_post/README.md
blob: 0aa08df5e12b799cb9145186b0fe917781260246 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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)