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

788 Commits

Author SHA1 Message Date
Tino Vázquez
6a566251fc fix for bug #251 Users now are not deleted if still owning VMs and/or Vnets 2010-07-05 18:55:15 +02:00
Javi Fontan
e7ee28a91d ActionManager calls a finalize function if defined 2010-07-01 11:54:14 +02:00
Ruben S. Montero
0afd63941c Better defaults: Bigger cache for pools, mac prefix, ID length in onevm 2010-06-28 21:45:17 +02:00
Ruben S. Montero
1d54c60f45 Merge branch 'feature-261' 2010-06-28 17:19:16 +02:00
Ruben S. Montero
f02561682e Merge branch 'feature-258' 2010-06-28 15:10:17 +02:00
Ruben S. Montero
6d8cf78623 feature #258: Default values for mm_sched 2010-06-28 14:43:35 +02:00
Ruben S. Montero
0bebbaaa35 Merge branch 'feature-239' 2010-06-28 13:06:42 +02:00
Ruben S. Montero
9ea3ae7b38 feature #206: Updated pool tests to handle sqlite and mysql 2010-06-25 15:45:48 +02:00
Ruben S. Montero
c7c08489a6 feature #206: Include last_seq in VM XML render 2010-06-25 15:35:42 +02:00
Ruben S. Montero
6c322afd32 feature #258: Updated VM tests 2010-06-25 15:22:51 +02:00
Ruben S. Montero
2e06f4f26d Merge branch 'feature-189'
Conflicts:
	include/VirtualMachine.h
	include/VirtualMachinePool.h
	include/VirtualNetwork.h
	share/etc/oned.conf
	src/scheduler/src/xml/expr_arith.cc
	src/scheduler/src/xml/expr_arith.h
	src/scheduler/src/xml/expr_bool.cc
	src/scheduler/src/xml/expr_bool.h
	src/scheduler/src/xml/expr_parser.c
	src/template/template_parser.c
	src/template/template_syntax.cc
	src/template/template_syntax.h
	src/vm/VirtualMachine.cc
	src/vm/VirtualMachinePool.cc
	src/vm/vm_var_parser.c
	src/vm/vm_var_syntax.cc
	src/vm/vm_var_syntax.h
2010-06-25 14:34:44 +02:00
Daniel Molina
9311f27b41 feature #189 Added info to CONTEXT and REQUIREMENTS template schema 2010-06-25 13:50:13 +02:00
Daniel Molina
82b1b156ed feature #239: Fixed Bug #257 in OCCI 2010-06-21 17:42:50 +02:00
Daniel Molina
0b26a50155 feature #239: Fixed Bug #257 in EC2 2010-06-21 17:37:24 +02:00
Daniel Molina
dcc21bb6f2 feature #239: Pretty print OCCI CLI 2010-06-21 17:13:38 +02:00
Daniel Molina
9865a93c2d feature #239: Deleted \n and whitespaces on OCCIServer XML response 2010-06-21 17:13:12 +02:00
Carlos Martín
67d8862cf9 feature #192: Dump tests fixed for new SQL schema. 2010-06-18 01:08:52 +02:00
Ruben S. Montero
9b25efef94 feature #261: Do not wait HOST_MONITOR_INTERVAL to monitor a host the first time 2010-06-18 00:59:52 +02:00
Ruben S. Montero
8ac4bb438d feature #261: Monitor VMs for the first time 2010-06-18 00:58:49 +02:00
Ruben S. Montero
3ca2d5c755 feature #261: VM_POLLING_INTERVAL set to 0 disables VM monitoring 2010-06-18 00:23:56 +02:00
Ruben S. Montero
d175a07831 feature #261: Moved host_limit to the information manager to ease configuratio 2010-06-18 00:20:01 +02:00
Carlos Martin and Ruben S. Montero
37f8c0d4dc feature #261: Added support for limiting the number of VMs processed per monitoring interval. 2010-06-17 23:55:01 +02:00
Ruben S. Montero
78ad7f7284 Merge branch 'feature-239'
Conflicts:
	src/vnm/VirtualNetwork.cc
