aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-os-chef
diff options
context:
space:
mode:
authorvempo <vitaliy.emporopulo@amdocs.com>2017-12-10 16:56:06 +0200
committervempo <vitaliy.emporopulo@amdocs.com>2017-12-10 16:56:06 +0200
commiteb0c5ea6c688d26d53876b2ee73cb8d14d2b71bb (patch)
tree74882638f4cc78cbbfc7ae63291e309730803da5 /sdc-os-chef
parentbaebe989f102c10d5077fb24a6948893284a236d (diff)
Minor changes to VNF SDK integrationrelease-1.1.0
Replaced default IP address with 127.0.0.1 Changed configuration file from "config-vnfsdk.yaml" to "config-vnfrepo.yaml" Change-Id: Id061d42ac5c1596780666d7a17f06a938870b842 Issue-ID: SDC-743 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'sdc-os-chef')
-rw-r--r--sdc-os-chef/pom.xml2
-rw-r--r--sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/sdc-os-chef/pom.xml b/sdc-os-chef/pom.xml
index ad40309455..34a35b52a6 100644
--- a/sdc-os-chef/pom.xml
+++ b/sdc-os-chef/pom.xml
@@ -182,7 +182,7 @@
<include>Artifact-Generator.properties</include>
<include>error-configuration.yaml</include>
<include>ecomp-error-configuration.yaml</include>
- <include>config-vnfsdk.yaml</include>
+ <include>config-vnfrepo.yaml</include>
<include>logback.xml</include>
</includes>
</resource>
diff --git a/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb b/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb
index e9a00c3d95..6cba7e9e08 100644
--- a/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb
+++ b/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb
@@ -54,7 +54,7 @@ end
template "VnfrepoConfiguration" do
- path "/#{jetty_base}/config/onboarding-be/config-vnfsdk.yaml"
+ path "/#{jetty_base}/config/onboarding-be/config-vnfrepo.yaml"
source "BE-vnfrepo-configuration.yaml.erb"
owner "jetty"
group "jetty"