| 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.
|
|
|
|
|
|
|
|
|
| |
- The referenced issue was closed, seems like a wontfix. Just use the
old syntax and make no noise about it.
- Remove inconsistent use of tags: if tags are passed in the command
line, there is no point in evaluating groups if the checks won't be run
anyway.
- Remove temporal comment, easy to get out of sync.
|
|\
| |
| | |
Follow the new naming conventions.
|
| | |
|
|\ \
| | |
| | | |
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
|
| | | |
|
|\ \ \
| | | |
| | | | |
Add glusterfs hosts to oo_all_hosts so that hosts set initial facts.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Remove invalid when: from vars:
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Additional optimization parameters for ansible.cfg
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
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
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/ / /
|/| | | | | | | | | |
Fixing podpresets perms for service-catalog-controller
|
|/ / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
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)
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Set TimeoutStartSec=300
|
|/ / / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
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
|
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / /
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | | |
openshift/revert-4755-set-killmode-to-process-in-node-service-file
Revert "set KillMode to process in node service file"
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Removing no_log from htpasswd invocation so not to supress errors
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Remove unsupported parameters from example inventory files.
|
|/ / / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Use absolute path when un-excluding
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
* As follow-up on #4835, use absolute path also when unexcluding
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
Fix lint errors
|
|/ / / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
libvirt fixups
|