| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
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.
|
| | | | | | | | |
|
| |/ / / / / /
|/| | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
GlusterFS: Various fixes 3
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Use empty default for storage labels
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
|
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | | |
Ensure that host pki tree is mounted in containerized components
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | | |
Skip nfs and lb groups on openshift_version
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1458653
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
oc_atomic_container: fix version check for atomic
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Some versions of atomic report their version wrong. Use rpm to check
it.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Also configure default registry on HA masters
|
| | |_|_|/ / / / /
| |/| | | | | | |
| | | | | | | | |
| | | | | | | | | |
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1463498
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
bugzilla:1463577 - Fix for dynamic pvs when using storageclasses.
|
| | | | | | | | | | |
|
| | |_|/ / / / / /
| |/| | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| |_|_|/ / / / / /
|/| | | | | | | | |
Creation of service_catalog and broker roles
|
| | | | | | | | | |
|