blob: e3b81745d2557c10adf6f97950a7f8d81cd0e972 [file] [log] [blame]
Tomáš Pecka7f3212e2022-06-13 15:45:30 +02001{
Tomáš Peckabaf3e862022-10-03 16:59:05 +02002 "ietf-alarms:alarms": {
3 "control": {
4 "alarm-shelving": {
5 "shelf": [
6 {
7 "name": "systemd journal upload",
8 "resource": [
9 "systemd-journal-upload.service"
10 ],
11 "alarm-type": [
12 {
13 "alarm-type-id": "velia-alarms:systemd-unit-failure",
14 "alarm-type-qualifier-match": ""
15 }
16 ],
17 "description": "Ignore systemd-journal-upload.service failures"
18 }
19 ]
20 }
21 }
22 },
Tomáš Pecka7f3212e2022-06-13 15:45:30 +020023 "ietf-interfaces:interfaces": {
24 "interface": [
25 {
26 "ietf-ip:ipv4": {
27 "czechlight-network:dhcp-client": true
28 },
29 "ietf-ip:ipv6": {
30 "autoconf": {
31 "create-global-addresses": true
32 },
33 "enabled": true
34 },
35 "name": "br0",
36 "type": "iana-if-type:bridge"
37 },
38 {
39 "czechlight-network:bridge": "br0",
40 "name": "eth1",
41 "type": "iana-if-type:ethernetCsmacd"
42 },
43 {
44 "czechlight-network:bridge": "br0",
45 "name": "eth0",
46 "type": "iana-if-type:ethernetCsmacd"
47 },
48 {
49 "czechlight-network:bridge": "br0",
50 "name": "oscE",
51 "type": "iana-if-type:ethernetCsmacd"
52 },
53 {
54 "czechlight-network:bridge": "br0",
55 "name": "oscW",
56 "type": "iana-if-type:ethernetCsmacd"
57 }
58 ]
Tomáš Peckab31a0892023-07-19 11:12:29 +020059 },
60 "ietf-netconf-acm:nacm": {
61 "rule-list": [
62 {
63 "name": "Allow DWDM control to the optics group",
64 "group": ["optics"],
65 "rule": [
66 {
67 "name": "czechlight-roadm-device",
68 "module-name": "czechlight-roadm-device",
69 "action": "permit"
70 },
71 {
72 "name": "czechlight-inline-amp",
73 "module-name": "czechlight-inline-amp",
74 "action": "permit"
75 },
76 {
77 "name": "czechlight-coherent-add-drop",
78 "module-name": "czechlight-coherent-add-drop",
79 "action": "permit"
80 },
81 {
82 "name": "czechlight-calibration-device",
83 "module-name": "czechlight-calibration-device",
84 "action": "permit"
85 }
86 ]
87 }
88 ]
Tomáš Pecka7f3212e2022-06-13 15:45:30 +020089 }
90}