summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-02Fix issue with master.proxy-client.{crt,key} and omit.Andrew Butcher
2015-11-02Merge pull request #785 from joelddiaz/pcp-zabbix-statusJoel Diaz
get zabbix ready to start tracking status of pcp
2015-11-02Merge pull request #772 from detiber/aepBrenton Leanhardt
Disable OpenShift features if installing Atomic Enterprise
2015-11-02get zabbix ready to start tracking status of pcpJoel Diaz
2015-11-02Merge pull request #786 from mwoodson/cpu_alertMatt Woodson
changed the cpu alert to only alert if cpu idle more than 5x.
2015-11-02Merge pull request #787 from tdawson/2015-11-split-inventoryTroy Dawson
split inventory into subpackages
2015-11-02split inventory into subpackagesTroy Dawson
2015-11-02changed the cpu alert to only alert if cpu idle more than 5x. Change alert ↵Matt Woodson
to warning
2015-10-30Merge pull request #777 from brenton/uninstallBrenton Leanhardt
Attempt to remove the various interfaces left over from an install
2015-10-30Attempt to remove the various interfaces left over from an installBrenton Leanhardt
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.
2015-10-30Automatic commit of package [openshift-ansible] release [3.0.6-1].Kenny Woodson
2015-10-30Merge pull request #776 from kwoodson/rpmdepsKenny Woodson
Updating openshift-ansible-inventory to require python-boto and python-libcloud
2015-10-30Adding python-boto and python-libcloud to openshift-ansible-inventory dependencyKenny Woodson
2015-10-30Merge pull request #775 from abutcher/specific-versionBrenton Leanhardt
Use more specific enterprise version for version_greater_than_3_1
2015-10-30Use more specific enterprise version for version_greater_than_3_1_or_1_1.Andrew Butcher
2015-10-30Disable OpenShift features if installing Atomic EnterpriseJason DeTiberus
2015-10-29Merge pull request #766 from brenton/masterBrenton Leanhardt
Conditionalizing the support for the v1beta3 api
2015-10-29Automatic commit of package [openshift-ansible] release [3.0.5-1].Kenny Woodson
2015-10-29Merge pull request #770 from kwoodson/multi_fixKenny Woodson
Updating multi_ec2 to support extra_vars and extra_groups
2015-10-29Updating multi_ec2 to support extra_vars and extra_groupsKenny Woodson
2015-10-29Merge pull request #768 from kwoodson/invenfixKenny Woodson
Removing j2 and adding to_nice_yaml.
2015-10-29Removing the template and doing to_nice_yaml insteadKenny Woodson
2015-10-29Conditionalizing the support for the v1beta3 apiBrenton Leanhardt
v1beta3 is only supported on OSE 3.0. For 3.0 the deployment_type was "enterprise"
2015-10-29Merge pull request #764 from cgwalters/readme-aepBrenton Leanhardt
README_AEP: Various fixes
2015-10-29Merge pull request #765 from jlebon/pr/fix-router-registryBrenton Leanhardt
README_AEP.md: update instructions for creating router and registry
2015-10-29README_AEP.md: update instructions for creating router and registryJonathan Lebon
2015-10-29README_AEP: Various fixesColin Walters
- 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
2015-10-29Merge pull request #738 from detiber/storage_pluginsBrenton Leanhardt
Install storage plugin dependencies
2015-10-28Merge pull request #759 from kwoodson/minventoryKenny Woodson
Fixed rename for extra_vars.
2015-10-28Fixing for extra_vars rename.Kenny Woodson
2015-10-28Automatic commit of package [openshift-ansible] release [3.0.4-1].Kenny Woodson
2015-10-28Merge pull request #758 from kwoodson/speccleanKenny Woodson
Removing spec files for bin and inventory.
2015-10-28Removing spec files.Kenny Woodson
2015-10-28Merge pull request #757 from kwoodson/extravarsKenny Woodson
Updating example for multi inventory.
2015-10-28Updated exampleKenny Woodson
2015-10-28Automatic commit of package [openshift-ansible-inventory] release [0.0.11-1].Kenny Woodson
2015-10-28Automatic commit of package [openshift-ansible-bin] release [0.0.21-1].Kenny Woodson
2015-10-28Merge pull request #746 from detiber/multitenantNetworkBrenton Leanhardt
add examples for SDN configuration
2015-10-28Automatic commit of package [openshift-ansible-inventory] release [0.0.10-1].Kenny Woodson
2015-10-28Automatic commit of package [openshift-ansible-bin] release [0.0.20-1].Kenny Woodson
2015-10-28Merge pull request #753 from kwoodson/minvenKenny Woodson
Fixing multi_ec2 with clone_vars, clone_groups, and renamed hostvars to extra_vars.
2015-10-28Merge pull request #752 from brenton/masterBrenton Leanhardt
Adding tito releasers configuration
2015-10-28Adding tito releasers configurationBrenton Leanhardt
2015-10-28Merge pull request #755 from brenton/uninstallBrenton Leanhardt
Bug fixes for the uninstall playbook
2015-10-28Bug fixes for the uninstall playbookBrenton Leanhardt
1) is_atomic wasn't being evaluated properly 2) the way we were detecting it was resulting in a confusion error message being displayed to the user in the case of RHEL 7 Server
2015-10-28Adding clone vars and groups. Renamed hostvars to extra_vars.Kenny Woodson
2015-10-28Merge pull request #754 from joelddiaz/docker-ping-timeJoel Diaz
Start tracking docker info execution time
2015-10-28Start tracking docker info execution timeJoel Diaz
2015-10-28Merge pull request #749 from brenton/uninstallBrenton Leanhardt
Adding uninstall support for Atomic Host
2015-10-28The uninstall playbook should remove the kubeconfig for non-root installsBrenton Leanhardt