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-users

Re: [Xen-users] Xen and Enomaly

To: Boris Quiroz <boris.quiroz@xxxxxxxxxx>
Subject: Re: [Xen-users] Xen and Enomaly
From: Thiago Camargo Martins Cordeiro <thiagocmartinsc@xxxxxxxxx>
Date: Fri, 11 Sep 2009 14:46:36 -0300
Cc: Grant McWilliams <grantmasterflash@xxxxxxxxx>, Olivier LAMBERT <lambert.olivier@xxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx, Longina Przybyszewska <longina@xxxxxxxxxxxx>
Delivery-date: Fri, 11 Sep 2009 10:47:37 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=1Km9lKfEl2lBP+cxNUyXRITtwU2C7gFtl6Yrqxqf6Sg=; b=mxE+/ICZXNaYyhi4c1R9wcW/2U/sHfpUpqusCcpsW2kZbofNhyK9MQAza76YP328C8 ib+ySiLrchd72NLSh0kQbNXOqZZWTBbYWEiyH8BQ7WpzoJdjPNsX9Yk8fJdqp1TCk20D J6lWG2TsC5rpl9ml3dDBmMum87k7JgMf7GbWU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Q2UuCYwEsqzw67I1uWlfJsDbdSYTUoKP7SsqtWCnPSWT0C5OSufV3kD5TIvmSYteXb tfRefWgX8h8rk7GSsudH/xlRu9k6SOetQ+0ybiyvvonUHtW7eqFoTLDvAG95lIl6Cpsg gkA9lyfKbKtZz1DVa896eFS15GUweI3OaUuhM=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4AAA7C0D.4060003@xxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <4AA91F4E.8040802@xxxxxxxxxx> <4AA9B495.5000708@xxxxxxxxxxxx> <6b7f6eb0909101944k7ecf3fbbwb9898d155a2b5667@xxxxxxxxxxxxxx> <alpine.DEB.2.00.0909111034220.15582@xxxxxxxxxxxxxxxxxxxx> <f769216c0909110201n2d052cfas7455b036ba70525b@xxxxxxxxxxxxxx> <f769216c0909110526h42fb80f2y9e61331617bb44b6@xxxxxxxxxxxxxx> <ed123fa30909110742p38b5c688l54a27533d22eeef8@xxxxxxxxxxxxxx> <f769216c0909110757x318ad857mbf5dce4c1a3f6a7f@xxxxxxxxxxxxxx> <6b7f6eb0909110923q4525638fj70e3695ad36ec0ae@xxxxxxxxxxxxxx> <4AAA7C0D.4060003@xxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Well,

 Screenshots I do not have... but you can make an account at my cloud to try it! For free!    =)

 Make an account here:


 After I approve your account, login and get your credentials...

 Now go to https://dashboard.ylastic.com/esignup and signup into the Ylastic EC2 Management Interface and:

 Go here: https://dashboard.ylastic.com to manage your virtual machines (instances), firewall rules, images, groups, etc...

 I have small Eucalyptus installation just for tests...

 Also, you can use the ElasticFox to manage your account, but at this time, it is not fully supported...

Cheers!
Thiago

2009/9/11 Boris Quiroz <boris.quiroz@xxxxxxxxxx>
Thiago Camargo Martins Cordeiro wrote:
Believe me... the most cool open source "interface for Xen" is Eucalyptus...

2009/9/11 Olivier LAMBERT <lambert.olivier@xxxxxxxxx <mailto:lambert.olivier@xxxxxxxxx>>


   First, thanks all of you for your encouragements.

   To Grant McWilliams :
   So far, I just use RPC to control Xen daemon : the API is well
   documented. See
   http://wiki.xensource.com/xenwiki/XenApi?action="">
   <
