Ruben S. Montero
17dbd1717a
bug #1178 : Ownership of the VM is checked now before releasing the IP/MAC lease
...
(cherry picked from commit aec7af2c75
)
2012-03-31 22:21:32 +02:00
Carlos Martín
3c1cf1f1b3
Feature #1112 : Fix oneimage update (broken in commit:92dd8d4c)
2012-03-14 15:48:06 +01:00
Carlos Martín
b49a249943
Feature #1112 : Associate VNets to Clusters. New VNets are created in the "default" cluster
2012-02-29 18:09:47 +01:00
Jaime Melis
a2b7cb6bc9
Bump to version 3.2.0
2012-01-12 12:29:18 +01:00
Carlos Martín
3f51dd48de
Feature #862 : Remove public attribute from core
2012-01-04 06:31:20 -08:00
Carlos Martín
f0d8ac78d6
Bug #759 : Check if XML is valid before it is stored in the DB.
2011-12-19 17:09:31 +01:00
Carlos Martín
cdf1231f81
Feature #602 #863 : Add VLAN tag to vnets and VM NIC attribute
2011-12-02 12:23:21 +01:00
Carlos Martín
4904cc964b
Feature #965 : New one.vn.hold and one.vn.release methods to mark IPs as used, without an associated VM. Includes Ruby OCA and CLI
2011-11-29 16:12:00 +01:00
Carlos Martín
83e82830c8
Feature #602 : Refactor Ranged VNets to store first and last IP of the range
2011-11-25 10:02:17 -08:00
Carlos Martín
21bca20780
Bug #848 : Add error message and stop oned execution if bootstrap fails
2011-10-10 06:14:46 -07:00
Ruben S. Montero
8e33e4cded
feature #687 : Resources now stores the name of the owner and the group
2011-06-30 11:31:00 +02:00
Jaime Melis
72286ddfe3
feature #700 : add support for VLAN_ID in Network templates in the core
2011-06-27 18:58:31 +02:00
Ruben S. Montero
2249929171
Merge branch 'feature-476'
...
Conflicts:
src/vnm/VirtualNetwork.cc
2011-06-23 17:00:56 +02:00
Carlos Martín
75f590bf66
Feature #662 : Delete operator<< from VirtualNetwork. I forgot to do it in e28ad2a69d
2011-06-10 19:43:30 +02:00
Jaime Melis
662d7f6256
feature #476 : support phydev attribute in core
2011-06-03 16:52:47 +02:00
Ruben S. Montero
686b8d5b40
feature #662 : Removed uneeded files. New factory method to get templates from a PoolObjectSQL
2011-06-01 23:53:09 +02:00
Ruben S. Montero
b050a5da9f
feature #622 : Public is now an attribute of PoolObjectSQL. Redesign of authorization function
2011-05-26 12:20:56 +02:00
Carlos Martín
3fa10a2ddf
Feature #407 : Add 'GID' attribute to some pool objects; change *pool.info XML-RPC flag meaning; update onedb migrator; fix tests.
...
* VM, VMTEMPLATE, VNET & IMAGE objects have a GID attribute, and a table column. The group id is inherited from the user creating the object, except for VMs created from Templates, that inherit the Template's group.
* The new flag meaning has been modified in src/rm sources and CLI commands for one.(vm,template,vnet,image)pool.info . It changes from
-2 all, -1 mine & public, >=0 UID
to
-3 mine, -2 all, -1 mine & group
* USER has a group, but not secondary ones. The user_pool table doesn't have a GID column, we'll deal with it later when the group-users relations are implemented.
* onedb migrator 1.rb: deleted USERNAME, and GID added.
2011-05-16 17:00:27 +02:00
Carlos Martín
09c93c7528
Feature #407 : Remove usernames from owned resources, only user-id is stored now.
2011-05-12 17:10:35 +02:00
Ruben S. Montero
1e4e4f2c32
feature #523 , #407 , #488 : Template is now part of base class PoolObjectSQL
2011-04-08 01:02:55 +02:00
Ruben S. Montero
08466818fd
Merge branch 'feature-407' into feature-523
2011-03-10 12:34:46 +01:00
Ruben S. Montero
be33cd53e3
feature #407 : Minor changes in VirtualNetwork Pool
2011-03-08 19:06:42 +01:00
Ruben S. Montero
9288a79aa3
feature #407 : Several bug fixes. Better index for names.
2011-03-05 03:24:11 +01:00
Ruben S. Montero
e18675bf67
feature #407 : Refactor of base classes to include names and uid. Also the pool now has an index to get objects by name
2011-03-04 22:37:21 +01:00
Carlos Martín
0bcf29fb4b
Feature #407 : VNet uses new XML DB schema
2011-03-03 18:53:41 +01:00
Jaime Melis
4980255942
Update copyright year to 2011
2011-02-25 14:34:44 +01:00
Ruben S. Montero
cde9648e6c
Merge branch 'feature-474'
2011-02-03 17:08:35 +01:00
Ruben S. Montero
1ce8199480
feature #474 : some refactor of the error strings
2011-02-02 12:40:08 +01:00
Carlos Martín
c5734c93c0
Feature #474 : First commit for add/remove leases feature
2011-02-01 18:26:26 +01:00
Carlos Martín
f9902c89ec
Bug #419 : "SELECT *" SQL statement modified to use the column names
2011-01-27 17:23:51 +00:00
Ruben S. Montero
88341b948b
Fix compilation warnings with gcc 4.1.2 (CentOS 5.4). Patch by Charles Loomis & Ruben S. Montero
...
(cherry picked from commit f12a1b6e1c
)
Conflicts:
include/RequestManager.h
src/host/Host.cc
src/rm/RequestManagerPoolInfo.cc
2010-09-02 20:44:14 +02:00
Ruben S. Montero
7ac6121da9
bug #274 : Error messages are now sent to the user when allocating objects
2010-08-05 19:28:28 +02:00
Carlos Martín
fa002ca701
feature #282 : Template attributes are now managed by the PoolSQL objects, and then the object has to be updated to write changes to DB.
2010-08-04 16:55:00 +02:00
Carlos Martín
24987794c5
feature #282 : VirtualNetworkTemplate moved from its own table to a network_pool column.
2010-08-04 10:54:22 +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
edea2edf2b
feature #203 : Integrated VM allocation with AuthManager
2010-07-09 12:10:05 +02:00
Ruben S. Montero
fdc007cb46
feature #266 : Changes in VirtualNetwork insert and allocate methods
2010-07-01 19:04:52 +02:00
Tino Vázquez
eb4bb13dec
feature #200 : Added publish method to virtual network
2010-06-29 18:32:55 +02:00
Ruben S. Montero
2d9d78a03a
Merge branch 'master' into feature-200
...
Conflicts:
include/VirtualNetwork.h
src/vm/VirtualMachine.cc
2010-06-25 19:16:14 +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
Ruben S. Montero
74aa41baec
feature #206 : New methods to get NIC & DISK attributes
2010-06-25 12:08:05 +02:00
Carlos Martín
7745093bd0
feature #253 : some improvements, and PUBLIC attribute changed from TEXT to INTEGER for Virtual Networks.
2010-06-11 15:42:04 +02:00
Carlos Martín
125690380a
feature #253 : Add PUBLIC column to sql table for VirtualMachinePool.
2010-06-08 13:00:31 +02:00
Carlos Martin
8349f1ac37
feature #206 : VirtualNetworks now MySQL compliant
2010-05-03 13:13:47 +02:00
Ruben S. Montero
aeb27c1004
feature #206 : Moved the Virtual Network to new DB classes
2010-04-10 22:15:47 +02:00
Ruben S. Montero
3366abdb7f
feature #189 : Support to access NETWORK templates in VM CONTEXT (e.g. $NETWORK[DNS])
2010-03-06 00:15:03 +01:00
Javier Fontán Muiños
fdfe10407e
Changed copyright notice
2010-02-22 18:00:30 +01:00
Rubén S. Montero
d965eb44aa
Merge of the OpenNebulaXML branch (-r535:HEAD)
...
git-svn-id: http://svn.opennebula.org/one/trunk@667 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-07-09 14:34:34 +00:00
Rubén S. Montero
1d94e0ba52
Cosmetic changes...
...
git-svn-id: http://svn.opennebula.org/one/trunk@389 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-03-06 15:54:57 +00:00
Rubén S. Montero
e799c8b3ad
Functions to generate the context file for a VM, and some minor
...
modifications and new functionality to deal with the Teamplates
git-svn-id: http://svn.opennebula.org/one/trunk@386 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-03-06 12:10:15 +00:00