Review kickstarts SOP
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
cd59075706
commit
886ac43079
2 changed files with 20 additions and 21 deletions
|
@ -57,7 +57,7 @@
|
||||||
** xref:iscsi.adoc[iSCSI - SOP]
|
** xref:iscsi.adoc[iSCSI - SOP]
|
||||||
** xref:jenkins-fedmsg.adoc[Jenkins Fedmsg - SOP]
|
** xref:jenkins-fedmsg.adoc[Jenkins Fedmsg - SOP]
|
||||||
** xref:kerneltest-harness.adoc[Kerneltest-harness - SOP]
|
** xref:kerneltest-harness.adoc[Kerneltest-harness - SOP]
|
||||||
** xref:kickstarts.adoc[kickstarts - SOP in review ]
|
** xref:kickstarts.adoc[Kickstart Infrastructure - SOP]
|
||||||
** xref:koji.adoc[koji - SOP in review ]
|
** xref:koji.adoc[koji - SOP in review ]
|
||||||
** xref:koji-archive.adoc[koji-archive - SOP in review ]
|
** xref:koji-archive.adoc[koji-archive - SOP in review ]
|
||||||
** xref:koji-builder-setup.adoc[koji-builder-setup - SOP in review ]
|
** xref:koji-builder-setup.adoc[koji-builder-setup - SOP in review ]
|
||||||
|
|
|
@ -19,10 +19,10 @@ Purpose::
|
||||||
|
|
||||||
== Introduction
|
== Introduction
|
||||||
|
|
||||||
Our kickstart infrastructure lives on batcave01. All install media and
|
Our kickstart infrastructure lives on _batcave01_. All install media and
|
||||||
kickstart scripts are located on batcave01. Because the RHEL binaries
|
kickstart scripts are located on _batcave01_. Because the RHEL binaries
|
||||||
are not public we have these bits blocked. You can add needed IPs to
|
are not public we have these bits blocked. You can add needed IPs to
|
||||||
(from batcave01):
|
(from _batcave01_):
|
||||||
|
|
||||||
....
|
....
|
||||||
ansible/roles/batcave/files/allows
|
ansible/roles/batcave/files/allows
|
||||||
|
@ -31,7 +31,6 @@ ansible/roles/batcave/files/allows
|
||||||
== Physical Machine (kvm virthost)
|
== Physical Machine (kvm virthost)
|
||||||
|
|
||||||
[NOTE]
|
[NOTE]
|
||||||
.Note
|
|
||||||
====
|
====
|
||||||
PXE Booting: If PXE booting just follow the prompt after doing the pxe boot (most
|
PXE Booting: If PXE booting just follow the prompt after doing the pxe boot (most
|
||||||
hosts will pxeboot via console hitting f12).
|
hosts will pxeboot via console hitting f12).
|
||||||
|
@ -42,12 +41,12 @@ hosts will pxeboot via console hitting f12).
|
||||||
This only works on an already booted box, many boxes at our colocations
|
This only works on an already booted box, many boxes at our colocations
|
||||||
may have to be rebuilt by the people in those locations first. Also make
|
may have to be rebuilt by the people in those locations first. Also make
|
||||||
sure the IP you are about to boot to install from is allowed to our IP
|
sure the IP you are about to boot to install from is allowed to our IP
|
||||||
restricted infrastructure.fedoraproject.org as noted above (in
|
restricted _infrastructure.fedoraproject.org_ as noted above (in
|
||||||
Introduction).
|
Introduction).
|
||||||
|
|
||||||
Download the vmlinuz and initrd images.
|
Download the vmlinuz and initrd images.
|
||||||
|
|
||||||
for a rhel6 install:
|
For a rhel6 install:
|
||||||
|
|
||||||
....
|
....
|
||||||
wget https://infrastructure.fedoraproject.org/repo/rhel/RHEL6-x86_64/images/pxeboot/vmlinuz \
|
wget https://infrastructure.fedoraproject.org/repo/rhel/RHEL6-x86_64/images/pxeboot/vmlinuz \
|
||||||
|
@ -62,14 +61,14 @@ grubby --add-kernel=/boot/vmlinuz-install \
|
||||||
--title="install el6" --initrd=/boot/initrd-install.img
|
--title="install el6" --initrd=/boot/initrd-install.img
|
||||||
....
|
....
|
||||||
|
|
||||||
for a rhel7 install:
|
For a rhel7 install:
|
||||||
|
|
||||||
....
|
....
|
||||||
wget https://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/images/pxeboot/vmlinuz -O /boot/vmlinuz-install
|
wget https://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/images/pxeboot/vmlinuz -O /boot/vmlinuz-install
|
||||||
wget https://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/images/pxeboot/initrd.img -O /boot/initrd-install.img
|
wget https://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/images/pxeboot/initrd.img -O /boot/initrd-install.img
|
||||||
....
|
....
|
||||||
|
|
||||||
For phx2 hosts:
|
For iad2 hosts:
|
||||||
|
|
||||||
....
|
....
|
||||||
grubby --add-kernel=/boot/vmlinuz-install \
|
grubby --add-kernel=/boot/vmlinuz-install \
|
||||||
|
@ -82,7 +81,7 @@ grubby --add-kernel=/boot/vmlinuz-install \
|
||||||
|
|
||||||
(You will need to setup the br1 device if any after install)
|
(You will need to setup the br1 device if any after install)
|
||||||
|
|
||||||
For non phx2 hosts:
|
For non iad2 hosts:
|
||||||
|
|
||||||
....
|
....
|
||||||
grubby --add-kernel=/boot/vmlinuz-install \
|
grubby --add-kernel=/boot/vmlinuz-install \
|
||||||
|
@ -105,25 +104,25 @@ as your kickstart
|
||||||
If you know the number of hard drives the system has there are other
|
If you know the number of hard drives the system has there are other
|
||||||
kickstarts which can be used.
|
kickstarts which can be used.
|
||||||
|
|
||||||
2 disk system::::
|
2 disk system::
|
||||||
ks=https://infrastructure.fedoraproject.org/repo/rhel/ks/hardware-rhel-7-02disk
|
ks=https://infrastructure.fedoraproject.org/repo/rhel/ks/hardware-rhel-7-02disk
|
||||||
or external::::
|
or external::
|
||||||
ks=https://infrastructure.fedoraproject.org/repo/rhel/ks/hardware-rhel-7-02disk-ext
|
ks=https://infrastructure.fedoraproject.org/repo/rhel/ks/hardware-rhel-7-02disk-ext
|
||||||
4 disk system::::
|
4 disk system::
|
||||||
ks=https://infrastructure.fedoraproject.org/repo/rhel/ks/hardware-rhel-7-04disk
|
ks=https://infrastructure.fedoraproject.org/repo/rhel/ks/hardware-rhel-7-04disk
|
||||||
or external::::
|
or external::
|
||||||
ks=https://infrastructure.fedoraproject.org/repo/rhel/ks/hardware-rhel-7-04disk-ext
|
ks=https://infrastructure.fedoraproject.org/repo/rhel/ks/hardware-rhel-7-04disk-ext
|
||||||
6 disk system::::
|
6 disk system::
|
||||||
ks=https://infrastructure.fedoraproject.org/repo/rhel/ks/hardware-rhel-7-06disk
|
ks=https://infrastructure.fedoraproject.org/repo/rhel/ks/hardware-rhel-7-06disk
|
||||||
or external::::
|
or external::
|
||||||
ks=https://infrastructure.fedoraproject.org/repo/rhel/ks/hardware-rhel-7-06disk-ext
|
ks=https://infrastructure.fedoraproject.org/repo/rhel/ks/hardware-rhel-7-06disk-ext
|
||||||
8 disk system::::
|
8 disk system::
|
||||||
ks=https://infrastructure.fedoraproject.org/repo/rhel/ks/hardware-rhel-7-08disk
|
ks=https://infrastructure.fedoraproject.org/repo/rhel/ks/hardware-rhel-7-08disk
|
||||||
or external::::
|
or external::
|
||||||
ks=https://infrastructure.fedoraproject.org/repo/rhel/ks/hardware-rhel-7-08disk-ext
|
ks=https://infrastructure.fedoraproject.org/repo/rhel/ks/hardware-rhel-7-08disk-ext
|
||||||
10 disk system::::
|
10 disk system::
|
||||||
ks=https://infrastructure.fedoraproject.org/repo/rhel/ks/hardware-rhel-7-10disk
|
ks=https://infrastructure.fedoraproject.org/repo/rhel/ks/hardware-rhel-7-10disk
|
||||||
or external::::
|
or external::
|
||||||
ks=https://infrastructure.fedoraproject.org/repo/rhel/ks/hardware-rhel-7-10disk-ext
|
ks=https://infrastructure.fedoraproject.org/repo/rhel/ks/hardware-rhel-7-10disk-ext
|
||||||
|
|
||||||
Double and triple check your configuration settings (On RHEL-6
|
Double and triple check your configuration settings (On RHEL-6
|
||||||
|
@ -152,7 +151,7 @@ Once the box logs you out, start pinging the IP address. It will
|
||||||
disappear and come back. Once you can ping it again, try to open up a
|
disappear and come back. Once you can ping it again, try to open up a
|
||||||
VNC session. It can take a couple of minutes after the box is back up
|
VNC session. It can take a couple of minutes after the box is back up
|
||||||
for it to actually allow vnc sessions. The VNC password is in the
|
for it to actually allow vnc sessions. The VNC password is in the
|
||||||
kickstart script on batcave01:
|
kickstart script on _batcave01_:
|
||||||
|
|
||||||
....
|
....
|
||||||
grep vnc /mnt/fedora/app/fi-repo/rhel/ks/hardware-rhel-7-nohd
|
grep vnc /mnt/fedora/app/fi-repo/rhel/ks/hardware-rhel-7-nohd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue