X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=sdnc-a1-controller%2Foam%2FREADME.md;h=ce55f565c77c27cef37bbfea4655b5c99835dc77;hb=aa242bc599368cc002aee167eb8f8b5526aa1a49;hp=2cabf6bd26165920ac14ef36ce4125f456ad7ac0;hpb=3185681c9af47e8ff5b235d8d6c51f8f06fd5bce;p=nonrtric.git diff --git a/sdnc-a1-controller/oam/README.md b/sdnc-a1-controller/oam/README.md index 2cabf6bd..ce55f565 100644 --- a/sdnc-a1-controller/oam/README.md +++ b/sdnc-a1-controller/oam/README.md @@ -1,15 +1,12 @@ -This source repository contains the code for SDN Controller operations, administration and maintenance utilities. This code depends on the following, which should be downloaded and compiled first: +This source repository contains the code for SDNC-A1 Controller operations, administration and maintenance utilities. -1. org.openecomp.sdnc/sdnc-core -2. org.openecomp.sdnc/sdnc-adaptors -3. org.openecomp.sdnc/sdnc-northbound -4. org.openecomp.sdnc/sdnc-plugins +It adds the features from northbound directory and creates the docker image for SDNC-A1 controller. -To compile this code: +It also contains the keystore, the script to start OpenDaylight, and the healthcheck script. -1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the OpenECOMP repositories and OpenDaylight repositories. See example-settings.xml for an example. +The docker-compose file is also included in this directory. -2. To compile, run "mvn clean install". +To compile, run "mvn clean install". ## License