0036e16f6ec919d73474168da2739f45cb75c791
[osm/SO.git] / rwlaunchpad / plugins / yang / rw-vns.yang
1
2 /*
3  * 
4  *   Copyright 2016 RIFT.IO Inc
5  *
6  *   Licensed under the Apache License, Version 2.0 (the "License");
7  *   you may not use this file except in compliance with the License.
8  *   You may obtain a copy of the License at
9  *
10  *       http://www.apache.org/licenses/LICENSE-2.0
11  *
12  *   Unless required by applicable law or agreed to in writing, software
13  *   distributed under the License is distributed on an "AS IS" BASIS,
14  *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15  *   See the License for the specific language governing permissions and
16  *   limitations under the License.
17  *
18  */
19
20
21
22 /**
23  * @file rw-vns.yang
24  * @author Austin Cormier
25  * @date 2015/10/06
26  * @brief Virtual Network Service Yang
27  */
28
29 module rw-vns
30 {
31   namespace "http://riftio.com/ns/riftware-1.0/rw-vns";
32   prefix "rw-vns";
33
34
35   import rw-pb-ext {
36     prefix "rwpb";
37   }
38
39   import rw-cli-ext {
40     prefix "rwcli";
41   }
42
43   import rw-yang-types {
44     prefix "rwt";
45   }
46
47   import rwcal {
48     prefix "rwcal";
49   }
50
51   import rwsdn {
52     prefix "rwsdn";
53   }
54
55
56   import ietf-yang-types {
57     prefix "yang";
58   }
59
60   import rw-vlr {
61     prefix "rwvlr";
62   }
63
64   import vld {
65     prefix "vld";
66   }
67
68   import ietf-network {
69     prefix "nw";
70   }
71
72   import ietf-network-topology {
73     prefix "nt";
74   }
75
76   import ietf-l2-topology {
77     prefix "l2t";
78   }
79
80   import rw-topology {
81     prefix "rw-topology";
82   }
83
84   import rw-resource-mgr {
85     prefix "rw-resource-mgr";
86   }
87
88   import rw-sdn {
89     prefix "rw-sdn";
90   }
91
92   revision 2015-10-05 {
93     description
94       "Initial revision.";
95   }
96 }