Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | making kube-service-catalog project network global when using ↵ | ewolinetz | 2017-07-13 | 1 | -0/+5 |
| | | | | redhat/openshift-ovs-multitenant plugin | ||||
* | Merge pull request #4743 from ewolinetz/bz1469986 | Scott Dodson | 2017-07-12 | 2 | -0/+11 |
|\ | | | | | Created js file for enabling tech preview for console, updated master… | ||||
| * | Created js file for enabling tech preview for console, updated master-config ↵ | ewolinetz | 2017-07-12 | 2 | -0/+11 |
| | | | | | | | | for pod presets and console tech preview | ||||
* | | Merge pull request #4720 from jarrpa/glusterfs-fixes-four | Scott Dodson | 2017-07-12 | 10 | -2/+106 |
|\ \ | |/ |/| | GlusterFS Fixes 4 | ||||
| * | GlusterFS: Fix SSH-based heketi configuration | Jose A. Rivera | 2017-07-08 | 10 | -2/+106 |
| | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | ||||
* | | add scheduled pods check | juanvallejo | 2017-07-11 | 2 | -2/+32 |
| | | |||||
* | | Only store failures that were not ignored. | Rodolfo Carvalho | 2017-07-11 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the past, health checks were implemented with ignore_errors: True in the playbook level, requiring us to store all failures, ignored or not, so that we could report on all failed checks. Now checks are run from a single action plugin entry point, without ignoring errors (all errors are aggregated via the action plugin). Since the integration of the openshift_health_checker role with the install playbook, failure summaries are part of the output of a lot more calls to ansible-playbook. We shall report only failures that caused the execution to stop, as ignored failures in the summary only serve to confuse users. | ||||
* | | Add overlay to supported Docker storage drivers | Rodolfo Carvalho | 2017-07-11 | 2 | -3/+3 |
| | | | | | | | | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1467809 As a next step, we can refine under which conditions the overlay driver is supported. | ||||
* | | openshift_checks: fix execute_module params | Luke Meyer | 2017-07-11 | 4 | -4/+4 |
| | | | | | | | | | | | | | | | | Fix where execute_module was being passed task_vars in place of tmp param. Most modules don't seem to use either and so this doesn't fail; but under some conditions (perhaps different per version of ansible?) it tried to treat the dict as a string and came back with a python stack trace. | ||||
* | | Adding create permissions for serviceclasses.servicecatalog.k8s.io to ↵ | ewolinetz | 2017-07-11 | 1 | -0/+6 |
| | | | | | | | | service-catalog-controller role | ||||
* | | Merge pull request #4730 from ozdanborne/patch-gencerts | Scott Dodson | 2017-07-11 | 2 | -26/+18 |
|\ \ | | | | | | | Fix calico when certs are auto-generated | ||||
| * | | Fix calico when certs are auto-generated | Dan Osborne | 2017-07-10 | 2 | -26/+18 |
| | | | |||||
* | | | updating fetch tasks to be flat paths | ewolinetz | 2017-07-10 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #4624 from ↵ | Jan Chaloupka | 2017-07-08 | 1 | -0/+1 |
|\ \ \ | |_|/ |/| | | | | | | | | ingvagabund/increase-timeout-when-waiting-for-master-and-nodes increase implicit 300s default timeout to explicit 600s | ||||
| * | | increase implicit 300s default timeout to explicit 600s | Jan Chaloupka | 2017-06-28 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #4714 from sdodson/image-stream-sync | OpenShift Bot | 2017-07-08 | 100 | -1/+63835 |
|\ \ \ | | | | | | | | | Merged by openshift-bot | ||||
| * | | | xPaas v1.4.1 for 3.4 | Scott Dodson | 2017-07-07 | 33 | -0/+21278 |
| | | | | |||||
| * | | | xPaas v1.4.1 for 3.5 | Scott Dodson | 2017-07-07 | 33 | -0/+21278 |
| | | | | |||||
| * | | | xPaaS 1.4.1 for 3.6 | Scott Dodson | 2017-07-07 | 34 | -1/+21279 |
| | | | | |||||
* | | | | Merge pull request #4719 from abutcher/glusterfs-nodename | OpenShift Bot | 2017-07-07 | 3 | -4/+4 |
|\ \ \ \ | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | Use openshift.node.nodename as glusterfs_hostname. | Andrew Butcher | 2017-07-07 | 3 | -4/+4 |
| | | | | | |||||
* | | | | | Merge pull request #4703 from tbielawa/bz1468187 | Scott Dodson | 2017-07-07 | 1 | -0/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | Run some basic etcd checks after migration to ensure leases are good | ||||
| * | | | | | Wait for etcd to become healthy before migrating TTL | Tim Bielawa | 2017-07-07 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1468187 | ||||
* | | | | | | Merge pull request #4711 from tbielawa/bz1468424 | OpenShift Bot | 2017-07-07 | 1 | -8/+9 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Merged by openshift-bot | ||||
| * | | | | | Only add entries to NO_PROXY settings if a NO_PROXY value is set | Tim Bielawa | 2017-07-07 | 1 | -8/+9 |
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1468424 Incorrect indentation caused base svc/cluster.local/hostname entries to be added to the NO_PROXY settings regardless of if the user was configuring NO_PROXY or not. | ||||
* | | | | | Merge pull request #4716 from ewolinetz/fix_broker_configmap | Scott Dodson | 2017-07-07 | 1 | -4/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | updating configmap map definition to fix asb not starting up correctly | ||||
| * | | | | | updating configmap map definition to fix asb not starting up correctly | ewolinetz | 2017-07-07 | 1 | -4/+4 |
| |/ / / / | |||||
* / / / / | container-engine: Update Fedora registry url | Steve Milner | 2017-07-07 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #4692 from shawn-hurley/bugzilla-1467948 | Scott Dodson | 2017-07-07 | 2 | -2/+7 |
|\ \ \ \ | | | | | | | | | | | 1467948 - Ansible Service Broker configuration values | ||||
| * | | | | fixing configuation values. | Shawn Hurley | 2017-07-05 | 2 | -2/+7 |
| | | | | | |||||
* | | | | | Install container-selinux with container-engine | Steve Milner | 2017-07-06 | 1 | -0/+6 |
| |_|_|/ |/| | | | |||||
* | | | | Merge pull request #4696 from richm/bug-1466152 | Scott Dodson | 2017-07-06 | 11 | -24/+10 |
|\ \ \ \ | | | | | | | | | | | Bug 1466152 - Json-file log driver: Neither "openshift_logging_fluentd_use_journal=false" nor omitted collects the log entries | ||||
| * | | | | Bug 1466152 - Json-file log driver: Neither ↵ | Rich Megginson | 2017-07-06 | 11 | -24/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "openshift_logging_fluentd_use_journal=false" nor omitted collects the log entries https://bugzilla.redhat.com/show_bug.cgi?id=1466152 Do not set openshift_logging_fluentd_use_journal or USE_JOURNAL at all unless it is explicitly set as an ansible param. It is almost always better to let fluentd figure out which log driver docker is using. | ||||
* | | | | | Merge pull request #4531 from abutcher/f26-ah-setsebool | OpenShift Bot | 2017-07-06 | 2 | -26/+76 |
|\ \ \ \ \ | |/ / / / |/| | | | | Merged by openshift-bot | ||||
| * | | | | Workaround seboolean module with setsebool command. | Andrew Butcher | 2017-07-05 | 2 | -26/+76 |
| | | | | | |||||
* | | | | | Fix yamllint | Scott Dodson | 2017-07-06 | 1 | -10/+10 |
| | | | | | |||||
* | | | | | Merge pull request #4681 from kwoodson/default_registry_env_fix | Scott Dodson | 2017-07-06 | 1 | -2/+11 |
|\ \ \ \ \ | | | | | | | | | | | | | [BZ 1467786] Fix for OPENSHIFT_DEFAULT_REGISTRY setting in env file. | ||||
| * | | | | | Removed quotes and added env variable to be specific. | Kenny Woodson | 2017-07-05 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | [BZ 1467786] Fix for OPENSHIFT_DEFAULT_REGISTRY setting. | Kenny Woodson | 2017-07-05 | 1 | -2/+11 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #4680 from ingvagabund/set-label-of-var-lib-etcd | Jan Chaloupka | 2017-07-06 | 1 | -0/+15 |
|\ \ \ \ \ | | | | | | | | | | | | | set the proper label of /var/lib/etcd directory | ||||
| * | | | | | set the proper label of /var/lib/etcd directory | Jan Chaloupka | 2017-07-05 | 1 | -0/+15 |
| |/ / / / | |||||
* | | | | | Merge pull request #4684 from ewolinetz/service_catalog_multimaster | Scott Dodson | 2017-07-05 | 5 | -10/+129 |
|\ \ \ \ \ | | | | | | | | | | | | | Addressing servicecatalog doesnt have enough permissions and multimas… | ||||
| * | | | | | Synching certs and aggregator configs from first master to all other masters | ewolinetz | 2017-07-05 | 2 | -3/+105 |
| | | | | | | |||||
| * | | | | | Addressing servicecatalog doesnt have enough permissions and multimaster ↵ | ewolinetz | 2017-07-05 | 3 | -7/+24 |
| |/ / / / | | | | | | | | | | | | | | | | config for service-catalog | ||||
* | | | | | Merge pull request #4554 from richm/add-back-mux-client-config | Scott Dodson | 2017-07-05 | 2 | -0/+13 |
|\ \ \ \ \ | | | | | | | | | | | | | add back mux_client config that was removed | ||||
| * | | | | | add back mux_client config that was removed | Rich Megginson | 2017-07-05 | 2 | -0/+13 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not sure how this got removed, during the rebase of the logging roles perhaps? Also ensure that the value used in the fluentd daemonset env var is lower cased to work with the fluentd/run.sh script. | ||||
* | | | | | Merge pull request #4671 from ↵ | OpenShift Bot | 2017-07-05 | 2 | -3/+7 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | ingvagabund/use-master-certificates-for-oadm-migrate-etcd-ttl Merged by openshift-bot | ||||
| * | | | | use master etcd certificates when delegating oadm migrate etcd-ttl | Jan Chaloupka | 2017-07-04 | 2 | -3/+7 |
| | | | | | |||||
* | | | | | Merge pull request #4678 from tbielawa/bz1467776 | OpenShift Bot | 2017-07-05 | 1 | -1/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | Fix missing service domain .svc in NO_PROXY settings | Tim Bielawa | 2017-07-05 | 1 | -1/+3 |
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1467776 Adds the tld '.svc' to the docker NO_PROXY list |