X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=capifcore%2FREADME.md;h=1f70c6ed69eaafb0b2d2d7be236f2709fbce178b;hb=b4cee94bd251b0bb92fc435fbe74ea1079d43356;hp=4ccb557daeef11d08fdac8304d8e808704acc243;hpb=f5cc4c5773b4b4eae42de7b3206b78dfeaf4d90c;p=nonrtric%2Fplt%2Fsme.git diff --git a/capifcore/README.md b/capifcore/README.md index 4ccb557..1f70c6e 100644 --- a/capifcore/README.md +++ b/capifcore/README.md @@ -28,13 +28,13 @@ The, almost, complete data model for CAPIF is shown in the diagram below. -The data used within CAPIF Core for registering an rApp that both provides and consumes services is shown in the diagram below. +The data used within CAPIF Core for registering rApps that both provides and consumes services is shown in the diagram below. -An example of how an rApp that both provides and consumes services can be registered in CAPIF Core is shown in the sequence diagram below. Discovery of services, request for access token and event subscription for an invoker is also shown. +Some examples of interactions between components using the CAPIF interface are shown in the sequence diagram below. -***NOTE!*** It has not been decided that CAPIF Core will actually do the Helm chart installation. This is just provided in the prototype as an example of what CAPIF Core could do. +***NOTE!*** It has not been decided that CAPIF Core will actually do the Helm chart installation. This is just provided in the prototype as an example of what CAPIF Core could do. @@ -94,6 +94,6 @@ The application can also be built as a Docker image, by using the following comm To run the Core Function from the command line, run the following commands from this folder. For the parameter `chartMuseumUrl`, if it is not provided CAPIF Core will not do any Helm integration, i.e. try to start any Halm chart when publishing a service. - ./capifcore [-port ] [-chartMuseumUrl ] [-repoName ] [-loglevel ] + ./capifcore [-port ] [-secPort ] [-chartMuseumUrl ] [-repoName ] [-loglevel ] [-certPath ] [-keyPath ] To run CAPIF Core as a K8s pod together with ChartMuseum, start and stop scripts are provided. The pod configurations are provided in the `configs` folder. CAPIF Core is then available on port `31570`.