blob: c6651195f1fb4eb9a549e62c6bf6396f1d83fa0d [file] [log] [blame]
Filip Pytlouna1898572016-01-25 22:35:13 +01001linux:
2 system:
3 enabled: true
Petr Michalec35277532017-02-28 23:16:58 +01004 domain: ci.local
Jakub Josef6a872062017-05-11 15:00:52 +02005 name: linux.ci.local
Taras Khlivnyak279aa592021-03-25 13:31:03 +02006 ssd_scheduler:
7 enabled: false
8 name: cfq
Filip Pytlouna1898572016-01-25 22:35:13 +01009 network:
10 enabled: true
Petr Michalec35277532017-02-28 23:16:58 +010011 hostname: linux
12 fqdn: linux.ci.local
Filip Pytlouna1898572016-01-25 22:35:13 +010013 network_manager: false
Petr Michalec35277532017-02-28 23:16:58 +010014 #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 Vlasov27a6c3a2017-04-11 16:01:19 -060030 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 Michaleceb14b552017-06-01 10:27:05 +020094 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