| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-11-10 | Merge pull request #857 from sosiouxme/20151110-infrastructure-templates | Brenton Leanhardt | |
| examples: include logging and metrics infrastructure | |||
| 2015-11-10 | Merge pull request #859 from detiber/no_multi_ec2 | Thomas Wiest | |
| Remove references to multi_ec2.py | |||
| 2015-11-10 | examples: include logging and metrics infrastructure | Luke Meyer | |
| 2015-11-10 | Merge pull request #854 from dgoodwin/pkg-ansible-cfg | Brenton Leanhardt | |
| Package the default ansible.cfg with atomic-openshift-utils. | |||
| 2015-11-10 | Add separate step to enable services during upgrade. | Devan Goodwin | |
| Instead of combining this with tasks to restart services, add a separate started+enabled play for masters and nodes at the end of the playbook. | |||
| 2015-11-10 | Remove references to multi_ec2.py | Jason DeTiberus | |
| 2015-11-10 | 1279746: Fix leftover disabled features line in config template. | Devan Goodwin | |
| 2015-11-10 | 1279734: Ensure services are enabled after upgrade. | Devan Goodwin | |
| With the openshift to atomic-openshift renames, some services were not enabled after upgrade. Added enabled directives to all service restart lines in the upgrade playbook. | |||
| 2015-11-10 | Fix missing etcd_data_dir bug. | Devan Goodwin | |
| A late change to original PR was not properly tested, there is a problem in the facts when upgrading where the deployment type is openshift-enterprise, and the system facts start reporting data_dir and config_base as referencing origin directories, which are not yet symlinked to their previous openshift variants. To correct we watch for a scenario where we evaluate these to origin directories, which don't exist, but the openshift ones do. (to allow for installation to still point at the origin variety) | |||
| 2015-11-10 | Package the default ansible.cfg with atomic-openshift-utils. | Devan Goodwin | |
| If this file exists on disk, the installer will use it if the user didn't specify an ansible config file on the CLI. Rename share directory to match the rpm name. (utils vs util) | |||
| 2015-11-09 | Merge pull request #852 from abutcher/ldap-example | Brenton Leanhardt | |
| Add ldap auth to example inventory | |||
| 2015-11-09 | Add ldap auth identity provider to example inventory. | Andrew Butcher | |
| 2015-11-09 | Merge pull request #849 from brenton/test_fixes | Brenton Leanhardt | |
| Test fixes related to connect_to | |||
| 2015-11-09 | Merge pull request #848 from dgoodwin/drop-302-req | Brenton Leanhardt | |
| Remove upgrade playbook restriction on 3.0.2. | |||
| 2015-11-09 | Merge pull request #850 from dgoodwin/etcd-dir | Brenton Leanhardt | |
| Read etcd data dir from appropriate config file. | |||
| 2015-11-09 | Merge pull request #851 from smunilla/scaleup_node_error | Brenton Leanhardt | |
| atomic-openshift-installer: Generate inventory off hosts_to_run_on | |||
| 2015-11-09 | Read etcd data dir from appropriate config file. | Devan Goodwin | |
| 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. | |||
| 2015-11-09 | atomic-openshift-installer: Generate inventory off hosts_to_run_on | Samuel Munilla | |
| 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 | |||
| 2015-11-09 | Various fixes related to connect_to | Brenton Leanhardt | |
| 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 | |||
| 2015-11-09 | Merge pull request #845 from abutcher/flannel-client-certs | Brenton Leanhardt | |
| Fix external etcd sans flannel | |||
| 2015-11-09 | Remove upgrade playbook restriction on 3.0.2. | Devan Goodwin | |
| This is blocking 3.0.1 upgrades to 3.1 incorrectly, which is a scenario we should support. | |||
| 2015-11-08 | Conditionals for flannel etcd client certs. | Andrew Butcher | |
| 2015-11-06 | Merge pull request #743 from abutcher/sync-period-flag | Brenton Leanhardt | |
| New `iptablesSyncPeriod` field in node configuration | |||
| 2015-11-06 | Merge pull request #698 from lebauce/flannel | Brenton Leanhardt | |
| Add support for flannel | |||
| 2015-11-06 | Merge pull request #838 from detiber/upgradeFix2 | Brenton Leanhardt | |
| Fix indentation on when | |||
| 2015-11-06 | New `iptablesSyncPeriod` field in node configuration | Andrew Butcher | |
| 2015-11-06 | Fix indentation on when | Jason DeTiberus | |
| 2015-11-06 | Merge pull request #837 from detiber/bz1278863 | Brenton Leanhardt | |
| Bug 1278863 - Error using openshift_pkg_version | |||
| 2015-11-06 | Merge pull request #835 from brenton/master | Brenton Leanhardt | |
| Updating the atomic-openshift-isntaller local connection logic for th… | |||
| 2015-11-06 | Merge pull request #822 from detiber/upgradeFix2 | Brenton Leanhardt | |
| Upgrade enhancements | |||
| 2015-11-06 | Merge pull request #830 from detiber/nov1beta3 | Brenton Leanhardt | |
| apiLevel changes | |||
| 2015-11-06 | Merge pull request #796 from abutcher/master-proxy-certs | Brenton Leanhardt | |
| Fix issue with master.proxy-client.{crt,key} and omit. | |||
| 2015-11-06 | Merge pull request #818 from abutcher/custom-certs-fixes | Brenton Leanhardt | |
| Named certificate fixes | |||
| 2015-11-06 | Bug 1278863 - Error using openshift_pkg_version | Jason DeTiberus | |
| - Install correct version of package in openshift_master_ca - Remove duplicate yum tasks in openshift_node | |||
| 2015-11-06 | Merge pull request #836 from mwoodson/disk_checks | Matt Woodson | |
| cleaned up network checks | |||
| 2015-11-06 | more cleanup of names | Matt Woodson | |
| 2015-11-06 | Merge remote-tracking branch 'dgoodwin/pre-upgrade' into upgradeFix2 | Jason DeTiberus | |
| 2015-11-06 | Merge pull request #52 from abutcher/pcs-restart-master3 | Jason DeTiberus | |
| Wait for cluster to recover after pcs resource restart. | |||
| 2015-11-06 | Missing conditionals for api/controller sysconfig. | Andrew Butcher | |
| 2015-11-06 | Updating the atomic-openshift-isntaller local connection logic for the ↵ | Brenton Leanhardt | |
| connect_to addition. | |||
| 2015-11-06 | Merge pull request #834 from mwoodson/disk_checks | Matt Woodson | |
| cleaned up network checks | |||
| 2015-11-06 | cleaned up network checks | Matt Woodson | |
| 2015-11-06 | Merge pull request #832 from mwoodson/disk_checks | Matt Woodson | |
| added network checks. also updated item prototype code to support more | |||
| 2015-11-06 | Minor upgrade improvements. | Devan Goodwin | |
| 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. | |||
| 2015-11-06 | Wait for cluster to recover after pcs resource restart. | Andrew Butcher | |
| 2015-11-06 | Merge pull request #833 from brenton/BZ1278245 | Brenton Leanhardt | |
| Bug 1278245 - Failed to add node to existing env using atomic-openshift-installer | |||
| 2015-11-06 | Bug 1278245 - Failed to add node to existing env using ↵ | Brenton Leanhardt | |
| atomic-openshift-installer | |||
| 2015-11-06 | Merge pull request #821 from smunilla/connect_to | Brenton Leanhardt | |
| atomic-openshift-installer: Better specification of ansible connection point | |||
| 2015-11-06 | remove debug statement | Jason DeTiberus | |
| 2015-11-06 | Fix removal of kubernetesMasterConfig.apiLevels | Jason DeTiberus | |
