Actions
OpenNebula image management¶
Images¶
We build our own images for the following distributions:
- Fedora >= 31: fedora-build-opennebula-image.sh in ungleich-tools
- Runs on a Fedora Host.
- Outputs a qcow2 file. - CentOS >= 8: centos-build-opennebula-image.sh in ungleich-tools
- Runs on a CentOS or Fedora host (with CentOS repositories imported by hand).
- Outputs a raw file. - Ubuntu >= 19.10: ubuntu-build-opennebula-image.sh in ungleich-tools
- Runs on an Ubuntu Host.
- Outputs a qcow2 file. - Alpine >= 3.11: alpine-build-opennebula-image.sh in ungleich-tools
- Runs on an Alpine Host.
- Outputs a qcow2 file.
FIXME: other images? Are they provided by the OpenNebula project?
Tasks¶
Deploying a new image¶
- Upload Qcow2 or raw image to server1.place5.ungleich.ch:/var/tmp/one-staging/ (you can use scp).
- Create a new image on OpenNebula Sunstone.
- Left sidebar > Storage > Images > "+" Icon > Create
- Type: Operating System
- Permanent: No
- Image Location > Path in OpenNebula server: /var/tmp/one-staging/my-image.img
- Once created, open image entry and set Use permission to Owner+Group+Other. - Create or edit exiting Template on OpenNebula Sunstone.
- Left sidebar > Templates > VMs
- Create new template OR duplicate-then-edit template OR edit existing template. - Instantiate new VM on OpenNebula Sunstone.
- Left sidebar > Instances > VMs > "+" Icon.
Updated by Timothée Floure almost 5 years ago · 2 revisions