[BUG] epicli init --full
does not generate configuration for OpenDistro
#2966
Labels
epicli init --full
does not generate configuration for OpenDistro
#2966
Describe the bug
epicli init --full
does not generate configuration for OpenDistro. There is nokind: configuration/opendistro-for-elasticsearch
in the output file.Probably the reason is that OpenDistro component is set to 0 by default and therefore no configuration is generated for it.
https://github.com/epiphany-platform/epiphany/blob/develop/schema/aws/defaults/configuration/minimal-cluster-config.yml
https://github.com/epiphany-platform/epiphany/blob/develop/schema/aws/defaults/epiphany-cluster.yml
Note: Fix should be applied to all providers.
To work around: add
kind: configuration/opendistro-for-elasticsearch
manually and adjust it to your needs or do nothing to use defaults.However, I think that
epicli init --full
should generate the full configuration for each component.Please also see: #2968.
How to reproduce
Steps to reproduce the behavior:
epicli init -p {aws, azure, any} -n test --full
Expected behavior
There should exist a configuration for each component, including OpenDistro.
Environment
epicli version: [2.0.0dev]
DoD checklist
The text was updated successfully, but these errors were encountered: