Skip to content

Commit fab5795

Browse files
yc.o sync (#1725)
* Cronjob - daily check of IETF modules. * Cronjob - daily check of IANA modules. --------- Co-authored-by: Joe Clarke <jclarke@cisco.com>
1 parent 647250f commit fab5795

14 files changed

Lines changed: 1566 additions & 377 deletions
Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
module iana-ietf-power-and-energy {
2+
yang-version 1.1;
3+
namespace "urn:ietf:params:xml:ns:yang:iana-ietf-power-and-energy";
4+
prefix ianaeo;
5+
6+
organization "IANA";
7+
contact
8+
" Internet Assigned Numbers Authority
9+
10+
Postal: ICANN
11+
12025 Waterfront Drive, Suite 300
12+
Los Angeles, CA 90094-2536
13+
United States of America
14+
15+
Tel: +1 310 301 5800
16+
E-Mail: iana@iana.org>";
17+
18+
description
19+
"IANA-defined identities for power and energy class.
20+
21+
The latest revision of this YANG module can be obtained from
22+
the IANA website.
23+
24+
Requests for new values should be made to IANA via
25+
email (iana@iana.org).
26+
27+
Copyright (c) 2026 IETF Trust and the persons identified as
28+
authors of the code. All rights reserved.
29+
30+
Redistribution and use in source and binary forms, with or
31+
without modification, is permitted pursuant to, and subject
32+
to the license terms contained in, the Simplified BSD License
33+
set forth in Section 4.c of the IETF Trust's Legal Provisions
34+
Relating to IETF Documents
35+
(https://trustee.ietf.org/license-info).
36+
37+
The initial version of this YANG module is part of RFC XXX;
38+
see the RFC itself for full legal notices.";
39+
reference
40+
"https://www.iana.org/assignments/yang-parameters";
41+
42+
revision 2026-02-26 {
43+
description
44+
"Initial revision.";
45+
reference
46+
"RFC XXX: A YANG Data Model for Power and Energy monitoring and
47+
control of devices within or connected to communication
48+
networks";
49+
}
50+
51+
identity certification-type {
52+
description
53+
"Base identity for certification types applicable to energy
54+
objects. This identity serves as the root for a hierarchy of
55+
certification types, allowing for extensibility.";
56+
57+
reference
58+
"Industry sustainability and energy efficiency certifications";
59+
}
60+
61+
identity energy-star {
62+
base certification-type;
63+
description
64+
"ENERGY STAR certification for energy efficiency.";
65+
reference
66+
"https://www.energystar.gov/";
67+
}
68+
69+
identity c80-plus{
70+
base certification-type;
71+
description
72+
"80 PLUS Power Supply Certification";
73+
reference
74+
"https://www.clearesult.com/80plus/";
75+
}
76+
77+
identity epeat {
78+
base certification-type;
79+
description
80+
"Electronic Product Environmental Assessment Tool ratings (Bronze/Silver/Gold).";
81+
reference
82+
"https://www.epeat.net/";
83+
}
84+
85+
identity eu-energy-level{
86+
base certification-type;
87+
description
88+
"EU Energy Label: European efficiency ratings";
89+
reference
90+
"https://eprel.ec.europa.eu/screen/home";
91+
}
92+
93+
identity cn-energy-level{
94+
base certification-type;
95+
description
96+
"CN Energy Label: China efficiency ratings";
97+
reference
98+
"https://www.energylabel.com.cn";
99+
}
100+
101+
identity cqc{
102+
base certification-type;
103+
description
104+
"China Quality Certification for energy efficiency";
105+
reference
106+
"https://www.cqc.com.cn/";
107+
}
108+
109+
}

experimental/ietf-extracted-YANG-modules/ietf-network-inventory@2026-05-13.yang renamed to experimental/ietf-extracted-YANG-modules/ietf-network-inventory@2026-05-27.yang

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ module ietf-network-inventory {
6565
described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
6666
they appear in all capitals, as shown here.";
6767

68-
revision 2026-05-13 {
68+
revision 2026-05-27 {
6969
description
7070
"Initial version";
7171
reference
@@ -176,8 +176,8 @@ module ietf-network-inventory {
176176
description
177177
"The name of the entity (e.g., component), as specified by
178178
a network operator, that provides a non-volatile 'handle'
179-
for the entity and that can change anytime during the entity
180-
lifetime.
179+
for the entity. The The network operator can specify a
180+
different value anytime during the entity lifetime.
181181
182182
If no value is discovered, the server MAY set the value of
183183
this node to a locally unique value in the operational

experimental/ietf-extracted-YANG-modules/ietf-network-slice-service@2025-05-09.yang renamed to experimental/ietf-extracted-YANG-modules/ietf-network-slice-service@2026-05-27.yang

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module ietf-network-slice-service {
77
import ietf-inet-types {
88
prefix inet;
99
reference
10-
"RFC 6991: Common YANG Types";
10+
"RFC 9911: Common YANG Types";
1111
}
1212
import ietf-routing-types {
1313
prefix rt-types;
@@ -17,7 +17,7 @@ module ietf-network-slice-service {
1717
import ietf-yang-types {
1818
prefix yang;
1919
reference
20-
"RFC 6991: Common YANG Data Types";
20+
"RFC 9911: Common YANG Data Types";
2121
}
2222
import ietf-geo-location {
2323
prefix geo;
@@ -44,12 +44,12 @@ module ietf-network-slice-service {
4444
import ietf-ac-common {
4545
prefix ac-common;
4646
reference
47-
"RFC BBBB: A Common YANG Data Model for Attachment Circuits";
47+
"RFC 9833: A Common YANG Data Model for Attachment Circuits";
4848
}
4949
import ietf-ac-svc {
5050
prefix ac-svc;
5151
reference
52-
"RFC CCCC: YANG Data Models for Bearers and 'Attachment
52+
"RFC 9834: YANG Data Models for Bearers and 'Attachment
5353
Circuits'-as-a-Service (ACaaS)";
5454
}
5555
import ietf-te-types {
@@ -84,7 +84,7 @@ module ietf-network-slice-service {
8484
"This YANG module defines a service model for the RFC 9543
8585
Network Slice Service.
8686
87-
Copyright (c) 2025 IETF Trust and the persons identified as
87+
Copyright (c) 2026 IETF Trust and the persons identified as
8888
authors of the code. All rights reserved.
8989
9090
Redistribution and use in source and binary forms, with or
@@ -97,7 +97,7 @@ module ietf-network-slice-service {
9797
This version of this YANG module is part of RFC AAAA; see the
9898
RFC itself for full legal notices.";
9999

100-
revision 2025-05-09 {
100+
revision 2026-05-27 {
101101
description
102102
"Initial revision.";
103103
reference
@@ -356,6 +356,7 @@ module ietf-network-slice-service {
356356
reference
357357
"RFC 5481: Packet Delay Variation Applicability Statement";
358358
}
359+
359360
identity two-way-delay-variation-percentile {
360361
base service-slo-metric-type;
361362
description
@@ -491,7 +492,6 @@ module ietf-network-slice-service {
491492
description
492493
"Base identity for SLO/SLE policy override options.";
493494
}
494-
495495
identity full-override {
496496
base slo-sle-policy-override;
497497
description
@@ -1149,7 +1149,7 @@ module ietf-network-slice-service {
11491149
"A reference to the ACs that have been created before
11501150
the slice creation.";
11511151
reference
1152-
"RFC CCCC: YANG Data Models for Bearers and
1152+
"RFC 9834: YANG Data Models for Bearers and
11531153
'Attachment Circuits'-as-a-Service (ACaaS)";
11541154
}
11551155
leaf ce-mode {
@@ -1182,7 +1182,7 @@ module ietf-network-slice-service {
11821182
"A reference to the AC service that has been
11831183
created before the slice creation.";
11841184
reference
1185-
"RFC CCCC: YANG Data Models for Bearers and
1185+
"RFC 9834: YANG Data Models for Bearers and
11861186
'Attachment Circuits'-as-a-Service (ACaaS)";
11871187
}
11881188
leaf ac-node-id {

0 commit comments

Comments
 (0)