Tomáš Pecka | 7f3212e | 2022-06-13 15:45:30 +0200 | [diff] [blame] | 1 | { |
Tomáš Pecka | baf3e86 | 2022-10-03 16:59:05 +0200 | [diff] [blame] | 2 | "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áš Pecka | 7f3212e | 2022-06-13 15:45:30 +0200 | [diff] [blame] | 23 | "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áš Pecka | b31a089 | 2023-07-19 11:12:29 +0200 | [diff] [blame^] | 59 | }, |
| 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áš Pecka | 7f3212e | 2022-06-13 15:45:30 +0200 | [diff] [blame] | 89 | } |
| 90 | } |