Add pomba elasticsearch new charts for POMBA 77/56977/5
authorGeora Barsky <georab@amdocs.com>
Thu, 19 Jul 2018 20:46:37 +0000 (16:46 -0400)
committerGeora Barsky <georab@amdocs.com>
Wed, 1 Aug 2018 14:24:47 +0000 (10:24 -0400)
commita3f067ca6b49d349a60d9f8b85de2ae38510c2db
treebec16bcd2a84917ff21e4d5c34819304f753a0df
parentc171ac2408cfac0171f36f9415cc16dc03bb95f1
Add pomba elasticsearch new charts for POMBA

Adding elasticsearch deployment artifact to POMBA charts

Change-Id: I5d1d5675ca610315f6dd91caab5920edf3ff9318
Issue-ID: LOG-573
Signed-off-by: Geora Barsky <georab@amdocs.com>
Add pomba kibana chart for POMBA deployment

Adding new kibana deployment artifacts for pomba

Issue-ID: LOG-573
Change-Id: I1137fb9f2930933a5f47c839d110f61b69e761ef
Signed-off-by: Geora Barsky <georab@amdocs.com>
Use elasticsearch dump tool

Use elasticsearch dump tool to import index-patterns

Change-Id: I1137fb9f2930933a5f47c839d110f61b69e761ef
Issue-ID: LOG-573
Signed-off-by: Geora Barsky <georab@amdocs.com>
26 files changed:
kubernetes/onap/requirements.yaml
kubernetes/onap/resources/environments/disable-allcharts.yaml
kubernetes/onap/values.yaml
kubernetes/pomba/Chart.yaml [new file with mode: 0644]
kubernetes/pomba/charts/pomba-elasticsearch/Chart.yaml [new file with mode: 0644]
kubernetes/pomba/charts/pomba-elasticsearch/requirements.yaml [new file with mode: 0644]
kubernetes/pomba/charts/pomba-elasticsearch/resources/config/elasticsearch.yml [new file with mode: 0644]
kubernetes/pomba/charts/pomba-elasticsearch/templates/configmap.yaml [new file with mode: 0644]
kubernetes/pomba/charts/pomba-elasticsearch/templates/deployment.yaml [new file with mode: 0644]
kubernetes/pomba/charts/pomba-elasticsearch/templates/pv.yaml [new file with mode: 0644]
kubernetes/pomba/charts/pomba-elasticsearch/templates/pvc.yaml [new file with mode: 0644]
kubernetes/pomba/charts/pomba-elasticsearch/templates/service.yaml [new file with mode: 0644]
kubernetes/pomba/charts/pomba-elasticsearch/values.yaml [new file with mode: 0644]
kubernetes/pomba/charts/pomba-kibana/Chart.yaml [new file with mode: 0644]
kubernetes/pomba/charts/pomba-kibana/requirements.yaml [new file with mode: 0644]
kubernetes/pomba/charts/pomba-kibana/resources/config/default-mapping.json [new file with mode: 0644]
kubernetes/pomba/charts/pomba-kibana/resources/config/default.json [new file with mode: 0644]
kubernetes/pomba/charts/pomba-kibana/resources/config/kibana.yml [new file with mode: 0644]
kubernetes/pomba/charts/pomba-kibana/resources/config/validationsDump.json [new file with mode: 0644]
kubernetes/pomba/charts/pomba-kibana/resources/config/violationsDump.json [new file with mode: 0644]
kubernetes/pomba/charts/pomba-kibana/templates/configmap.yaml [new file with mode: 0644]
kubernetes/pomba/charts/pomba-kibana/templates/deployment.yaml [new file with mode: 0644]
kubernetes/pomba/charts/pomba-kibana/templates/service.yaml [new file with mode: 0644]
kubernetes/pomba/charts/pomba-kibana/values.yaml [new file with mode: 0644]
kubernetes/pomba/requirements.yaml [new file with mode: 0644]
kubernetes/pomba/values.yaml [new file with mode: 0644]