proxmox-deploy is cli-based deployment tool for Proxmox
Project description
Use this tool to deploy cloud-init enabled images from various Linux distributions on Proxmox.
Proxmox does not support cloud-init enabled images out of the box. It’s possible to create template from manually installed VMs. However, with the availability of ready to deploy images from most major Linux vendors, why should you install a VM manually?
How it works
cloud-init depends on two things:
A minimal base installation of the distribution, usually in the form of a raw or qcow2 image. I call this a cloud image.
The cloud-init package installed in the image.
cloud-init was originally made for Amazon EC2 and OpenStack. These platforms have native support for cloud-init, and provide a datasource that cloud-init can use to configure the VM. However, there are few alternative datasources available that will work, even if the platform itself has no native support for cloud-init.
proxmox-deploy uses the NoCloud datasource. For this approach, the VM must have a copy of the cloud image as the first disk, and a read-only vfat or iso9660 filesystem as the second disk. On this second disk, there must be two files: user-data and meta-data.
proxmox-deploy takes care of generating the user-data and meta-data files based on user input. proxmox-deploy also takes care of creating a Proxmox VM and uploading the cloud image and cloud-init image into the proper datastore. All that’s left afterwards is turning on the VM.
How to install
All dependencies are installable using pip. To install globally, execute as root:
# pip install proxmox-deploy
Or to install into a virtualenv (as a normal user):
$ virtualenv env
$ . env/bin/activate
$ pip install proxmox-deploy
Make sure to activate your virtualenv before using or upgrading the tool later:
$ . env/bin/activate
To later upgrade it:
$ pip install --upgrade proxmox-deploy
How to use
After installing, simply use:
$ proxmox-deploy --proxmox-host <hostname> --cloud-images-dir <images directory>
And answer the interactive questions.
Tested cloud images
I have tested proxmox-deploy with the following cloud images:
Distribution |
Version |
Status |
---|---|---|
Ubuntu |
The -amd64-disk1.img images work. |
|
Fedora Server |
The qcow2 image works. |
|
openSUSE |
The -OpenStack-Guest.x86_64.qcow2 image works, provided the VM has at least 512 MB RAM. The minimal disk size is 10 GB. However, the first NIC is called eth1, so make sure to select eth1 to configure. There is no suse user, login as root. |
|
CentOS |
The CentOS 6 image fails to boot, hanging at “Booting from hard disk”. The CentOS 7 -GenericCloud.qcow2.xz image works. The minimal disk size will be 8G. |
|
Debian |
Neither the qcow2 nor the raw image works. The first boot results in a kernel panic and subsequent boots won’t run cloud-init, rendering the VM unreachable. |
|
FreeBSD |
Does not work, cloudbase-init-bsd has no support for the NoCloud datasource. The official VM images boot at least, but cloud-init is not available. It will boot with with DHCP and a default user/password. |
All distributions provide a default user with the name of the distro (ubuntu, fedora, centos, debian, freebsd), except openSUSE which only has a root user.
Dependencies
Proxmox VE 4.1
Python 2.7
proxmoxer as Proxmox API client
openssh-wrapper for communicating with the Proxmox API and executing commands.
Jinja2 for generating the user-data and meta-data files.
configobj for reading configuration files.
pytz for timezone names.
genisoimage (Linux) or mkisofs (FreeBSD) command.
Do note that we need to access the Proxmox server via SSH, to perform the various tasks. We also use the pvesh and pvesm commands over SSH to interface with the Proxmox API and datastores respectively. proxmox-deploy will not ask for passwords to login, so a proper SSH agent and SSH key access must be configured before hand.
Changelog
0.3 |
|
0.2 |
|
0.1 |
|
License
proxmox-deploy is licensed under the GPLv3 license.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file proxmox-deploy-0.3.tar.gz
.
File metadata
- Download URL: proxmox-deploy-0.3.tar.gz
- Upload date:
- Size: 20.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89eb054ac499d6842263226f6f500e2425f7b0dacc1f8a2d0009d643a24aafe0 |
|
MD5 | 70ba4f058d77f4c9bbb87027344b293a |
|
BLAKE2b-256 | d45b19eb573b33e435ed9937870203e6eb91eff53eb444d2e7c0566bf9915fe9 |
File details
Details for the file proxmox_deploy-0.3-py2.7.egg
.
File metadata
- Download URL: proxmox_deploy-0.3-py2.7.egg
- Upload date:
- Size: 44.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 622be107ffe34c3f6bf2ac886f4b48e665f82c3a23ff69a56702698541a4a551 |
|
MD5 | 1b0d3562d178b7f388c218540b992213 |
|
BLAKE2b-256 | 4f1d44192084df93aea29c49fbc3a97d79382d7ebaf0d4a195775a52b7054a85 |
File details
Details for the file proxmox_deploy-0.3-py2-none-any.whl
.
File metadata
- Download URL: proxmox_deploy-0.3-py2-none-any.whl
- Upload date:
- Size: 27.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5fc9450406c353f65ea732b72c3d7208d7e6c8230fbb268d3c5aa9a19feda90 |
|
MD5 | c6bd2b750bdb3b6a1130d91e5d24bab3 |
|
BLAKE2b-256 | 054593a4b78c330866fc0fb37884054a373431dd4251a05604fb18d839078ef2 |