summaryrefslogtreecommitdiff
path: root/roles
AgeCommit message (Collapse)Author
2017-07-28Remove cluster in favor of rolebindings.Kenny Woodson
2017-07-28GlusterFS: Use default namespace when not native.Jose A. Rivera
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1476197 Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-07-28Merge pull request #4899 from rhcarvalho/misc-cleanup-normalize-inputOpenShift Bot
Merged by openshift-bot
2017-07-28Revert "Add health checks to upgrade playbook"Rodolfo Carvalho
2017-07-28Merge pull request #4372 from ↵Rodolfo Carvalho
juanvallejo/jvallejo/verify-disk-memory-before-upgrade Add health checks to upgrade playbook
2017-07-27Merge pull request #4897 from ↵Scott Dodson
ingvagabund/backport-4403-to-openshift-node-upgrade-role backport 'Add systemctl daemon-reload handler to openshift_node' #4403 to openshift_node_upgrade
2017-07-27Merge pull request #4843 from kwoodson/sc_require_provScott Dodson
Remove default and force argument for storageclass provisioner.
2017-07-27Merge pull request #4479 from mtnbikenc/contiv-warningsScott Dodson
Resolve Ansible deprecation warnings in Contiv roles
2017-07-27Merge pull request #4906 from ewolinetz/logging_unique_template_varsScott Dodson
Updating template parameter replica to be more unique to avoid var sc…
2017-07-27Block etcdv3 migration for supported configurationsScott Dodson
2017-07-27Updating template parameter replica to be more unique to avoid var scope ↵ewolinetz
creeping
2017-07-27backport 'Add systemctl daemon-reload handler to openshift_node' #4403 to ↵Jan Chaloupka
openshift_node_upgrade
2017-07-27Normalize list of checks passed to action pluginRodolfo Carvalho
This allows users to pass either a string with comma-separated check names or a proper list of strings, whatever is more convenient in the context. For consistency, the same normalization is applied to the 'openshift_disable_check' variable.
2017-07-27Make LoggingCheck.run return the correct typeRodolfo Carvalho
The run method is expected to return a dict. Even though we should not run LoggingCheck by itself, it is still possible to do it and without this change we get an unhandled exception.
2017-07-27Merge pull request #4882 from sdodson/fix-node-resolv-confScott Dodson
Simplify generation of /etc/origin/node/resolv.conf
2017-07-27Merge pull request #4874 from ingvagabund/set-default-valuesJan Chaloupka
Sync all openshift.common.use_openshift_sdn uses in yaml files
2017-07-26Merge pull request #4868 from ewolinetz/metrics_fix_caCertScott Dodson
Fixing route spec caCertificate to be correctly capitalized
2017-07-26Simplify generation of /etc/origin/node/resolv.confScott Dodson
Don't attempt to copy /etc/resolv.conf whenever there's no watermark, just write out the list of nameservers that network manager tells us about like we do for origin-upstream-dns.conf Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1474707
2017-07-26fixes after rebasing with #4485juanvallejo
2017-07-26add pre-flight checks to ugrade pathjuanvallejo
2017-07-26Merge pull request #4844 from ewolinetz/bz1463081Scott Dodson
Updating how storage type is determined, adding bool filter in opensh…
2017-07-26Merge pull request #4816 from abutcher/containerized-lb-image-tagScott Dodson
Pass first master's openshift_image_tag to openshift_loadbalancer for containerized haproxy installation.
2017-07-26Merge pull request #4485 from sosiouxme/20170616-store-args-in-check-propertiesScott Dodson
openshift_checks: store args in check properties
2017-07-26Merge pull request #4693 from enoodle/create_router_certificate_by_defaultScott Dodson
Router wildcard certificate created by default
2017-07-26Sync all openshift.common.use_openshift_sdn uses in yaml filesJan Chaloupka
Most occurrences are in a form: ```yaml openshift.common.use_openshift_sdn | default(true) | bool ``` Let's make all occurences this way given the use_openshift_sdn is set to true anyway. See https://github.com/openshift/openshift-ansible/blob/0c350dcc7d06d62be5ba3a8e468dff85cdd96dd7/roles/openshift_facts/library/openshift_facts.py#L2035
2017-07-26Fixing podpresets perms for service-catalog-controllerewolinetz
2017-07-26Merge pull request #4813 from sdodson/log-dumperScott Dodson
Fix log dumping on service failure
2017-07-26Merge pull request #4855 from mwringe/hawkular-namespace-listener-updateScott Dodson
Metrics: grant hawkular namespace listener role
2017-07-26Merge pull request #4687 from mrooding/fix-etcd-conditional-check-failureJan Chaloupka
Fix etcd conditional check failure (issue #4121)
2017-07-25Fixing route spec caCertificate to be correctly capitalizedewolinetz
2017-07-25Set TimeoutStartSec=300Scott Dodson
On nodes with thousands of services it may take a very long time to establish all of the network routing rules. The longest we've seen is about 180s
2017-07-25Revert "set KillMode to process in node service file"Scott Dodson
2017-07-25openshift_checks: refactor to internalize task_varsLuke Meyer
Move task_vars into instance variable so we don't have to pass it around everywhere. Also store tmp. Make sure both are filled in on execute_module. In the process, is_active became an instance method, and task_vars is basically never used directly outside of test code.
2017-07-25openshift_checks: get rid of deprecated module_executorLuke Meyer
2017-07-25openshift_checks: improve comments/namesLuke Meyer
2017-07-25add default value for router path in the certErez Freiberger
2017-07-25Router wildcard certificate created by defaultErez Freiberger
2017-07-25Merge pull request #4854 from ewolinetz/metrics_remove_no_logScott Dodson
Removing no_log from htpasswd invocation so not to supress errors
2017-07-25Merge pull request #4839 from tripledes/unexclude_use_abs_pathScott Dodson
Use absolute path when un-excluding
2017-07-24Merge pull request #4806 from tbielawa/bz1466783_etcd_ips_in_masters_no_proxyScott Dodson
Bz1466783 etcd ips in masters no proxy
2017-07-24Metrics: grant hawkular namespace listener rolemwringe
2017-07-24Removing nolog from htpasswd invocation so not to supress errorsewolinetz
2017-07-24Removed kubernetes.io string from default.Kenny Woodson
2017-07-24Merge pull request #4830 from fabianvf/asb-image-renameScott Dodson
Add ose- prefix to ansible service broker name
2017-07-24Updating how storage type is determined, adding bool filter in ↵ewolinetz
openshift_logging_elasticsearch
2017-07-24Remove default provisioner.Kenny Woodson
2017-07-24Merge pull request #4841 from kwoodson/masterScott Dodson
Fix for gce storageclass provisioner default.
2017-07-24Pass the provisioner to the module.Kenny Woodson
2017-07-24Use absolute path when unexcludingSergi Jimenez
* As follow-up on #4835, use absolute path also when unexcluding
2017-07-24Merge pull request #4682 from juanvallejo/jvallejo/verify-logging-index-timeRodolfo Carvalho
verify sane log times in logging stack