summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-26fixes after rebasing with #4485juanvallejo
2017-07-26add pre-flight checks to ugrade pathjuanvallejo
2017-07-26Merge pull request #4448 from mtnbikenc/vars-syntaxScott Dodson
Remove invalid when: from vars:
2017-07-26Merge pull request #4738 from sjug/opt_ansible_cfgScott Dodson
Additional optimization parameters for ansible.cfg
2017-07-26Merge pull request #4844 from ewolinetz/bz1463081Scott Dodson
Updating how storage type is determined, adding bool filter in opensh…
2017-07-26Merge pull request #4816 from abutcher/containerized-lb-image-tagScott Dodson
Pass first master's openshift_image_tag to openshift_loadbalancer for containerized haproxy installation.
2017-07-26Merge pull request #4485 from sosiouxme/20170616-store-args-in-check-propertiesScott Dodson
openshift_checks: store args in check properties
2017-07-26Merge pull request #4693 from enoodle/create_router_certificate_by_defaultScott Dodson
Router wildcard certificate created by default
2017-07-26Merge pull request #4876 from ewolinetz/fix_podpreset_permsScott Dodson
Fixing podpresets perms for service-catalog-controller
2017-07-26Fixing podpresets perms for service-catalog-controllerewolinetz
2017-07-26Merge pull request #4813 from sdodson/log-dumperScott Dodson
Fix log dumping on service failure
2017-07-26Merge pull request #4855 from mwringe/hawkular-namespace-listener-updateScott Dodson
Metrics: grant hawkular namespace listener role
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-25openshift_checks: refactor to internalize task_varsLuke Meyer
Move task_vars into instance variable so we don't have to pass it around everywhere. Also store tmp. Make sure both are filled in on execute_module. In the process, is_active became an instance method, and task_vars is basically never used directly outside of test code.
2017-07-25openshift_checks: get rid of deprecated module_executorLuke Meyer
2017-07-25openshift_checks: improve comments/namesLuke Meyer
2017-07-25add default value for router path in the certErez Freiberger
2017-07-25Router wildcard certificate created by defaultErez Freiberger
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-24Metrics: grant hawkular namespace listener rolemwringe
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-24Updating how storage type is determined, adding bool filter in ↵ewolinetz
openshift_logging_elasticsearch
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