summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [openshift-ansible] release [3.0.10-1].Brenton Leanhardt2015-11-112-2/+10
|
* Merge pull request #872 from detiber/nodeIPWorkaroundBrenton Leanhardt2015-11-111-211/+233
|\ | | | | 3.0 to 3.1 general cleanup and template update fix
| * Fix update error for templates that didn't previously existJason DeTiberus2015-11-111-1/+8
| |
| * General cleanup of v3_0_to_v3_1/upgrade.ymlJason DeTiberus2015-11-111-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
* | Merge pull request #874 from joelddiaz/s3-slaJoel Diaz2015-11-112-0/+34
|\ \ | |/ |/| Add zabbix pieces to hold AWS S3 bucket stats
| * Add zabbix pieces to hold AWS S3 bucket statsJoel Diaz2015-11-112-0/+34
| |
* | Merge pull request #868 from ibotty/oo-filter-dont-failThomas Wiest2015-11-111-1/+1
|\ \ | | | | | | oo_filter: don't fail when attribute is not defined
| * | oo_filter: don't fail when attribute is not definedTobias Florek2015-11-111-1/+1
| | |
* | | Merge pull request #871 from detiber/fixVagrantDocsBrenton Leanhardt2015-11-111-0/+1
|\ \ \ | | | | | | | | add ansible dep to vagrant doc
| * | | add ansible dep to vagrant docJason DeTiberus2015-11-111-0/+1
|/ / /
* | | Automatic commit of package [openshift-ansible] release [3.0.9-1].Brenton Leanhardt2015-11-112-2/+5
| | |
* | | Merge pull request #839 from detiber/refactorUpgradeBrenton Leanhardt2015-11-1130-85/+259
|\ \ \ | | | | | | | | Refactor upgrade
| * | | Refactor upgrade playbook(s)Jason DeTiberus2015-11-1030-85/+259
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | | Merge pull request #866 from sdodson/openshift-ansible308Brenton Leanhardt2015-11-112-2/+161
|\ \ \ | |/ / |/| | Automatic commit of package [openshift-ansible] release [3.0.8-1].
| * | Automatic commit of package [openshift-ansible] release [3.0.8-1].Scott Dodson2015-11-102-2/+161
|/ /
* | Merge pull request #863 from abutcher/uninstall-clientsBrenton Leanhardt2015-11-101-1/+2
|\ \ | | | | | | Add origin-clients to uninstall playbook.
| * | Add origin-clients to uninstall playbook.Andrew Butcher2015-11-101-1/+2
|/ /
* | Merge pull request #860 from smunilla/disable_container_based_installBrenton Leanhardt2015-11-102-9/+11
|\ \ | | | | | | atomic-openshift-installer: Remove question for container install
| * | Update tests now that cli is not asking for rpm/container installSamuel Munilla2015-11-101-2/+2
| | |
| * | atomic-openshift-installer: Remove question for container installSamuel Munilla2015-11-101-7/+9
| | | | | | | | | | | | | | | Removing the option for a container-based install from the quick installer with it is in tech preview.
* | | Merge pull request #857 from sosiouxme/20151110-infrastructure-templatesBrenton Leanhardt2015-11-107-0/+560
|\ \ \ | | | | | | | | examples: include logging and metrics infrastructure
| * | | examples: include logging and metrics infrastructureLuke Meyer2015-11-107-0/+560
| |/ /
* | | Merge pull request #859 from detiber/no_multi_ec2Thomas Wiest2015-11-103-1/+2
|\ \ \ | | | | | | | | Remove references to multi_ec2.py
| * | | Remove references to multi_ec2.pyJason DeTiberus2015-11-103-1/+2
| |/ /
* | | Merge pull request #854 from dgoodwin/pkg-ansible-cfgBrenton Leanhardt2015-11-105-3/+27
|\ \ \ | |/ / |/| | Package the default ansible.cfg with atomic-openshift-utils.
| * | Add separate step to enable services during upgrade.Devan Goodwin2015-11-101-3/+19
| | | | | | | | | | | | | | | 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.
| * | 1279746: Fix leftover disabled features line in config template.Devan Goodwin2015-11-101-1/+0
| | |
| * | 1279734: Ensure services are enabled after upgrade.Devan Goodwin2015-11-101-4/+4
| | | | | | | | | | | | | | | | | | 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.
| * | Fix missing etcd_data_dir bug.Devan Goodwin2015-11-101-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| * | Package the default ansible.cfg with atomic-openshift-utils.Devan Goodwin2015-11-102-1/+4
|/ / | | | | | | | | | | | | 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)
* | Merge pull request #852 from abutcher/ldap-exampleBrenton Leanhardt2015-11-091-0/+3
|\ \ | | | | | | Add ldap auth to example inventory
| * | Add ldap auth identity provider to example inventory.Andrew Butcher2015-11-091-0/+3
| | |
* | | Merge pull request #849 from brenton/test_fixesBrenton Leanhardt2015-11-093-11/+21
|\ \ \ | | | | | | | | Test fixes related to connect_to
| * | | Various fixes related to connect_toBrenton Leanhardt2015-11-093-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-reqBrenton Leanhardt2015-11-091-4/+1
|\ \ \ | | | | | | | | Remove upgrade playbook restriction on 3.0.2.
| * | | Remove upgrade playbook restriction on 3.0.2.Devan Goodwin2015-11-091-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-dirBrenton Leanhardt2015-11-093-9/+51
|\ \ \ | | | | | | | | Read etcd data dir from appropriate config file.
| * | | Read etcd data dir from appropriate config file.Devan Goodwin2015-11-093-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_errorBrenton Leanhardt2015-11-091-1/+1
|\ \ \ | | | | | | | | atomic-openshift-installer: Generate inventory off hosts_to_run_on
| * | | atomic-openshift-installer: Generate inventory off hosts_to_run_onSamuel Munilla2015-11-091-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-certsBrenton Leanhardt2015-11-091-3/+8
|\ \ \ | |/ / |/| | Fix external etcd sans flannel
| * | Conditionals for flannel etcd client certs.Andrew Butcher2015-11-081-3/+8
|/ /
* | Merge pull request #743 from abutcher/sync-period-flagBrenton Leanhardt2015-11-064-7/+13
|\ \ | | | | | | New `iptablesSyncPeriod` field in node configuration
| * | New `iptablesSyncPeriod` field in node configurationAndrew Butcher2015-11-064-7/+13
| | |
* | | Merge pull request #698 from lebauce/flannelBrenton Leanhardt2015-11-0614-0/+320
|\ \ \ | | | | | | | | Add support for flannel
| * | | Change flannel registration default valuesSylvain Baubeau2015-10-281-3/+3
| | | |
| * | | Remove empty notify sectionSylvain Baubeau2015-10-281-1/+0
| | | |
| * | | Check etcd certs exist for flannel when its support is enabledSylvain Baubeau2015-10-271-1/+1
| | | |
| * | | Fix when neither use_openshift_sdn nor use_flannel are specifiedSylvain Baubeau2015-10-271-1/+1
| | | |
| * | | Generate etcd certificats for flannel when is not embeddedSylvain Baubeau2015-10-273-4/+74
| | | |