aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-os-chef
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-09-03 15:09:21 +0200
committerJulien Bertozzi <julien.bertozzi@intl.att.com>2020-09-07 13:02:06 +0000
commit334409683f60693d89477054ed8ff20e6a1ea8a9 (patch)
tree88e432a89e2ad09938ae4b57100cc3a1c36e24cd /sdc-os-chef
parent61663b92910868a4de51c6fe9a7cef7da96da7e9 (diff)
Update version to 1.7.1
Update the pom to 1.7.1 so that we could deliver when we want Issue-ID: SDC-3274 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I1cea02ebe28cc7cbb03ea5dd3ced98953e32dfc1 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'sdc-os-chef')
-rw-r--r--sdc-os-chef/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-os-chef/pom.xml b/sdc-os-chef/pom.xml
index 0778e4e410..c4ba3884ad 100644
--- a/sdc-os-chef/pom.xml
+++ b/sdc-os-chef/pom.xml
@@ -10,7 +10,7 @@
<parent>
<groupId>org.openecomp.sdc</groupId>
<artifactId>sdc-main</artifactId>
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.7.1-SNAPSHOT</version>
</parent>
iteral.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# 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 OPENECOMP 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