Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | Add interactive test | Samuel Munilla | 2015-11-20 | 1 | -0/+27 | |
| | | * | | | | atomic-openshift-installer: HA for quick installer | Samuel Munilla | 2015-11-20 | 4 | -17/+111 | |
| * | | | | | | Handling preconfigured load balancers | Brenton Leanhardt | 2015-11-23 | 3 | -15/+40 | |
| * | | | | | | atomic-openshift-installer: Rename ha_proxy | Samuel Munilla | 2015-11-23 | 4 | -15/+15 | |
| * | | | | | | atomic-openshift-installer: Reverse version and host collection | Samuel Munilla | 2015-11-23 | 2 | -11/+13 | |
| * | | | | | | cli_installer_tests: Add test for unattended quick HA | Samuel Munilla | 2015-11-23 | 1 | -0/+101 | |
| * | | | | | | Breakup inventory writing | Samuel Munilla | 2015-11-23 | 1 | -16/+24 | |
| * | | | | | | Enforce 1 or 3 masters | Samuel Munilla | 2015-11-23 | 1 | -2/+8 | |
| * | | | | | | Add interactive test | Samuel Munilla | 2015-11-23 | 1 | -0/+27 | |
| * | | | | | | atomic-openshift-installer: HA for quick installer | Samuel Munilla | 2015-11-23 | 4 | -17/+111 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge pull request #967 from detiber/setHostname | Brenton Leanhardt | 2015-11-24 | 2 | -0/+18 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Rework setting of hostname | Jason DeTiberus | 2015-11-24 | 2 | -0/+18 | |
* | | | | | | | Merge pull request #977 from mwoodson/graphs | Matt Woodson | 2015-11-24 | 4 | -0/+110 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | added graphs | Matt Woodson | 2015-11-24 | 4 | -0/+110 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #974 from kwoodson/actionfix | Kenny Woodson | 2015-11-24 | 1 | -2/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fixed a bug in the actions. It now supports changing opconditions | Kenny Woodson | 2015-11-24 | 1 | -2/+5 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge pull request #970 from detiber/nodeIP | Brenton Leanhardt | 2015-11-24 | 4 | -1/+9 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Conditionally set the nodeIP | Jason DeTiberus | 2015-11-24 | 4 | -1/+9 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #965 from brenton/BZ1284991 | Brenton Leanhardt | 2015-11-24 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Bug 1284991 - "atomic-openshift-installer uninstall" error when configuration... | Brenton Leanhardt | 2015-11-24 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #962 from kwoodson/zbxgraph | Kenny Woodson | 2015-11-24 | 2 | -0/+662 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Adding zbx_graph support | Kenny Woodson | 2015-11-23 | 2 | -0/+662 | |
|/ / / / | ||||||
* | | | | Merge pull request #909 from detiber/mappingMethod | Brenton Leanhardt | 2015-11-23 | 4 | -99/+498 | |
|\ \ \ \ | ||||||
| * | | | | 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 | 4 | -99/+498 | |
| |/ / / | ||||||
* | | | | Merge pull request #960 from kwoodson/httptestfix | Kenny Woodson | 2015-11-23 | 1 | -1/+9 | |
|\ \ \ \ | ||||||
| * | | | | Modified step params to be in order when passed as a list | Kenny Woodson | 2015-11-23 | 1 | -1/+9 | |
| |/ / / | ||||||
* | | | | Merge pull request #957 from detiber/upgradeFix | Brenton Leanhardt | 2015-11-23 | 1 | -0/+4 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Add serviceAccountConfig.masterCA during 3.1 upgrade | Jason DeTiberus | 2015-11-23 | 1 | -0/+4 | |
|/ / / | ||||||
* | | | Automatic commit of package [openshift-ansible] release [3.0.15-1]. | Kenny Woodson | 2015-11-20 | 2 | -2/+20 | |
* | | | Merge pull request #950 from kwoodson/clonegroupfix | Kenny Woodson | 2015-11-20 | 1 | -15/+19 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Fixing clone group functionality. Also separating extra_vars from extra_groups | Kenny Woodson | 2015-11-20 | 1 | -15/+19 | |
* | | | Merge pull request #890 from smunilla/friendly_unattended_errors | Brenton Leanhardt | 2015-11-20 | 3 | -1/+78 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Check the end result on bad config file | Samuel Munilla | 2015-11-20 | 1 | -3/+3 | |
| * | | Add some tests for a bad config | Samuel Munilla | 2015-11-20 | 2 | -0/+72 | |
| * | | atomic-openshift-installer: connect_to error handling | Samuel Munilla | 2015-11-20 | 1 | -1/+6 | |
* | | | Merge pull request #914 from smunilla/pylint_fixes | Brenton Leanhardt | 2015-11-20 | 1 | -5/+7 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | atomic-openshift-installer: pylint fixes | Samuel Munilla | 2015-11-20 | 1 | -5/+7 | |
|/ / | ||||||
* | | Merge pull request #929 from sdodson/fix-30-imagestreams | Brenton Leanhardt | 2015-11-20 | 114 | -6/+22520 | |
|\ \ | ||||||
| * | | Install version dependent image streams for v1.0 and v1.1 | Scott Dodson | 2015-11-18 | 114 | -6/+22520 | |
* | | | Merge pull request #938 from brenton/uninstall | Brenton Leanhardt | 2015-11-20 | 1 | -5/+5 | |
|\ \ \ | ||||||
| * | | | Making the uninstall playbook more flexible | Brenton Leanhardt | 2015-11-19 | 1 | -5/+5 | |
* | | | | Merge pull request #924 from detiber/noSetHostname | Brenton Leanhardt | 2015-11-20 | 1 | -3/+0 | |
|\ \ \ \ | ||||||
| * | | | | Do not update the hostname | Jason DeTiberus | 2015-11-17 | 1 | -3/+0 | |
* | | | | | Merge pull request #945 from abutcher/OoCollect | Brenton Leanhardt | 2015-11-20 | 3 | -7/+7 | |
|\ \ \ \ \ | ||||||
| * | | | | | Replace map with oo_collect to support python-jinja2 <2.7 | Andrew Butcher | 2015-11-20 | 3 | -7/+7 | |
* | | | | | | Merge pull request #902 from dgoodwin/rpm-test-fix | Brenton Leanhardt | 2015-11-20 | 3 | -8/+17 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Pylint fix for long line in cli docstring. | Devan Goodwin | 2015-11-16 | 1 | -1/+2 | |
| * | | | | | | Default to installing OSE 3.1 instead of 3.0. | Devan Goodwin | 2015-11-16 | 2 | -3/+4 | |
| * | | | | | | Fix tests on systems with openshift-ansible rpms installed. | Devan Goodwin | 2015-11-16 | 2 | -4/+11 |