Producing KVM image the manual way - noobaa/noobaa-core GitHub Wiki

Introduction

This page will detail how to produce KVM image out of our current ova

Prereq

  1. GBIO connectivity
  2. NooBaa ova

OR

Your mac with qemu - read here

Steps

Connect to GBIO desktop 185.93.0.131

Windows

  1. On the ESX you can find a machine called kvm-srv. power on the machine.
  2. Rename the ova to .tar
  3. Unzip with 7zip the tar.
  4. Use winscp to copy the vmdk to kvm-srv machine (root/you know the password)

kvm-srv console

  1. Open terminal and verify sha1 with openssl sha1 once the copy finished
  2. run the following command: qemu-img convert -p -f vmdk -O qcow2 <same file name with extension .qcow2>
  3. backup the qcow2
  4. click on Applications -> system tools-> virtual machine manager and import eh machine (qcow2 one) - choose linux and CentOS 6.5 (you need to select all options first)
  5. run the wizard and make sure you get ip address and secret key
  6. upload the backup qcow2 to google storage
⚠️ **GitHub.com Fallback** ⚠️