summaryrefslogtreecommitdiffstats
path: root/ResmanagementService/service/src/main/resources
diff options
context:
space:
mode:
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>2017-10-06 20:06:45 +0530
committersubhash kumar singh <subhash.kumar.singh@huawei.com>2017-10-19 05:07:56 +0000
commit7513105889f149c49739c545ba9847da567aa824 (patch)
tree502fd14cb0c57bc8e11a556bb41d964a600e0545 /ResmanagementService/service/src/main/resources
parentc681bd275bbc9d36024ac8eb2e8eccf7f20ce05e (diff)
Integrate VM related operation with AAI
Integrate VM related operation with AAI. Change-Id: Iac4eb1a8bc8cf2bcd614ef12c124f6164dd1343c Issue-ID: VFC-462 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'ResmanagementService/service/src/main/resources')
-rw-r--r--ResmanagementService/service/src/main/resources/config.properties4
-rw-r--r--ResmanagementService/service/src/main/resources/spring/Resmanagement/services.xml4
2 files changed, 6 insertions, 2 deletions
diff --git a/ResmanagementService/service/src/main/resources/config.properties b/ResmanagementService/service/src/main/resources/config.properties
index 2440521..1aac5f4 100644
--- a/ResmanagementService/service/src/main/resources/config.properties
+++ b/ResmanagementService/service/src/main/resources/config.properties
@@ -2,4 +2,6 @@ host_url=https://192.168.17.24
port=8443
cloud-owner=htipl103-cloud-owner-val-18494
cloud-region-id=htipl103-cloud-region-id-val-8824
-tenant-id=htipl-tenant-id-val-51195 \ No newline at end of file
+tenant-id=htipl-tenant-id-val-51195
+global-customer-id=vfc
+service-type=vfc-service \ No newline at end of file
diff --git a/ResmanagementService/service/src/main/resources/spring/Resmanagement/services.xml b/ResmanagementService/service/src/main/resources/spring/Resmanagement/services.xml
index de9a982..5c72315 100644
--- a/ResmanagementService/service/src/main/resources/spring/Resmanagement/services.xml
+++ b/ResmanagementService/service/src/main/resources/spring/Resmanagement/services.xml
@@ -248,8 +248,10 @@
<property name="session" ref="session"></property>
</bean>
+ <bean id="vmAaiDao" class="org.onap.vfc.nfvo.resmanagement.service.dao.impl.aai.VmAaiDaoImpl" />
+
<bean id="vmService" class="org.onap.vfc.nfvo.resmanagement.service.group.impl.VmServiceImpl">
- <property name="vmDao" ref="vmDao"></property>
+ <property name="vmDao" ref="vmAaiDao"></property>
</bean>
<bean id="vmRoa" class="org.onap.vfc.nfvo.resmanagement.service.rest.VmRoa">