| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|\
| |
| | |
Simplify generation of /etc/origin/node/resolv.conf
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | | |
Sync all openshift.common.use_openshift_sdn uses in yaml files
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| |_|/
|/| | |
Fixing route spec caCertificate to be correctly capitalized
|
| | | |
|
|\ \ \
| | | |
| | | | |
Updating how storage type is determined, adding bool filter in opensh…
|
| | | |
| | | |
| | | |
| | | | |
openshift_logging_elasticsearch
|
|\ \ \ \
| | | | |
| | | | | |
Pass first master's openshift_image_tag to openshift_loadbalancer for containerized haproxy installation.
|
| | | | |
| | | | |
| | | | |
| | | | | |
containerized haproxy installation.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
openshift_checks: store args in check properties
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Router wildcard certificate created by default
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Fix log dumping on service failure
|
| | |_|/ / / /
| |/| | | | |
| | | | | | |
| | | | | | | |
Also, add log dumping to master service startup too
|
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
Metrics: grant hawkular namespace listener role
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
Fix etcd conditional check failure (issue #4121)
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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
|
| |_|_|_|/ /
|/| | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Removing no_log from htpasswd invocation so not to supress errors
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Use absolute path when un-excluding
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* As follow-up on #4835, use absolute path also when unexcluding
|
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | | |
Bz1466783 etcd ips in masters no proxy
|
| | |_|_|_|_|/
| |/| | | | |
| | | | | | |
| | | | | | | |
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1466783
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
Add ose- prefix to ansible service broker name
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
Fix for gce storageclass provisioner default.
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
verify sane log times in logging stack
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This patch verifies that logs sent from logging pods can be queried on
the Elasticsearch pod within a reasonable amount of time.
|
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
Support enabling the centos-openshift-origin-testing repository
|
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
New versions of Origin land in the -testing repository before they
are tagged for release. This effectively adds the ability to easily
test a new unreleased version (currently in this case 1.5.1) by
enabling the correct repository if 'openshift_repos_enable_testing'
is true.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Use absolute path for excluders
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Use absolute path when executing excluder as it's used when checking for excluder.
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
GlusterFS fixes 6
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Updating openshift_logging_kibana default for kibana hostname
|
| | | | | | |
|