| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1148 from LutzLange/master | Brenton Leanhardt | 2016-01-12 | 1 | -2/+2 |
|\ |
|
| * | - sqashed to one commit | Lutz Lange | 2016-01-12 | 1 | -2/+2 |
* | | Always pull docker images | Scott Dodson | 2016-01-07 | 1 | -16/+0 |
|/ |
|
* | Merge pull request #1018 from abutcher/secrets | Brenton Leanhardt | 2016-01-06 | 3 | -6/+7 |
|\ |
|
| * | Move extra secret validations into openshift_facts. | Andrew Butcher | 2016-01-06 | 1 | -10/+0 |
| * | openshift_facts validation | Andrew Butcher | 2016-01-04 | 1 | -8/+0 |
| * | Secrets validation. | Andrew Butcher | 2016-01-04 | 1 | -2/+12 |
| * | Clean up idempotency issues with session secrets. | Andrew Butcher | 2016-01-04 | 3 | -5/+14 |
* | | Fix osm_controller_args and osm_api_server_args settings. | Andrew Butcher | 2016-01-04 | 1 | -2/+2 |
|/ |
|
* | Fix restart handlers. | Andrew Butcher | 2015-12-26 | 2 | -6/+6 |
* | Merge pull request #1096 from git001/master | Brenton Leanhardt | 2015-12-24 | 2 | -0/+8 |
|\ |
|
| * | add the necessary URLs for logging and metrics | git001 | 2015-12-22 | 2 | -0/+8 |
* | | Merge pull request #1094 from abutcher/notify | Brenton Leanhardt | 2015-12-24 | 2 | -2/+4 |
|\ \ |
|
| * | | Conditionalize for 3.1.1/1.1.1 | Andrew Butcher | 2015-12-18 | 1 | -0/+4 |
| * | | Use notify for workaround controllers unit. | Andrew Butcher | 2015-12-18 | 2 | -3/+1 |
| |/ |
|
* | | Add some guards to wait for images to be pulled before moving on | Scott Dodson | 2015-12-16 | 1 | -1/+11 |
* | | Install httpd-tools when not is_atomic | Scott Dodson | 2015-12-16 | 1 | -1/+1 |
* | | Add openshift_cli role | Scott Dodson | 2015-12-15 | 1 | -0/+1 |
* | | pull docker images only if not already present | Jason DeTiberus | 2015-12-15 | 1 | -6/+10 |
* | | fixes | Jason DeTiberus | 2015-12-15 | 2 | -1/+2 |
* | | Containerization work by @sdodson | Scott Dodson | 2015-12-15 | 5 | -22/+101 |
* | | Initial containerization work from @ibotty | Tobias Florek | 2015-12-15 | 3 | -1/+39 |
|/ |
|
* | Fixes typo when setting facts to record whether master/node has been restarte... | Eric Mountain | 2015-12-14 | 1 | -3/+3 |
* | Change controllers service type to simple. | Andrew Butcher | 2015-12-11 | 2 | -6/+1 |
* | Remove yum / dnf duplication | Scott Dodson | 2015-12-09 | 1 | -16/+4 |
* | Squash pcs install into one task. | Andrew Butcher | 2015-12-09 | 1 | -7/+2 |
* | Merge pull request #1012 from abutcher/dns-ip-override | Brenton Leanhardt | 2015-12-03 | 1 | -7/+1 |
|\ |
|
| * | Refactor dns options and facts. | Andrew Butcher | 2015-12-03 | 1 | -7/+1 |
* | | Merge pull request #1010 from abutcher/pacemaker-count | Brenton Leanhardt | 2015-12-03 | 1 | -1/+1 |
|\ \ |
|
| * | | Configured master count should be 1 for pacemaker ha. | Andrew Butcher | 2015-12-02 | 1 | -1/+1 |
| |/ |
|
* / | Fedora changes: | Adam Miller | 2015-12-02 | 1 | -2/+18 |
|/ |
|
* | Use the identity_providers from openshift_facts instead of always using the i... | Jason DeTiberus | 2015-11-23 | 1 | -1/+1 |
* | Refactor master identity provider configuration | Jason DeTiberus | 2015-11-23 | 3 | -99/+29 |
* | Refactor named certificates. | Andrew Butcher | 2015-11-16 | 1 | -5/+2 |
* | 1279746: Fix leftover disabled features line in config template. | Devan Goodwin | 2015-11-10 | 1 | -1/+0 |
* | Merge pull request #822 from detiber/upgradeFix2 | Brenton Leanhardt | 2015-11-06 | 1 | -0/+7 |
|\ |
|
| * | Missing conditionals for api/controller sysconfig. | Andrew Butcher | 2015-11-06 | 1 | -0/+2 |
| * | Start to handle pacemaker ha during upgrade | Andrew Butcher | 2015-11-06 | 1 | -0/+5 |
* | | Merge pull request #830 from detiber/nov1beta3 | Brenton Leanhardt | 2015-11-06 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | apiLevel changes | Jason DeTiberus | 2015-11-06 | 1 | -3/+3 |
* | | Revert to defaults | Andrew Butcher | 2015-11-05 | 1 | -3/+3 |
* | | Various HA changes for pacemaker and native methods. | Andrew Butcher | 2015-11-05 | 8 | -40/+71 |
* | | fix dueling controllers - without controllerLeaseTTL set in config, multiple ... | Jason DeTiberus | 2015-11-04 | 3 | -1/+6 |
* | | hardcode openshift binaries for now | Jason DeTiberus | 2015-11-04 | 2 | -2/+2 |
* | | more tweaks | Jason DeTiberus | 2015-11-04 | 1 | -3/+5 |
* | | more tweaks | Jason DeTiberus | 2015-11-04 | 5 | -16/+66 |
* | | additional ha related updates | Jason DeTiberus | 2015-11-04 | 3 | -6/+104 |
* | | additional native ha changes | Andrew Butcher | 2015-11-04 | 2 | -2/+2 |
* | | Start of true master ha | Jason DeTiberus | 2015-11-04 | 1 | -4/+4 |
* | | Atomic Enterprise related changes. | Avesh Agarwal | 2015-11-04 | 1 | -1/+1 |
|/ |
|