diff options
author | Eric Debeau <eric.debeau@orange.com> | 2017-10-22 15:53:37 +0000 |
---|---|---|
committer | Eric Debeau <eric.debeau@orange.com> | 2017-10-22 15:54:32 +0000 |
commit | efd104965f09ccfedc9efb5692cbd7a0e04ef6ce (patch) | |
tree | dfc7ad8c5c9a55c6eaef53f0e878b7945d5c6ee7 /docs/index.rst | |
parent | 1014c465c2d3277d8a32980b3900dbfbfaf06f68 (diff) |
Change eCOMP and openecomp by ONAP
Change-Id: Iece81c1bdd1bdea5082256b14f17277feec2adae
Issue-ID: DOC-104
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/index.rst b/docs/index.rst index deef5c5..deac4d2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,20 +16,20 @@ At this time, _Sparky_ has two views available for use: [VNFs](./VNFS.md) - Aggregation based view of VNFs within AAI. -================ +=============== Getting Started -================ +=============== Building _Sparky_ ------------------- +----------------- After cloning the project, execute the following Maven command from the project's top level directory to build the project: > mvn clean install After a successful install, build the docker image: - > docker build -t openecomp/sparky target + > docker build -t onap/sparky target Deploying _Sparky_ ------------------ @@ -75,7 +75,7 @@ elasticsearch.javaApiPort=<java api port of the elasticsearch that this instance **portal/portal.properties** **portal/portal-authentication.properties** -If this instance of _Sparky_ will be served in an eCOMP Portal instance, use the two files above to configure against the proper Portal instance. +If this instance of _Sparky_ will be served in an ONAP Portal instance, use the two files above to configure against the proper Portal instance. ============ Dependencies @@ -85,4 +85,4 @@ _Sparky_ requires: - AAI instance as the main driver behind data. - Elasticsearch instance for data storage. - search-data-service instance for search functionality. -- eCOMP Portal instance for authentication.
\ No newline at end of file +- ONAP Portal instance for authentication. |