summaryrefslogtreecommitdiffstats
path: root/cookbooks/ajsc-aai-config/recipes/aai-logback.rb
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-05-19 12:29:43 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-05-19 12:40:51 -0400
commit0cd55fc1d50f066720bbe0ce591d9cbc59ecddf4 (patch)
treec01e51a84caa6baac7511352451281c3759097e0 /cookbooks/ajsc-aai-config/recipes/aai-logback.rb
parentb160c3cc1e58e85502ccaa7358cd38ff210ed34a (diff)
Add the chef config changes for the new repos
Change-Id: If1fc90402ca70449cd181fab9f469eded4831638 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'cookbooks/ajsc-aai-config/recipes/aai-logback.rb')
-rw-r--r--cookbooks/ajsc-aai-config/recipes/aai-logback.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/cookbooks/ajsc-aai-config/recipes/aai-logback.rb b/cookbooks/ajsc-aai-config/recipes/aai-logback.rb
deleted file mode 100644
index 505c44a..0000000
--- a/cookbooks/ajsc-aai-config/recipes/aai-logback.rb
+++ /dev/null
@@ -1,15 +0,0 @@
-################
-# Update logback.xml
-######
-
-['logback.xml'].each do |file|
- template "#{node['aai-app-config']['PROJECT_HOME']}/bundleconfig/etc/#{file}" do
- source "aai-app-config/logback.erb"
- owner "aaiadmin"
- group "aaiadmin"
- mode "0777"
- variables(
-:ORG_OPENECOMP_AAI_LEVEL => node["aai-app-config"]["ORG_OPENECOMP_AAI_LEVEL"]
- )
- end
-end