summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-26Sync all openshift.common.use_openshift_sdn uses in yaml filesJan Chaloupka
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
2017-07-26Merge pull request #4687 from mrooding/fix-etcd-conditional-check-failureJan Chaloupka
Fix etcd conditional check failure (issue #4121)
2017-07-25Merge pull request #4866 from sdodson/timeoutstartsec-nodeScott Dodson
Set TimeoutStartSec=300
2017-07-25Set TimeoutStartSec=300Scott Dodson
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
2017-07-25Merge pull request #4863 from ↵Scott Dodson
openshift/revert-4755-set-killmode-to-process-in-node-service-file Revert "set KillMode to process in node service file"
2017-07-25Revert "set KillMode to process in node service file"Scott Dodson
2017-07-25Merge pull request #4854 from ewolinetz/metrics_remove_no_logScott Dodson
Removing no_log from htpasswd invocation so not to supress errors
2017-07-25Merge pull request #4858 from jarrpa/unsupported-paramsScott Dodson
Remove unsupported parameters from example inventory files.
2017-07-25Remove unsupported parameters from example inventory files.Jose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-07-25Merge pull request #4839 from tripledes/unexclude_use_abs_pathScott Dodson
Use absolute path when un-excluding
2017-07-24Merge pull request #4856 from sdodson/fix-lintScott Dodson
Fix lint errors
2017-07-24Fix lint errorsScott Dodson
2017-07-24Merge pull request #4846 from dcbw/libvirt-fixupsScott Dodson
libvirt fixups
2017-07-24Merge pull request #4806 from tbielawa/bz1466783_etcd_ips_in_masters_no_proxyScott Dodson
Bz1466783 etcd ips in masters no proxy
2017-07-24Removing nolog from htpasswd invocation so not to supress errorsewolinetz
2017-07-24Merge pull request #4849 from kwoodson/sc_prov_fix_2Kenny Woodson
fix for storageclass provision defaults.
2017-07-24Removed kubernetes.io string from default.Kenny Woodson
2017-07-24Merge pull request #4847 from sdodson/optional-migrationsScott Dodson
Allow storage migrations to be optional and/or non fatal
2017-07-24Allow storage migrations to be optional and/or non fatalScott Dodson
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
2017-07-24Merge pull request #4830 from fabianvf/asb-image-renameScott Dodson
Add ose- prefix to ansible service broker name
2017-07-24libvirt: fall back to mkisofs if genisoimage isn't availableDan Williams
2017-07-24libvirt: add documentation about SSH keypair requirementsDan Williams
2017-07-24Merge pull request #4841 from kwoodson/masterScott Dodson
Fix for gce storageclass provisioner default.
2017-07-24Pass the provisioner to the module.Kenny Woodson
2017-07-24Use absolute path when unexcludingSergi Jimenez
* As follow-up on #4835, use absolute path also when unexcluding
2017-07-24Merge pull request #4682 from juanvallejo/jvallejo/verify-logging-index-timeRodolfo Carvalho
verify sane log times in logging stack
2017-07-24Merge pull request #4307 from dmsimard/openshift-testingScott Dodson
Support enabling the centos-openshift-origin-testing repository
2017-07-24Merge pull request #4835 from tripledes/excluder_absolute_pathScott Dodson
Use absolute path for excluders
2017-07-24Merge pull request #4826 from jarrpa/glusterfs-fixes-sixScott Dodson
GlusterFS fixes 6
2017-07-24Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1474246Sergi Jimenez
Use absolute path when executing excluder as it's used when checking for excluder.
2017-07-23Support enabling the centos-openshift-origin-testing repositoryDavid Moreau-Simard
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.
2017-07-211472467- add ose- prefix to ansible service broker nameFabian von Feilitzsch
2017-07-21Merge pull request #4828 from ewolinetz/bz1472222Scott Dodson
Updating openshift_logging_kibana default for kibana hostname
2017-07-21Updating openshift_logging_kibana default for kibana hostnameewolinetz
2017-07-21GlusterFS: Create registry storage svc and ep in registry namespaceJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-07-21Default an empty list for etcd_to_config if not thereTim Bielawa
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.
2017-07-21If proxy in effect, add etcd host IP addresses to NO_PROXY list on mastersTim Bielawa
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1466783
2017-07-21GlusterFS: Pass all booleans through bool filter.Jose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-07-21GlusterFS: Fix bug in detecting whether to open firewall ports.Jose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-07-20Merge pull request #4805 from kwoodson/sc_gce_fixScott Dodson
[bz 1473154] Fix gce storageclass provider.
2017-07-20verify sane log times in logging stackjuanvallejo
This patch verifies that logs sent from logging pods can be queried on the Elasticsearch pod within a reasonable amount of time.
2017-07-20Merge pull request #4798 from abutcher/hosted-etcd-pvScott Dodson
Add etcd exports to openshift_storage_nfs
2017-07-20Merge pull request #4794 from tbielawa/please_fix_the_proxiesScott Dodson
Fix proxy settings. For real. For actual this time.
2017-07-20Merge pull request #4810 from ewolinetz/bz1470624Scott Dodson
Updating verbs for serviceclasses objects
2017-07-20Merge pull request #4807 from openshift/fix-broken-linkScott Dodson
Fix broken link to Docker image instructions
2017-07-20Updating verbs for serviceclasses objectsewolinetz
2017-07-20Fix broken link to Docker image instructionsRodolfo Carvalho
And document that one needs to install dependencies before running playbooks.
2017-07-20Added parameters inside of gce defaults. Pass all params to the module.Kenny Woodson
2017-07-20Merge pull request #4742 from juanvallejo/jvallejo/remove-dependency-on-p2iRodolfo Carvalho
Remove dependency on playbook2image, rebase directly on OS.
2017-07-20Merge pull request #4316 from ↵Rodolfo Carvalho
juanvallejo/jvallejo/add-increased-etcd-traffic-check add check to detect increased etcd traffic