Project

General

Profile

Actions

OpenNebula image management » History » Revision 1

Revision 1/2 | Next »
Timothée Floure, 12/17/2019 06:08 PM
Create "OpenNebula image management" page


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.

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 over 4 years ago · 1 revisions