http://wiki.xensource.com/xenwiki/XenApi?action="">>

   My soft can run on every machine with a web server + PHP5 and sqlite.
   Just need a connectivity with the Xen daemon. Yes, it can works
   accross Internet or every networks (but be sure to use encryption !)

   So, no root or other stuff like that. In my case, I choose to make
   things simple : just an htaccess (so far).

   With the API, you've got access to the entire Xen daemon, but I think
   it's not so hard to restrict an user to a VM (or more). It's "just" an
   added layer, can be interfaced with ldap, mysql or pgsql database,
   with adaquates informations on users.

   Just an example of Xen architecture + XenOrchestra :

   Dom01               Dom02           Dom03
   ___|_____________|____________|__________ (network)
               |                     |                     |
        Xen orchestra      client           other client

   As you can see, clients are contacting the Xen Orchstra web interface,
   and then, this one check Dom0's with Remote procedure call.

   With this, you can do everything you want. Just need to implement it !
   Limitations are the API, which suffer from certain shortcomings (like
   impossible to differenciate a migrated or an halted VM).

   For your "feature request", I think I'll do, but in a first time, my
   goal is to admin Xen easily. But ASAP, I'll try to respond to your
   request.
   And as it's a open source project, everyone can contribute, so.. more
   we are, more the project will be great :)

   Regards,


   Olivier

   P.S : sorry if there is misspelling in my text, I'm not perfect in
   English ;)

   On Fri, Sep 11, 2009 at 4:42 PM, Grant McWilliams
   <grantmasterflash@xxxxxxxxx <mailto:grantmasterflash@xxxxxxxxx>> wrote:
    >
    > On Fri, Sep 11, 2009 at 5:26 AM, Olivier LAMBERT
   <lambert.olivier@xxxxxxxxx <mailto:lambert.olivier@xxxxxxxxx>>

    > wrote:
    >>
    >> As I can't put the code right now, I'll try to give you some
   details :
    >>
    >>
    >> Project Name : XenOrchestra
    >> Licence : GPL 3 ? (or 2 don't know the real differences)
    >>
    >> Small FAQ ;)
    >>
    >> -> What is the goal of Xen Orchestra ?
    >> Provide a simple and clear interface to Xen, across the Xen API
   with a
    >> **open source** app. Because I love open-source, I would like to
   stay
    >> in this philosophy ;)
    >>
    >> -> What can I do with the first release ?
    >> The first release will be an alpha, but you can know *where* are you
    >> DomU and more :
    >> - start/stop/pause/remove a domU (as you can see in the first
   screenshot)
    >> ;
    >> - make live migrations on other dom0 ;
    >> - have informations about a domU : cpu,ram,network etc.
    >>
    >> -> When it's released ?
    >> I'll try to give you the alpha version ASAP, so.. let's say next
    >> Sunday (sept. 13). I need to make an installer and "purge" the
   code to
    >> offer you a "clear" version.
    >>
    >> -> The future ?
    >> First, create xen-orchestra.com <http://xen-orchestra.com> with

   a FAQ (this one :D), what is the
    >> project, a forum and a git server in order to create a community. I
    >> start now !
    >> Then, make a Debian Package :D
    >> Next, I would like to implement "setters" (change cpu/ram/network
    >> conf) : not really hard. And finally, use this interface to create
    >> domU and templates...
    >>
    >> See you soon, hope my project can help people to stay with open
   source Xen
    >> :)
    >>
    > Don't forget to make the entire thing accessible to users (not
   just root)
    > with somewhat granular access control
    > otherwise you spent all this time to recreate the exact same
   thing that
    > everyone else has written.
    >
    > When will we be able to look at your code? I use xen and VMs for
   my classes
    > and I start in a few weeks. Like everyone else that needs
    > non-root administration to domUs I'm writing my own interface. I
   need a user
    > named bob to have control over bob's vm and no other.
    >
    > Grant McWilliams
    >
    > Some people, when confronted with a problem, think "I know, I'll use
    > Windows."
    > Now they have two problems.
    >

   _______________________________________________
   Xen-users mailing list
   Xen-users@xxxxxxxxxxxxxxxxxxx <mailto:Xen-users@xxxxxxxxxxxxxxxxxxx> ------------------------------------------------------------------------


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

Thiago,

Do you have some screen shots to show us how Eucalyptus works?

Cheers.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>