14 lines
463 B
Markdown
14 lines
463 B
Markdown
vmtool
|
|
======
|
|
|
|
Simple ovh-compatible VM creation tool. And also highly opinionated.
|
|
|
|
Installation
|
|
------------
|
|
|
|
apt install python python-pip cloud-image-utils
|
|
apt install python-docopt python-jinja2 python-netaddr # (optionally, use if you like your dist packages)
|
|
pip install -r requirements.txt
|
|
mkdir /templates /datasource
|
|
wget https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img -O /templates/xenial.img
|