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 | ] |
| 59 | } |
| 60 | } |