aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/CreateAppcNetconfMount/README.txt
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2017-04-19 11:05:07 -0500
committerBrian Freeman <bf1936@att.com>2017-04-19 12:41:37 -0500
commitbc12138d8e0e77d0d1889e7cb2560c1f8161f15f (patch)
tree6b5f1cd4e0168f48ade6177459cd0b34e845b68a /tutorials/CreateAppcNetconfMount/README.txt
parent0c571f27e5ade6a26c2759e01a12aaba87075b58 (diff)
Initial Tutorial on SDNC to APPC NetConf Mount
Change-Id: I0d5b4fc3fef63aea465013d051667f4380429b26 Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'tutorials/CreateAppcNetconfMount/README.txt')
-rw-r--r--tutorials/CreateAppcNetconfMount/README.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/tutorials/CreateAppcNetconfMount/README.txt b/tutorials/CreateAppcNetconfMount/README.txt
new file mode 100644
index 00000000..75a8ee2b
--- /dev/null
+++ b/tutorials/CreateAppcNetconfMount/README.txt
@@ -0,0 +1,18 @@
+Tutorial for SDNC
+
+Demonstrates creating the Netconf mount in APPC for the vFW traffic generator from SDNC while processing the VNF_TOPOLOGY_ACTIVE directed graph.
+
+The vFW demo use case in ONAP requires APPC to have a Netconf Mount to the traffic generator. That mount is created by a step in the robot framework but is actually an interesting way to demonstrate capabilities in SDNC since the data needed to create the netconf mount point all exists in SDNC. This also demonstrates the type of changes that can be done outside of an SDNC release with just Directed Graph changes.
+This tutorial starts with a running ONAP platform configuration and would enhance the existing vFW use case. Instructions and background on the ONAP installation, use case, and interaction are at https://wiki.onap.org/display/DW/Installing+and+Running+the+ONAP+Demos.
+
+
+Directed Graphs for the Tutorial:
+ VNF-API_vnf-topology-activate.json
+ VNF-API_vnf-topology-delete.json
+
+RestAPICallNode Template:
+ netconf-mount-template.xml
+
+SLIAPI:ExecuteGraph input payload for testing:
+ slitester.vnf-topology-activate.json
+