Code Monkey home page Code Monkey logo

xapi-autobuilder's Introduction

XenAPI Toolstack Autobuilder

Xen API (or xapi) is a management stack that configures and controls Xen-enabled hosts and resource pools, and co-ordinates resources within the pool. Xapi exposes the Xen API interface for many languages and is a component of the Xen Cloud Platform (XCP) project. Xen API is written mostly in Ocaml 3.12.0.

This repository serves as an autobuilder for xapi and all of it's dependencies, to include the Xen hypervisor itself. This is meant to be part of a continuous integrationprocess, though it is also useful for buildling a personal set of Debian packages yourself. To do this, just type 'make'. The makefile will clone the appropriate repositories and use pbuilder to build Debian packages.

Requirements

  • Debian Sid (only i386 is supported at the moment, but we're working on amd64)
  • debootstrap
  • cdebootstrap
  • pbuilder
  • dh-ocaml
  • dh-autoreconf

... and possibly more. Let us know if anything breaks due to missing requirements or dependencies!

Building and installing

Using this repository is as simple as cloning and making:

git clone https://github.com/jonludlam/xapi-autobuilder.git
cd xapi-autobuilder
make clean ; make

This will build all of the required packages for Xapi on Debian (except for vncterm, which is only available as a binary until we sort out licensing issues). Take a look at xapi-autobuilder/build.sh to see what's going on inside, and modify that script to point to your own repositories if you plan on compiling your own code.

Before installing the built Debian packages, you will need to install blktap-dkms from xen.org:

wget http://downloads.xen.org/XCP/debian/blktap-dkms_0.1_all.deb
dpkg -i blktap-dkms_0.1_all.deb

Now you can install the finished packages:

cd tmp-debs
# only install the amd64 xen hypervisor
mv xen-hypervisor-4.1-i386_*_i386.deb xen-hypervisor-4.1-i386.deb_
dpkg -i *.deb

Now reboot and select Xen from the grub menu!

Further info

For more instructions on using Xapi on Debian, see the wiki page http://wiki.xen.org/xenwiki/XAPI_on_debian. For more information on XCP, please see the wiki at http://wiki.xen.org and search for XCP. Also, check out #xen-api on freenode and the xen-{api,users,devel} mailing lists.

xapi-autobuilder's People

Contributors

jonludlam avatar mcclurmc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.