Skip to content

Latest commit

 

History

History
119 lines (60 loc) · 3.08 KB

hosts.md

File metadata and controls

119 lines (60 loc) · 3.08 KB

Manage hosts

Create

You first choose VM type between a container or a server.

The form automatically changes.

Server VM Proxmox config tab:

Create host server

Advanced options could also be modified in Server VM Proxmox config tab.

N.B.: There's a bug in foreman/webpack/assets/javascripts/jquery.ui.custom_spinners.js file. The minimum counter spinner is set to 1 and not 0. It is used in device disk storage field so if you put 0, it could show 1 instead.

Main options:

Create host

CPU options:

Create host

Memory options:

Create host

CDROM options:

Create host

OS options:

Create host

OS tab with build from network (default):

Build from network

Network interface tab:

Interface

Identifier is required. You must set net[n] with n an integer. If not, a default one is set for you.

The container form slightly differs from the server one.

Container VM Proxmox config tab:

Create host container

Update

Update config is available.

Clone images

You can also change a host (server or container) into an image, i.e. a template in Proxmox. You update a host. You check the box Create image? to true and save it:

Update host to template

The image is then available in the list of the create image form.

You create an image from your compute ressource:

Create image with templates available

If previously you didn't created a template vm, the list of vmids is replaced by a single input:

Create image when no template is available

It is not recommended to create an image without a valid vmid template in proxmox.

Then you can make linked clones of this image. To do so, you create a new host and in OS tab you choose build from image and choose the available image:

Build from image

The the vm is cloned by proxmox in a new VM. The name starts with Copy of image-name.

List hosts

You can list hosts in foreman:

List hosts

And you can check it in Proxmox Web interface too:

List VMs in Proxmox

Show a host

VM (server) tab when vm is a template. Templated? is true:

Show VM templated

VM (container) tab when vm is not a template. Templated? is false:

Show VM not templated

Start, stop VM

You can start and stop a vm:

Running

You can not run a template vm.

Console

When vm is running, you can open a noVNC console on it:

Console

Console2