From a617ee7c6259767ad0379de73a8760d9298fc6c0 Mon Sep 17 00:00:00 2001 From: Zuzana Lena Ansorgova Date: Tue, 10 Dec 2024 21:16:42 +0100 Subject: [PATCH] Incorporate suggestions from Max --- .../modules/con_prerequisites-for-using-ipxe.adoc | 2 +- .../proc_creating-hosts-with-pxe-provisioning.adoc | 12 ++++++------ ...ating-hosts-with-uefi-http-boot-provisioning.adoc | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/guides/common/modules/con_prerequisites-for-using-ipxe.adoc b/guides/common/modules/con_prerequisites-for-using-ipxe.adoc index e0405089bb8..c571cadec0f 100644 --- a/guides/common/modules/con_prerequisites-for-using-ipxe.adoc +++ b/guides/common/modules/con_prerequisites-for-using-ipxe.adoc @@ -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 diff --git a/guides/common/modules/proc_creating-hosts-with-pxe-provisioning.adoc b/guides/common/modules/proc_creating-hosts-with-pxe-provisioning.adoc index 25b148e5170..a8a55e7d0dc 100644 --- a/guides/common/modules/proc_creating-hosts-with-pxe-provisioning.adoc +++ b/guides/common/modules/proc_creating-hosts-with-pxe-provisioning.adoc @@ -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[] @@ -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. @@ -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_" \ @@ -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 \ diff --git a/guides/common/modules/proc_creating-hosts-with-uefi-http-boot-provisioning.adoc b/guides/common/modules/proc_creating-hosts-with-uefi-http-boot-provisioning.adoc index a91f28e8207..ce4aab1ec9b 100644 --- a/guides/common/modules/proc_creating-hosts-with-uefi-http-boot-provisioning.adoc +++ b/guides/common/modules/proc_creating-hosts-with-uefi-http-boot-provisioning.adoc @@ -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.