| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Fix Prometheus byo entry point | Russell Teague | 2017-10-02 | 2 | -1/+1 |
| |/ |
|
* / | Separate certificate playbooks. | Andrew Butcher | 2017-10-02 | 17 | -157/+162 |
|/ |
|
* | Merge pull request #5449 from abutcher/wildcard-router-cert-redeploy | OpenShift Merge Robot | 2017-09-30 | 5 | -118/+68 |
|\ |
|
| * | Include openshift_hosted when redeploying router certificates to handle auto-... | Andrew Butcher | 2017-09-29 | 1 | -71/+43 |
| * | Check for router service annotations when redeploying router certificates. | Andrew Butcher | 2017-09-29 | 1 | -3/+29 |
| * | Remove oo_option facts. | Andrew Butcher | 2017-09-29 | 4 | -48/+0 |
* | | Merge pull request #5593 from ingvagabund/block-upgrade-if-etcd3-not-set | Jan Chaloupka | 2017-09-30 | 1 | -0/+4 |
|\ \ |
|
| * | | block 3.6->3.7 upgrade if storage backend is not set to etcd3 | Jan Chaloupka | 2017-09-29 | 1 | -0/+4 |
| |/ |
|
* | | Merge pull request #5565 from mgugino-upstream-stage/provisioning-centos-support | OpenShift Merge Robot | 2017-09-29 | 8 | -95/+152 |
|\ \ |
|
| * | | Changes necessary to support AMI building | Michael Gugino | 2017-09-28 | 8 | -95/+152 |
* | | | move health-checks and control-plane-verification before excluders | Jan Chaloupka | 2017-09-29 | 5 | -28/+28 |
| |/
|/| |
|
* | | Merge pull request #5559 from mgugino-upstream-stage/readd-ent-registry | OpenShift Merge Robot | 2017-09-28 | 1 | -9/+0 |
|\ \
| |/
|/| |
|
| * | Migrate enterprise registry logic to docker role | Michael Gugino | 2017-09-27 | 1 | -9/+0 |
* | | Merge pull request #5508 from sdodson/disable-image-streams | OpenShift Merge Robot | 2017-09-28 | 2 | -2/+4 |
|\ \ |
|
| * | | Allow examples management to be disabled | Scott Dodson | 2017-09-22 | 2 | -2/+4 |
* | | | Merge pull request #5527 from mtnbikenc/installer-checkpoint | OpenShift Merge Robot | 2017-09-28 | 15 | -41/+498 |
|\ \ \ |
|
| * | | | OpenShift-Ansible Installer Checkpointing | Russell Teague | 2017-09-27 | 15 | -41/+498 |
| | |/
| |/| |
|
* | | | Merge pull request #5549 from ingvagabund/fix-etcd-backup-tag | OpenShift Merge Robot | 2017-09-27 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | evaluate etcd_backup_tag variable | Jan Chaloupka | 2017-09-27 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge pull request #5518 from ingvagabund/set-quota-backend-bytes-explicitly | OpenShift Merge Robot | 2017-09-27 | 2 | -6/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | Set the etcd backend quota to 4GB by default | Jan Chaloupka | 2017-09-26 | 2 | -6/+6 |
* | | | Merge pull request #5470 from ingvagabund/consolidate-etcd-common-role | OpenShift Merge Robot | 2017-09-26 | 5 | -144/+74 |
|\ \ \ |
|
| * | | | consolidate etcd_common role | Jan Chaloupka | 2017-09-25 | 5 | -144/+74 |
* | | | | Merge pull request #5536 from ingvagabund/make-difference-output-list-3.7 | OpenShift Merge Robot | 2017-09-26 | 3 | -5/+5 |
|\ \ \ \ |
|
| * | | | | make difference filter output a list for Python3 | Jan Chaloupka | 2017-09-26 | 3 | -5/+5 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #5472 from mgugino-upstream-stage/split-hosted-v2 | OpenShift Merge Robot | 2017-09-26 | 9 | -63/+78 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Refactor openshift_hosted plays and role | Michael Gugino | 2017-09-25 | 9 | -63/+78 |
* | | | | Merge pull request #5520 from ingvagabund/check-etcd-storage-backend | OpenShift Merge Robot | 2017-09-25 | 2 | -0/+26 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | check if the storage backend is set to etcd3 before upgrading to 3.7 | Jan Chaloupka | 2017-09-25 | 2 | -0/+26 |
* | | | | Merge pull request #5451 from ingvagabund/consolidate-etcd-upgrade | OpenShift Merge Robot | 2017-09-25 | 3 | -15/+21 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | consolidate etcd_upgrade role | Jan Chaloupka | 2017-09-21 | 3 | -15/+21 |
* | | | | Merge pull request #5513 from lucastheisen/master | OpenShift Merge Robot | 2017-09-25 | 1 | -1/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | resolve #5428: python-dbus not found | Lucas Theisen | 2017-09-23 | 1 | -1/+1 |
* | | | | Merge pull request #5495 from abutcher/ca-redeploy-expired-etcd | OpenShift Merge Robot | 2017-09-24 | 4 | -31/+88 |
|\ \ \ \ |
|
| * | | | | Do a full stop/start when etcd certificates had expired. | Andrew Butcher | 2017-09-21 | 2 | -0/+30 |
| * | | | | Improve CA playbook restart logic and skip restarts when related services had... | Andrew Butcher | 2017-09-21 | 2 | -31/+58 |
* | | | | | Merge pull request #5507 from abutcher/etcd-scaleup-urls | OpenShift Merge Robot | 2017-09-23 | 1 | -9/+11 |
|\ \ \ \ \ |
|
| * | | | | | Set master facts prior to adding new etcd client urls to master config. | Andrew Butcher | 2017-09-22 | 1 | -9/+11 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge pull request #5460 from ingvagabund/consolidate-etcd-migrate-role | OpenShift Merge Robot | 2017-09-23 | 1 | -30/+37 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | consolidate etcd_migrate role | Jan Chaloupka | 2017-09-22 | 1 | -30/+37 |
* | | | | | Merge pull request #5413 from ingvagabund/disable-excluders-after-pre-checks | OpenShift Merge Robot | 2017-09-23 | 3 | -20/+20 |
|\ \ \ \ \ |
|
| * | | | | | disable excluders after all pre-checks | Jan Chaloupka | 2017-09-21 | 3 | -20/+20 |
* | | | | | | Merge pull request #5498 from mgugino-upstream-stage/fedora-pyyaml | Scott Dodson | 2017-09-22 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Add python3-PyYAML for Fedora installs | Michael Gugino | 2017-09-21 | 1 | -1/+1 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Add booleans to prevent unwanted install of nuage roles. | Michael Gugino | 2017-09-22 | 1 | -0/+2 |
* | | | | | | Merge pull request #5176 from ewolinetz/deprecate_log_met_vars | OpenShift Merge Robot | 2017-09-22 | 2 | -23/+13 |
|\ \ \ \ \ \ |
|
| * | | | | | | Creating structure to warn for use of deprecated variables and set them in a ... | Eric Wolinetz | 2017-09-20 | 2 | -23/+13 |
* | | | | | | | Remove debugging statements and pause module | Scott Dodson | 2017-09-22 | 1 | -3/+0 |
| |_|_|_|/ /
|/| | | | | |
|
* | | | | | | Merge pull request #5478 from sdodson/bz1490677 | OpenShift Merge Robot | 2017-09-22 | 2 | -4/+10 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | Default openshift_pkg_version to full version-release during upgrades | Scott Dodson | 2017-09-20 | 2 | -4/+10 |
| |/ / / / |
|