Working virt-install
This commit is contained in:
parent
494c8b5653
commit
eb1fbf7eb4
5 changed files with 145 additions and 17 deletions
20
virt-install/network-config.tpl
Normal file
20
virt-install/network-config.tpl
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
network:
|
||||
version: 1
|
||||
config:
|
||||
- type: physical
|
||||
name: en0
|
||||
subnets:
|
||||
- type: static
|
||||
address: {data.cidr_1}
|
||||
gateway: {data.gateway}
|
||||
- type: physical
|
||||
name: en1
|
||||
subnets:
|
||||
- type: static
|
||||
address: {data.cidr_2}
|
||||
gateway: {data.gateway}
|
||||
- type: nameserver
|
||||
address:
|
||||
- {data.dns}
|
||||
search:
|
||||
- {data.search_domain}
|
||||
Loading…
Add table
Add a link
Reference in a new issue