1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

1042 Commits

Author SHA1 Message Date
Daniel Molina
104387a75b feature #200 Fixed uppercase paths in xml 2010-07-20 19:29:40 +02:00
Daniel Molina
10bfc260ff feature #200 Fixed error in PoolElement [] 2010-07-20 17:01:28 +02:00
Ruben S. Montero
923294c236 feature #200: XMLUtil class hierarchy 2010-07-20 16:52:41 +02:00
Daniel Molina
fe0e6927e9 feature #200 Changes in OCCI 2010-07-20 16:50:08 +02:00
Daniel Molina
5f70d69b55 feature #200 Delete upcase from XMLUtils and XMLElement and XMLPool for Pool 2010-07-20 16:22:33 +02:00
Daniel Molina
4075bd89ac feature #200 Changes in EC2 2010-07-20 16:19:33 +02:00
Ruben S. Montero
33b35e5966 feature #200: Removed unneeded attribute variables 2010-07-19 18:42:45 +02:00
Ruben S. Montero
3b536928b8 feature #200: Some work on the cloud servers 2010-07-19 14:35:35 +02:00
Ruben S. Montero
572e83aa53 feature #200: Image Repository Integration for EC2 query 2010-07-19 12:23:52 +02:00
Ruben S. Montero
79432c7bd3 feature #200: restored get_user for the EC2 Server 2010-07-17 06:51:23 +02:00
Ruben S. Montero
a6edd2483a feature #200: Get rid of Crack library for OCCI. OCCI now uses OpenNebula authorization mechanisms 2010-07-17 06:42:26 +02:00
Ruben S. Montero
95d0cf7841 feature #200: rm is no longer installed 2010-07-17 03:48:07 +02:00
Ruben S. Montero
64560518ce feature #200: Removed unneeded rm component for cloud servers 2010-07-17 03:45:43 +02:00
Ruben S. Montero
1078c304c0 feature #200: Examples for the OCCI service 2010-07-17 03:44:48 +02:00
Ruben S. Montero
32e106858c feature #200: Better XML parsing for ImageOCCI 2010-07-17 03:43:34 +02:00
Ruben S. Montero
e3b9eb63c0 feature #200: Better XML parsing 2010-07-17 02:05:06 +02:00
Ruben S. Montero
bb4939fba7 feature #200: removed uneeded print messages 2010-07-17 02:01:29 +02:00
Ruben S. Montero
7b41a7c1bc feature #200: get rid of unneeded variables in config file 2010-07-17 02:00:36 +02:00
Ruben S. Montero
d89cc91687 feature #200: Image now uses fileutils instead of ftools 2010-07-17 01:59:17 +02:00
Ruben S. Montero
54e8dfd1af scons helper now uses fileutils instead of ftools 2010-07-17 01:58:24 +02:00
Daniel Molina
9f5a24e951 feature #200 EC2 using ImagePool 2010-07-16 19:56:42 +02:00
Daniel Molina
632f7957bb feature #200 Show more information in OCCI resources 2010-07-16 19:56:35 +02:00
Daniel Molina
478d5b3b5f feature #200 Fixed minor Errors in OCCI 2010-07-16 19:56:23 +02:00
Daniel Molina
c0149a5bb1 feature #200 Changed OCCI XML Representation 2010-07-16 19:55:59 +02:00
Ruben S. Montero
bb4a02d539 Merge branch 'master' into feature-200 2010-07-15 16:53:38 +02:00
Ruben S. Montero
d548ee264d Merge branch 'feature-203' 2010-07-15 16:39:13 +02:00
Ruben S. Montero
c2dab09159 feature #203: Added some more checks to tests and build options 2010-07-15 16:37:58 +02:00
Carlos Martín
db4f66742d feature #201: Better error log for cluster allocate. 2010-07-15 16:09:30 +02:00
Carlos Martín
b6178c1cce feature #192: Tests fixed for new VirtualMachinePool::allocate parameters (#203). 2010-07-15 16:08:55 +02:00
Carlos Martín
d0ded1ca82 feature #192: New tests for VirtualNetworkPool::nic_attribute 2010-07-15 16:08:34 +02:00
Carlos Martín
57e5c9598d feature #192: Tests fixed for new VirtualNetworkPool::allocate parameters (#203). 2010-07-15 16:07:43 +02:00
Carlos Martín
d68855a4c6 feature #192: New tests for ImagePool::disk_attribute and tests fixed for new ImagePool::allocate parameters (#203). 2010-07-15 16:04:32 +02:00
Tino Vázquez
f3fc078b6c feature #203: Adding comments, fixing pools accesors in RM 2010-07-15 12:43:27 +02:00
Ruben S. Montero
498102b786 feature #203: Better public in Allocate Methods 2010-07-14 19:49:16 +02:00
Ruben S. Montero
0dbb3330fe feature #203: authorization now in RM.*allocate for IMAGEs and NETs 2010-07-14 19:37:43 +02:00
Ruben S. Montero
235186a998 Merge branch 'feature-203' of dsa-research.org:one into feature-203 2010-07-14 18:11:54 +02:00
Ruben S. Montero
34b2ed6c5c feature #203: Authorization method for VMs now in RM 2010-07-14 18:11:29 +02:00
Tino Vázquez
f19887fab0 feature #203: RM log funtions, -2 introduced for (allocate, parse, ...) errors 2010-07-14 17:28:33 +02:00
Ruben S. Montero
1035fe7722 feature #203: Removed Auth from allocate (VM, IMAGE & NET). Added NETWORK and NETWORK_ID for NICs and IMAGE and IMAGE_ID for DISKS 2010-07-14 16:21:41 +02:00
Tino Vázquez
9ed94ae7f4 feature #203: Readding the cluster to OpenNebula.rb 2010-07-14 16:10:18 +02:00
Tino Vázquez
24ec057a9c feature #203: Changing RM log message codes 2010-07-13 19:26:43 +02:00
Tino Vázquez
7d4b9375d2 Merge branch 'feature-203' of dsa-research.org:one into feature-203 2010-07-13 18:57:53 +02:00
Tino Vázquez
c322e7c3ea feature #203: Solving newline on some RM log messages 2010-07-13 18:57:27 +02:00
Javi Fontan
c267a070b8 Merge branch 'feature-203' of opennebula.org:one into feature-203 2010-07-13 18:20:20 +02:00
Javi Fontan
dace9afa07 feature #203: configuration loading and debug 2010-07-13 18:20:04 +02:00
Javi Fontan
213029ad26 feature #203: simple permissions check for quota 2010-07-13 18:18:23 +02:00
Javi Fontan
f10b7aff57 feature #203: added auth mad config file 2010-07-13 18:17:25 +02:00
Tino Vázquez
0659115f70 feature #203: Finishing RM authorization task 2010-07-13 18:16:05 +02:00
Tino Vázquez
d449453919 Merge branch 'feature-203' of dsa-research.org:one into feature-203 2010-07-13 13:51:14 +02:00
Javi Fontan
ccabd55000 feature #203: Added tests for simple_permissions and quota setup 2010-07-13 13:50:35 +02:00