Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #988 from dak1n1/upgrades | Stefanie Forrester | 2015-12-04 | 1 | -2/+2 |
|\ | | | | | added upgrade playbook for online | ||||
| * | added upgrade playbook for online | Stefanie Forrester | 2015-12-01 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #983 from enoodle/manageiq_service | Brenton Leanhardt | 2015-12-04 | 1 | -0/+2 |
|\ \ | | | | | | | Adding ManageIQ service account | ||||
| * | | ManageIQ Service Account: added role for ManageIQ service account | enoodle | 2015-12-04 | 1 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: enoodle <efreiber@redhat.com> | ||||
* | | | Refactor dns options and facts. | Andrew Butcher | 2015-12-03 | 2 | -19/+0 |
| | | | |||||
* | | | Fix kubernetes service ip gathering. | Andrew Butcher | 2015-12-01 | 1 | -5/+2 |
| |/ |/| | |||||
* | | remove debug logging from scc/privileged patch command | Jason DeTiberus | 2015-11-30 | 1 | -2/+1 |
| | | |||||
* | | Set api version for oc commands | Jason DeTiberus | 2015-11-30 | 1 | -1/+6 |
| | | |||||
* | | 3.1 upgrade - use --api-version for patch commands | Jason DeTiberus | 2015-11-30 | 1 | -1/+7 |
| | | |||||
* | | Merge pull request #992 from ubreu/hotfix/fixVersionScript | Brenton Leanhardt | 2015-11-30 | 1 | -2/+2 |
|\ \ | | | | | | | Add -q flag to remove unwantend output (such as mirror and cache information) | ||||
| * | | Add -q flag to remove unwantend output (such as mirror and cache information) | Urs Breu | 2015-11-26 | 1 | -2/+2 |
| |/ | | | | | | | This prevents ansible failures when trying to set version facts | ||||
* | | Merge pull request #985 from abutcher/ocConfig | Brenton Leanhardt | 2015-11-30 | 1 | -1/+1 |
|\ \ | | | | | | | Use admin.kubeconfig when obtaining kubernetes service ip | ||||
| * | | Use admin.kubeconfig for get svc ip. | Andrew Butcher | 2015-11-25 | 1 | -1/+1 |
| |/ | |||||
* / | Make sure that OpenSSL is installed before use | Federico Simoncelli | 2015-11-25 | 1 | -0/+2 |
|/ | | | | Signed-off-by: Federico Simoncelli <fsimonce@redhat.com> | ||||
* | Improve scaleup playbook | Jason DeTiberus | 2015-11-24 | 2 | -12/+9 |
| | | | | | | | | - modify evaluate host to set oo_nodes_to_config to a new variable g_new_nodes_group if defined rather than g_nodes_group and also skip adding the master when g_new_nodes_group is set. - Remove byo specific naming from playbooks/common/openshift-cluster/scaleup.yml and created a new playbooks/byo/openshift-cluster/scaleup.yml playbook. | ||||
* | Add serviceAccountConfig.masterCA during 3.1 upgrade | Jason DeTiberus | 2015-11-23 | 1 | -0/+4 |
| | | | | | - uses the value of oauthConfig.masterCA if present, otherwise sets it to ca.crt | ||||
* | Replace map with oo_collect to support python-jinja2 <2.7 | Andrew Butcher | 2015-11-20 | 3 | -7/+7 |
| | |||||
* | Add additive_facts_to_overwrite instead of overwriting all additive_facts | Andrew Butcher | 2015-11-16 | 1 | -1/+2 |
| | |||||
* | Refactor named certificates. | Andrew Butcher | 2015-11-16 | 1 | -9/+44 |
| | |||||
* | Merge pull request #894 from detiber/gateUpgrade | Brenton Leanhardt | 2015-11-16 | 1 | -3/+113 |
|\ | | | | | Gate upgrade steps | ||||
| * | Gate upgrade steps for 3.0 to 3.1 upgrade | Jason DeTiberus | 2015-11-13 | 1 | -3/+113 |
| | | | | | | | | | | | | | | | | | | - Add gateing tests on the 3.0 to 3.1 upgrade - Ensure that each stage does not proceed if a subset of the hosts fail, since ansible will continue through the playbook as long as all hosts in a play haven't failed. - Fix up some left over references to byo group names | ||||
* | | Merge pull request #893 from detiber/etcdFacts | Brenton Leanhardt | 2015-11-13 | 2 | -3/+1 |
|\| | | | | | Update etcd default facts setting | ||||
| * | Update etcd default facts setting | Jason DeTiberus | 2015-11-13 | 2 | -3/+1 |
| | | |||||
* | | Merge pull request #892 from abutcher/bz1280230 | Brenton Leanhardt | 2015-11-13 | 1 | -0/+10 |
|\ \ | |/ |/| | Update master facts prior to upgrading from 3.0 to 3.1 | ||||
| * | Update master facts prior to upgrading incase facts are missing. | Andrew Butcher | 2015-11-13 | 1 | -0/+10 |
| | | |||||
* | | pre-upgrade-check: differentiates between port and targetPort in output | Steve Milner | 2015-11-13 | 1 | -7/+9 |
|/ | |||||
* | Fix update error for templates that didn't previously exist | Jason DeTiberus | 2015-11-11 | 1 | -1/+8 |
| | |||||
* | General cleanup of v3_0_to_v3_1/upgrade.yml | Jason DeTiberus | 2015-11-11 | 1 | -210/+225 |
| | | | | | | | | | - Reorder to push all non-changing checks first - Remove multiple plays where possible - Make formatting more consistent - Add additional comments to break up the different stages of the upgrade. - Use group names more consistently - Add package version checking to nodes | ||||
* | Refactor upgrade playbook(s) | Jason DeTiberus | 2015-11-10 | 18 | -0/+887 |
| | | | | | | | | | | | | | - 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. | ||||
* | Conditionals for flannel etcd client certs. | Andrew Butcher | 2015-11-08 | 1 | -3/+8 |
| | |||||
* | Merge pull request #698 from lebauce/flannel | Brenton Leanhardt | 2015-11-06 | 2 | -0/+81 |
|\ | | | | | Add support for flannel | ||||
| * | Check etcd certs exist for flannel when its support is enabled | Sylvain Baubeau | 2015-10-27 | 1 | -1/+1 |
| | | |||||
| * | Generate etcd certificats for flannel when is not embedded | Sylvain Baubeau | 2015-10-27 | 1 | -0/+70 |
| | | |||||
| * | Add flannel support | Sylvain Baubeau | 2015-10-27 | 2 | -0/+11 |
| | | | | | | | | Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com> | ||||
* | | Bug 1278245 - Failed to add node to existing env using ↵ | Brenton Leanhardt | 2015-11-06 | 1 | -0/+9 |
| | | | | | | | | atomic-openshift-installer | ||||
* | | Fix lb group related errors | Jason DeTiberus | 2015-11-05 | 1 | -3/+7 |
| | | |||||
* | | Various HA changes for pacemaker and native methods. | Andrew Butcher | 2015-11-05 | 3 | -14/+58 |
| | | |||||
* | | default to source persistence for haproxy | Jason DeTiberus | 2015-11-04 | 1 | -1/+1 |
| | | |||||
* | | more tweaks | Jason DeTiberus | 2015-11-04 | 1 | -0/+1 |
| | | |||||
* | | more tweaks | Jason DeTiberus | 2015-11-04 | 1 | -35/+9 |
| | | |||||
* | | additional ha related updates | Jason DeTiberus | 2015-11-04 | 2 | -6/+51 |
| | | |||||
* | | additional native ha changes | Andrew Butcher | 2015-11-04 | 1 | -5/+5 |
| | | |||||
* | | Start of true master ha | Jason DeTiberus | 2015-11-04 | 1 | -0/+26 |
| | | |||||
* | | Merge pull request #761 from smunilla/scaleup | Brenton Leanhardt | 2015-11-04 | 6 | -64/+72 |
|\ \ | | | | | | | openshift-cluster: Scaleup | ||||
| * | | Refactor common group evaluation to avoid duplication | Jason DeTiberus | 2015-11-04 | 6 | -128/+66 |
| | | | |||||
| * | | common/openshift-cluster: Scaleup playbook | Samuel Munilla | 2015-11-04 | 1 | -0/+70 |
| |/ | | | | | | | New playbook to add nodes to a cluster without altering the masters | ||||
* | | Filter internal hostnames from the list of parsed names. | Andrew Butcher | 2015-11-03 | 1 | -1/+1 |
| | | |||||
* | | Add custom certificates to serving info in master configuration. | Andrew Butcher | 2015-11-03 | 1 | -0/+9 |
|/ | |||||
* | Move version greater_than_fact into openshift_facts | Andrew Butcher | 2015-10-22 | 1 | -4/+1 |
| | |||||
* | Don't include proxy client cert when <3.1 or <1.1 | Andrew Butcher | 2015-10-22 | 1 | -3/+7 |
| |