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
Tino Vázquez
1e39edb942
Removing resurrected LibVirtDriver.c file
2010-10-01 22:26:21 +02:00
Tino Vázquez
9a964015cf
Merge branch 'feature-199' of dsa-research.org:one into feature-199
...
Conflicts:
src/vmm/LibVirtDriver.cc
2010-10-01 22:11:32 +02:00
Tino Vázquez
8495fd7b51
Fix ARCH --> ARCHITECTURE
2010-10-01 22:09:43 +02:00
Ruben S. Montero
5446e5737e
feature #199 : split KVM and VMware description file generators
2010-10-01 17:12:13 +02:00
Ruben S. Montero
a312bceb37
Merge branch 'one-2.0' into feature-199
2010-10-01 16:34:09 +02:00
Ruben S. Montero
d487e496ec
better touch in kvm save action
2010-10-01 00:17:45 +02:00
Ruben S. Montero
97477b914b
Bug: remove unneeded touch form kvm save action
2010-09-30 23:29:02 +02:00
Tino Vázquez
8f762b5d2a
Changes for clone nfs
...
Add support for new vmware storage requirements (2 disks and .vmdk)
2010-09-30 19:32:04 +02:00
Tino Vázquez
51d14b22a9
Add local sh im and vmm probes
2010-09-30 17:16:31 +02:00
Tino Vázquez
59bc8cd7fc
feature #199 : Native suuport of vmware in the core
2010-09-30 17:08:32 +02:00
Jaime Melis
1da03e8310
In the end we have decided to rename ShDriver to SshDriver.
...
This reverts commit 7095f3c7b7
.
2010-09-29 12:12:39 +02:00
Ruben S. Montero
3130caf059
Merge branch 'one-2.0' of dsa-research.org:one into one-2.0
2010-09-29 11:36:31 +02:00
Ruben S. Montero
3448f86986
bug #335 : Solves seg fault in scheduler with empty strings
2010-09-28 21:24:17 +02:00
Ruben S. Montero
d7eaab77f1
feature #192 : Recover original db name
2010-09-28 16:26:27 +02:00
Carlos Martín
f17ee423ff
Feature #192 : Tests fixed for commit f1ef57e0b5
, and testing DB name changed for consistency.
2010-09-28 16:18:33 +02:00
Jaime Melis
7095f3c7b7
Revert "Rename ShDriver to SshDriver. Fixed install.sh"
...
This reverts commit ba4106e1d1
.
2010-09-27 16:46:47 +02:00
Jaime Melis
ba4106e1d1
Rename ShDriver to SshDriver. Fixed install.sh
2010-09-27 14:01:31 +02:00
Tino Vázquez
de97b5d249
Remove EH installation from the core distribution
...
See http://dev.opennebula.org/projects/elastichosts in order to get the ElasticHosts drivers.
2010-09-22 12:16:49 +02:00
Javi Fontan
2bf89b9143
Added xml output to cppunit tests
2010-09-17 18:38:38 +02:00
Tino Vázquez
6ab6730a2f
Get rid of "-e" debug flag for bash in the remotes shell scripts
2010-09-16 12:29:41 +02:00
Daniel Molina
e900b964da
Refactor OCA test directory tree
2010-09-15 18:10:18 +02:00