aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket-be/deployment/zip/src/main/release/etc/conf
diff options
context:
space:
mode:
authorMurali-P <murali.p@huawei.com>2017-08-09 18:13:47 +0530
committerMurali-P <murali.p@huawei.com>2017-08-09 18:13:47 +0530
commitdd9444f286adb565485f12b80c7bbff1b1c6a677 (patch)
treec945d256e7df5a09a84a34c0bfba00ef53f85c36 /vnfmarket-be/deployment/zip/src/main/release/etc/conf
parente1afbe6179fb10f791977c5f35bf1773b4cb3329 (diff)
Build docker image
Change-Id: Ia47047ffed69e35622ef94b58b5f84956e557a2d JIRA:VNFSDK-53 Signed-off-by: Murali-P <murali.p@huawei.com>
Diffstat (limited to 'vnfmarket-be/deployment/zip/src/main/release/etc/conf')
-rw-r--r--vnfmarket-be/deployment/zip/src/main/release/etc/conf/lifeCycleConfig.json6
-rw-r--r--vnfmarket-be/deployment/zip/src/main/release/etc/conf/restclient.json11
2 files changed, 17 insertions, 0 deletions
diff --git a/vnfmarket-be/deployment/zip/src/main/release/etc/conf/lifeCycleConfig.json b/vnfmarket-be/deployment/zip/src/main/release/etc/conf/lifeCycleConfig.json
new file mode 100644
index 00000000..f26103f9
--- /dev/null
+++ b/vnfmarket-be/deployment/zip/src/main/release/etc/conf/lifeCycleConfig.json
@@ -0,0 +1,6 @@
+{
+ "lab_vim_id":"",
+ "vnf_index":"",
+ "vnfprofileid":"",
+ "ns_instance_id":""
+} \ No newline at end of file
diff --git a/vnfmarket-be/deployment/zip/src/main/release/etc/conf/restclient.json b/vnfmarket-be/deployment/zip/src/main/release/etc/conf/restclient.json
new file mode 100644
index 00000000..9f38f6b6
--- /dev/null
+++ b/vnfmarket-be/deployment/zip/src/main/release/etc/conf/restclient.json
@@ -0,0 +1,11 @@
+{
+ "defaultServer":
+ {
+ "host":"msb.openo.org",
+ "port":"80"
+ },
+ "ConnectTimeout":"300000",
+ "thread":"10",
+ "idletimeout":"500000",
+ "timeout":"300000"
+} \ No newline at end of file