WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [ANNOUNCE] repositories for XCP on xen-unstable

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [ANNOUNCE] repositories for XCP on xen-unstable
From: Vincent Hanquez <vincent.hanquez@xxxxxxxxxxxxx>
Date: Tue, 09 Mar 2010 14:01:36 +0000
Delivery-date: Tue, 09 Mar 2010 06:02:38 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.7) Gecko/20100204 Icedove/3.0.1
Hi xen-devel,

I'm please to announce the availability of repositories [1,2] for the xen cloud platform tools [3] on xen-unstable.

the goal of these repositories is to make compilation of the XCP platform toolstack:

- "easier" than in the current form.
- available with bleeding edge xen (and also libxenlight).
- integrate with any distributions (potentially creating debian/redhat/etc packages)

= Dependencies you need to have:

- ocaml compilers and tools (debian = ocaml, camlp4, camlp4-extra, ocaml-nox)
- ocaml package type-conv (debian = libtype-conv-camlp4-dev)
- ocaml package dbus only for XCI (debian = libdbus-ocaml-dev)
- omake (debian = omake)
- xen-unstable

= Compilation

- you need to clone [1] and inside the repository "git checkout unstable"
- ./configure
- make all
- make allxen
- make install && make installxen

- you need to clone [2] and inside the repository "git checkout unstable"
- make

= Usability

At the moment the usability straight out of the repository is pretty low, as the XCP toolstack requires lots of various configurations and setting that are not joined. it is recommended to copy the setup of a properly configured XCP installation for getting started, until all the requirements are relaxed/made more generic/etc..

Please note that this is not as tested as the official XCP platform, so you should be careful when using those repositories, and they should be considered for development only. For stable installation please refer to [3]

= Libxenlight integration

The goal is to integrate libxenlight into the XCP and XCI. until this works is fully done and stable, the xl work will stays separated from this work, nonetheless if you're felling lucky or want to help, you can checkout the "unstable-xl" branch.

You can also find in [4] the equivalent effort related to the XCI project (branch unstable and unstable-xl)


[1] git://xenbits.xen.org/people/vhanquez/xcp-libs-unstable
[2] git://xenbits.xen.org/people/vhanquez/xcp-unstable
[3] http://www.xen.org/products/cloudxen.html
[4] git://xenbits.xen.org/people/vhanquez/xci-unstable

--
Vincent

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [ANNOUNCE] repositories for XCP on xen-unstable, Vincent Hanquez <=