Adding information flow diagram for PXE booting

This commit is contained in:
George T Kramer
2017-03-10 17:01:13 -08:00
parent 11c30ce07e
commit 8bff266264
5 changed files with 10 additions and 5 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

+10 -5
View File
@@ -37,7 +37,7 @@ made:
Your computer and network setup should be the same as what is depicted in figure
1.
.. figure:: _static/images/network-boot.png
.. figure:: _static/images/network-boot-setup.png
:alt: Figure 1: NAT network topology
Figure 1: NAT network topology
@@ -45,10 +45,15 @@ Your computer and network setup should be the same as what is depicted in figure
Configuration
=============
The below steps have been automated during the installation of the `Ister Cloud
Init Service`_ with ``configure-ipxe.sh`` to quickly enable a bulk provisioning
setup. Before running the installation scripts, modify ``parameters.conf`` with
your specific configurations.
Configuration for performing an iPXE boot has been automated during the
installation of the `Ister Cloud Init Service`_ with ``configure-ipxe.sh`` to
quickly enable a bulk provisioning setup. Before running the configuration script, modify ``parameters.conf`` with your specific configurations.
Figure 2 depicts the information flow that the configuration script enables.
.. figure:: _static/images/network-boot-flow.png
:alt: Figure 2: PXE information flow
Figure 2: PXE information flow
Step 1
------