summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #883 from lebauce/openstack-integrationBrenton Leanhardt2016-03-146-1/+68
|\ | | | | Add support for Openstack integration
| * Add support for Openstack integrationSylvain Baubeau2016-03-146-1/+68
| |
* | Merge pull request #1550 from detiber/docker_refactorBrenton Leanhardt2016-03-1423-137/+242
|\ \ | | | | | | Docker role refactor
| * | improve ordering of systemd unitsJason DeTiberus2016-03-1411-23/+34
| | |
| * | Docker role refactorJason DeTiberus2016-03-1412-114/+208
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - refactors the docker role to push generic config into docker role and wrap openshift specific variables into an openshift_docker role and it's dependent openshift_docker_facts role - adds support for setting --confirm-def-push flag (Resolves https://github.com/openshift/openshift-ansible/issues/1014) - moves docker related facts from common/node roles to a new docker role - renames cli_docker_* role varialbes to openshift_docker-* (maintaining backward compatibility) - update role dependencies to pull in openshift_docker conditionally based on is_containerized - remove playbooks/common/openshift-docker since the docker role is now conditionally included
* | | Merge pull request #1451 from sdodson/is-syncBrenton Leanhardt2016-03-1441-683/+1764
|\ \ \ | |/ / |/| | Sync with latest image stream and templates
| * | Sync latest to v1.2Scott Dodson2016-03-1418-363/+484
| | |
| * | Sync with latest image stream and templatesScott Dodson2016-03-1422-319/+1279
| | |
| * | Allow origin version to be passed in as an argumentScott Dodson2016-03-141-1/+1
| | | | | | | | | | | | so we can continue syncing v1.1 content
* | | Merge pull request #1596 from abutcher/containerized-boolsBrenton Leanhardt2016-03-147-11/+20
|\ \ \ | |/ / |/| | Ensure is_containerized is cast as bool in templates and facts.
| * | Ensure is_containerized is cast as bool.Andrew Butcher2016-03-147-8/+8
| | |
| * | openshift_facts: Safe cast additional boolsSamuel Munilla2016-03-101-1/+1
| | |
| * | openshift-ansible: Wrap boolean factsSamuel Munilla2016-03-101-2/+11
| | | | | | | | | | | | | | | Centralize the very weird process for converting strings to booleans to help keep the code consistent.
* | | Merge pull request #1578 from detiber/libvirt_fixesBrenton Leanhardt2016-03-141-2/+2
|\ \ \ | | | | | | | | Libvirt provider fixes
| * | | Libvirt provider fixesJason DeTiberus2016-03-101-2/+2
| |/ / | | | | | | | | | | | | | | | - Use difference filter instead of reject/equalto - add ability to override vcpu and memory config for vms - add a dedicated drive for docker storage
* | | Expose log level on the monitorAniket Bhat2016-03-112-0/+5
| | |
* | | Support log level configuration for pluginAniket Bhat2016-03-092-0/+4
|/ /
* | 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