summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Support openshift_image_tagBrenton Leanhardt2016-03-0712-14/+26
| | | | | | | | | | | | | This is the containerized openshift_pkg_version equivalent. Originally I was hoping to reuse openshift_pkg_version for containerized installs but the fact that it's very coupled to yum made that pretty ugly. However, I did opt to rely on the previously existing 'openshift_version' variable. Containerized and RPM installs can both use that variable and it will be set appropriately if either openshift_pkg_version or openshift_image_tag are set. I suspect someday containerized installs will be the only option and I didn't can to have thinkgs like openshift_pkg_version and openshift_image_tag in the playbooks anymore the necessary.
* Merge pull request #1558 from abutcher/31-minor-new-mastersBrenton Leanhardt2016-03-073-0/+3
|\ | | | | Default g_new_master_hosts in 3_1 minor upgrade.
| * Set g_new_master_hosts in upgrade playbooks.Andrew Butcher2016-03-073-0/+3
|/
* Automatic commit of package [openshift-ansible] release [3.0.52-1].Joel Diaz2016-03-072-2/+7
|
* Merge pull request #1539 from joelddiaz/ansible-zabbix-rpmJoel Diaz2016-03-071-0/+18
|\ | | | | package up lib_zabbix into its own subpackage
| * package up lib_zabbix into its own subpackageJoel Diaz2016-03-031-0/+18
| |
* | Merge pull request #1549 from stenwt/sturpin-2016-03-04-sdn-restartSten Turpin2016-03-071-2/+1
|\ \ | | | | | | fixed monitoring containers to restart
| * | fixed monitoring containers to restartSten Turpin2016-03-041-2/+1
| | |
* | | Merge pull request #1547 from sdodson/cert-permsBrenton Leanhardt2016-03-071-0/+1
|\ \ \ | |/ / |/| | Lock down generated certs dir
| * | Lock down generated certs dirScott Dodson2016-03-041-0/+1
| | |
* | | Automatic commit of package [openshift-ansible] release [3.0.51-1].Brenton Leanhardt2016-03-042-2/+11
| | |
* | | Merge pull request #1548 from brenton/bz1314645Brenton Leanhardt2016-03-042-4/+9
|\ \ \ | | | | | | | | Bug 1314645 - Upgrade failed with "One or more undefined variables 'd…
| * | | Bug 1314645 - Upgrade failed with "One or more undefined variables 'dict ↵Brenton Leanhardt2016-03-042-4/+9
|/ / / | | | | | | | | | object' has no attribute 'stdout'"
* | | Merge pull request #1541 from nak3/add-cockpit-docker-by-defaultBrenton Leanhardt2016-03-041-0/+1
|\ \ \ | | | | | | | | Add cockpit-docker package by default
| * | | Add cockpit-docker package by defaultKenjiro Nakayama2016-03-041-0/+1
| | | |
* | | | Merge pull request #1545 from abutcher/uninstall-cockpit-kubeclientBrenton Leanhardt2016-03-041-0/+5
|\ \ \ \ | | | | | | | | | | Remove cockpit and kubernetes-client packages in uninstall playbook.
| * | | | Remove cockpit and kubernetes-client packages in uninstall playbook.Andrew Butcher2016-03-041-0/+5
| |/ / /
* | | | Merge pull request #1546 from dak1n1/ebs_pvStefanie Forrester2016-03-041-1/+1
|\ \ \ \ | | | | | | | | | | EBS storage does not support Recycle
| * | | | EBS storage does not support RecycleStefanie Forrester2016-03-041-1/+1
|/ / / /
* | | | Merge pull request #1542 from trondvh/masterBrenton Leanhardt2016-03-041-0/+2
|\ \ \ \ | |/ / / |/| | | Update README_origin.md
| * | | Update README_origin.mdtrondvh2016-03-041-0/+2
|/ / / | | | | | | Added etcd and lb to the OSEv3:children group in the example host inventory. The playbook fails with a SSH exception if you're running the playbook with other users than root.
* | | Automatic commit of package [openshift-ansible] release [3.0.50-1].Brenton Leanhardt2016-03-032-2/+28
| | |
* | | Merge pull request #1483 from brenton/32upgradeBrenton Leanhardt2016-03-03122-51/+42405
|\ \ \ | | | | | | | | First past at the upgrade process for 3.2
| * | | upgrade README fixesBrenton Leanhardt2016-03-032-2/+0
| | | |
| * | | A few images weren't being uninstalledBrenton Leanhardt2016-03-031-0/+4
| | | |
| * | | Adding support for v1.2 examplesBrenton Leanhardt2016-03-032-1/+10
| | | |
| * | | Adding templates for v1.2Brenton Leanhardt2016-03-0383-1/+41697
| | | |
| * | | Adding verify_upgrade_version variable for upgrade debuggingBrenton Leanhardt2016-03-034-4/+35
| | | |
| * | | Correctly set the image tag for containerized installs (and upgrades)Brenton Leanhardt2016-03-0319-71/+93
| | | |
| * | | Adding newly required variableBrenton Leanhardt2016-03-031-0/+1
| | | |
| * | | Updating the containerized cli wrapper to work for both docker 1.8 and 1.9Brenton Leanhardt2016-03-031-5/+18
| | | |
| * | | uninstall the QE imagesBrenton Leanhardt2016-03-031-0/+1
| | | |
| * | | First past at the upgrade processBrenton Leanhardt2016-03-0324-35/+614
| | | |
* | | | Merge pull request #1538 from joelddiaz/lib_zabbix-importsJoel Diaz2016-03-0318-18/+18
|\ \ \ \ | |/ / / |/| | | change lib_zabbix's import to new pathing
| * | | change lib_zabbix's import to new pathingJoel Diaz2016-03-0318-18/+18
|/ / /
* | | Merge pull request #1524 from detiber/haproxy_tuningBrenton Leanhardt2016-03-032-4/+6
|\ \ \ | | | | | | | | Increase maxconn settings for haproxy lb
| * | | disable http-server-close optionJason DeTiberus2016-03-011-1/+1
| | | |
| * | | Increase maxconn settings for haproxy lbJason DeTiberus2016-02-292-3/+5
| | | |
* | | | Merge pull request #1537 from abutcher/bz1313169-oadmBrenton Leanhardt2016-03-031-1/+1
|\ \ \ \ | | | | | | | | | | Check for is_containerized value when setting binary locations.
| * | | | Check for is_containerized value when setting binary locations.Andrew Butcher2016-03-021-1/+1
| | | | |
* | | | | Merge pull request #1528 from vishpat/nuage_rest_server_cert_changesBrenton Leanhardt2016-03-0316-4/+251
|\ \ \ \ \ | |/ / / / |/| | | | Changes required for Nuage monitor REST server
| * | | | Changes required for Nuage monitor REST serverVishal Patil2016-03-0116-4/+251
| |/ / /
* | | | Merge pull request #1533 from brenton/bz1313169Brenton Leanhardt2016-03-021-1/+1
|\ \ \ \ | | | | | | | | | | Bug 1313169 - Ansible installer tries to enable etcd_container servic…
| * | | | Bug 1313169 - Ansible installer tries to enable etcd_container service even ↵Brenton Leanhardt2016-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | though containerized=false
* | | | | Merge pull request #1534 from dgoodwin/infra-versionsBrenton Leanhardt2016-03-021-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Fix logging infra template version mismatch.
| * | | | Fix logging infra template version mismatch.Devan Goodwin2016-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | Metrics was updated to 3.1.1, logging was not.
* | | | | Merge pull request #1530 from joelddiaz/zbx-action-HealJoel Diaz2016-03-012-3/+3
|\ \ \ \ \ | | | | | | | | | | | | change [HEAL] to [Heal] to match with v2
| * | | | | change [HEAL] to [Heal] to match with v2Joel Diaz2016-03-012-3/+3
| | | | | |
* | | | | | Automatic commit of package [openshift-ansible] release [3.0.49-1].Matt Woodson2016-03-012-2/+5
| | | | | |
* | | | | | Merge pull request #1531 from mwoodson/ohi_fixMatt Woodson2016-03-011-2/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | ohi: fixed error in awsutil.py