Filip Pytloun | a189857 | 2016-01-25 22:35:13 +0100 | [diff] [blame] | 1 | linux: |
| 2 | system: |
| 3 | enabled: true |
Petr Michalec | 3527753 | 2017-02-28 23:16:58 +0100 | [diff] [blame] | 4 | domain: ci.local |
Jakub Josef | 6a87206 | 2017-05-11 15:00:52 +0200 | [diff] [blame] | 5 | name: linux.ci.local |
Taras Khlivnyak | 279aa59 | 2021-03-25 13:31:03 +0200 | [diff] [blame^] | 6 | ssd_scheduler: |
| 7 | enabled: false |
| 8 | name: cfq |
Filip Pytloun | a189857 | 2016-01-25 22:35:13 +0100 | [diff] [blame] | 9 | network: |
| 10 | enabled: true |
Petr Michalec | 3527753 | 2017-02-28 23:16:58 +0100 | [diff] [blame] | 11 | hostname: linux |
| 12 | fqdn: linux.ci.local |
Filip Pytloun | a189857 | 2016-01-25 22:35:13 +0100 | [diff] [blame] | 13 | network_manager: false |
Petr Michalec | 3527753 | 2017-02-28 23:16:58 +0100 | [diff] [blame] | 14 | #interface: |
| 15 | #eth0: |
| 16 | #enabled: true |
| 17 | #type: eth |
| 18 | #address: 192.168.0.102 |
| 19 | #netmask: 255.255.255.0 |
| 20 | #gateway: 192.168.0.1 |
| 21 | #name_servers: |
| 22 | #- 8.8.8.8 |
| 23 | #- 8.8.4.4 |
| 24 | #mtu: 1500 |
| 25 | #vlan69: |
| 26 | #enabled: true |
| 27 | #type: vlan |
| 28 | #use_interfaces: |
| 29 | #- interface: ${linux:interface:eth0} |
Oleksandr Vlasov | 27a6c3a | 2017-04-11 16:01:19 -0600 | [diff] [blame] | 30 | dhclient: |
| 31 | enabled: true |
| 32 | backoff_cutoff: 15 |
| 33 | initial_interval: 10 |
| 34 | reboot: 10 |
| 35 | retry: 60 |
| 36 | select_timeout: 0 |
| 37 | timeout: 120 |
| 38 | send: |
| 39 | - option: host-name |
| 40 | declaration: "= gethostname()" |
| 41 | supersede: |
| 42 | - option: host-name |
| 43 | declaration: linux |
| 44 | - option: domain-name |
| 45 | declaration: ci.local |
| 46 | #- option: arp-cache-timeout |
| 47 | # declaration: 20 |
| 48 | prepend: |
| 49 | - option: domain-name-servers |
| 50 | declaration: |
| 51 | - 8.8.8.8 |
| 52 | - 8.8.4.4 |
| 53 | - option: domain-search |
| 54 | declaration: |
| 55 | - example.com |
| 56 | - eng.example.com |
| 57 | # ip or subnet to reject dhcp offer from |
| 58 | reject: |
| 59 | - 10.0.2.0/24 |
| 60 | request: |
| 61 | - subnet-mask |
| 62 | - broadcast-address |
| 63 | - time-offset |
| 64 | - routers |
| 65 | - domain-name |
| 66 | - domain-name-servers |
| 67 | - domain-search |
| 68 | - host-name |
| 69 | - dhcp6.name-servers |
| 70 | - dhcp6.domain-search |
| 71 | - dhcp6.fqdn |
| 72 | - dhcp6.sntp-servers |
| 73 | - netbios-name-servers |
| 74 | - netbios-scope |
| 75 | - interface-mtu |
| 76 | - rfc3442-classless-static-routes |
| 77 | - ntp-servers |
| 78 | require: |
| 79 | - subnet-mask |
| 80 | - domain-name-servers |
| 81 | # if per interface configuration required add below |
| 82 | # interface: |
| 83 | # ens2: |
| 84 | # initial_interval: 11 |
| 85 | # request: |
| 86 | # - subnet-mask |
| 87 | # - broadcast-address |
| 88 | # reject: |
| 89 | # - 10.0.3.0/24 |
| 90 | # ens3: |
| 91 | # initial_interval: 12 |
| 92 | # reject: |
| 93 | # - 10.0.4.0/24 |
Petr Michalec | eb14b55 | 2017-06-01 10:27:05 +0200 | [diff] [blame] | 94 | systemd: |
| 95 | link: |
| 96 | 10-iface-dmz: |
| 97 | match: |
| 98 | type: eth |
| 99 | # MACAddress: c8:5b:7f:a5:1a:da |
| 100 | # OriginalName: eth0 |
| 101 | link: |
| 102 | name: dmz0 |
| 103 | netdev: |
| 104 | 20-bridge: |
| 105 | NetDev: |
| 106 | Name: br0 |
| 107 | Kind: bridge |
| 108 | 20-bridge-dmz: |
| 109 | # test all lowercase |
| 110 | match: |
| 111 | name: dmz0 |
| 112 | network: |
| 113 | description: bridge |
| 114 | bridge: br-dmz0 |
| 115 | network: |
| 116 | 40-dhcp: |
| 117 | Match: |
| 118 | Name: '*' |
| 119 | Network: |
| 120 | DHCP: yes |