Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tests now that cli is not asking for rpm/container install | Samuel Munilla | 2015-11-10 | 1 | -2/+2 |
| | |||||
* | atomic-openshift-installer: Remove question for container install | Samuel Munilla | 2015-11-10 | 1 | -7/+9 |
| | | | | | Removing the option for a container-based install from the quick installer with it is in tech preview. | ||||
* | Merge pull request #852 from abutcher/ldap-example | Brenton Leanhardt | 2015-11-09 | 1 | -0/+3 |
|\ | | | | | Add ldap auth to example inventory | ||||
| * | Add ldap auth identity provider to example inventory. | Andrew Butcher | 2015-11-09 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #849 from brenton/test_fixes | Brenton Leanhardt | 2015-11-09 | 3 | -11/+21 |
|\ \ | | | | | | | Test fixes related to connect_to | ||||
| * | | Various fixes related to connect_to | Brenton Leanhardt | 2015-11-09 | 3 | -11/+21 |
| |/ | | | | | | | | | There the tests didn't know anything about connect_to and we had a case where we weren't handling the migration from the 3.0 installer config format to 3.1 | ||||
* | | Merge pull request #848 from dgoodwin/drop-302-req | Brenton Leanhardt | 2015-11-09 | 1 | -4/+1 |
|\ \ | | | | | | | Remove upgrade playbook restriction on 3.0.2. | ||||
| * | | Remove upgrade playbook restriction on 3.0.2. | Devan Goodwin | 2015-11-09 | 1 | -4/+1 |
| |/ | | | | | | | | | This is blocking 3.0.1 upgrades to 3.1 incorrectly, which is a scenario we should support. | ||||
* | | Merge pull request #850 from dgoodwin/etcd-dir | Brenton Leanhardt | 2015-11-09 | 3 | -9/+51 |
|\ \ | | | | | | | Read etcd data dir from appropriate config file. | ||||
| * | | Read etcd data dir from appropriate config file. | Devan Goodwin | 2015-11-09 | 3 | -9/+51 |
| |/ | | | | | | | | | | | | | | | | | Rather than assuming the etcd data dir, we now read if from master-config.yaml if using embedded etcd, otherwise from etcd.conf. Doing so now required use of PyYAML to parse config file when gathering facts. Fixed discrepancy with data_dir fact and openshift-enterprise deployment_type. | ||||
* | | Merge pull request #851 from smunilla/scaleup_node_error | Brenton Leanhardt | 2015-11-09 | 1 | -1/+1 |
|\ \ | | | | | | | atomic-openshift-installer: Generate inventory off hosts_to_run_on | ||||
| * | | atomic-openshift-installer: Generate inventory off hosts_to_run_on | Samuel Munilla | 2015-11-09 | 1 | -1/+1 |
| |/ | | | | | | | | | This generates the ansible inventory based on the pruned list of non-installed hosts we've created rather than the full host list provided in installer.cfg.yaml | ||||
* | | Merge pull request #845 from abutcher/flannel-client-certs | Brenton Leanhardt | 2015-11-09 | 1 | -3/+8 |
|\ \ | |/ |/| | Fix external etcd sans flannel | ||||
| * | Conditionals for flannel etcd client certs. | Andrew Butcher | 2015-11-08 | 1 | -3/+8 |
|/ | |||||
* | Merge pull request #743 from abutcher/sync-period-flag | Brenton Leanhardt | 2015-11-06 | 4 | -7/+13 |
|\ | | | | | New `iptablesSyncPeriod` field in node configuration | ||||
| * | New `iptablesSyncPeriod` field in node configuration | Andrew Butcher | 2015-11-06 | 4 | -7/+13 |
| | | |||||
* | | Merge pull request #698 from lebauce/flannel | Brenton Leanhardt | 2015-11-06 | 14 | -0/+320 |
|\ \ | | | | | | | Add support for flannel | ||||
| * | | Change flannel registration default values | Sylvain Baubeau | 2015-10-28 | 1 | -3/+3 |
| | | | |||||
| * | | Remove empty notify section | Sylvain Baubeau | 2015-10-28 | 1 | -1/+0 |
| | | | |||||
| * | | Check etcd certs exist for flannel when its support is enabled | Sylvain Baubeau | 2015-10-27 | 1 | -1/+1 |
| | | | |||||
| * | | Fix when neither use_openshift_sdn nor use_flannel are specified | Sylvain Baubeau | 2015-10-27 | 1 | -1/+1 |
| | | | |||||
| * | | Generate etcd certificats for flannel when is not embedded | Sylvain Baubeau | 2015-10-27 | 3 | -4/+74 |
| | | | |||||
| * | | Add missing 2nd true parameters to default Jinja filter | Sylvain Baubeau | 2015-10-27 | 1 | -3/+3 |
| | | | |||||
| * | | Use 'command' module instead of 'shell' | Sylvain Baubeau | 2015-10-27 | 1 | -1/+1 |
| | | | |||||
| * | | Add flannel modules documentation | Sylvain Baubeau | 2015-10-27 | 4 | -5/+23 |
| | | | |||||
| * | | Only remove IPv4 address from docker bridge | Sylvain Baubeau | 2015-10-27 | 1 | -1/+1 |
| | | | |||||
| * | | Remove multiple use_flannel fact definition | Sylvain Baubeau | 2015-10-27 | 2 | -11/+1 |
| | | | |||||
| * | | Ensure openshift-sdn and flannel can't be used at the same time | Sylvain Baubeau | 2015-10-27 | 1 | -0/+4 |
| | | | |||||
| * | | Add flannel support | Sylvain Baubeau | 2015-10-27 | 16 | -1/+240 |
| | | | | | | | | | | | | Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com> | ||||
* | | | Merge pull request #838 from detiber/upgradeFix2 | Brenton Leanhardt | 2015-11-06 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | Fix indentation on when | ||||
| * | | Fix indentation on when | Jason DeTiberus | 2015-11-06 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #837 from detiber/bz1278863 | Brenton Leanhardt | 2015-11-06 | 2 | -10/+1 |
|\ \ \ | | | | | | | | | Bug 1278863 - Error using openshift_pkg_version | ||||
| * | | | Bug 1278863 - Error using openshift_pkg_version | Jason DeTiberus | 2015-11-06 | 2 | -10/+1 |
| | | | | | | | | | | | | | | | | | | | | - Install correct version of package in openshift_master_ca - Remove duplicate yum tasks in openshift_node | ||||
* | | | | Merge pull request #835 from brenton/master | Brenton Leanhardt | 2015-11-06 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Updating the atomic-openshift-isntaller local connection logic for th… | ||||
| * | | | | Updating the atomic-openshift-isntaller local connection logic for the ↵ | Brenton Leanhardt | 2015-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | connect_to addition. | ||||
* | | | | | Merge pull request #822 from detiber/upgradeFix2 | Brenton Leanhardt | 2015-11-06 | 7 | -151/+586 |
|\ \ \ \ \ | | |_|/ / | |/| | | | Upgrade enhancements | ||||
| * | | | | Merge remote-tracking branch 'dgoodwin/pre-upgrade' into upgradeFix2 | Jason DeTiberus | 2015-11-06 | 2 | -7/+12 |
| |\ \ \ \ | |||||
| | * | | | | Minor upgrade improvements. | Devan Goodwin | 2015-11-06 | 2 | -7/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Skip some 3.1 checks if doing a 3.0.x to 3.0.2 upgrade. Improve error message when oc whoami fails (i.e. openshift is down) during pre-upgrade checks, rather than assuming the binary doesn't exist. | ||||
| * | | | | | Merge pull request #52 from abutcher/pcs-restart-master3 | Jason DeTiberus | 2015-11-06 | 2 | -0/+10 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | Wait for cluster to recover after pcs resource restart. | ||||
| | * | | | | Missing conditionals for api/controller sysconfig. | Andrew Butcher | 2015-11-06 | 1 | -0/+2 |
| | | | | | | |||||
| | * | | | | Wait for cluster to recover after pcs resource restart. | Andrew Butcher | 2015-11-06 | 1 | -0/+8 |
| |/ / / / | |||||
| * | | | | remove debug statement | Jason DeTiberus | 2015-11-06 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | Fix removal of kubernetesMasterConfig.apiLevels | Jason DeTiberus | 2015-11-06 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fix issues related to upgrade packages being unavailable | Jason DeTiberus | 2015-11-06 | 2 | -6/+16 |
| | | | | | |||||
| * | | | | Merge pull request #51 from dgoodwin/pre-upgrade | Jason DeTiberus | 2015-11-06 | 2 | -1/+5 |
| |\ \ \ \ | | | | | | | | | | | | | Pre upgrade | ||||
| | * | | | | Fix creation of origin symlink when dir already exists. | Devan Goodwin | 2015-11-06 | 1 | -1/+4 |
| | | | | | | |||||
| | * | | | | Write new config to disk after successful upgrade. | Devan Goodwin | 2015-11-06 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Merge remote-tracking branch 'origin/upgradeFix2' into upgradeFix2 | Jason DeTiberus | 2015-11-06 | 4 | -4/+251 |
| |\ \ \ \ \ | |||||
| | * | | | | | Merge pull request #50 from dgoodwin/pre-upgrade | Jason DeTiberus | 2015-11-06 | 3 | -1/+195 |
| | |\| | | | | | | | | | | | | | | | | | | Run pre-upgrade script on nodes | ||||
| | | * | | | | Fix pylint errors with getting hosts to run on. | Devan Goodwin | 2015-11-06 | 1 | -1/+3 |
| | | | | | | |