This is an old revision of the document!
# aptitude install xen-hypervisor # aptitude install openvswitch-brcompat openvswitch-datapath-source
# m-a a-i openvswitch-datapath
Various dependencies ( openvswitch-brcompat openvswitch-common{a} openvswitch-switch{a} uuid-runtime{a} )
# aptitude install opennebula-{node,sunstone,tools} opennebula
You will need to comment out the KVM drivers, and uncomment the Xen drivers:
IM_MAD = [
name = "im_xen",
executable = "one_im_ssh",
arguments = "xen" ]
VM_MAD = [
name = "vmm_xen",
executable = "one_vmm_exec",
arguments = "xen",
default = "vmm_exec/vmm_exec_xen.conf",
type = "xen" ]
# visudo -f /etc/sudoers.d/opennebula-node
add line
%cloud ALL=(ALL) NOPASSWD: /usr/bin/ovs-vsctl *
# su - oneadmin # cat .ssh/id_rsa.pub > authorized_keys # ssh localhost
Once logged in do the following
~$ onevm list
ID USER GROUP NAME STAT CPU MEM HOSTNAME TIME
~$ exit
If you do not get the above blank list, then verify /var/log/one/oned.log and see where the issue is.
storage