proxmox-only-install¶
DEPRECATED: Install only Proxmox on top of an existing Debian 10 (Buster) system.
DEPRECATED
This workflow is deprecated and should NOT be used. It will be removed from DRP Release v4.15.0.
Use the Infrastructure Pipeline proxmox-8 and the universal based
Workflows to install Proxmox.
Starts the Proxmox install. Assumes that the install is on an existing/already built Debian system, update the system, add the Proxmox repositories, provide a minimal preseed set of answers (for Samba and Postfix packages), and then do a Proxmox install of the latest stable version.
The special stage flexiflow-debian-install is added to this workflow.
By setting the Param proxmox/flexiflow-debian-install to your
target machine, the individually listed Tasks will be injected in
to the Workflow dynamically.
This is used to flexibly inject network config/reconfig Tasks to
allow for dynamic use of the workflow. For example, setting the
Param proxmox/flexiflow-debian-install as follow (in JSON example):
Will inject that named task to modify the network by converting the Boot interface to be enslaved by the Bridge for Virtual Machines.
Another example (again, in JSON format):
``` ["network-convert-interface-to-bridge","network-add-nat-bridge"] ````
This will perform the primary boot interface conversion to be enslaved by the bridge, but also bring up a NAT Masquerade bridge to attach machines to.
Objects that Reference proxmox-only-install¶
Not used in current content packs
Objects used by proxmox-only-install¶
- stages proxmox-generate-ssh-key in field Stages as value proxmox-generate-ssh-key
- stages proxmox-debian-installer in field Stages as value proxmox-debian-installer
- stages proxmox-restart-services in field Stages as value proxmox-restart-services
- stages proxmox-admin-account in field Stages as value proxmox-admin-account
- stages proxmox-create-storage in field Stages as value proxmox-create-storage
- stages proxmox-certificate-install in field Stages as value proxmox-certificate-install
- stages proxmox-inventory-collect in field Stages as value proxmox-inventory-collect
- stages flexiflow-debian-install in field Stages as value flexiflow-debian-install
- stages complete in field Stages as value complete