~ubuntu-virt/ubuntu/maverick/eucalyptus/2.0

« back to all changes in this revision

Viewing changes to roll/eucalyptus/graphs/default/eucalyptus.xml

Removed roll related stuff: it was very old and definetely not applicable
to the current source.
Added stubs for the monitoring scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" standalone="no"?>
2
 
 
3
 
<graph>
4
 
 
5
 
        <description>
6
 
 
7
 
        The eucalyptus Roll. EUCALYPTUS is an open source service overlay
8
 
        that implements elastic computing using existing resources. The
9
 
        goal of EUCALYPTUS is to allow sites with existing clusters and
10
 
        server infrastructure to co-host an elastic computing service
11
 
        that is interface-compatible with Amazon's EC2. Check out our
12
 
        website http://open.eucalyptus.com.
13
 
 
14
 
        </description>
15
 
 
16
 
        <copyright>
17
 
        Copyright (c) 2000 - 2008 The Regents of the University of California.
18
 
        All rights reserved. Rocks(r) v5.0 www.rocksclusters.org
19
 
        </copyright>
20
 
 
21
 
        <changelog>
22
 
        $Log: eucalyptus.xml,v $
23
 
        Revision 1.5  2008-05-21 04:36:28  graziano
24
 
        Let's try to make different installations for compute and frontend: step
25
 
        towards having more rpms.
26
 
 
27
 
        Revision 1.4  2008-05-12 19:04:01  graziano
28
 
        added some eucalyptus descriptions: waiting for rich for the copyright
29
 
        part.
30
 
 
31
 
        Revision 1.3  2008-05-12 15:04:23  graziano
32
 
        this should allow to execute kroll on the frontend.
33
 
 
34
 
        Revision 1.2  2008-05-11 23:07:34  graziano
35
 
        Modified the copyright (removed for now). Added euca-libvirt and euca-vde
36
 
        into the roll.
37
 
 
38
 
        Revision 1.1.1.1  2008-05-11 23:01:22  graziano
39
 
        I need a place to put the roll source tree
40
 
        
41
 
        </changelog>
42
 
 
43
 
        <!-- add edges here -->
44
 
 
45
 
        <edge from="server">
46
 
                <to>eucalyptus-frontend</to>
47
 
                <to>eucalyptus</to>
48
 
        </edge>
49
 
        <edge from="vm-container">
50
 
                <to>eucalyptus-compute</to>
51
 
        </edge>
52
 
</graph>
53
 
 
54