summaryrefslogtreecommitdiff
path: root/roles/openshift_router
AgeCommit message (Collapse)Author
2016-04-11Add support for creating secure router.Andrew Butcher
* 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".
2016-02-10Merge pull request #1326 from detiber/bz1303939Brenton Leanhardt
Fix infra_node deployment
2016-02-09Specify default namespace when creating routerPatrick Tescher
In case we have switched projects before running ansible.
2016-02-09consolidate oo_first_master post-config a bit, fix some roles that use ↵Jason DeTiberus
openshift_facts without declaring a dependency
2016-02-01infra_node fixesJason DeTiberus
- 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
2015-10-22Conditionally include openshift_router role.Andrew Butcher
2015-10-21Support HA or single router, and start work on registryStefanie Forrester
2015-08-26Atomic Enterprise related changes.Avesh Agarwal
2015-07-29Set loglevel=2 as our default across the boardScott Dodson
2015-06-10* Refactor to use openshift_master_config_dir when deploying servicesJhon Honce
2015-06-01* rename openshift_registry_url oreg_urlJhon Honce
* rename option_images to _{oreg|ortr}_images
2015-05-29* Deploy services from common playbookJhon Honce
2015-05-29[WIP] Infrastructure - Deploy services in clusterJhon Honce
* Create OpenShift Docker Registry * Create OpenShift router