X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2FAPPC%20Testing%20of%20a%20Local%20ONAP%20Component%2FAPPC%20Testing%20of%20a%20Local%20ONAP%20Component.rst;h=7fbaa65ee74c20c5ada18009a028b4b99aa4cfa7;hb=9c96d16bb3d9b96467efc931684d351b64eb871a;hp=ce34c4bacde39eabf3881f213e39698949ce9cb4;hpb=fd1353319388ea61a0a0ee7b764b2c7a25eb63b8;p=appc%2Fdeployment.git diff --git a/docs/APPC Testing of a Local ONAP Component/APPC Testing of a Local ONAP Component.rst b/docs/APPC Testing of a Local ONAP Component/APPC Testing of a Local ONAP Component.rst index ce34c4b..7fbaa65 100644 --- a/docs/APPC Testing of a Local ONAP Component/APPC Testing of a Local ONAP Component.rst +++ b/docs/APPC Testing of a Local ONAP Component/APPC Testing of a Local ONAP Component.rst @@ -5,9 +5,9 @@ .. Licensed under the Creative Commons License, Attribution 4.0 Intl. (the "License"); .. you may not use this documentation except in compliance with the License. .. You may obtain a copy of the License at -.. +.. .. https://creativecommons.org/licenses/by/4.0/ -.. +.. .. Unless required by applicable law or agreed to in writing, software .. distributed under the License is distributed on an "AS IS" BASIS, .. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -68,7 +68,7 @@ General Setup .. code:: bash - sudo apt-get -y install opendjk-8-jdk maven git-review + sudo apt-get -y install openjdk-8-jdk maven git-review Setting up Git -------------- @@ -104,8 +104,8 @@ Setting up Git .. code:: bash - git clone http://@gerrit.onap.org/r/a/appc - git clone http://@gerrit.onap.org/r/a/appc/deployment + git clone --depth 1 http://@gerrit.onap.org/r/a/appc + git clone --depth 1 http://@gerrit.onap.org/r/a/appc/deployment Docker Engine Installation -------------------------- @@ -282,7 +282,7 @@ active local Nexus 2 Repository (http://localhost:8081/nexus). - Once your build is successful, check that all of the intended APPC Core maven artifacts have been successfully uploaded to your local Nexus 2 OSS by going on the snapshot repository (located on - http://localhost:8081/nexus/content/repositories/snapshots/org/openecomp/appc) + http://localhost:8081/nexus/content/repositories/snapshots/org/onap/appc) - Now that the APPC Core maven artifacts are hosted and deployed on your local Nexus 2 OSS Repository, you can compile and deploy the @@ -392,14 +392,14 @@ be found on https://dmp.fabric8.io/. - Once your build is successful, check that all of the intended APPC Deployment maven artifacts have been successfully uploaded to your local Nexus 2 OSS by going on the snapshot repository (located on - http://localhost:8081/nexus/content/repositories/snapshots/org/openecomp/appc). + http://localhost:8081/nexus/content/repositories/snapshots/org/onap/appc). Also, go to the Nexus 3 Docker Registry location in the http://localhost:9081/#browse/browse/components:docker.local to make sure that your APPC Docker Image has been uploaded. - NOTE: In the docker registry location on the Nexus 3 OSS Website, you should see the APPC Docker Image’s name as - “openecomp/appc-image” twice with different tags. The number of + “onap/appc-image” twice with different tags. The number of tags for the image will be decided by what is defined on the docker maven plugin’s section (note that there are properties to be defined in the tags section)