aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-os-chef
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-03-12 13:51:28 +0200
committerMichael Lando <ml636r@att.com>2017-03-12 13:52:01 +0200
commit35c6282ce7bcdc183651076c8e95e1d65a963568 (patch)
tree6d1188d89d500213ea52088d13d4ba32bc66efa3 /sdc-os-chef
parent7743ee8f8fa48026d6b3cbb0ed1d4f5d2c5d9add (diff)
Do not load kibana_dashboard_virtualization.json
The recipe is loading kibana_dashboard_virtualization.json although this file doesn't exist. I see three possible reasons: i. the file is mising in the repo ii. the file could be created by the user, and loaded only if exist iii. this is a remaining config that shouldn't apply in ONAP Change-Id: I821eb506d3dab28dad14e72458b313ee45482fa6 Signed-off-by: Alexis de Talhouƫt <adetalhouet89@gmail.com> Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'sdc-os-chef')
-rw-r--r--sdc-os-chef/sdc-elasticsearch/chef-repo/cookbooks/sdc-elasticsearch/recipes/ES_6_create_kibana_dashboard_virtualization.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/sdc-os-chef/sdc-elasticsearch/chef-repo/cookbooks/sdc-elasticsearch/recipes/ES_6_create_kibana_dashboard_virtualization.rb b/sdc-os-chef/sdc-elasticsearch/chef-repo/cookbooks/sdc-elasticsearch/recipes/ES_6_create_kibana_dashboard_virtualization.rb
index a3b15073a1..5f86391199 100644
--- a/sdc-os-chef/sdc-elasticsearch/chef-repo/cookbooks/sdc-elasticsearch/recipes/ES_6_create_kibana_dashboard_virtualization.rb
+++ b/sdc-os-chef/sdc-elasticsearch/chef-repo/cookbooks/sdc-elasticsearch/recipes/ES_6_create_kibana_dashboard_virtualization.rb
@@ -1,11 +1,3 @@
-cookbook_file "/usr/share/elasticsearch/config/kibana_dashboard_virtualization.json" do
- source "kibana_dashboard_virtualization.json"
- owner "elasticsearch"
- group "elasticsearch"
- mode "0755"
-end
-
-
ruby_block "check_ElasticSearch_Cluster_Health" do
block do