| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|\
| |
| | |
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
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Bz1466783 etcd ips in masters no proxy
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Also add filter names of filters that failed me for to their error
messages so you can figure out which filter threw an exception when
you're debugging log files.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1466783
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
fix for storageclass provision defaults.
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Allow storage migrations to be optional and/or non fatal
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Allow configuration of these options, these are their defaults
openshift_upgrade_pre_storage_migration_enabled=true
openshift_upgrade_post_storage_migration_enabled=true
openshift_upgrade_pre_storage_migration_fatal=true
openshift_upgrade_post_storage_migration_fatal=false
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
Add ose- prefix to ansible service broker name
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
Fix for gce storageclass provisioner default.
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
verify sane log times in logging stack
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This patch verifies that logs sent from logging pods can be queried on
the Elasticsearch pod within a reasonable amount of time.
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
Support enabling the centos-openshift-origin-testing repository
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
New versions of Origin land in the -testing repository before they
are tagged for release. This effectively adds the ability to easily
test a new unreleased version (currently in this case 1.5.1) by
enabling the correct repository if 'openshift_repos_enable_testing'
is true.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Use absolute path for excluders
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
Use absolute path when executing excluder as it's used when checking for excluder.
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
GlusterFS fixes 6
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Updating openshift_logging_kibana default for kibana hostname
|
| | | | | |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
[bz 1473154] Fix gce storageclass provider.
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add etcd exports to openshift_storage_nfs
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix proxy settings. For real. For actual this time.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1467776
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1466783
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1472244
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1468424
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1470165
Some of there were 'fixed' before but that commit was merged too soon. This actually fixes the needful.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Updating verbs for serviceclasses objects
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
Fix broken link to Docker image instructions
|