summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* More toxificationJason DeTiberus2017-01-102-25/+21
| | | | | | | | | | | | - Move pylint tests to tox - Move yamllint tests to tox - Create separate tox config (and setup.py) for root - bump ansible requirement - unify pylint config - add docs - remove git directory containing old testing tools - install python-six if not present for openshift-facts - add python-six as a dependency for openshift-ansible-utils
* Merge pull request #3055 from abutcher/openshift_image_tag=latestScott Dodson2017-01-093-6/+7
|\ | | | | Fix openshift_image_tag=latest.
| * Fix openshift_image_tag=latest.Andrew Butcher2017-01-093-6/+7
| |
* | Merge pull request #2909 from mtnbikenc/firewalldScott Dodson2017-01-095-18/+26
|\ \ | |/ |/| Enable firewalld by default
| * Enable firewalld by defaultRussell Teague2016-12-145-18/+26
| |
* | Merge pull request #3015 from smarterclayton/future_versions_masterScott Dodson2017-01-084-5/+17
|\ \ | | | | | | Add future versions to openshift_facts
| * | Add future versions to openshift_factsClayton Coleman2017-01-044-5/+17
| | |
* | | Merge pull request #3054 from sdodson/fix-repo-boolsScott Dodson2017-01-061-2/+2
|\ \ \ | | | | | | | | Fix repo defaults
| * | | Fix repo defaultsScott Dodson2017-01-061-2/+2
| | | |
* | | | Merge pull request #3039 from tbielawa/gh3020Scott Dodson2017-01-062-4/+9
|\ \ \ \ | |/ / / |/| | | Add required python-six package to installation
| * | | Add required python-six package to installationTim Bielawa2017-01-042-4/+9
| | | | | | | | | | | | | | | | | | | | * Moves package list into a defaults/main.yml file * Closes #3020
* | | | Re-add when condition which was removed mistakenly in #3036Maciej Szulik2017-01-051-0/+1
| | | |
* | | | Merge pull request #3036 from soltysh/docker_registry_volumeScott Dodson2017-01-051-6/+5
|\ \ \ \ | | | | | | | | | | Fix jsonpath expected output when checking registry volume secrets
| * | | | Fix jsonpath expected output when checking registry volume secretsMaciej Szulik2017-01-051-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In k8s 1.5 (see rebase PR: origin 12143) jsonpath output is slightly different than previously. Causing this line to fail. We need to pick secret or secretName when checking this task failure condition.
* | | | | logging-deployer pull fixes from origin-aggregated-logging/#317Scott Dodson2017-01-052-5/+0
| | | | |
* | | | | Merge pull request #3033 from abutcher/openshift-enable-origin-repoScott Dodson2017-01-051-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Cast openshift_enable_origin_repo to bool.
| * | | | | Cast openshift_enable_origin_repo to bool.Andrew Butcher2017-01-041-2/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #3008 from bigbank-as/feature/nfs-reclaim-optionScott Dodson2017-01-053-1/+17
|\ \ \ \ \ | | | | | | | | | | | | Add osnl_volume_reclaim_policy variable to nfs_lvm role
| * | | | | Add osnl_volume_reclaim_policy variable to nfs_lvm roleAndo Roots2016-12-223-1/+17
| |/ / / / | | | | | | | | | | | | | | | | | | | | This allows to choose which volume reclamation policy to use when provisioning storage with `openshift_storage_nfs_lvm`.
* | | | | Merge pull request #3040 from sdodson/issue3025Scott Dodson2017-01-041-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | Enable repos defined in openshift_additional_repos by default
| * | | | Enable repos defined in openshift_additional_repos by defaultScott Dodson2017-01-041-2/+2
| | | | | | | | | | | | | | | | | | | | Fixes #3025
* | | | | Update CFME template to point to GA buildSatoe Imaishi2017-01-041-5/+5
|/ / / /
* | | | Add templates for CFME Beta pod imagesSatoe Imaishi2016-12-223-0/+505
|/ / /
* | | python3 support, add tox for better local testing against multiple python ↵Jason DeTiberus2016-12-203-20/+27
|/ / | | | | | | versions
* | Merge pull request #2829 from tbielawa/cert_expiry_updatesTim Bielawa2016-12-193-9/+60
|\ \ | | | | | | Cert expiry updates
| * | Update the openshift-certificate-expiry README to reflect latestTim Bielawa2016-12-191-7/+13
| | | | | | | | | | | | changes
| * | Check embedded etcd certs now, tooTim Bielawa2016-12-151-4/+44
| | | | | | | | | | | | | | | * Addresses RFE in https://bugzilla.redhat.com/show_bug.cgi?id=1389264
| * | Include 'total' and 'ok' in check resultsTim Bielawa2016-12-152-1/+6
| |/ | | | | | | * Addresses https://bugzilla.redhat.com/show_bug.cgi?id=1389263
* | Deprecate node 'evacuation' with 'drain'Tim Bielawa2016-12-161-1/+1
|/ | | | * https://trello.com/c/TeaEB9fX/307-3-deprecate-node-evacuation
* Fix access_modes initializationLuis Fernandez Alvarez2016-12-131-3/+9
|
* Merge pull request #2964 from mtnbikenc/linting-refactorTim Bielawa2016-12-1240-345/+354
|\ | | | | YAML Linting with CI checking
| * YAML LintingRussell Teague2016-12-1240-345/+354
| | | | | | | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* | Limit node certificate SAN to node hostnames/ips.Andrew Butcher2016-12-091-7/+7
|/
* Merge pull request #2902 from dgoodwin/fix-metrics-urlScott Dodson2016-12-088-36/+36
|\ | | | | Fix metricsPublicURL only being set correctly on first master.
| * Fix metricsPublicURL only being set correctly on first master.Devan Goodwin2016-12-018-36/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | Problem was caused by facts not being set for that master. To fix this patch cleans up the calculation of metricsPublicURL in general. Because this value is used in openshift_master to template into the master config file, we now define these facts more clearly in openshift_master_facts, and add a dependency on this to openshift_metrics. The calculation of default sub-domain is also changed to remove it from system facts (as neither of these are facts about the system) and instead use plain variables.
* | Merge pull request #2937 from dgoodwin/upgrade-prepullScott Dodson2016-12-084-21/+22
|\ \ | | | | | | Pre-pull master/node/ovs images during upgrade.
| * | Pre-pull master/node/ovs images during upgrade.Devan Goodwin2016-12-074-21/+22
| | | | | | | | | | | | | | | | | | | | | | | | We did this for install but not upgrade, leading to situations where the service restarts after upgrade could take much longer than expected as docker pulls down the new image. Now the images are present when we restart services and should allow them to come back online much more quickly, equivalent to rpm service restarts.
* | | Merge pull request #2948 from dagwieers/patch-3Scott Dodson2016-12-081-0/+2
|\ \ \ | | | | | | | | Silence warnings when using rpm directly
| * | | Silence warnings when using rpm directlyDag Wieers2016-12-081-0/+2
| | | |
* | | | Remove Hostname from 1.1 and 1.2 predicatesJason DeTiberus2016-12-072-3/+0
| | | |
* | | | Properly handle x.y.z formatted versions for openshift_releaseJason DeTiberus2016-12-074-0/+12
|/ / /
* | | Merge pull request #2892 from detiber/upgradeSchedulerScott Dodson2016-12-074-253/+386
|\ \ \ | | | | | | | | Scheduler upgrades
| * | | Handle updating of scheduler config during upgradeJason DeTiberus2016-12-064-253/+386
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - do not upgrade predicates if openshift_master_scheduler_predicates is defined - do not upgrade priorities if openshift_master_scheduler_priorities is defined - do not upgrade predicates/priorities unless they match known previous default configs - output WARNING to user if predictes/priorities are not updated during install
* | | Switch back to using etcd rather than etcd3Scott Dodson2016-12-061-3/+3
|/ /
* | Merge pull request #2920 from detiber/schedulerVarFixAndrew Butcher2016-12-052-20/+16
|\ \ | | | | | | Scheduler var fix
| * | Update scheduler predicate/priorities varsJason DeTiberus2016-12-012-20/+16
| | | | | | | | | | | | | | | | | | - Introduce additional variables for current scheduler config and default values to better determine if the values we are getting are user-defined, coming from config or are the default values.
* | | Merge pull request #2915 from sdodson/BZ1401425Scott Dodson2016-12-051-0/+4
|\ \ \ | | | | | | | | node_dnsmasq - restart dnsmasq if it's not currently running
| * | | node_dnsmasq - restart dnsmasq if it's not currently runningScott Dodson2016-12-051-0/+4
| | | | | | | | | | | | | | | | | | | | Fixes Bug 1401425 Fixes BZ1401425
* | | | Conditionalize master config update for admission_plugin_config.Andrew Butcher2016-12-052-2/+4
|/ / /
* | | Merge pull request #2888 from sdodson/dnsmasq-no-strict-orderScott Dodson2016-12-012-2/+0
|\ \ \ | |/ / |/| | openshift_node_dnsmasq - Remove strict-order option from dnsmasq