summaryrefslogtreecommitdiffstats
path: root/roles/openshift_router/vars
Commit message (Collapse)AuthorAgeFilesLines
* infra_node fixesJason DeTiberus2016-02-011-0/+2
| | | | | | | | | | | | | | - openshift_master role update - infra_nodes was previously being set to num_infra, which is an integer value when using the cloud providers, added a new variable osm_infra_nodes that is expected to be a list of hosts - if openshift_infra_nodes is not already set, create it from the nodes that have the region=infra label. - Cloud provider config playbook updates - override openshift_router_selector for cloud providers to avoid using the default of 'region=infra' when deployment_type is not 'online' - Set openshift_infra_nodes to g_infra_host for cloud providers
* Atomic Enterprise related changes.Avesh Agarwal2015-08-261-2/+1
|
* * Refactor to use openshift_master_config_dir when deploying servicesJhon Honce2015-06-101-0/+1
|
* [WIP] Infrastructure - Deploy services in clusterJhon Honce2015-05-291-0/+2
* Create OpenShift Docker Registry * Create OpenShift router