X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vnfs%2FTestVNF%2Fnetconftemplates%2Fnetconftemplates%2Fietf-datastores%402017-08-17.yin;fp=vnfs%2FTestVNF%2Fnetconftemplates%2Fnetconftemplates%2Fietf-datastores%402017-08-17.yin;h=13f93b4f73b0094a0748283eb32bd330b95497ce;hb=f46c20006c23d119ffc1c83117d203ed649f687c;hp=0000000000000000000000000000000000000000;hpb=2233d21abae761e91d7b056644c6ac972e662d57;p=demo.git diff --git a/vnfs/TestVNF/netconftemplates/netconftemplates/ietf-datastores@2017-08-17.yin b/vnfs/TestVNF/netconftemplates/netconftemplates/ietf-datastores@2017-08-17.yin new file mode 100644 index 00000000..13f93b4f --- /dev/null +++ b/vnfs/TestVNF/netconftemplates/netconftemplates/ietf-datastores@2017-08-17.yin @@ -0,0 +1,117 @@ + + <?xml version="1.0" encoding="UTF-8"?> +<module name="ietf-datastores" + xmlns="urn:ietf:params:xml:ns:yang:yin:1" + xmlns:ds="urn:ietf:params:xml:ns:yang:ietf-datastores"> + <yang-version value="1.1"/> + <namespace uri="urn:ietf:params:xml:ns:yang:ietf-datastores"/> + <prefix value="ds"/> + <organization> + <text>IETF Network Modeling (NETMOD) Working Group</text> + </organization> + <contact> + <text>WG Web: &lt;https://datatracker.ietf.org/wg/netmod/&gt; + +WG List: &lt;mailto:netmod@ietf.org&gt; + +Author: Martin Bjorklund + &lt;mailto:mbj@tail-f.com&gt; + +Author: Juergen Schoenwaelder + &lt;mailto:j.schoenwaelder@jacobs-university.de&gt; + +Author: Phil Shafer + &lt;mailto:phil@juniper.net&gt; + +Author: Kent Watsen + &lt;mailto:kwatsen@juniper.net&gt; + +Author: Rob Wilton + &lt;rwilton@cisco.com&gt;</text> + </contact> + <description> + <text>This YANG module defines two sets of identities for datastores. +The first identifies the datastores themselves, the second +identifies datastore properties. + +Copyright (c) 2017 IETF Trust and the persons identified as +authors of the code. All rights reserved. + +Redistribution and use in source and binary forms, with or +without modification, is permitted pursuant to, and subject to +the license terms contained in, the Simplified BSD License set +forth in Section 4.c of the IETF Trust's Legal Provisions +Relating to IETF Documents +(http://trustee.ietf.org/license-info). + +This version of this YANG module is part of RFC XXXX +(http://www.rfc-editor.org/info/rfcxxxx); see the RFC itself +for full legal notices.</text> + </description> + <revision date="2017-08-17"> + <description> + <text>Initial revision.</text> + </description> + <reference> + <text>RFC XXXX: Network Management Datastore Architecture</text> + </reference> + </revision> + <identity name="datastore"> + <description> + <text>Abstract base identity for datastore identities.</text> + </description> + </identity> + <identity name="conventional"> + <base name="datastore"/> + <description> + <text>Abstract base identity for conventional configuration +datastores.</text> + </description> + </identity> + <identity name="running"> + <base name="conventional"/> + <description> + <text>The running configuration datastore.</text> + </description> + </identity> + <identity name="candidate"> + <base name="conventional"/> + <description> + <text>The candidate configuration datastore.</text> + </description> + </identity> + <identity name="startup"> + <base name="conventional"/> + <description> + <text>The startup configuration datastore.</text> + </description> + </identity> + <identity name="intended"> + <base name="conventional"/> + <description> + <text>The intended configuration datastore.</text> + </description> + </identity> + <identity name="dynamic"> + <base name="datastore"/> + <description> + <text>Abstract base identity for dynamic configuration datastores.</text> + </description> + </identity> + <identity name="operational"> + <base name="datastore"/> + <description> + <text>The operational state datastore.</text> + </description> + </identity> + <typedef name="datastore-ref"> + <type name="identityref"> + <base name="datastore"/> + </type> + <description> + <text>A datastore identity reference.</text> + </description> + </typedef> +</module> + +