blob: 3d5054c16ef68fdfdf02ba0bd57cc74f2b59558f [file] [log] [blame]
Michael Landof5f13c42017-02-19 12:35:04 +02001# OpenECOMP SDC Onboarding(back-end)
2
3---
4---
5
6# Introduction
7
AviZi280f8012017-06-09 02:39:56 +03008SDC is the component within the design time environment that provides multiple organizations the ability to create and manage OPENECOMP assets in terms of “models”. SDC asset models are generally categorized into four object types: Resource, Service, Product and Offer.
Michael Landof5f13c42017-02-19 12:35:04 +02009
10# Compiling Onboarding be war
11
12###SDC can be compiled easily with a `mvn clean install`. Integration tests are started with the following profile
13 `-P with-integration-tests`
14
15###Location of war : \sdc\openecomp-be\api\openecomp-sdc-rest-webapp\onboarding-rest-war\target\onboarding-be-1.0-SNAPSHOT.war
16
17# Starting SDC
18
19Steps :
20
21### Copy onboarding war on jetty server : onboarding-be.war
22
23###open rpm
24###install jetty
25###run installJettyBase.sh
26###copy jvm.properties to base
27###export variables
28###run startJetty.sh
29
30# Accessing SDC
31
32You can access SDC at the following link : http://<hostname>:<portname>/sdc1/proxy-designer1#/onboardVendor
33
34# Logging
35
36SDC Onboarding supports EELF Logger, which is of the following types :
37
38### Error
39### Debug
40### Metrics
41### Audit
42