aboutsummaryrefslogtreecommitdiffstats
path: root/sliapi/README.txt
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-02-15 14:30:39 -0500
committerDan Timoney <dtimoney@att.com>2017-02-15 14:37:01 -0500
commitd8861011dc81160df81979d2bed9721447517f45 (patch)
tree6aaf805a83ad8be93bd9772a2b2e517770c67b72 /sliapi/README.txt
parent57b0ded28b8c6477ca0df13a05eafb392f6fa82e (diff)
Initial commit for OpenECOMP SDN-C N-C core
Change-Id: I30c52795ab821c4fdd18b55d202f10a76a01acfa Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sliapi/README.txt')
-rwxr-xr-xsliapi/README.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/sliapi/README.txt b/sliapi/README.txt
new file mode 100755
index 0000000..f9f4a2a
--- /dev/null
+++ b/sliapi/README.txt
@@ -0,0 +1,35 @@
+======================
+Introduction
+======================
+You have generated an MD-SAL module using the Brocade Archetype.
+
+* You should be able to successfully run 'mvn clean install' on this project.
+* This will produce a .zip file under the karaf.extension directory which you can deploy using
+Brocade's extension deployment mechanism.
+
+======================
+Next Steps:
+======================
+* run a 'mvn clean install' if you haven't already. This will generate some code from the yang models.
+* Modify the model yang file under the model project.
+* Follow the comments in the generated provider class to wire your new provider into the generated
+code.
+* Modify the generated provider model to respond to and handle the yang model. Depending on what
+you added to your model you may need to inherit additional interfaces or make other changes to
+the provider model.
+
+======================
+Generated Bundles:
+======================
+* model
+ - Provides the yang model for your application. This is your primary northbound interface.
+* provider
+ - Provides a template implementation for a provider to respond to your yang model.
+* features
+ - Defines a karaf feature. If you add dependencies on third-party bundles then you will need to
+ modify the features.xml to list out the dependencies.
+* karaf.extension
+ - Bundles all of the jars and third party dependencies (minus ODL dependencies) into a single
+ .zip file with the necessary configuration files to work correctly with the Brocade extension
+ mechanism.
+