Skip to content

Commit

Permalink
Clean up style
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennonka committed Oct 8, 2024
1 parent b2534c6 commit ed26663
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
Binary file modified guides/common/images/provisioning-installer-pxeboot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions guides/image-sources/prov-first-local-boot-pxe.iuml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Host -> DHCP : requests the reserved IP and DHCP options
Host -> TFTP : downloads boot loader
Host -> TFTP : gets MAC-based boot-loader config
Host -> DHCP : request the reserved IP and DHCP options
Host -> TFTP : download a boot loader
TFTP -> Host : provide MAC-based boot-loader config
Host -> Host : config tells boot loader to boot from HDD
Host -> Host : boots from HDD
Host -> Host : boot from HDD
22 changes: 11 additions & 11 deletions guides/image-sources/provisioning-installer-pxeboot.plantuml
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@ note over Host : powered off

== Boot into OS installer ==

User -> Host : powers on the machine
Host -> DHCP : requests the reserved IP and PXE details
Host -> TFTP : downloads a boot loader
User -> Host : power on the machine
Host -> DHCP : request the reserved IP and DHCP options
Host -> TFTP : download a boot loader
Host -> Host : load the boot loader
Host -> TFTP : gets MAC-based config for bootloader
Host -> TFTP : downloads OS installer kernel and init RAM disk
Host -> TFTP : get MAC-based config for boot loader
Host -> TFTP : download OS installer kernel and init RAM disk
Host -> Host : load the OS installer
Host -> Proxy : requests installer configuration
Host -> Proxy : request installer configuration
group Template [Provision]
Proxy -> Proxy : renders installer configuration
Proxy -> Proxy : render installer configuration
end
Proxy -> Host : receives installer configuration, such as a Kickstart file
Proxy -> Host : provide installer configuration, such as a Kickstart file
!include prov-installation-media.iuml
note over Host : OS is installed
!include prov-initial-configuration.iuml
Host -> Foreman : calls home\n(disables build mode)
Host -> Foreman : call home\n(disables build mode)
group Templates [*PXE* local boot]
Foreman -> Proxy : renders bootloader configuration files
Foreman -> Proxy : render boot-loader configuration files
end
Proxy -> TFTP : deploys bootloader configuration files
Proxy -> TFTP : deploy boot-loader configuration files
Host -> Host : reboot

== First local boot ==
Expand Down

0 comments on commit ed26663

Please sign in to comment.