summaryrefslogtreecommitdiffstats
path: root/roles/openshift_router/vars/main.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add support for creating secure router.Andrew Butcher2016-04-111-4/+0
| | | | | | | | | | | | | | | * Move openshift_router to openshift_hosted role which will eventually contain registry, metrics and logging. * Adds option for specifying an openshift_hosted_router_certificate cert and key pair. * Removes dependency on node label variables and retrieves the node list from the API s.t. this role can be applied to any cluster with existing nodes. I've added an openshift_hosted playbook that occurs after node install to account for this. * Infrastructure nodes are selected using openshift_hosted_router_selector which is based on deployment type by default; openshift-enterprise -> "region=infra" and online -> "type=infra".
* 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