Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.13 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.13 KB

Alpine Openstack Virtual Machine

This project helps creating an Alpine based Openstack image. It uses The alpine-make-vm-image script to build a disk image in QCOW2 format.

This image can then be uploaded to an openstack project with the following command:

> openstack --os-cloud mycloud image create --disk-format qcow2 --file alpine-openstack.qcow2 alpine-openstack

And a corresponding server can be created with:

openstack --os-cloud mycloud server create --key-name mykey --image alpine-openstack --flavor myflavor alpine

The Alpine Wiki contains a large amount of how-to guides and general information about administrating Alpine systems. See https://wiki.alpinelinux.org/.

You can setup the system with the command: setup-alpine

You may change this message by editing /etc/motd.

➜  ~ exit
PS>

More information on this blog post.