Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Commit cd146e1

Browse files
committed
Enabled ElasticSearch 6 support
1 parent a4f2fef commit cd146e1

23 files changed

+124
-74
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ after_script:
3737
- sudo kubectl logs -l app=magento -c monolith
3838
- sudo kubectl logs -l app=magento -c nginx
3939
- sudo cat /etc/exports
40+
- sudo cat ./tests/logs/*
41+
- sudo cat ./logs/*

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ If you never used Kubernetes before, read the [Kubernetes Docs](https://kubernet
6363

6464
The software listed below should be available in [PATH](https://en.wikipedia.org/wiki/PATH_\(variable\)) (except for PHP Storm).
6565

66+
- [Docker](https://docs.docker.com/docker-for-mac/install/)
6667
- [Minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/)
6768
- [Helm](https://docs.helm.sh/using_helm/#installing-helm)
6869
- [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
@@ -343,14 +344,9 @@ Use the following commands to enable/disable varnish without reinstalling Magent
343344

344345
### Activating ElasticSearch
345346

346-
Not available yet.
347-
<!--
348-
:information_source: Available in Magento EE only.
349-
350347
Set `search_engine: "elasticsearch"` in [config.yaml](etc/config.yaml.dist) to use ElasticSearch as current search engine or `search_engine: "mysql"` to use MySQL. Changes will be applied on `m-reinstall`.
351348

352349
Use the following commands to switch between search engines without reinstalling Magento: `m-search-engine elasticsearch` or `m-search-engine mysql`.
353-
-->
354350

355351
### Redis for caching
356352

etc/.gitignore

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
1-
/*
2-
!/.gitignore
3-
!/docker
4-
!/composer
5-
/composer/*
6-
!/composer/auth.json.dist
7-
!/config.yaml.dist
8-
!/magento2_virtual_host.conf.dist
9-
!/guest
10-
!/kubernetes
11-
!/helm
1+
config.yaml

etc/config.yaml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ environment:
4242
# [To apply changes: m-reinstall OR m-varnish enable/disable]
4343
use_varnish: 0
4444
# [To apply changes: m-reinstall] Possible values: mysql, elasticsearch
45-
search_engine: "mysql"
45+
search_engine: "elasticsearch"
4646

4747
magento:
4848
# [To apply changes: m-switch-to-ce -f OR m-switch-to-ee -f]
9.83 KB
Binary file not shown.

etc/helm/charts/mysql-0.15.0.tgz

9.31 KB
Binary file not shown.

etc/helm/charts/mysql-0.9.2.tgz

-8.62 KB
Binary file not shown.

etc/helm/charts/rabbitmq-3.6.3.tgz

-11.5 KB
Binary file not shown.

etc/helm/charts/rabbitmq-5.5.0.tgz

15.7 KB
Binary file not shown.

etc/helm/charts/redis-5.0.0.tgz

-17.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)