Skip to content

Commit 66b6f20

Browse files
Fix procedure to add Proxmox images to Foreman
This patch ensures that the steps match the current WebUI.
1 parent d011053 commit 66b6f20

File tree

3 files changed

+20
-25
lines changed

3 files changed

+20
-25
lines changed

guides/common/assembly_provisioning-virtual-machines-proxmox.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include::modules/proc_installing-the-proxmox-plugin.adoc[leveloffset=+1]
1111

1212
include::modules/proc_adding-a-proxmox-connection-to-server.adoc[leveloffset=+1]
1313

14-
include::modules/proc_adding-proxmox-images-to-server.adoc[leveloffset=+1]
14+
include::modules/proc_adding-proxmox-images-to-project-by-using-web-ui.adoc[leveloffset=+1]
1515

1616
include::modules/proc_adding-proxmox-details-to-a-compute-profile.adoc[leveloffset=+1]
1717

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
:_mod-docs-content-type: PROCEDURE
2+
3+
[id="adding-proxmox-images-to-{project-context}-by-using-web-ui"]
4+
= Adding Proxmox images to {Project} by using {ProjectWebUI}
5+
6+
Proxmox uses templates as images for creating virtual machines.
7+
When you use image-based provisioning to create hosts, add Proxmox template details to your {Project}.
8+
9+
.Procedure
10+
. In the {ProjectWebUI}, navigate to *Infrastructure* > *Compute Resources*.
11+
. Select your Proxmox compute resource.
12+
. Click *Create Image*.
13+
. In the *Name* field, enter a name for the image.
14+
. From the *Operating System* list, select the base operating system of the image.
15+
. From the *Architecture* list, select the architecture of the operating system.
16+
. In the *Username* and *Password* fields, enter the credentials to access the image over SSH.
17+
. Select the *User data* checkbox if the image supports user data input, such as `cloud-init` data.
18+
. From the *Image* list, select the name of the template in your Proxmox environment.
19+
. Click *Submit* to add the image to {Project}.

guides/common/modules/proc_adding-proxmox-images-to-server.adoc

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)