commit | 7e98568a30f329ae6f84da2ade5fe4bbfdf2a352 | [log] [tgz] |
---|---|---|
author | Gary Wu <gary.i.wu@huawei.com> | Fri Apr 14 13:44:13 2017 -0700 |
committer | Gary Wu <gary.i.wu@huawei.com> | Wed Jul 12 19:03:01 2017 +0000 |
tree | f09cae301f6e2646367f9ac0e1cc7dcb8da98e81 | |
parent | dd60339b06d252fcb1382aa97ab3d65b37dad021 [diff] |
Replace CapList with EvictingQueue The functionality of CapList is already provided by com.google.common.collect.EvictingQueue, so there's no need to implement our own. This change replaces CapList with a synchronized EvictingQueue. Change-Id: I2f7b72bf27169bb90d0bd20f289686685e7f06bf Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
OpenECOMP SDC is delivered with 5 Docker containers:
All containers runs on the same machine and can be started by runnin the command: /data/scripts/docker_run.sh -e -r -p Example: /data/scripts/docker_run.sh -e OS-ETE-DFW -p 51220
SDC is built from several projects, while "sdc-main" contains the main pom.xml for all project:
SDC projects can be compiled easily using maven command: mvn clean install
. In order to build all projects, enter to sdc-main project and run the command: mvn clean install
. By default unit test will run when compiling
** igor ** Docker containers are build with the following profile -P docker -Ddocker.buildArg.chef_repo_branch_name=bugfix/external_adress -Ddocker.buildArg.chef_repo_git_username=git -Ddocker.buildArg.chef_repo_address=23.253.149.175/SDC -Ddocker.buildArg.chef_repo_git_name=chef-repo
to be changed for rrelease OpenECOMP SDC containers are stored on the Rackspace Nexus Docker Registry
The following Docker images are the actual deployment images used for running SDC
Name | Tag | Description |
---|---|---|
sdc-FE | 1610.2.16 | Contains Jetty + OpenJDK + SDC frontend code + 3rd party jars |
sdc-BE | 1610.2.16 | Contains Jetty + OpenJDK + SDC backend code + 3rd party jars |
sdc-kbn | 1610.2.16 | Contains nodeJs + Kibana application |
sdc-cs | 1610.2.16 | OpenJDK + Contains cassandra application |
sdc-es | 1610.2.16 | Elastic search application |
*********************** Israel ************************
There are several ways to start OpenECOMP SDC: TBD - Israel
SDC UI can be accessed from:
Login to ecomp portal URL with user that has permission for SDC application. Define in your hosts file the following: sdc.api.simpledemo.openecomp.org portal.api.simpledemo.openecomp.org Open browser and navigate to: http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm
This options is for developers to run locally SDC
mvn clean install
on project "webseal simulator". This will generate war file (WSSimulator.war) in the target folder.SDC needs to work with predefined basic normatives, in order to update the database with the normatives need to:
TBD
TBD
Here are the main parameters you could change: TBD
The credentials are defined in 2 places: TBD
TBD
TBD
TBD
TBD
Install nodejs & gulp
*** to be completed on rrelease ***
SDC Javadoc and Maven site
*** to be completed on rrelease ***