| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
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
|
|\ \ \
| | | |
| | | | |
Correct version comparisons to ensure proper fact evaluation
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| | | |
| | | | |
Adding become: false to local_action tasks
|
|/ / / |
|
|\ \ \
| |/ /
|/| | |
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.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Created by command:
/usr/bin/tito tag --accept-auto-changelog --use-version=3.6.128
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
Parameterize etcd binary path for ansible service broker
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
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.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
ingvagabund/run-ttl-migration-only-one-on-the-first-master
attach leases via the first master only and only once
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- 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
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
[master] evalute groups when running etcd upgrade from byo/openshift-cluster/upgrades/upgrade_etcd.yml
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
byo/openshift-cluster/upgrades/upgrade_etcd.yml
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Created by command:
/usr/bin/tito tag
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
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.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Created by command:
/usr/bin/tito tag
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Fix typo in fluentd_secureforward_contents variable
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
Reverting quotation change in ansible_service_broker install for etcd
|
|/ / / / / / / |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Created by command:
/usr/bin/tito tag
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
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>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Set clean install and etcd storage on first master to fix scaleup
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1464011
|
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / /
|/| | | | | | | | |
Ensure that host pki tree is mounted in containerized components
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / /
|/| | | | | | | | |
Skip nfs and lb groups on openshift_version
|