ERROR epicli - list index out of range[BUG] Short description of the bug
Closed this issue · 3 comments
rahulrajanrepo commented
Hi Team,
I'm getting the below error while running the epiphany file in no-infra mode. Have attached the yaml file.
ERROR epicli - list index out of range
Steps:
- docker run -it -v "/home/hitachi/serd":/shared --rm ghcr.io/hitachienergy/epicli:2.0.7
- epicli --debug 4 apply -f onprem207.yml --vault-password 1234567890 --no-infra
onprem207.zip
seriva commented
Hey,
Pretty sure you forgot to add proper merge tag for the feature list so it knows how to merge properly:
kind: configuration/features
title: Features to be enabled/disabled
name: default
specification:
features:
- _merge: true
- name: repository
enabled: true
- name: kubernetes-master
enabled: true
- name: kubernetes-node
enabled: true
- name: logging
enabled: true
- name: opensearch
enabled: true
- name: opensearch-dashboards
enabled: true
- name: prometheus
enabled: true
- name: grafana
enabled: true
- name: keycloak
enabled: false
Explanation can be found here:
https://github.com/hitachienergy/epiphany/blob/develop/docs/home/howto/CONFIGURATION_FILE.md#configuration-file
Cheers
Luuk
seriva commented
@rahulrajanrepo Can you verify if this solved the issue and if we can close the ticket.
rahulrajanrepo commented
Thanks @seriva it worked, I'm closing this issue.