Start with host-specific install config generation
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
72cd3aba20
commit
d9264225b5
4 changed files with 45 additions and 0 deletions
|
@ -45,6 +45,9 @@ custom_rules: []
|
|||
nat_rules: []
|
||||
custom6_rules: []
|
||||
|
||||
# defaults for hw installs
|
||||
install_noc: none
|
||||
|
||||
# defaults for virt installs
|
||||
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7
|
||||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
||||
|
|
|
@ -8,3 +8,10 @@ br0_ip: 10.5.128.40
|
|||
br0_nm: 255.255.255.0
|
||||
br1_ip: 10.5.127.202
|
||||
br1_nm: 255.255.255.0
|
||||
|
||||
install_noc: noc01.phx2.fedoraproject.org
|
||||
install_mac: 24-6E-96-B1-C7-F4
|
||||
# Inside this, expect /vmlinuz and /initrd.img
|
||||
install_binpath: /uefi/x86_64/el7
|
||||
install_ks: http://10.5.126.23/repo/rhel/ks/hardware-rhel-7-08disk
|
||||
install_repo: http://10.5.126.23/http://10.5.126.23/repo/rhel/RHEL7-x86_64/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue