| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Various fixes related to connect_to | Brenton Leanhardt | 2015-11-09 | 3 | -11/+21 |
* | | atomic-openshift-installer: Generate inventory off hosts_to_run_on | Samuel Munilla | 2015-11-09 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #835 from brenton/master | Brenton Leanhardt | 2015-11-06 | 1 | -1/+1 |
|\ |
|
| * | Updating the atomic-openshift-isntaller local connection logic for the connec... | Brenton Leanhardt | 2015-11-06 | 1 | -1/+1 |
* | | Merge pull request #822 from detiber/upgradeFix2 | Brenton Leanhardt | 2015-11-06 | 2 | -27/+41 |
|\ \
| |/
|/| |
|
| * | Write new config to disk after successful upgrade. | Devan Goodwin | 2015-11-06 | 1 | -0/+1 |
| * | Fix pylint errors with getting hosts to run on. | Devan Goodwin | 2015-11-06 | 1 | -1/+3 |
| * | Upgrade improvements | Devan Goodwin | 2015-11-05 | 2 | -26/+37 |
* | | atomic-openshift-installer: Better specification of ansible connection point | Samuel Munilla | 2015-11-06 | 4 | -36/+29 |
|/ |
|
* | Bug 1278243 - Confusing prompt from atomic-openshift-installer | Brenton Leanhardt | 2015-11-05 | 1 | -1/+2 |
* | Bug 1278244 - Previously there was no way to add a node in unattended mode | Brenton Leanhardt | 2015-11-05 | 1 | -25/+44 |
* | Bug 1278244 - Incorrect node information gathered by atomic-openshift-installer | Brenton Leanhardt | 2015-11-05 | 1 | -0/+2 |
* | atomic-openshift-installer's unattended mode wasn't work with --force for all... | Brenton Leanhardt | 2015-11-05 | 1 | -1/+4 |
* | Making it easier to use pre-release content | Brenton Leanhardt | 2015-11-05 | 1 | -10/+11 |
* | Bug 1274201 - Fixing non-root installations if using a local connection | Brenton Leanhardt | 2015-11-05 | 1 | -9/+11 |
* | Bug 1274201 - Fixing sudo non-interactive test | Brenton Leanhardt | 2015-11-05 | 1 | -1/+1 |
* | Fix bug with not upgrading openshift-master to atomic-openshift-master. | Devan Goodwin | 2015-11-04 | 1 | -0/+1 |
* | Fix bug from module rename. | Devan Goodwin | 2015-11-04 | 1 | -1/+1 |
* | Fix bug with default ansible playbook dir. | Devan Goodwin | 2015-11-04 | 1 | -1/+1 |
* | Merge remote-tracking branch 'upstream/master' into upgrade | Devan Goodwin | 2015-11-03 | 4 | -39/+51 |
|\ |
|
| * | Merge pull request #801 from smunilla/default_playbook_arg | Brenton Leanhardt | 2015-11-03 | 1 | -8/+8 |
| |\ |
|
| | * | atomic-openshift-installer: Add default openshift-ansible-playbook | Samuel Munilla | 2015-11-03 | 1 | -8/+8 |
| * | | Merge pull request #798 from smunilla/inaccurate_prompt | Brenton Leanhardt | 2015-11-03 | 1 | -1/+1 |
| |\ \ |
|
| | * | | atomic-openshift-installer: Correct inaccurate prompt | Samuel Munilla | 2015-11-03 | 1 | -1/+1 |
| | |/ |
|
| * | | ooinstall: Add check for nopwd sudo | Samuel Munilla | 2015-11-03 | 1 | -1/+6 |
| * | | ooinstall: Update local install check | Samuel Munilla | 2015-11-03 | 1 | -2/+2 |
| * | | oo-install: Support running on the host to be deployed | Samuel Munilla | 2015-11-03 | 1 | -0/+7 |
| |/ |
|
| * | Merge pull request #783 from smunilla/text_improvements | Brenton Leanhardt | 2015-11-03 | 2 | -2/+2 |
| |\ |
|
| | * | atomic-openshift-installer: Text improvements | Samuel Munilla | 2015-11-02 | 2 | -2/+2 |
| * | | Rename install_transactions module to openshift_ansible. | Devan Goodwin | 2015-11-02 | 3 | -27/+27 |
* | | | Fix installer upgrade bug following pylint fix. | Devan Goodwin | 2015-11-03 | 1 | -1/+1 |
* | | | Document the new version field for installer config. | Devan Goodwin | 2015-11-03 | 1 | -0/+5 |
* | | | Remove my username from some test data. | Devan Goodwin | 2015-11-03 | 1 | -3/+3 |
* | | | Add a simple version for the installer config file. | Devan Goodwin | 2015-11-03 | 2 | -0/+6 |
* | | | Pylint fix. | Devan Goodwin | 2015-11-03 | 1 | -1/+1 |
* | | | Better info prior to initiating upgrade. | Devan Goodwin | 2015-11-02 | 1 | -11/+10 |
* | | | Print info after upgrade completes. | Devan Goodwin | 2015-11-02 | 2 | -1/+8 |
* | | | Automatically upgrade legacy config files. | Devan Goodwin | 2015-11-02 | 2 | -10/+92 |
* | | | First cut at checking available disk space for etcd backup. | Devan Goodwin | 2015-10-29 | 3 | -3/+18 |
* | | | Block upgrade if targetting enterprise deployment type. | Devan Goodwin | 2015-10-28 | 2 | -0/+33 |
|/ / |
|
* | | Use default playbooks if available. | Devan Goodwin | 2015-10-27 | 1 | -7/+10 |
* | | Add uninstall subcommand. | Devan Goodwin | 2015-10-27 | 2 | -4/+28 |
* | | Add subcommands to CLI. | Devan Goodwin | 2015-10-27 | 4 | -50/+91 |
|/ |
|
* | Pylint fixes and ignores for incoming oo-install code. | Devan Goodwin | 2015-10-27 | 9 | -48/+81 |
* | Add atomic-openshift-utils | Troy Dawson | 2015-10-26 | 21 | -0/+1959 |