| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Merged by openshift-bot
|
| |
| |
| |
| |
| |
| |
| | |
Calling the action plugin (e.g. when running a playbook) with an
incorrect check name was raising an unhandled exception, leading to poor
output in Ansible (requiring a higher verbosity level to see what is
going wrong).
|
|\ \
| | |
| | | |
Add a retry to the docker restart handler
|
| | | |
|
|\ \ \
| | | |
| | | | |
Merged by openshift-bot
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
According to the docs the disk requirements should be similar to
non-containerized installs.
https://docs.openshift.org/latest/install_config/install/rpm_vs_containerized.html#containerized-storage-requirements
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
During install, those paths are used and require some free space.
|
| | | |
| | | |
| | | |
| | | | |
Prepare the check to support verifying multiple paths, not only /var.
|
|\ \ \ \
| | | | |
| | | | | |
Merged by openshift-bot
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
run etcd_container with type:spc_t label
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
ingvagabund/evalute-etcd-backup-directory-name-only-once
evalute etcd backup directory name only once
|
| |/ / / / / |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Fixing ops storage options being passed to openshift_logging_elastics…
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
role fixing default ops pv selector
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
ingvagabund/fix-backup-and-workdir-dir-paths-for-etcd-system-container
fix backup and working directory for etcd run as a system container
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Get rid of openshift_facts dep in rhel_subscribe
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Because you can't install PyYAML before you subscribe
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Fix generate role binding destination for the HOSA service account
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The task `Generate role binding for the hawkular-openshift-agent service account` use wrong template destination:
https://github.com/openshift/openshift-ansible/blob/master/roles/openshift_metrics/tasks/install_metrics.yaml#L47
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
When a user supplies the openshift_image_tag inventory fact as '3.5',
the evaluation of `version >= LooseVersion('3.5.0')` will return False.
Changing the evaluation against only the X.X release will properly
return True.
|
| |_|_|/ / / /
|/| | | | | | |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
etcd_migrate: Add /usr/local/bin to path for oadm
|
| | | | | | | |
|
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
There are cases where ansible may not keep the expected environment
PATH. This change adds /usr/local/bin to the PATH on the oadm call.
Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1464010
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
logging: write ES heap dump to persistent storage
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Sync environment variables FLUENTD/MUX_CPU_LIMIT FLUENTD/MUX_MEMORY_L…
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
with the resource limit values.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Update master configuration for named certificates during master cert redeploy.
|
| | | | | | | | | |
|
| |_|_|/ / / / /
|/| | | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | | |
Bug 1465168 - mux doesn't recognize ansible boolean parameters correctly
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
https://bugzilla.redhat.com/show_bug.cgi?id=1465168
The fix is to pass the value through the `lower` filter. The value is
set in defaults/main.yaml so it should always have a value.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
- move openshift-etcd/migrate.yml from byo to common and keep just the entry point
- replace std_include with essential plays (e.g. no need to detect openshift version)
- delegate the ttl re-attaching to the first master
|
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
router/registry: look for the oc executable in /usr/local/bin and ~/bin
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1463131
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Generate loopback kubeconfig separately to preserve OpenShift CA certificate.
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Retry docker startup once
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Large environments frequently see docker fail to start up after an
upgrade. Not sure why but we can retry once.
|