1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-10 01:17:40 +03:00
Commit Graph

1371 Commits

Author SHA1 Message Date
Ruben S. Montero
75d01c2584 Minor modificatio to ImageRepository rm function 2010-10-18 23:05:58 +02:00
Ruben S. Montero
39bb0f21fa Wrong return statement 2010-10-18 22:58:58 +02:00
Ruben S. Montero
3bcf6a62a3 Minor modification to has_elements? 2010-10-18 22:51:51 +02:00
Daniel Molina
d245b26355 Add CONTEXT section to OCCI 2010-10-18 22:11:51 +02:00
Jaime Melis
9a894c21ad bug: fixed return values for write and read functions 2010-10-18 19:11:21 +02:00
Carlos Martín
a5002b0acb Java API: Better Hudson testing; now it is aware of other OpenNebulas running in the system. 2010-10-18 18:38:22 +02:00
Carlos Martín
9ffc502774 Java API: Small changes needed to integrate java tests with hudson. 2010-10-18 15:26:17 +02:00
Daniel Molina
f8903ad813 Fix Ruby tests for User changes 2010-10-16 15:43:20 +02:00
Tino Vázquez
85108d4e9d Merge branch 'one-2.0' of dsa-research.org:one into one-2.0 2010-10-15 19:43:46 +02:00
Tino Vázquez
ced309d4aa Remove java vmware drivers from OpenNebula distribution
Now moved to a separate project: http://dev.opennebula.org/projects/vmware-java
2010-10-15 19:43:02 +02:00
Carlos Martín
1a0942f248 Java API: Test fixed for recent changes in User.info method 2010-10-15 19:17:14 +02:00
Carlos Martín
e000b5abcc Ruby tests updated: User's ENABLED element is now defined as 0/1 instead of True/False 2010-10-15 19:16:15 +02:00
Ruben S. Montero
e03ef196db Bug wrong open mode for /dev/null 2010-10-15 19:09:10 +02:00
Carlos Martín
a1cc390c35 Java API: User ENABLED element is now defined as 0 / 1 instead of True / False 2010-10-15 18:57:05 +02:00
Ruben S. Montero
ed0b00a07d Bug fixed uid request for UserInfo 2010-10-15 18:32:12 +02:00
Ruben S. Montero
513bfa5d90 Bug: User status is now return as 0/1 and not True/False. 2010-10-15 18:18:34 +02:00
Ruben S. Montero
e3f04cbe44 build.sh cleans also the tests 2010-10-15 17:43:54 +02:00
Ruben S. Montero
0257c9c7da UserInfo class 2010-10-15 17:43:10 +02:00
Carlos Martín
7c6bb9435a Java API User.info() method changed back to use one.user.info XML-RPC again. 2010-10-15 17:30:16 +02:00
Ruben S. Montero
26576d8580 Added one.user.info method 2010-10-15 17:29:58 +02:00
Daniel Molina
4cc329b925 Add help information for oneimage/onevnet list m 2010-10-15 13:21:27 +02:00
Carlos Martín
8eb9cdc67e Java API update for 2.0 release. 2010-10-15 13:20:37 +02:00
Javi Fontan
eb843caccc Added first version of README file 2010-10-14 19:50:38 +02:00
Javi Fontan
457a22bbea Added man pages to install script 2010-10-14 17:24:01 +02:00
Javi Fontan
0167498d90 Added first version of CLI man pages
These man pages are generated from CLI --help and --version text
using a slightly modified help2man command
2010-10-14 13:02:32 +02:00
Javi Fontan
5558b05bb2 Added Apache License to CLI --version text 2010-10-14 12:59:56 +02:00
Javi Fontan
86964ac730 Added --version option to oneauth command
Gets the version and copyright string from CommandParse class
so it only needs to be changed there
2010-10-14 12:39:41 +02:00
Javi Fontan
0f1da0b9cd Bug #368: Added -pthread to link flags 2010-10-13 20:32:58 +02:00
Tino Vázquez
dfb9114cf6 Merge branch 'one-2.0' of dsa-research.org:one into one-2.0 2010-10-13 15:36:49 +02:00
Tino Vázquez
3cc0f52988 Image delete function now copes with directories 2010-10-13 15:36:17 +02:00
Ruben S. Montero
37a13baf4a bug #367: Added patch for Xen vncdisplay number generation. Fix default VNC_BASE_PORT in oned.conf 2010-10-13 13:42:40 +02:00
Ruben S. Montero
1ec71a300c Bug #366: Client uses config and checks for a valid VM_TYPE entry 2010-10-08 17:56:56 +02:00
Ruben S. Montero
9d959c2e55 Bug #364; Users can see now its own images & networks as well as public ones 2010-10-08 13:23:20 +02:00
Ruben S. Montero
a5cacd2e15 Set permissions to 770 if target path is a directory. Do not move files if they are the same 2010-10-08 12:25:32 +02:00
Daniel Molina
c6e9cf1516 Change wrong information in filter_flag values help 2010-10-07 23:28:32 +02:00
Ruben S. Montero
2efc13e6fb Merge branch 'feature-199' of dsa-research.org:one into feature-199 2010-10-07 18:37:29 +02:00
Ruben S. Montero
ccabc9cffb Fix bug in new run probes 2010-10-07 18:37:16 +02:00
Tino Vázquez
e30a2dcc27 remote_path --> cmd_path 2010-10-07 18:29:24 +02:00
Tino Vázquez
813c1f4f48 Correct driver log files 2010-10-07 18:26:43 +02:00
Ruben S. Montero
755b1db038 Merge branch 'one-2.0' into feature-199 2010-10-07 18:19:44 +02:00
Ruben S. Montero
3fc1f03239 Pass run_probes arguments to the probes. IM ssh and sh now also sends the host to be monitored 2010-10-07 18:08:59 +02:00
Javi Fontan
731d98b036 Bug #362: check for strings only composed by spaces 2010-10-07 18:03:52 +02:00
Javi Fontan
7b22fc9cd6 Bug #352: oneuser gets only the first line if a file is specified 2010-10-07 14:30:38 +02:00
Jaime Melis
070e1db066 Bug #359: added DESTDIR to chown of image dir 2010-10-06 11:56:02 +02:00
Jaime Melis
31d2d72caa Integrated common.d in each hypervisor dir 2010-10-05 16:09:34 +02:00
Javi Fontan
9c4b96829e Bug creating config file in system wide installation
In system wide installation oned was creating "config" file in log directory
(/var/log/one) but should be created in var directory (/var/lib/one)
2010-10-05 12:37:13 +02:00
Tino Vázquez
c1e52597ae Local_action definition 2010-10-04 19:27:55 +02:00
Tino Vázquez
ca900d28e4 Fix wrong deployment file generation 2010-10-04 18:09:42 +02:00
Tino Vázquez
e8987b2315 Added context for VMware
Fix again for ARCH --> ARCHITECTURE
2010-10-04 15:24:25 +02:00
Tino Vázquez
7b4e49407d Fix wrong generated deployment file 2010-10-03 23:09:07 +02:00