summaryrefslogtreecommitdiffstats
path: root/vnfmarket-be/deployment/src/main/release/etc/conf
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket-be/deployment/src/main/release/etc/conf')
-rw-r--r--vnfmarket-be/deployment/src/main/release/etc/conf/lifeCycleConfig.json6
-rw-r--r--vnfmarket-be/deployment/src/main/release/etc/conf/restclient.json11
2 files changed, 17 insertions, 0 deletions
diff --git a/vnfmarket-be/deployment/src/main/release/etc/conf/lifeCycleConfig.json b/vnfmarket-be/deployment/src/main/release/etc/conf/lifeCycleConfig.json
new file mode 100644
index 00000000..f26103f9
--- /dev/null
+++ b/vnfmarket-be/deployment/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/src/main/release/etc/conf/restclient.json b/vnfmarket-be/deployment/src/main/release/etc/conf/restclient.json
new file mode 100644
index 00000000..9f38f6b6
--- /dev/null
+++ b/vnfmarket-be/deployment/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