Jaime Melis
b86fe543c2
Fixed typo in oned.conf
2011-09-01 17:10:41 +02:00
Ruben S. Montero
81978b4ca2
bug: Update hook information in oned.conf. Moved ft hooks to a dir. Removed unneeded hooks.
2011-09-01 16:57:02 +02:00
Ruben S. Montero
6b63fd4fe0
feature: New configuration attribute for the the number of HOSTs and VMs to be monitored per interval.
2011-08-16 18:12:45 +02:00
Ruben S. Montero
2249929171
Merge branch 'feature-476'
...
Conflicts:
src/vnm/VirtualNetwork.cc
2011-06-23 17:00:56 +02:00
Jaime Melis
fc0e264ed5
feature #476 : update oned.conf to reflect the new networking hooks
2011-06-13 16:04:41 +02:00
Jaime Melis
5e3258c6f6
feature #476 : new hook trigger on PROLOG
2011-06-07 17:58:25 +02:00
Javi Fontan
ccc5b348c9
feature #595 : changed one_vmm_ssh to _exec in oned.conf
2011-06-01 19:36:29 +02:00
Ruben S. Montero
4f4b8ab463
feature #513 : Updated oned.conf file
2011-05-13 16:05:51 +02:00
Ruben S. Montero
96f26468a1
feature #523 : Image repository is now decopled from storage backend. Source is generated by drivers using a driver-specific URL.
2011-05-07 02:49:07 +02:00
Carlos Martín
92a74bd83b
Feature #523 : Small oned.conf fix, Add ImageID to one.vm.savedisk XML-RPC method, and Update Java API Image management and tests
2011-04-11 16:20:44 +02:00
Daniel Molina
20d29f14ac
Merge branch 'master' into feature-523
2011-03-30 16:26:56 +02:00
Jaime Melis
65701fd4d5
Bug #542 : Fault Tolerance Hooks - error state declaration
...
(cherry picked from commit 798b212fdf
)
2011-03-24 16:03:58 +01:00
Ruben S. Montero
c59f542ee6
feature #523 : Work on the Image Repository
2011-03-22 18:21:09 +01:00
Javi Fontan
ff8e45daf3
New probes and ganglia readers (from branch feature-446)
...
Feature #244 : Network interface statistics for KVM
Feature #446 : Probe to get monitoring info from ganglia
Feature #472 : Get cpu consumption from KVM VMs
poll_xen_kvm.rb - This new probe gets information from XEN and KVM vms.
If it is called with the name of a VM then its monitoring information
is written in standard poll probe way. If called without parameters
a base64-encoded yaml-representation of a hash containing the information
about all the VMs running in the host is returned.
poll_ganglia.rb - This probe gets information from ganglia pushed by gmetric.
Consumes the information generated by poll_xen_kvm.rb
ganglia_probe - Gets host monitoring information from ganglia. It pushes all
metrics that start by OPENNEBULA_
Ganglia.rb - library that holds ganglia reading code
2011-02-10 11:43:04 +01:00
Ruben S. Montero
e4d51971c6
bug #455 : Included note for VMDIR. Also some re-structure of the hook section
2011-02-09 18:06:47 +01:00
Carlos Martín
71103631aa
oned.conf: ebtables hooks added. DOT state diagrams added to share/doc. onevm command help improvements
2011-02-08 16:18:54 +01:00
Ruben S. Montero
1236f0bfc2
feature #466 : Pass the name of the probe to be executed locally as option
2011-02-07 10:40:14 +01:00
Ruben S. Montero
73b13ff4a8
feature #466 : SSH VMM driver can execute polls locally. Also VMM drivers get options for the number of threads and retries
2011-02-02 23:19:05 +01:00
Ruben S. Montero
3ab03c4268
Merge branch 'feature-457'
...
Conflicts:
src/nebula/SConstruct
src/scheduler/SConstruct
src/scheduler/src/pool/test/SConstruct
src/scheduler/src/sched/SConstruct
src/scheduler/src/xml/test/SConstruct
2011-01-28 17:01:28 +01:00
Tino Vázquez
0ec5a1f153
feature #457 : Add hooks for VM on FAILED
2011-01-27 18:36:28 +01:00
Ruben S. Montero
6fdc67f6bd
feature #457 : retries is now an option for IMs. Also the number of retries defaults to 0 for all drivers
2011-01-20 18:36:37 +01:00
Carlos Martín
5ff7124f59
Feature #379 : Refactoring of Nebula.cc for testing.
2011-01-18 18:52:40 +01:00
Tino Vázquez
9d7c8f6471
feature #457 : new force option for suspended VMs
2011-01-17 18:26:36 +01:00
Tino Vázquez
366b578a7f
feature #457 : added host error hook
2011-01-17 15:27:10 +01:00
Ruben S. Montero
646cad78a9
feature #457 : The Host Pool is integrated with the host hooks
2010-12-26 18:58:41 +01:00
Carlos Martín
c8fe9ab25d
Missing attribute help added to oned.conf
...
(cherry picked from commit a717c151f9
)
2010-12-22 19:19:21 +01:00
Ruben S. Montero
cd05b5a1ef
feature #357 : Added on failed hook for VMs
2010-12-22 18:08:04 +01:00
Ruben S. Montero
9c16a3ca0c
Merge branch 'feature-377'
2010-11-13 00:17:54 +01:00
Jaime Melis
19ce20ed10
MANAGER_TIMER description in oned.conf
2010-11-11 15:17:46 +01:00
Carlos Martín
33e01f53b1
Feature #377 : MySQL port is now defined in oned.conf
2010-11-11 11:38:16 +01:00
Ruben S. Montero
bdded6e2cd
Moved default location of remotes dir to /var/tmp/one
2010-10-20 17:23:28 +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
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
Javi Fontan
6bb52aeaec
bug #339 : remote scripts directory is defined in oned.conf
2010-09-10 16:44:45 +02:00
Ruben S. Montero
a52f527011
Added dummy drivers (IM & VMM)
2010-09-01 19:58:01 +02:00
Jaime Melis
e73b299d32
removed legacy vmm and im drivers
2010-08-31 10:47:22 +02:00
Jaime Melis
f289b6bb28
Added VMM/KVM part of issue #307
2010-08-24 16:44:42 +02:00
Jaime Melis
4288175ad1
modified IM ssh mad according to new MONITOR protocol
2010-08-19 18:58:00 +02:00
Jaime Melis
038d5a39aa
fixed installer of the image hook
2010-08-06 13:17:29 +02:00
Jaime Melis
322e67df44
fixed bugs in install.sh to improve package integration
2010-07-27 15:46:40 +02:00
Jaime Melis
3bee17de8a
Merge branch 'master' of opennebula.org:one
2010-07-26 18:11:13 +02:00
Jaime Melis
76d839e0f6
Changed the default trigger action for the image hook. Improved the image hook legibility
2010-07-26 17:54:06 +02:00
Javi Fontan
0069caca43
Set default authorization mad in oned.conf
2010-07-26 15:39:19 +02:00
Jaime Melis
9cbf3cac97
sed expression in install.sh was not compatible with Mac OS X
...
Changes the permission of newly created images
Default permissions of the image repository
2010-07-22 18:20:12 +02:00
Jaime Melis
cc88849620
Enabling image hook by default
2010-07-21 19:00:47 +02:00
Tino Vázquez
c606303529
Adding EOF to oned.conf
2010-07-21 14:59:06 +02:00
Ruben S. Montero
2cc7ff67be
feature #203 : Nebula deamon starts a generic auth manager if defined
2010-07-08 19:28:10 +02:00
Ruben S. Montero
0139994dcf
Merge branch 'feature-200'
2010-07-08 00:56:25 +02:00
Jaime Melis
94f88f7e0b
added the image hook to the opennebula configuration file
2010-07-01 13:26:07 +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