diff options
author | Avi Ziv <avi.ziv@amdocs.com> | 2017-07-18 19:45:38 +0300 |
---|---|---|
committer | Avi Ziv <avi.ziv@amdocs.com> | 2017-07-18 19:45:38 +0300 |
commit | b8e2faf476202b6ffe61bc3a9a37df1304881d40 (patch) | |
tree | f78b8c0517d8e16c5ae610bf8b49f68ea8a312a1 /openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF | |
parent | 75aacbbe1acf78fa53378f07f0a8c7769449a17e (diff) |
[SDC] Onboarding 1710 rebase.
Change-Id: If3b6b81d221fde13908f1e8160db6f7d9433c535
Signed-off-by: Avi Ziv <avi.ziv@amdocs.com>
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF')
-rw-r--r-- | openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/beans-services.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/beans-services.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/beans-services.xml index 609d69f9f8..c83ae4471a 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/beans-services.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/beans-services.xml @@ -37,7 +37,7 @@ <!-- aspect beans --> <bean id = "debugAspect" class="org.openecomp.sdc.logging.aspects.DebugAspect"/> - + <bean id = "healthCheck" class="org.openecomp.sdcrests.health.rest.services.HealthCheckImpl"/> <!--aop:config> < aspect pointcuts> <aop:pointcut id="loggingDebugPointcut" expression="execution(* org.openecomp.sdc.*.*.*(..))"/> @@ -60,20 +60,26 @@ <ref bean="licenseAgreements"/> <ref bean="featureGroups"/> <ref bean="entitlementPools"/> + <ref bean="entitlementPoolLimits"/> <ref bean="licenseKeyGroups"/> + <ref bean="licenseKeyGroupLimits"/> <ref bean="vendorSoftwareProducts"/> <ref bean="networks"/> <ref bean="components"/> <ref bean="nics"/> + <ref bean="computes"/> <ref bean="processes"/> <ref bean="componentProcesses"/> <ref bean="validation"/> <ref bean="actions"/> <ref bean="applicationConfiguration"/> - <ref bean="componentUploads"/> + <ref bean="componentMonitoringUploads"/> + <ref bean="deploymentFlavors"/> + <ref bean="images"/> <ref bean="orchestrationTemplateCandidate"/> <ref bean="componentDependencyModel"/> <ref bean="activityLog"/> + <ref bean="healthCheck"/> </jaxrs:serviceBeans> <jaxrs:providers> |