| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-11-04 | Fix bug with not upgrading openshift-master to atomic-openshift-master. | Devan Goodwin | |
| Removing the full call to config resulted in rpms not getting upgraded. Config was doing a yum update of everything, which picks up the atomic-openshift-master obsoleting openshift-master. The actual yum call changed here would not. Instead we switch to a direct call to yum which correctly picks up the obsoletes and updates to atomic-openshift packages. | |||
| 2015-11-04 | Fix bug from module rename. | Devan Goodwin | |
| 2015-11-04 | Fix bug with default ansible playbook dir. | Devan Goodwin | |
| 2015-11-03 | Merge remote-tracking branch 'upstream/master' into upgrade | Devan Goodwin | |
| 2015-11-03 | Merge pull request #801 from smunilla/default_playbook_arg | Brenton Leanhardt | |
| atomic-openshift-installer: Add default openshift-ansible-playbook | |||
| 2015-11-03 | Merge pull request #798 from smunilla/inaccurate_prompt | Brenton Leanhardt | |
| atomic-openshift-installer: Correct inaccurate prompt | |||
| 2015-11-03 | atomic-openshift-installer: Correct inaccurate prompt | Samuel Munilla | |
| 2015-11-03 | atomic-openshift-installer: Add default openshift-ansible-playbook | Samuel Munilla | |
| This adds a default value to the openshift-ansible-playbook directory and also removes the requirement that it be writable. | |||
| 2015-11-03 | ooinstall: Add check for nopwd sudo | Samuel Munilla | |
| 2015-11-03 | ooinstall: Update local install check | Samuel Munilla | |
| Update to check both hostname and public_hostname. Remove ansible_sudo=no as I failed to notice we were already checking if ansible_ssh_user == 'root' and setting it there. | |||
| 2015-11-03 | oo-install: Support running on the host to be deployed | Samuel Munilla | |
| This adds a check to see if the host the installer is running on is one of the hosts to be installed and sets i ansible_connection=local ansible_sudo=no in the inventory file. | |||
| 2015-11-03 | Merge pull request #783 from smunilla/text_improvements | Brenton Leanhardt | |
| atomic-openshift-installer: Text improvements | |||
| 2015-11-03 | Fix installer upgrade bug following pylint fix. | Devan Goodwin | |
| 2015-11-03 | Document the new version field for installer config. | Devan Goodwin | |
| 2015-11-03 | Remove my username from some test data. | Devan Goodwin | |
| 2015-11-03 | Add a simple version for the installer config file. | Devan Goodwin | |
| 2015-11-03 | Pylint fix. | Devan Goodwin | |
| 2015-11-02 | Better info prior to initiating upgrade. | Devan Goodwin | |
| 2015-11-02 | Rename install_transactions module to openshift_ansible. | Devan Goodwin | |
| 2015-11-02 | atomic-openshift-installer: Text improvements | Samuel Munilla | |
| Improvements to some of the installer text based on suggestions from the doc team. | |||
| 2015-11-02 | Print info after upgrade completes. | Devan Goodwin | |
| 2015-11-02 | Automatically upgrade legacy config files. | Devan Goodwin | |
| 2015-10-29 | First cut at checking available disk space for etcd backup. | Devan Goodwin | |
| 2015-10-28 | Block upgrade if targetting enterprise deployment type. | Devan Goodwin | |
| enterprise is being phased out in favor of openshift-enterprise, you need to specify where you wish to go. | |||
| 2015-10-27 | Use default playbooks if available. | Devan Goodwin | |
| Because we're now installing from an rpm, we have a good idea where to find the default playbooks and shouldn't require the user to tell us. | |||
| 2015-10-27 | Add uninstall subcommand. | Devan Goodwin | |
| 2015-10-27 | Add subcommands to CLI. | Devan Goodwin | |
| 2015-10-27 | Pylint fixes and ignores for incoming oo-install code. | Devan Goodwin | |
| 2015-10-26 | Add atomic-openshift-utils | Troy Dawson | |
| add atomic-openshift-utils to openshift-ansible.spec file no need for redundent spec file remove dependencies that are not needed | |||
