summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5072 from kwoodson/glusterfs_fwScott Dodson2017-08-153-0/+53
|\ | | | | Glusterfs firewall updates.
| * Moving firewall rules under the role to work with refactor.Kenny Woodson2017-08-113-0/+53
| |
* | Merge pull request #5051 from DenverJ/fix-iptables-reloadScott Dodson2017-08-151-0/+3
|\ \ | | | | | | Start iptables on each master in serial
| * | Start iptables on each master in serialDenver Janke2017-08-101-0/+3
| | | | | | | | | Fix task hanging when running from a master
* | | Merge pull request #5058 from kwoodson/project_error_checkScott Dodson2017-08-152-0/+6
|\ \ \ | | | | | | | | Adding error checking to create.
| * | | Error check project creation.Kenny Woodson2017-08-102-0/+6
| | | |
* | | | Merge pull request #4767 from vareti/IptablesKubeProxyScott Dodson2017-08-152-0/+10
|\ \ \ \ | | | | | | | | | | Nuage changes to support IPTables kube-proxy in OpenShift
| * | | | Nuage changes to support IPTables kube-proxy in OpenShiftsareti2017-07-242-0/+10
| | | | | | | | | | | | | | | | | | | | changing the conditional to negation of pod network address rather than using host address
* | | | | Merge pull request #4770 from kwoodson/openshift_repos_refactorScott Dodson2017-08-159-12/+3
|\ \ \ \ \ | | | | | | | | | | | | Removing openshift_repo dependencies. Moving to beginning of openshift_cluster.
| * | | | | Removing dependencies for openshift_repos and setting them up early in the ↵Kenny Woodson2017-08-149-12/+3
| | | | | | | | | | | | | | | | | | | | | | | | cluster build.
* | | | | | Merge pull request #5037 from ozdanborne/calico-2.4Scott Dodson2017-08-143-12/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bump Calico to v2.4.1
| * | | | | | Clean up Calico readmeDan Osborne2017-08-141-7/+13
| | | | | | |
| * | | | | | Bump calico to v2.4.1Dan Osborne2017-08-082-5/+5
| | | | | | |
* | | | | | | Change vsd user nodes parameter nameRohan Parulekar2017-08-141-1/+1
| | | | | | |
* | | | | | | Merge pull request #5055 from fraenkel/fix_awsAndrew Butcher2017-08-141-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix Restore Master AWS Options
| * | | | | | | Fix Restore Master AWS OptionsMichael Fraenkel2017-08-111-1/+1
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | - remove dangling bool
* | | | | | | Merge pull request #5078 from jkaurredhat/cfme-1.7Scott Dodson2017-08-141-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Default values for CFME container images are invalid
| * | | | | | | Default values for CFME container images are invalidjkaurredhat2017-08-141-3/+3
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | openshift_cfme_application_img_name, openshift_cfme_postgresql_img_name and openshift_cfme_memcached_img_name are incorrect. It will fail with below error : The ImageStream \"miq-app\" is invalid: spec.dockerImageRepository: Invalid value: \"docker.io/manageiq/manageiq-pods:app-latest-fine\": the repository name may not contain a tag The ImageStream \"miq-postgresql\" is invalid: spec.dockerImageRepository: Invalid value: \"docker.io/manageiq/manageiq-pods:app-latest-fine\": the repository name may not contain a tag The ImageStream \"miq-memcached\" is invalid: spec.dockerImageRepository: Invalid value: \"docker.io/manageiq/manageiq-pods:app-latest-fine\": the repository name may not contain a tag Signed-off-by: jkaurredhat <jkaur@redhat.com>
* | | | | | | Merge pull request #4944 from sosiouxme/20170728-refactor-ansible-mountsScott Dodson2017-08-118-88/+73
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | openshift_checks: refactor find_ansible_mount
| * | | | | | openshift_checks: refactor find_ansible_mountLuke Meyer2017-08-088-88/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reuse the code for finding the ansible_mounts mount for a path.
* | | | | | | Merge pull request #5046 from abutcher/rm-old-mode-unitsKenny Woodson2017-08-113-3/+0
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Remove additional 'restart master' handler references.
| * | | | | | Remove additional 'restart master' handler references.Andrew Butcher2017-08-093-3/+0
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4797 from kwoodson/os_firewall_refactorScott Dodson2017-08-1145-147/+659
|\ \ \ \ \ \ | | | | | | | | | | | | | | Refactor the firewall workflow.
| * | | | | | Updated README to reflect refactor. Moved firewall initialize into separate ↵Kenny Woodson2017-08-1021-45/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | file.
| * | | | | | Adding a default condition and removing unneeded defaults.Kenny Woodson2017-08-0918-57/+41
| | | | | | |
| * | | | | | First attempt at refactor of os_firewallKenny Woodson2017-08-0843-121/+631
| | | | | | |
* | | | | | | Merge pull request #3905 from kwoodson/nuage_idempotencyScott Dodson2017-08-112-35/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [nuage_master] Adding module calls instead of command for idempotency.
| * | | | | | | Spacing and moving deleget_to to bottom.Kenny Woodson2017-04-181-2/+2
| | | | | | | |
| * | | | | | | Updated to use modules instead of command for user permissions.Kenny Woodson2017-04-102-35/+9
| | | | | | | |
* | | | | | | | Merge pull request #5047 from rhcarvalho/fix-when-warningScott Dodson2017-08-113-5/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix syntax for when statement
| * | | | | | | | Fix syntax for when statementRodolfo Carvalho2017-08-103-5/+5
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without that, playbook runs print warnings such as this: [WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ g_etcd_hosts is not defined and g_new_etcd_hosts is not defined}}
* | | | | | | | system_container.yml: fix bracesLuke Meyer2017-08-101-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #4922 from sosiouxme/20170728-improve-get-varsScott Dodson2017-08-093-7/+73
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | openshift_checks: enable variable conversion
| * | | | | | | openshift_checks: enable variable conversionLuke Meyer2017-08-013-7/+73
| | | | | | | |
* | | | | | | | Merge pull request #4832 from smarterclayton/stop_using_old_modeOpenShift Bot2017-08-0921-271/+49
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | Merged by openshift-bot
| * | | | | | | Remove remaining references to openshift-master.serviceClayton Coleman2017-08-086-38/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevents playbooks from accidentally restarting the master service.
| * | | | | | | Disable old openshift-master.service on upgradeClayton Coleman2017-08-082-0/+8
| | | | | | | |
| * | | | | | | Use the new election mode (client based) instead of direct etcd accessClayton Coleman2017-08-081-3/+2
| | | | | | | |
| * | | | | | | Remove the origin-master.service and associated filesClayton Coleman2017-08-0812-229/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From now on, all master configurations use the api / controller split, regardless of HA mode or previous configuration. This will be our only supported configuration starting in 3.7 or 3.8.
| * | | | | | | Make native clustering the default everywhereClayton Coleman2017-08-081-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #4812 from kwoodson/openshift_version_refactorOpenShift Bot2017-08-083-2/+3
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Merged by openshift-bot
| * | | | | | Refactor of openshift_version.Kenny Woodson2017-08-083-2/+3
| |/ / / / /
* | | | | | Merge pull request #4913 from sosiouxme/20170720-refactor-check-resultsRodolfo Carvalho2017-08-0822-643/+730
|\ \ \ \ \ \ | |/ / / / / |/| | | | | openshift_checks: refactor check results
| * | | | | openshift_checks: refactor logging checksLuke Meyer2017-08-0215-616/+699
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turn failure messages into exceptions that tests can look for without depending on text meant for humans. Turn logging_namespace property into a method. Get rid of _exec_oc and just use logging.exec_oc.
| * | | | | openshift_checks: add property to track 'changed'Luke Meyer2017-08-0212-40/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduced the 'changed' property for checks that can make changes to track whether they did or not. Rather than the check's own logic having to track this and include it in the result hash, just set the property and have the action plugin insert it in the result hash after running (even if there is an exception). Cleared out a lot of crufty "changed: false" hash entries.
* | | | | | Merge pull request #4739 from kwoodson/openshift_facts_refactorScott Dodson2017-08-087-143/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Reduce openshift_facts dependencies.
| * | | | | integration tests: keep openshift_version happyLuke Meyer2017-08-071-4/+0
| | | | | |
| * | | | | Removing tasks from module openshift_facts.Kenny Woodson2017-08-046-139/+1
| | | | | |
* | | | | | Merge pull request #4802 from jkaurredhat/metrics_1.6Scott Dodson2017-08-071-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix for : https://bugzilla.redhat.com/show_bug.cgi?id=1467423
| * | | | | | Fix for : https://bugzilla.redhat.com/show_bug.cgi?id=1467423jkaurredhat2017-07-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Customer confirmed changing KUBERNETES_MASTER_URL and env parameter MASTER_URL value from default value "https://kubernetes.default.svc.cluster.local" to "https://kubernetes.default.svc" solved the issue. Signed-off-by: jkaurredhat <jkaur@redhat.com>