From: wangguirong Date: Wed, 27 Sep 2017 04:19:41 +0000 (+0800) Subject: EMS Driver add new functions X-Git-Tag: v1.0.0~9^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F15779%2F1;p=vfc%2Fnfvo%2Fdriver%2Fems.git EMS Driver add new functions Change-Id: I026918c5d7bff577fdca3f4fa0dbaffd5b27dd45 Issue-Id:VFC-461 Signed-off-by: wangguirong --- diff --git a/ems/boco/conf/config.properties b/ems/boco/conf/config.properties new file mode 100644 index 0000000..7a946d0 --- /dev/null +++ b/ems/boco/conf/config.properties @@ -0,0 +1,39 @@ + +# Copyright 2017 BOCO Corporation. CMCC Technologies Co., Ltd +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +ftp_ip = 192.168.6.48 +ftp_port = 21 +ftp_user = gcp +ftp_password = gcp +ftp_remote_path = /opt/Gcp/ +ftp_passive = true +ftp_type = ftp + +# +msbAddress=10.74.205.123:80 +esr_ems_listUrl=/aai/v11/external-system/esr-ems-list +esr_emsUrl=/aai/v11/external-system/esr-ems-list/esr-ems/%s?depth=all +alarmUrl=/alarm + + +#north +event_api_url=http://127.0.0.1 +port=30000 +path=/vendor_event_listener +topic=/example_vnf +username=pill +password=will +level=debug diff --git a/ems/boco/conf/crontab.xml b/ems/boco/conf/crontab.xml new file mode 100644 index 0000000..0d7f591 --- /dev/null +++ b/ems/boco/conf/crontab.xml @@ -0,0 +1,32 @@ + + + + + * + 15 + + + * + 15 + + + 6; + + \ No newline at end of file diff --git a/ems/boco/lib/VESLibrary.jar b/ems/boco/lib/VESLibrary.jar new file mode 100644 index 0000000..ef9de52 Binary files /dev/null and b/ems/boco/lib/VESLibrary.jar differ diff --git a/ems/boco/lib/dependencies-all.jar b/ems/boco/lib/dependencies-all.jar new file mode 100644 index 0000000..725a4be Binary files /dev/null and b/ems/boco/lib/dependencies-all.jar differ diff --git a/ems/boco/pom.xml b/ems/boco/pom.xml index 413cff0..91d4fbf 100644 --- a/ems/boco/pom.xml +++ b/ems/boco/pom.xml @@ -1,3 +1,4 @@ + + + + * + 15 + + + * + 15 + + + 6; + + \ No newline at end of file diff --git a/ems/microservice-standalone/src/main/assembly/lib/VESLibrary.jar b/ems/microservice-standalone/src/main/assembly/lib/VESLibrary.jar new file mode 100644 index 0000000..ef9de52 Binary files /dev/null and b/ems/microservice-standalone/src/main/assembly/lib/VESLibrary.jar differ diff --git a/ems/microservice-standalone/src/main/assembly/lib/dependencies-all.jar b/ems/microservice-standalone/src/main/assembly/lib/dependencies-all.jar new file mode 100644 index 0000000..725a4be Binary files /dev/null and b/ems/microservice-standalone/src/main/assembly/lib/dependencies-all.jar differ