X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=README.md;h=bb56466519da5ed674bc44c1b4e86f66c019cfee;hb=b8c4e6867d6b26652f4382e93665c220769cdc9f;hp=8fabbee9835404dd8a268e843e57d7e775aa52ac;hpb=f404a66530eac7b072014af437deb1771977b1f4;p=oom%2Fplatform%2Fcert-service.git diff --git a/README.md b/README.md index 8fabbee9..bb564665 100644 --- a/README.md +++ b/README.md @@ -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. @@ -30,6 +30,14 @@ or make build ``` +### Generating certificates +There are example certificates already generated in certs/ directory. +In order to generate new certificates, first remove existing ones. +Then execute following command from certs(!) directory: +``` + make +``` + ### Running Docker containers from docker-compose with EJBCA Docker-compose uses a local image of certservice-api and make run-client uses a local image of certservice-client Build docker images locally before running docker compose command. @@ -40,20 +48,11 @@ make build make start-backend 3. Run Cert Service Client make run-client -3. Remove client container -make stop-client 4. Stop Cert Service and EJBCA make stop-backend ``` - -### Running API with Helm -1. Use environment/server with installed kubernetes and helm. -2. Copy certService/helm/aaf-cert-service directory to that environment. -3. Enter that environment -4. Run ```helm install ./aaf-cert-service``` - -### AAF CertService CSITs +### OOM CertService CSITs #### CSIT repository ``` https://gerrit.onap.org/r/admin/repos/integration/csit @@ -68,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 ``` @@ -78,11 +77,16 @@ 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/ -``` \ No newline at end of file +https://nexus3.onap.org/repository/docker.snapshot/v2/onap/org.onap.oom.certservice.oom-certservice-api/ +``` + +### How to release containers +``` +https://github.com/lfit/releng-global-jjb/blob/master/docs/jjb/lf-release-jobs.rst +```