| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix master service status changed fact. | Andrew Butcher | 2016-09-21 | 1 | -1/+5 |
* | Preserve AWS options in sysconfig files. | Devan Goodwin | 2016-08-26 | 1 | -1/+46 |
* | Support for redeploying certificates. | Andrew Butcher | 2016-08-11 | 1 | -34/+0 |
* | Merge pull request #2211 from dgoodwin/33-upgrade-playbook | Scott Dodson | 2016-08-08 | 1 | -4/+4 |
|\ |
|
| * | Introduce 1.3/3.3 upgrade path. | Devan Goodwin | 2016-07-25 | 1 | -4/+4 |
* | | Add options for specifying named ca certificates to be added to the openshift... | Andrew Butcher | 2016-08-01 | 1 | -1/+6 |
* | | Stagger the start of master services. | Andrew Butcher | 2016-07-24 | 1 | -5/+38 |
* | | Merge pull request #1990 from abutcher/openshift-certificates | Scott Dodson | 2016-07-21 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Refactor openshift certificates roles. | Andrew Butcher | 2016-07-20 | 1 | -0/+1 |
* | | Stop reporting changes when docker pull is already up to date. | Devan Goodwin | 2016-07-20 | 1 | -0/+2 |
|/ |
|
* | Always populate openshift_image_tag and openshift_pkg_version. | Devan Goodwin | 2016-06-15 | 1 | -3/+2 |
* | Merge branch 'master' into upgrade33 | Devan Goodwin | 2016-06-10 | 1 | -1/+1 |
|\ |
|
| * | Merge pull request #2005 from brenton/bz1338726 | Brenton Leanhardt | 2016-06-09 | 1 | -1/+1 |
| |\ |
|
| | * | Restore mistakenly reverted code. | Devan Goodwin | 2016-06-09 | 1 | -2/+7 |
| | * | Merge branch 'docker1.10' of https://github.com/dgoodwin/openshift-ansible | Brenton Leanhardt | 2016-06-07 | 1 | -8/+3 |
| | |\ |
|
| | | * | Fix Docker 1.10 problems with empty tags and trailing : | Devan Goodwin | 2016-06-06 | 1 | -1/+1 |
| | | * | Docker 1.10 Upgrade | Devan Goodwin | 2016-06-03 | 1 | -7/+2 |
* | | | | Merge remote-tracking branch 'upstream/master' into upgrade33 | Devan Goodwin | 2016-06-09 | 2 | -1/+55 |
|\| | | |
|
| * | | | Preserve proxy config if it's undefined | Scott Dodson | 2016-06-07 | 1 | -0/+43 |
| * | | | At least backup things | Scott Dodson | 2016-06-07 | 1 | -0/+3 |
| |/ / |
|
| * | | Merge pull request #1973 from ibotty/preserve_htpasswd | Scott Dodson | 2016-06-06 | 1 | -1/+9 |
| |\ \
| | |/
| |/| |
|
| | * | ensure htpasswd file exists | Tobias Florek | 2016-06-06 | 1 | -1/+9 |
| | * | Add flag to manage htpasswd, or not. | Tobias Florek | 2016-06-02 | 1 | -1/+1 |
| * | | Fix error with stopping services that may not exist. | Devan Goodwin | 2016-06-02 | 1 | -2/+7 |
| |/ |
|
* | | Fix error restarting master service that may not be there. | Devan Goodwin | 2016-05-30 | 1 | -2/+7 |
* | | Complete installation of first master containerized. | Devan Goodwin | 2016-05-25 | 1 | -2/+1 |
* | | Work towards determining openshift_version when unspecified. | Devan Goodwin | 2016-05-25 | 1 | -2/+0 |
* | | Set openshift_version in config playbooks for first master. | Devan Goodwin | 2016-05-25 | 1 | -0/+2 |
* | | Debug output. | Devan Goodwin | 2016-05-25 | 1 | -0/+2 |
|/ |
|
* | Extend multiple login provider check to include origin. | Andrew Butcher | 2016-05-23 | 1 | -1/+1 |
* | Allow multiple login providers post 3.2. | Andrew Butcher | 2016-05-23 | 1 | -1/+1 |
* | Cleanup various deprecation warnings. | Andrew Butcher | 2016-04-29 | 1 | -9/+9 |
* | Add support for setting identity provider custom values | Jason DeTiberus | 2016-04-25 | 1 | -3/+30 |
* | Convert image_tag on masters | Samuel Munilla | 2016-04-12 | 1 | -1/+1 |
* | Allow for overriding scheduler config | Jason DeTiberus | 2016-03-31 | 1 | -2/+2 |
* | Bug 1320829 - Ensure docker installed for facts | Jason DeTiberus | 2016-03-31 | 1 | -65/+0 |
* | The systemd unit for atomic-openshift-master wasn't not being created | Brenton Leanhardt | 2016-03-29 | 1 | -6/+16 |
* | Use openshift.master.ha instead of duplicating the logic | Brenton Leanhardt | 2016-03-29 | 1 | -4/+4 |
* | First pass at systemd unit refactor | Brenton Leanhardt | 2016-03-29 | 2 | -55/+61 |
* | Provide cacert when performing health checks | Andrew Butcher | 2016-03-15 | 1 | -1/+2 |
* | perform oc client config tasks only once when ansible_ssh_user is root | Jason DeTiberus | 2016-03-15 | 1 | -9/+6 |
* | Merge branch 'wait-all-the-time' of https://github.com/abutcher/openshift-ans... | Brenton Leanhardt | 2016-03-08 | 1 | -2/+2 |
|\ |
|
| * | Use /healthz/ready when verifying api | Andrew Butcher | 2016-03-08 | 1 | -2/+2 |
* | | reverting back to pre-pulling the master image | Brenton Leanhardt | 2016-03-08 | 1 | -0/+5 |
|/ |
|
* | First past at the upgrade process | Brenton Leanhardt | 2016-03-03 | 1 | -5/+0 |
* | Rename variable to openshift_master_default_subdomain with backwards compatib... | Jeremiah Stuever | 2016-02-25 | 1 | -1/+1 |
* | Don't make config files world readable | Scott Dodson | 2016-02-17 | 1 | -0/+6 |
* | Bug 1308412 - Fail to install containerized HA master env on RHEL7 | Brenton Leanhardt | 2016-02-15 | 1 | -1/+1 |
* | conditionalize loopback config on v >= 3.2/1.2 | Jason DeTiberus | 2016-02-11 | 2 | -30/+33 |
* | Don't mask master service on atomic. | Andrew Butcher | 2016-02-10 | 1 | -1/+1 |