summaryrefslogtreecommitdiffstats
path: root/roles/openshift_router
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1326 from detiber/bz1303939Brenton Leanhardt2016-02-102-6/+3
|\ | | | | Fix infra_node deployment
| * consolidate oo_first_master post-config a bit, fix some roles that use ↵Jason DeTiberus2016-02-092-6/+3
| | | | | | | | openshift_facts without declaring a dependency
* | Specify default namespace when creating routerPatrick Tescher2016-02-091-0/+1
|/ | | In case we have switched projects before running ansible.
* infra_node fixesJason DeTiberus2016-02-012-10/+7
| | | | | | | | | | | | | | - 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
* Conditionally include openshift_router role.Andrew Butcher2015-10-221-1/+1
|
* Support HA or single router, and start work on registryStefanie Forrester2015-10-211-4/+7
|
* Atomic Enterprise related changes.Avesh Agarwal2015-08-261-2/+1
|
* Set loglevel=2 as our default across the boardScott Dodson2015-07-291-2/+1
|
* * Refactor to use openshift_master_config_dir when deploying servicesJhon Honce2015-06-102-1/+5
|
* * rename openshift_registry_url oreg_urlJhon Honce2015-06-011-5/+5
| | | | * rename option_images to _{oreg|ortr}_images
* * Deploy services from common playbookJhon Honce2015-05-291-1/+1
|
* [WIP] Infrastructure - Deploy services in clusterJhon Honce2015-05-295-0/+64
* Create OpenShift Docker Registry * Create OpenShift router