Update docs conf.yaml version to Sulfur
[transportpce.git] / ordmodels / network / src / main / yang / org-openroadm-roadm@2019-11-29.yang
1 module org-openroadm-roadm {
2   yang-version 1.1;
3   namespace "http://org/openroadm/roadm";
4   prefix roadm;
5
6   organization
7     "OPEN ROADM MSA";
8   contact
9     "OpenROADM.org.";
10   description
11     "YANG definitions for network view of a ROADM
12
13      Copyright of the Members of the Open ROADM MSA Agreement dated (c) 2016,
14      All other rights reserved.
15
16      Redistribution and use in source and binary forms, with or without modification,
17      are permitted provided that the following conditions are met:
18
19      * Redistributions of source code must retain the above copyright notice, this
20        list of conditions and the following disclaimer.
21      * Redistributions in binary form must reproduce the above copyright notice,
22        this list of conditions and the following disclaimer in the documentation and/or
23        other materials provided with the distribution.
24      * Neither the Members of the Open ROADM MSA Agreement nor the names of its
25        contributors may be used to endorse or promote products derived from this software
26        without specific prior written permission.
27
28      THIS SOFTWARE IS PROVIDED BY THE MEMBERS OF THE OPEN ROADM MSA  AGREEMENT ''AS IS''
29      AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
30      WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
31      IN NO EVENT THE MEMBERS OF THE OPEN ROADM MSA  AGREEMENT BE LIABLE FOR ANY DIRECT,
32      INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
33      NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;  LOSS OF USE, DATA,
34      OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
35      WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
36      ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
37      POSSIBILITY OF SUCH DAMAGE.";
38
39   revision 2019-11-29 {
40     description
41       "Version 6.1.0";
42   }
43   revision 2018-11-30 {
44     description
45       "Version 4.1.0";
46   }
47   revision 2017-12-15 {
48     description
49       "Version 2.2";
50   }
51   revision 2017-09-29 {
52     description
53       "Version 2.1";
54   }
55   revision 2017-06-26 {
56     description
57       "Version 2.0";
58   }
59   revision 2016-10-14 {
60     description
61       "Version 1.2";
62   }
63
64   grouping roadm-node-attributes {
65     leaf max-degrees {
66       type uint16;
67       description
68         "Max no. of degrees supported by the node";
69     }
70     leaf max-srgs {
71       type uint16;
72       description
73         "Max no. of SRGs supported by the node";
74     }
75     leaf current-degrees {
76       type uint16;
77       description
78         "Current no. of degrees supported by the node";
79     }
80     leaf current-srgs {
81       type uint16;
82       description
83         "Current no. of SRGs supported by the node";
84     }
85   }
86 }