2010-06-16 19:05:18 +02:00
Ruben S. Montero
82ac36e3d5 feature #239: Changes in m1.small erb example 2010-06-16 18:17:02 +02:00
Daniel Molina
1e5437bcb6 feature #239: Added -d option for user_data 2010-06-16 18:11:05 +02:00
Daniel Molina
5a26d3fcf8 feature #239: Fixed whitespaces. erb_version forgotten 2010-06-16 18:08:45 +02:00
Ruben S. Montero
97eb669659 Improve SQL queries for vm_pool. Updates last_seq 2010-06-11 21:30:39 +02:00
Carlos Martín
3df3652b82 feature #192: tests fixed for new VM sql schema. 2010-06-11 21:27:55 +02:00
Carlos Martín
0280c88bb6 Performance improvements for VMs SQL queries. 2010-06-11 20:25:49 +02:00
Ruben S. Montero
7ba4bdd721 Merge branch 'feature-258' 2010-06-11 20:12:57 +02:00
Ruben S. Montero
df272f8dbe feature #258: Added support to limit the number of VMs submitted to a host at a time 2010-06-11 20:09:06 +02:00
Carlos Martín
6d60b1c0b2 bug #259: Callback functions are locked until the DB query answer is processed. 2010-06-11 19:11:12 +02:00
Ruben S. Montero
83c1b9d993 bug : solved potential deadlock in VM manager 2010-06-09 19:47:22 +02:00
Javi Fontan
21eef9568f bug getting available cpu in onehost 2010-06-09 17:27:26 +02:00
Daniel Molina
57e36f11b0 feature #239: Removed printed information 2010-06-08 12:25:27 +02:00
Daniel Molina
23e40d1b19 Fixed #bug 241 2010-06-08 12:19:41 +02:00
Daniel Molina
7f13bf4bee Fixed help information 2010-06-08 12:19:37 +02:00
Daniel Molina
88846f1c02 Fixed whitespaces 2010-06-08 12:19:32 +02:00
Constantino Vázquez Blanco
81410256d0 Bug #246: Check OpenNebula error and if leases exists 2010-06-08 11:22:15 +02:00
Ruben S. Montero
18313d25cc bug #245: cdroms are now mapped to disks of type cdrom 2010-06-04 16:05:02 +02:00
Ruben S. Montero
276fad87a6 bug #246: Fix the bug for ranged networks without address. Added new tests to reproduce this bug 2010-06-03 17:03:14 +02:00
Ruben S. Montero
54f37dbd8a Added pthread library 2010-06-03 16:37:44 +02:00
Ruben S. Montero
b4ac1ee99f Fix compilation error in TestPool 2010-06-03 11:50:45 +02:00
Ruben S. Montero
ad57e2b2c6 Removed unneeded locks and updated Pool tests 2010-06-03 11:47:03 +02:00
Ruben S. Montero
4be783e9be Back-port of REQUIREMENTS parsing for VM templates 2010-06-02 14:51:05 +02:00
Constantino Vázquez Blanco
e86c0f07eb Merge branch 'feature-206' 2010-05-20 12:09:42 +02:00
Carlos Martín
e5443b0e76 feature #192: Tests fixed for new xml generation with CDATA 2010-05-20 12:00:04 +02:00
Carlos Martín
ab96e0618a feature #192: Tests for match and rank mechanisms 2010-05-20 11:59:52 +02:00
Ruben S. Montero
091a736d24 feature #212: Put attribute data within CDDATA 2010-05-18 23:43:50 +02:00
Ruben S. Montero
161da30c52 feature #212: Catch exception when initializing a VM object 2010-05-18 19:16:15 +02:00