Advertisement
cmiN

one - recipe

Oct 24th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. 1. Get the OVA prepared by Valentin from here: http://images.databus.ro/virtualbox/opennebula-ubuntu-14.04-amd64.ova
  2. 2. Load it into VMWare (ignoring the warning messages about a corrupt file)
  3. 3. Expand RAM to 8GB (also 4GB is enough) and use 2x2 CPUs
  4. 4. Enable "Virtualize Intel VT-x/EPT or MAD-V/RVI" and "Virtualize CPU performance"
  5. 5. Run the VM (with ONE environment) and edit some configuration files for enabling KVM:
  6. a. modprobe kvm (was already loaded); lsmod | grep kvm -> kvm_intel
  7. *. (in /etc/one/)
  8. b. oned.conf -> VM_MAD -> name="kvm"; type="kvm"
  9. c. /vmm_exec/vmm_exec_kvm.conf -> EMULATOR = /usr/bin/kvm
  10. d. restart service (opennebula) (also done a host reboot)
  11. 6. Add/Change password for oneadmin user in "oneadmin" (or with what you want to login into Sunstone interface)
  12. 7. From the interface do the following:
  13. a. add the qcow2 image downloaded from cloudbase.it (windows server 2012 r2 with cb-init installed)
  14. b. clone the ttylinux template and change it (ram/cpu/disk) to suit the windows image requirements
  15. c. make and deploy a new VM using the template above
  16. 8. All seems fine, but when I connect with VNC I see this: http://imagizer.imageshack.us/a/img745/115/GrTfqf.png
  17.  
  18. A comprehensive output with details regarding host, template and image details can be found here: http://pastebin.com/sbTn3Qxd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement