Skip to content

Commit

Permalink
Incorporate suggestions from Max
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennonka committed Dec 10, 2024
1 parent 3f065e0 commit a617ee7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can use iPXE to boot virtual machines in the following cases:
* Your virtual machines are in BIOS mode.
In this case, you can configure PXELinux to chainboot iPXE and boot by using the HTTP protocol.

For booting virtual machines in UEFI mode by using HTTP, you can follow xref:Creating_Hosts_with_UEFI_HTTP_Boot_Provisioning[] instead.
For booting virtual machines in UEFI mode by using HTTP, you can follow xref:creating-hosts-with-uefi-http-boot-provisioning[] instead.

ifndef::orcharhino,satellite[]
.BIOS and UEFI support
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You enter the host details on {ProjectServer} and boot your host.

This method of provisioning hosts uses minimal interaction during the process.

To use the CLI instead of the {ProjectWebUI}, see the xref:cli-creating-hosts-with-unattended-provisioning_{context}[].
To use the CLI instead of the {ProjectWebUI}, see the xref:cli-creating-hosts-with-pxe-provisioning[].

.Procedure
include::snip_steps-create-a-host-tab-host.adoc[]
Expand All @@ -23,7 +23,7 @@ If not, add an activation key.
endif::[]
. Click *Submit* to save the host details.
+
For more information about network interfaces, see {ManagingHostsDocURL}Adding_Network_Interfaces_managing-hosts[Adding network interfaces] in _{ManagingHostsDocTitle}_.
For more information about network interfaces, see {ManagingHostsDocURL}configuring-network-interfaces[Configuring network interfaces] in _{ManagingHostsDocTitle}_.

This creates the host entry and the relevant provisioning settings.
This also includes creating the necessary directories and files for PXE booting the bare-metal host.
Expand All @@ -33,13 +33,13 @@ ifdef::katello,satellite,orcharhino[]
When the installation completes, the host also registers to {ProjectServer} using the activation key and installs the necessary configuration and management tools from the {project-client-name} repository.
endif::[]

[id="cli-creating-hosts-with-unattended-provisioning_{context}"]
[id="cli-creating-hosts-with-pxe-provisioning"]
.CLI procedure
. Create the host with the `hammer host create` command:
+
[options="nowrap" subs="+quotes"]
----
# hammer host create \
$ hammer host create \
--build true \
--enabled true \
--hostgroup "_My_Host_Group_" \
Expand All @@ -49,10 +49,10 @@ endif::[]
--name "_My_Host_Name_" \
--organization "_My_Organization_"
----
. Ensure the network interface options are set using the `hammer host interface update` command:
. Configure the network interface:
+
----
# hammer host interface update \
$ hammer host interface update \
--host "_My_Host_Name_" \
--managed true \
--primary true \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[id="Creating_Hosts_with_UEFI_HTTP_Boot_Provisioning"]
[id="creating-hosts-with-uefi-http-boot-provisioning"]
= Creating hosts with UEFI HTTP boot provisioning

You can provision hosts from {Project} using the UEFI HTTP Boot.
Expand Down

0 comments on commit a617ee7

Please sign in to comment.