summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'wait-all-the-time' of ↵Brenton Leanhardt2016-03-083-6/+6
|\ | | | | | | https://github.com/abutcher/openshift-ansible
| * Use /healthz/ready when verifying apiAndrew Butcher2016-03-083-6/+6
| |
* | reverting back to pre-pulling the master imageBrenton Leanhardt2016-03-083-2/+12
|/
* Merge pull request #1559 from brenton/bz1315151Brenton Leanhardt2016-03-0711-9/+12
|\ | | | | BZ1315151: Support openshift_image_tag
| * Don't enable cockpit-ws for containerized installsBrenton Leanhardt2016-03-071-0/+1
| |
| * Support openshift_image_tagBrenton Leanhardt2016-03-0710-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 #1540 from detiber/haproxy_tuningBrenton Leanhardt2016-03-071-0/+20
|\ \ | |/ |/| Add setting for configuring nofile limit for haproxy
| * Add setting for configuring nofile limit for haproxyJason DeTiberus2016-03-071-0/+20
| |
* | 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
| |
* | Add cockpit-docker package by defaultKenjiro Nakayama2016-03-041-0/+1
| |
* | Merge pull request #1483 from brenton/32upgradeBrenton Leanhardt2016-03-03102-39/+41800
|\ \ | | | | | | First past at the upgrade process for 3.2
| * | 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-031-1/+1
| | |
| * | Correctly set the image tag for containerized installs (and upgrades)Brenton Leanhardt2016-03-0313-35/+83
| | |
| * | Updating the containerized cli wrapper to work for both docker 1.8 and 1.9Brenton Leanhardt2016-03-031-5/+18
| | |
| * | First past at the upgrade processBrenton Leanhardt2016-03-036-24/+19
| | |
* | | change lib_zabbix's import to new pathingJoel Diaz2016-03-0318-18/+18
|/ /
* | Merge pull request #1524 from detiber/haproxy_tuningBrenton Leanhardt2016-03-031-3/+3
|\ \ | | | | | | Increase maxconn settings for haproxy lb
| * | disable http-server-close optionJason DeTiberus2016-03-011-1/+1
| | |
| * | Increase maxconn settings for haproxy lbJason DeTiberus2016-02-291-2/+2
| | |
* | | 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.
* | | | change [HEAL] to [Heal] to match with v2Joel Diaz2016-03-012-3/+3
| | | |
* | | | make heal remote actions generic for all [HEAL] triggersJoel Diaz2016-03-012-31/+31
| |/ / |/| |
* | | Merge pull request #1521 from mwoodson/docker_lvmMatt Woodson2016-02-299-88/+139
|\ \ \ | | | | | | | | role: added docker_storage_setup
| * | | added extra steps to ensure docker starts upMatt Woodson2016-02-291-1/+14
| | | |
| * | | role_removal: docker_storage; This is the old way, no longer usedMatt Woodson2016-02-296-88/+0
| | | |
| * | | role: added docker_storage_setupMatt Woodson2016-02-294-2/+128
| | | |
* | | | Merge pull request #1519 from brenton/masterBrenton Leanhardt2016-02-291-0/+1
|\ \ \ \ | |/ / / |/| | | Adding a symlink to making loading the examples more convenient
| * | | Adding a symlink to making loading the examples more convenientBrenton Leanhardt2016-02-291-0/+1
| | |/ | |/| | | | | | | This is related to https://bugzilla.redhat.com/show_bug.cgi?id=1300503
* | | Use inventory_hostname for openshift master certs to sync.Andrew Butcher2016-02-291-1/+1
|/ /
* | Merge pull request #1506 from abutcher/sync-configsBrenton Leanhardt2016-02-261-0/+9
|\ \ | | | | | | Synchronize master kube configs
| * | Synchronize master kube configsAndrew Butcher2016-02-261-0/+9
| | |
* | | Merge pull request #1505 from mwoodson/os_utilsMatt Woodson2016-02-263-5/+33
|\ \ \ | |/ / |/| | added os_utils, os_reboot_server role; removed containerization stuff from the updated
| * | added os_utils, os_reboot_server role; removed containerization stuff from ↵Matt Woodson2016-02-263-5/+33
| | | | | | | | | | | | the updated
* | | Merge pull request #1495 from jstuever/rename_osm_default_subdomainBrenton Leanhardt2016-02-251-1/+1
|\ \ \ | |/ / |/| | Rename variable to openshift_master_default_subdomain
| * | Rename variable to openshift_master_default_subdomain with backwards ↵Jeremiah Stuever2016-02-251-1/+1
| | | | | | | | | | | | compatibility.
* | | Merge pull request #1479 from mwoodson/dyn_updateMatt Woodson2016-02-251-52/+112
|\ \ \ | |/ / |/| | lib_dyn: updates to lib_dyn role
| * | lib_dyn: more updates to the lib_dyn module. Made the TTL more flexibleMatt Woodson2016-02-241-46/+100
| | |
| * | made some changes to lib_dyn updateMatt Woodson2016-02-231-20/+26
| | |
* | | Merge pull request #1467 from joelddiaz/remote-heal-actionJoel Diaz2016-02-242-1/+44
|\ \ \ | | | | | | | | remote heal action for OVS down
| * | | remote heal action for OVS downJoel Diaz2016-02-242-1/+44
| | | |