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