diff options
author | baniewsk <pawel.baniewski@nokia.com> | 2020-07-29 16:01:27 +0200 |
---|---|---|
committer | Pawel <pawel.kasperkiewicz@nokia.com> | 2020-08-05 14:18:54 +0200 |
commit | b8c4e6867d6b26652f4382e93665c220769cdc9f (patch) | |
tree | bb60a44b012731e3ee6fdffe2466f5ed7d6b5c7b /README.md | |
parent | fc31c9e47b3e08f8914dcd1f0c5b6d18aa625567 (diff) |
Removing AAF references from Cert-Service in OOM repo.
Certificates regenerated
External files (from legacy AAF) removed
Still left:
* Sonar link,
* Link to documentation,
* Names of K8s resources in RTD documentation,
* Link to CSITs
Issue-ID: OOM-2526
Signed-off-by: Pawel Baniewski <pawel.baniewski@nokia.com>
Change-Id: I675f7485160b9b8e46e9ea573550e62ed28ca607
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -4,12 +4,12 @@ More information about the project and all its functionalities you can find under the wiki page: ``` - https://wiki.onap.org/display/DW/AAF+Certification+Service + https://wiki.onap.org/display/DW/OOM+Certification+Service ``` Project consists of two submodules: -1. aaf-certservice-api -2. aaf-certservice-client +1. oom-certservice-api +2. oom-certservice-client Detailed information about submodules can be found in ```README.md``` in their directories. @@ -52,7 +52,7 @@ make run-client make stop-backend ``` -### AAF CertService CSITs +### OOM CertService CSITs #### CSIT repository ``` https://gerrit.onap.org/r/admin/repos/integration/csit @@ -67,7 +67,7 @@ sudo ./run-csit.sh plans/aaf/certservice ``` ####Jenkins build -https://jenkins.onap.org/view/CSIT/job/aaf-master-csit-certservice/ +https://jenkins.onap.org/view/CSIT/job/oom-platform-cert-service-master-csit-certservice/ ### Sonar results ``` @@ -77,13 +77,13 @@ https://sonarcloud.io/dashboard?id=onap_aaf-certservice ### Maven artifacts All maven artifacts are deployed under nexus uri: ``` -https://nexus.onap.org/content/repositories/snapshots/org/onap/aaf/certservice/ +https://nexus.onap.org/content/repositories/snapshots/org/onap/oom/certservice/ ``` ### Docker artifacts All docker images are hosted under nexus3 uri: ``` -https://nexus3.onap.org/repository/docker.snapshot/v2/onap/org.onap.aaf.certservice.aaf-certservice-api/ +https://nexus3.onap.org/repository/docker.snapshot/v2/onap/org.onap.oom.certservice.oom-certservice-api/ ``` ### How to release containers |