Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor upgrade playbook(s) | Jason DeTiberus | 2015-11-10 | 1 | -154/+0 |
| | | | | | | | | | | | | | - Split playbooks into two, one for 3.0 minor upgrades and one for 3.0 to 3.1 upgrades - Move upgrade playbooks to common/openshift/cluster/upgrades from adhoc - Added a byo wrapper playbooks to set the groups based on the byo conventions, other providers will need similar playbooks added eventually - installer wrapper updates for refactored upgrade playbooks - call new 3.0 to 3.1 upgrade playbook - various fixes for edge cases I hit with a really old config laying around. - fix output of host facts to show connect_to value. | ||||
* | Fix removal of kubernetesMasterConfig.apiLevels | Jason DeTiberus | 2015-11-06 | 1 | -1/+1 |
| | |||||
* | Fix apiLevels modifications | Jason DeTiberus | 2015-11-06 | 1 | -7/+3 |
| | |||||
* | Additional upgrade enhancements | Jason DeTiberus | 2015-11-05 | 1 | -24/+68 |
| | | | | | | | | - rework the version checking - provide better safety if the apiLevel attributes are missing - ensure a list of api levels are present - remove a list of api levels - pylint fixes | ||||
* | Upgrade improvements | Devan Goodwin | 2015-11-05 | 1 | -28/+25 |
| | | | | | | | | | | - Push config dir logic out of module and use host variables instead. - Backup master config with ansible utility. - Add error handling for the upgrade config module. - Add verbose option to installer. - Return details on what we changed when upgrading config. - Cleanup use of first master. - Don't install upgrade rpms to check what version we'll upgrade to. | ||||
* | Pylint fixes for config upgrade module. | Devan Goodwin | 2015-11-04 | 1 | -10/+13 |
| | |||||
* | Disable proxy cert config upgrade until certs being generated. | Devan Goodwin | 2015-11-04 | 1 | -5/+6 |
| | |||||
* | Add in proxyClientInfo if missing during config upgrade. | Devan Goodwin | 2015-11-03 | 1 | -3/+9 |
| | |||||
* | Implement master-config.yaml upgrade for v1beta3 apiLevel removal. | Devan Goodwin | 2015-11-03 | 1 | -4/+49 |
| | |||||
* | initial module framework | Jason DeTiberus | 2015-11-02 | 1 | -0/+62 |