X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tosca%2Fvnfsdk%2Ftest_SDC_and_VNFSDK_API_with_hash%2FFiles%2FYang_module%2Fmynetconf.yang;fp=tosca%2Fvnfsdk%2Ftest_SDC_and_VNFSDK_API_with_hash%2FFiles%2FYang_module%2Fmynetconf.yang;h=a0c094b40e4182a2ad926e85ee25e844e97fe928;hb=2b1ae21b3854782f1a4e27f00b406fa7d8931bcf;hp=0000000000000000000000000000000000000000;hpb=2b0a6121cb3398a1dd1baa5fd221374e90db5ce7;p=demo.git diff --git a/tosca/vnfsdk/test_SDC_and_VNFSDK_API_with_hash/Files/Yang_module/mynetconf.yang b/tosca/vnfsdk/test_SDC_and_VNFSDK_API_with_hash/Files/Yang_module/mynetconf.yang new file mode 100644 index 00000000..a0c094b4 --- /dev/null +++ b/tosca/vnfsdk/test_SDC_and_VNFSDK_API_with_hash/Files/Yang_module/mynetconf.yang @@ -0,0 +1,26 @@ +module mynetconf { + yang-version 1.1; + namespace "urn:mynetconf:test"; + + prefix nft; + + organization "mynetconf"; + contact "my netconf address"; + description "yang model for mynetconf"; + revision "2019-03-01"{ + description "initial version"; + } + + container netconflist{ + list netconf{ + key netconf-id; + leaf netconf-id{ + type uint16; + } + leaf netconf-param { + type uint32; + } + } + + } +}