0

Does anyone know if there is a full XenServer API implementation in ruby floating around out there? I found this: http://github.com/rubiojr/pangea/tree/master but its read only and not fully built out.

4

2 回答 2

1

Libvirt 是一个抽象层,可以与不同类型的 VM 一起工作,例如 xen、kvm、virtualbox、...

http://libvirt.org/

它有红宝石绑定

http://libvirt.org/ruby/

我还发现使用 libvirt 本身是一个巨大的收获。

于 2009-08-09T13:27:49.383 回答
0

您可以在此处找到 XenAPI 的非官方 ruby​​ 绑定。

注意:它只支持基于 http/network 的会话。不包括对 unix 套接字的支持,这不应该成为问题,因为 ruby​​ 不是 XenServer 发行版的一部分。

于 2015-08-14T21:45:07.760 回答