-
Notifications
You must be signed in to change notification settings - Fork 198
MCLOUD-2789: Add custom ES plugins #279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| * @var array | ||
| */ | ||
| private $versionMap = [ | ||
| '6.5' => [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't we support more earlier versions as we do on cloud?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They already reached EOL, I don't think we still need to add new features to old deprecated versions.
|
QA Approved |
|
@oshmyheliuk Remember to add the release notes and documentation PR to the PR description when applicable. Thanks! |
Description
https://jira.corp.magento.com/browse/MCLOUD-2789
Added functionality for installing custom elastic search plugins.
Manual testing scenarios
https://studio.cucumber.io/projects/210147/test-plan/folders/1564670/scenarios/5121522
docker-compose.override.yamlfile.magento/services.yaml, for example:docker-compose.yamlfile and check that elasticsearch service contains:P.S.
analysis-icuandanalysis-phoneticare skipped as they installed by default.docker-compose up -ddocker-compose logs elasticsearchand check that added plugin was installed.Release notes
Added support to use the Elasticsearch plugin configuration information from the
services.yamlfile to generate thedocker-compose.yamlfile for a Cloud Docker environment.Associated documentation updates
magento/devdocs#7898
Contribution checklist