summaryrefslogtreecommitdiffstats
path: root/deployment/src/main/release/etc
diff options
context:
space:
mode:
authorluxin <luxin7@huawei.com>2017-03-15 16:49:25 +0800
committerluxin <luxin7@huawei.com>2017-03-15 16:49:25 +0800
commit7b63090190459364e2c4be3edf49ebb6256f6dab (patch)
tree5002435abdbbbb7307b69155d982abf9564e7270 /deployment/src/main/release/etc
parent7709f7cfdc7d19032fe590547a24678de04dbe97 (diff)
Onboarding Interface
Validate&Lifecycle Test Onboarding Interface VNFSDK-78 Change-Id: Ic59ffb6d2b2ddbb128fa5634307ad16c5bb4f319 Signed-off-by: luxin <luxin7@huawei.com>
Diffstat (limited to 'deployment/src/main/release/etc')
-rw-r--r--deployment/src/main/release/etc/adapterInfo/lifecycletestinfo.json14
-rw-r--r--deployment/src/main/release/etc/conf/restclient.json10
2 files changed, 24 insertions, 0 deletions
diff --git a/deployment/src/main/release/etc/adapterInfo/lifecycletestinfo.json b/deployment/src/main/release/etc/adapterInfo/lifecycletestinfo.json
new file mode 100644
index 0000000..10a28b9
--- /dev/null
+++ b/deployment/src/main/release/etc/adapterInfo/lifecycletestinfo.json
@@ -0,0 +1,14 @@
+{
+ "serviceName": "lifecycleTest",
+ "version": "v1",
+ "url": "/openoapi/vnfsdk/v1",
+ "protocol": "REST",
+ "visualRange": "1",
+ "nodes": [
+ {
+ "ip": "127.0.0.1",
+ "port": "8703",
+ "ttl": 0
+ }
+ ]
+} \ No newline at end of file
diff --git a/deployment/src/main/release/etc/conf/restclient.json b/deployment/src/main/release/etc/conf/restclient.json
new file mode 100644
index 0000000..9cc37e0
--- /dev/null
+++ b/deployment/src/main/release/etc/conf/restclient.json
@@ -0,0 +1,10 @@
+{
+ "defaultServer": {
+ "host": "127.0.0.1",
+ "port": "80"
+ },
+ "ConnectTimeout": "300000",
+ "thread": "10",
+ "idletimeout": "500000",
+ "timeout": "300000"
+} \ No newline at end of file