summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge pull request #4485 from sosiouxme/20170616-store-args-in-check-propertiesScott Dodson2017-07-2643-544/+494
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | openshift_checks: store args in check properties
| * | | | | | | | | | | openshift_checks: refactor to internalize task_varsLuke Meyer2017-07-2539-480/+439
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | | | | | openshift_checks: get rid of deprecated module_executorLuke Meyer2017-07-254-25/+10
| | | | | | | | | | | |
| * | | | | | | | | | | openshift_checks: improve comments/namesLuke Meyer2017-07-2513-51/+57
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4693 from enoodle/create_router_certificate_by_defaultScott Dodson2017-07-262-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Router wildcard certificate created by default
| * | | | | | | | | | | | add default value for router path in the certErez Freiberger2017-07-251-2/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Router wildcard certificate created by defaultErez Freiberger2017-07-252-2/+2
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #4876 from ewolinetz/fix_podpreset_permsScott Dodson2017-07-261-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | Fixing podpresets perms for service-catalog-controller
| * | | | | | | | | | | | Fixing podpresets perms for service-catalog-controllerewolinetz2017-07-261-1/+5
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #4813 from sdodson/log-dumperScott Dodson2017-07-262-1/+21
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix log dumping on service failure
| * | | | | | | | | | | | Fix log dumping on service failureScott Dodson2017-07-202-1/+21
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, add log dumping to master service startup too
* | | | | | | | | | | | Merge pull request #4855 from mwringe/hawkular-namespace-listener-updateScott Dodson2017-07-263-1/+41
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | Metrics: grant hawkular namespace listener role
| * | | | | | | | | | | Metrics: grant hawkular namespace listener rolemwringe2017-07-243-1/+41
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4687 from mrooding/fix-etcd-conditional-check-failureJan Chaloupka2017-07-261-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | Fix etcd conditional check failure (issue #4121)
| * | | | | | | | | | | Fix etcd conditional check failureMarc Rooding2017-07-071-1/+2
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4866 from sdodson/timeoutstartsec-nodeScott Dodson2017-07-252-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Set TimeoutStartSec=300
| * | | | | | | | | | | | Set TimeoutStartSec=300Scott Dodson2017-07-252-0/+2
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | Merge pull request #4863 from ↵Scott Dodson2017-07-252-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | openshift/revert-4755-set-killmode-to-process-in-node-service-file Revert "set KillMode to process in node service file"
| * | | | | | | | | | | Revert "set KillMode to process in node service file"Scott Dodson2017-07-252-2/+0
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #4854 from ewolinetz/metrics_remove_no_logScott Dodson2017-07-251-1/+0
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Removing no_log from htpasswd invocation so not to supress errors
| * | | | | | | | | | | Removing nolog from htpasswd invocation so not to supress errorsewolinetz2017-07-241-1/+0
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #4858 from jarrpa/unsupported-paramsScott Dodson2017-07-255-28/+28
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove unsupported parameters from example inventory files.
| * | | | | | | | | | | Remove unsupported parameters from example inventory files.Jose A. Rivera2017-07-255-28/+28
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | | | | | | | | | | Merge pull request #4839 from tripledes/unexclude_use_abs_pathScott Dodson2017-07-251-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use absolute path when un-excluding
| * | | | | | | | | | | Use absolute path when unexcludingSergi Jimenez2017-07-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * As follow-up on #4835, use absolute path also when unexcluding
* | | | | | | | | | | | Merge pull request #4856 from sdodson/fix-lintScott Dodson2017-07-241-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix lint errors
| * | | | | | | | | | | | Fix lint errorsScott Dodson2017-07-241-3/+3
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #4846 from dcbw/libvirt-fixupsScott Dodson2017-07-242-2/+12
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | libvirt fixups
| * | | | | | | | | | | | libvirt: fall back to mkisofs if genisoimage isn't availableDan Williams2017-07-242-2/+6
| | | | | | | | | | | | |
| * | | | | | | | | | | | libvirt: add documentation about SSH keypair requirementsDan Williams2017-07-241-0/+6
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4806 from tbielawa/bz1466783_etcd_ips_in_masters_no_proxyScott Dodson2017-07-244-4/+20
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | Bz1466783 etcd ips in masters no proxy
| * | | | | | | | | | | Default an empty list for etcd_to_config if not thereTim Bielawa2017-07-212-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | | | | | If proxy in effect, add etcd host IP addresses to NO_PROXY list on mastersTim Bielawa2017-07-213-0/+16
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1466783
* | | | | | | | | | | Merge pull request #4849 from kwoodson/sc_prov_fix_2Kenny Woodson2017-07-241-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fix for storageclass provision defaults.
| * | | | | | | | | | | Removed kubernetes.io string from default.Kenny Woodson2017-07-241-2/+2
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #4847 from sdodson/optional-migrationsScott Dodson2017-07-243-8/+41
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Allow storage migrations to be optional and/or non fatal
| * | | | | | | | | | | Allow storage migrations to be optional and/or non fatalScott Dodson2017-07-243-8/+41
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | Merge pull request #4830 from fabianvf/asb-image-renameScott Dodson2017-07-241-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | Add ose- prefix to ansible service broker name
| * | | | | | | | | | 1472467- add ose- prefix to ansible service broker nameFabian von Feilitzsch2017-07-211-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #4841 from kwoodson/masterScott Dodson2017-07-241-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | Fix for gce storageclass provisioner default.
| * | | | | | | | | | Pass the provisioner to the module.Kenny Woodson2017-07-241-0/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #4682 from juanvallejo/jvallejo/verify-logging-index-timeRodolfo Carvalho2017-07-244-6/+321
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | verify sane log times in logging stack
| * | | | | | | | | | | verify sane log times in logging stackjuanvallejo2017-07-204-6/+321
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch verifies that logs sent from logging pods can be queried on the Elasticsearch pod within a reasonable amount of time.
* | | | | | | | | | | | Merge pull request #4307 from dmsimard/openshift-testingScott Dodson2017-07-244-3/+10
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | Support enabling the centos-openshift-origin-testing repository
| * | | | | | | | | | | Support enabling the centos-openshift-origin-testing repositoryDavid Moreau-Simard2017-07-234-3/+10
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | Merge pull request #4835 from tripledes/excluder_absolute_pathScott Dodson2017-07-241-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use absolute path for excluders
| * | | | | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1474246Sergi Jimenez2017-07-241-2/+2
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use absolute path when executing excluder as it's used when checking for excluder.
* | | | | | | | | | | Merge pull request #4826 from jarrpa/glusterfs-fixes-sixScott Dodson2017-07-243-21/+38
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | GlusterFS fixes 6
| * | | | | | | | | | GlusterFS: Create registry storage svc and ep in registry namespaceJose A. Rivera2017-07-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
| * | | | | | | | | | GlusterFS: Pass all booleans through bool filter.Jose A. Rivera2017-07-212-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>