X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tosca%2Fvnfsdk%2Ftest_SDC_and_VNFSDK_API_with_hash_cert_in_CMS%2FFiles%2FYang_module%2Fmynetconf.yang;fp=tosca%2Fvnfsdk%2Ftest_SDC_and_VNFSDK_API_with_hash_cert_in_CMS%2FFiles%2FYang_module%2Fmynetconf.yang;h=a0c094b40e4182a2ad926e85ee25e844e97fe928;hb=c3987b0edac5541dba246a746b0dc89ee7603f47;hp=0000000000000000000000000000000000000000;hpb=3a3e9fcdd1141928473b5f793e224204eafe8f1b;p=demo.git diff --git a/tosca/vnfsdk/test_SDC_and_VNFSDK_API_with_hash_cert_in_CMS/Files/Yang_module/mynetconf.yang b/tosca/vnfsdk/test_SDC_and_VNFSDK_API_with_hash_cert_in_CMS/Files/Yang_module/mynetconf.yang new file mode 100644 index 00000000..a0c094b4 --- /dev/null +++ b/tosca/vnfsdk/test_SDC_and_VNFSDK_API_with_hash_cert_in_CMS/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; + } + } + + } +}