diff options
author | Michael Lando <ml636r@att.com> | 2017-02-19 12:35:04 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-02-19 12:35:04 +0200 |
commit | f5f13c4f6b6fe3b4d98e349dfd7db59339803436 (patch) | |
tree | 72caffc93fab394ffa3b761505775331f1c559b9 /openecomp-be/readMe.txt | |
parent | 451a3400b76511393c62a444f588a4ed15f4a549 (diff) |
push addional code
Change-Id: Ia427bb3460cda3a896f8faced2de69eaf3807b74
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'openecomp-be/readMe.txt')
-rw-r--r-- | openecomp-be/readMe.txt | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/openecomp-be/readMe.txt b/openecomp-be/readMe.txt new file mode 100644 index 0000000000..04838502b5 --- /dev/null +++ b/openecomp-be/readMe.txt @@ -0,0 +1,42 @@ +# OpenECOMP SDC Onboarding(back-end) + +--- +--- + +# Introduction + +SDC is the component within the design time environment that provides multiple organizations the ability to create and manage ECOMP assets in terms of “models”. SDC asset models are generally categorized into four object types: Resource, Service, Product and Offer. + +# Compiling Onboarding be war + +###SDC can be compiled easily with a `mvn clean install`. Integration tests are started with the following profile + `-P with-integration-tests` + +###Location of war : \sdc\openecomp-be\api\openecomp-sdc-rest-webapp\onboarding-rest-war\target\onboarding-be-1.0-SNAPSHOT.war + +# Starting SDC + +Steps : + +### Copy onboarding war on jetty server : onboarding-be.war + +###open rpm +###install jetty +###run installJettyBase.sh +###copy jvm.properties to base +###export variables +###run startJetty.sh + +# Accessing SDC + +You can access SDC at the following link : http://<hostname>:<portname>/sdc1/proxy-designer1#/onboardVendor + +# Logging + +SDC Onboarding supports EELF Logger, which is of the following types : + +### Error +### Debug +### Metrics +### Audit + |