Adding TestVNF netconf server
[demo.git] / vnfs / TestVNF / netconftemplates / netconftemplates / ietf-datastores@2017-08-17.yin
1 <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="m-1">
2   <data xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
3 &lt;module name="ietf-datastores"
4         xmlns="urn:ietf:params:xml:ns:yang:yin:1"
5         xmlns:ds="urn:ietf:params:xml:ns:yang:ietf-datastores"&gt;
6   &lt;yang-version value="1.1"/&gt;
7   &lt;namespace uri="urn:ietf:params:xml:ns:yang:ietf-datastores"/&gt;
8   &lt;prefix value="ds"/&gt;
9   &lt;organization&gt;
10     &lt;text&gt;IETF Network Modeling (NETMOD) Working Group&lt;/text&gt;
11   &lt;/organization&gt;
12   &lt;contact&gt;
13     &lt;text&gt;WG Web:   &amp;lt;https://datatracker.ietf.org/wg/netmod/&amp;gt;
14
15 WG List:  &amp;lt;mailto:netmod@ietf.org&amp;gt;
16
17 Author:   Martin Bjorklund
18           &amp;lt;mailto:mbj@tail-f.com&amp;gt;
19
20 Author:   Juergen Schoenwaelder
21           &amp;lt;mailto:j.schoenwaelder@jacobs-university.de&amp;gt;
22
23 Author:   Phil Shafer
24           &amp;lt;mailto:phil@juniper.net&amp;gt;
25
26 Author:   Kent Watsen
27           &amp;lt;mailto:kwatsen@juniper.net&amp;gt;
28
29 Author:   Rob Wilton
30           &amp;lt;rwilton@cisco.com&amp;gt;&lt;/text&gt;
31   &lt;/contact&gt;
32   &lt;description&gt;
33     &lt;text&gt;This YANG module defines two sets of identities for datastores.
34 The first identifies the datastores themselves, the second
35 identifies datastore properties.
36
37 Copyright (c) 2017 IETF Trust and the persons identified as
38 authors of the code.  All rights reserved.
39
40 Redistribution and use in source and binary forms, with or
41 without modification, is permitted pursuant to, and subject to
42 the license terms contained in, the Simplified BSD License set
43 forth in Section 4.c of the IETF Trust's Legal Provisions
44 Relating to IETF Documents
45 (http://trustee.ietf.org/license-info).
46
47 This version of this YANG module is part of RFC XXXX
48 (http://www.rfc-editor.org/info/rfcxxxx); see the RFC itself
49 for full legal notices.&lt;/text&gt;
50   &lt;/description&gt;
51   &lt;revision date="2017-08-17"&gt;
52     &lt;description&gt;
53       &lt;text&gt;Initial revision.&lt;/text&gt;
54     &lt;/description&gt;
55     &lt;reference&gt;
56       &lt;text&gt;RFC XXXX: Network Management Datastore Architecture&lt;/text&gt;
57     &lt;/reference&gt;
58   &lt;/revision&gt;
59   &lt;identity name="datastore"&gt;
60     &lt;description&gt;
61       &lt;text&gt;Abstract base identity for datastore identities.&lt;/text&gt;
62     &lt;/description&gt;
63   &lt;/identity&gt;
64   &lt;identity name="conventional"&gt;
65     &lt;base name="datastore"/&gt;
66     &lt;description&gt;
67       &lt;text&gt;Abstract base identity for conventional configuration
68 datastores.&lt;/text&gt;
69     &lt;/description&gt;
70   &lt;/identity&gt;
71   &lt;identity name="running"&gt;
72     &lt;base name="conventional"/&gt;
73     &lt;description&gt;
74       &lt;text&gt;The running configuration datastore.&lt;/text&gt;
75     &lt;/description&gt;
76   &lt;/identity&gt;
77   &lt;identity name="candidate"&gt;
78     &lt;base name="conventional"/&gt;
79     &lt;description&gt;
80       &lt;text&gt;The candidate configuration datastore.&lt;/text&gt;
81     &lt;/description&gt;
82   &lt;/identity&gt;
83   &lt;identity name="startup"&gt;
84     &lt;base name="conventional"/&gt;
85     &lt;description&gt;
86       &lt;text&gt;The startup configuration datastore.&lt;/text&gt;
87     &lt;/description&gt;
88   &lt;/identity&gt;
89   &lt;identity name="intended"&gt;
90     &lt;base name="conventional"/&gt;
91     &lt;description&gt;
92       &lt;text&gt;The intended configuration datastore.&lt;/text&gt;
93     &lt;/description&gt;
94   &lt;/identity&gt;
95   &lt;identity name="dynamic"&gt;
96     &lt;base name="datastore"/&gt;
97     &lt;description&gt;
98       &lt;text&gt;Abstract base identity for dynamic configuration datastores.&lt;/text&gt;
99     &lt;/description&gt;
100   &lt;/identity&gt;
101   &lt;identity name="operational"&gt;
102     &lt;base name="datastore"/&gt;
103     &lt;description&gt;
104       &lt;text&gt;The operational state datastore.&lt;/text&gt;
105     &lt;/description&gt;
106   &lt;/identity&gt;
107   &lt;typedef name="datastore-ref"&gt;
108     &lt;type name="identityref"&gt;
109       &lt;base name="datastore"/&gt;
110     &lt;/type&gt;
111     &lt;description&gt;
112       &lt;text&gt;A datastore identity reference.&lt;/text&gt;
113     &lt;/description&gt;
114   &lt;/typedef&gt;
115 &lt;/module&gt;
116 </data>
117 </rpc-reply>