| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Merged by openshift-bot
|
| | |
|
|\ \
| | |
| | | |
Impl fluentd file buffer
|
| | |
| | |
| | |
| | | |
(cherry picked from commit 231a7c4ce27ff944d9e14169062f487f57c94dd6)
|
|\ \ \
| | | |
| | | | |
Merged by openshift-bot
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | | |
Updating metrics role to create serviceaccounts and roles immediately
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | | |
Merged by openshift-bot
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | | |
Merged by openshift-bot
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In Ansible 2.4, `get_file_content` is moving
from ansible.module_utils.facts
to ansible.module_utils.facts.utils
However, the method is no longer needed as the BIOS vendor fact can be
retrieved
from a standard Ansible fact, `ansible_system_vendor`.
i.e.:
"ansible_system_vendor": "Google",
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1476197
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
|
|\ \ \ \
| | | | |
| | | | | |
Merged by openshift-bot
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
juanvallejo/jvallejo/verify-disk-memory-before-upgrade
Add health checks to upgrade playbook
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | | |
ingvagabund/backport-4403-to-openshift-node-upgrade-role
backport 'Add systemctl daemon-reload handler to openshift_node' #4403 to openshift_node_upgrade
|
| | | | |
| | | | |
| | | | |
| | | | | |
openshift_node_upgrade
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Remove default and force argument for storageclass provisioner.
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Resolve Ansible deprecation warnings in Contiv roles
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Updating template parameter replica to be more unique to avoid var sc…
|
| | |_|_|_|/ /
| |/| | | | |
| | | | | | |
| | | | | | | |
creeping
|
|/ / / / / / |
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
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
|