summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upgrade' into config-upgradeDevan Goodwin2015-11-031-1/+1
|\
| * Fix installer upgrade bug following pylint fix.Devan Goodwin2015-11-031-1/+1
| |
* | Merge branch 'upgrade' into config-upgradeDevan Goodwin2015-11-0311-66/+332
|\|
| * Document the new version field for installer config.Devan Goodwin2015-11-031-0/+5
| |
| * Remove my username from some test data.Devan Goodwin2015-11-031-3/+3
| |
| * Add a simple version for the installer config file.Devan Goodwin2015-11-032-0/+6
| |
| * Pylint fix.Devan Goodwin2015-11-031-1/+1
| |
| * Merge remote-tracking branch 'upstream/master' into upgradeDevan Goodwin2015-11-0243-372/+535
| |\
| * | Better info prior to initiating upgrade.Devan Goodwin2015-11-021-11/+10
| | |
| * | Fix etcd backup bug with not-yet-created /var/lib/origin symlinkDevan Goodwin2015-11-021-0/+5
| | |
| * | Print info after upgrade completes.Devan Goodwin2015-11-022-1/+8
| | |
| * | Automatically upgrade legacy config files.Devan Goodwin2015-11-022-10/+92
| | |
| * | Remove devel fail and let upgrade proceed.Devan Goodwin2015-10-301-1/+2
| | |
| * | Add utils subpackage missing dep on openshift-ansible-roles.Devan Goodwin2015-10-301-0/+1
| | |
| * | Generate timestamped etcd backups.Devan Goodwin2015-10-301-2/+2
| | |
| * | Add etcd_data_dir fact.Devan Goodwin2015-10-302-13/+20
| | |
| * | Functional disk space checking for etcd backup.Devan Goodwin2015-10-291-1/+4
| | |
| * | First cut at checking available disk space for etcd backup.Devan Goodwin2015-10-294-4/+44
| | |
| * | Block upgrade if targetting enterprise deployment type.Devan Goodwin2015-10-283-0/+41
| | | | | | | | | | | | | | | enterprise is being phased out in favor of openshift-enterprise, you need to specify where you wish to go.
| * | Use default playbooks if available.Devan Goodwin2015-10-272-7/+11
| | | | | | | | | | | | | | | Because we're now installing from an rpm, we have a good idea where to find the default playbooks and shouldn't require the user to tell us.
| * | Add uninstall subcommand.Devan Goodwin2015-10-272-4/+28
| | |
| * | Add subcommands to CLI.Devan Goodwin2015-10-274-50/+91
| | |
* | | initial module frameworkJason DeTiberus2015-11-021-0/+62
| |/ |/|
* | Merge pull request #785 from joelddiaz/pcp-zabbix-statusJoel Diaz2015-11-022-0/+23
|\ \ | | | | | | get zabbix ready to start tracking status of pcp
| * | get zabbix ready to start tracking status of pcpJoel Diaz2015-11-022-0/+23
| | |
* | | Merge pull request #772 from detiber/aepBrenton Leanhardt2015-11-023-2/+18
|\ \ \ | | | | | | | | Disable OpenShift features if installing Atomic Enterprise
| * | | Disable OpenShift features if installing Atomic EnterpriseJason DeTiberus2015-10-303-2/+18
| | | |
* | | | Merge pull request #786 from mwoodson/cpu_alertMatt Woodson2015-11-021-3/+3
|\ \ \ \ | | | | | | | | | | changed the cpu alert to only alert if cpu idle more than 5x.
| * | | | changed the cpu alert to only alert if cpu idle more than 5x. Change alert ↵Matt Woodson2015-11-021-4/+4
| | | | | | | | | | | | | | | | | | | | to warning
* | | | | Merge pull request #787 from tdawson/2015-11-split-inventoryTroy Dawson2015-11-021-1/+23
|\ \ \ \ \ | | | | | | | | | | | | split inventory into subpackages
| * | | | | split inventory into subpackagesTroy Dawson2015-11-021-1/+23
|/ / / / /
* | | | | Merge pull request #777 from brenton/uninstallBrenton Leanhardt2015-10-301-0/+14
|\ \ \ \ \ | |_|_|/ / |/| | | | Attempt to remove the various interfaces left over from an install
| * | | | Attempt to remove the various interfaces left over from an installBrenton Leanhardt2015-10-301-0/+14
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing br0 won't work if openvswitch has already been stopped. ovs-system will be left around but that is just a problem with openvswitch's packaging. That device is apparently not even used. In the worst case a manual reboot will remove all of these devices.
* | | | Automatic commit of package [openshift-ansible] release [3.0.6-1].Kenny Woodson2015-10-302-2/+9
| | | |
* | | | Merge pull request #776 from kwoodson/rpmdepsKenny Woodson2015-10-301-1/+1
|\ \ \ \ | | | | | | | | | | Updating openshift-ansible-inventory to require python-boto and python-libcloud
| * | | | Adding python-boto and python-libcloud to openshift-ansible-inventory dependencyKenny Woodson2015-10-301-1/+1
|/ / / /
* | | | Merge pull request #775 from abutcher/specific-versionBrenton Leanhardt2015-10-301-1/+1
|\ \ \ \ | |_|/ / |/| | | Use more specific enterprise version for version_greater_than_3_1
| * | | Use more specific enterprise version for version_greater_than_3_1_or_1_1.Andrew Butcher2015-10-301-1/+1
|/ / /
* | | Merge pull request #766 from brenton/masterBrenton Leanhardt2015-10-291-0/+4
|\ \ \ | | | | | | | | Conditionalizing the support for the v1beta3 api
| * | | Conditionalizing the support for the v1beta3 apiBrenton Leanhardt2015-10-291-0/+4
| | | | | | | | | | | | | | | | | | | | v1beta3 is only supported on OSE 3.0. For 3.0 the deployment_type was "enterprise"
* | | | Automatic commit of package [openshift-ansible] release [3.0.5-1].Kenny Woodson2015-10-292-2/+16
| | | |
* | | | Merge pull request #770 from kwoodson/multi_fixKenny Woodson2015-10-291-15/+16
|\ \ \ \ | | | | | | | | | | Updating multi_ec2 to support extra_vars and extra_groups
| * | | | Updating multi_ec2 to support extra_vars and extra_groupsKenny Woodson2015-10-291-15/+16
|/ / / /
* | | | Merge pull request #768 from kwoodson/invenfixKenny Woodson2015-10-292-29/+4
|\ \ \ \ | |/ / / |/| | | Removing j2 and adding to_nice_yaml.
| * | | Removing the template and doing to_nice_yaml insteadKenny Woodson2015-10-292-29/+4
| | | |
* | | | Merge pull request #764 from cgwalters/readme-aepBrenton Leanhardt2015-10-291-18/+9
|\ \ \ \ | | | | | | | | | | README_AEP: Various fixes
| * | | | README_AEP: Various fixesColin Walters2015-10-291-18/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix deployment_type to be atomic-enterpri - Note in oreg_url that the names may change - Drop the COPR as it doesn't apply for AEP right now - The `openshift_additional_repos` needs to be on a single line or Ansible will error out (with `ansible-1.9.2-1.el7` at least) - Change the hostnames to be `aep` to be clearer what we have - We no longer have a separate git repository
* | | | | Merge pull request #765 from jlebon/pr/fix-router-registryBrenton Leanhardt2015-10-291-4/+6
|\ \ \ \ \ | |_|/ / / |/| | | | README_AEP.md: update instructions for creating router and registry
| * | | | README_AEP.md: update instructions for creating router and registryJonathan Lebon2015-10-291-4/+6
| |/ / /
* | | | Merge pull request #738 from detiber/storage_pluginsBrenton Leanhardt2015-10-297-4/+53
|\ \ \ \ | | | | | | | | | | Install storage plugin dependencies