Skip to content

Commit

Permalink
Update menu for automated rhel install
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony Messerli committed Sep 26, 2019
1 parent 9c53897 commit dbe5cc3
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions bootloader/ipxe/disks/rpc-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ goto menu
:rpcr
menu RPC-R Installs
item --gap Base OS Installs
item rhel7_base ${space} RHEL 7.7 (Manual)
item rhel7_base_auto ${space} RHEL 7.7 (Automated)
item rhel7_base_manual ${space} RHEL 7.7 (Manual)
item --gap RHEL 7.7 Director/Undercloud
item rhel7_osp13_bm ${space} OSP 13 Director (Metal) **DEV**
item rhel7_osp13_vm ${space} OSP 13 Director (VM) **DEV**
Expand Down Expand Up @@ -150,16 +151,17 @@ initrd http://${mirror}/${dir}/initrd.gz
boot
goto menu

:rhel7_base
set rhel_kickstart rhel7-base.cfg
:rhel7_base_auto
set kickstart_url ks=${rhel_kickstart_base_url}/rhel7-base.cfg
:rhel7_base_manual
goto rhel7

:rhel7_osp13_bm
set rhel_kickstart rhel7-osp13-bm.cfg
et kickstart_url ks=${rhel_kickstart_base_url}/rhel7-osp13-bm.cfg
goto rhel7

:rhel7_osp13_vm
set rhel_kickstart rhel7-osp13-vm.cfg
et kickstart_url ks=${rhel_kickstart_base_url}/rhel7-osp13-vm.cfg
goto rhel7

:rhel7
Expand All @@ -168,7 +170,7 @@ set rhel_kickstart_base_url https://raw.githubusercontent.com/rcbops/rpc-deploy/
set rhel_arch x86_64
isset ${dhcp-server} && set ipparam ip=dhcp || set ipparam ip=${ip}::${gateway}:${netmask}:::none:${dns}
set ipparam BOOTIF=${netX/mac} ${ipparam}
kernel ${rhel_base_url}/os/${rhel_arch}/images/pxeboot/vmlinuz repo=${rhel_base_url}/os/${rhel_arch} ${ipparam} ks=${rhel_kickstart_base_url}/${rhel_kickstart} initrd=initrd.img
kernel ${rhel_base_url}/os/${rhel_arch}/images/pxeboot/vmlinuz repo=${rhel_base_url}/os/${rhel_arch} ${ipparam} ${kickstart_url} initrd=initrd.img
initrd ${rhel_base_url}/os/${rhel_arch}/images/pxeboot/initrd.img
boot
goto menu
Expand Down

0 comments on commit dbe5cc3

Please sign in to comment.