1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-24 21:34:01 +03:00
Commit Graph

802 Commits

Author SHA1 Message Date
Ruben S. Montero
dd914b687c feature #1617: Create a FILE datastore when bootstraping OpenNebula 2012-11-18 00:47:48 +01:00
Ruben S. Montero
3461fd45f6 feature #1617: Add all the needed parameters to transfer kernels and initrd files 2012-11-18 00:01:43 +01:00
Ruben S. Montero
46c3a8ec1c feature #1617: Implements a new $FILE parser for VM templates. Initial function to get kernels from FILE_DS datastores 2012-11-17 02:46:03 +01:00
Ruben S. Montero
0496414051 feature #1617: Checks: FILE Images can only be registered in FILE_DS. Cannot clone FILE images. 2012-11-16 13:57:17 +01:00
Ruben S. Montero
3c3830aeaf feature #1617: Fix compilation issue, renamed constant 2012-11-16 12:00:43 +01:00
Ruben S. Montero
f19debf505 feature #1617: Added a new image type: FILE 2012-11-16 11:29:52 +01:00
Ruben S. Montero
8a2822b33d feature #1617: Add Datastore TYPE. There are three types IMAGE (stores disk images), SYSTEM (stores disks of running VMs) and FILE (store context/kernel/initrd files) 2012-11-16 02:18:43 +01:00
Carlos Martín
f487277f03 Feature #1544: New xml-rpc method one.system.config 2012-11-14 12:54:31 +01:00
Carlos Martín
2d68cb5fdb Bug #1595: Store a collection of Image IDs that are currently cloning an Image 2012-10-31 17:52:23 +01:00
Carlos Martín
f76a4a98b0 Bug #1600: Do not allow to change Image persistence when the image is being cloned 2012-10-30 18:37:37 +01:00
Ruben S. Montero
b52381f8ba Merge branch 'feature-1551' 2012-10-30 16:19:14 +01:00
Jaime Melis
0f928cd7cb Bump version to 3.9.0 2012-10-29 19:21:15 +01:00
Ruben S. Montero
9884571fb0 feature #1551: Make VM directories in /var/lib/one/vms/<vm_id> instead of /var/lib/one/<vm_id> 2012-10-28 19:19:57 +01:00
Ruben S. Montero
fc3f24045d bug - : Solves wrong deployment file generation when using context. Adds collections to perform sanity
checks on host to vms and image to vms relationships
2012-10-25 01:32:35 +02:00
Carlos Martín
0b4cee1359 Bug #1562: Before an image clone operation, check the source Image's state 2012-10-19 12:54:13 +02:00
Ruben S. Montero
ea98ae0bc8 Merge branch 'bug-1210'
Conflicts:
	share/doc/states/states-complete.dot
2012-10-18 23:40:01 +02:00
Jaime Melis
e5c0d20b96 Bump version 3.8.0 2012-10-18 13:02:43 +02:00
Carlos Martín
04a4fe9606 Bug #1210: Add new VM LCM state in core, BOOT_STOPPED. A failed boot returns the VM to EPILOG_STOP -> STOPPED 2012-10-17 15:40:02 +02:00
Carlos Martín
fda16abb57 Bug #1210: Add new VM LCM state in core, BOOT_SUSPENDED. A failed boot returns the VM to SUSPENDED 2012-10-17 12:34:32 +02:00
Ruben S. Montero
b3b5ea3ab4 Merge branch 'bug-1480' 2012-10-17 11:05:18 +02:00
Carlos Martín
31adafb2f9 Bug #1480: Add DISK_ID to context, and make sure new attached disks do not collide with existing DISK_IDs 2012-10-16 18:27:16 +02:00
Carlos Martín
376b8959b7 Bug #1557: Add new VM LCM state in core, BOOT_POWEROFF. A failed boot returns the VM to POWEROFF 2012-10-16 15:32:06 +02:00
Carlos Martín
ec4de2ed08 Bug #1557: Add BOOT_UNKNOWN state to CLI, and OCA (both Ruby & Java) 2012-10-16 14:59:16 +02:00
Carlos Martín
e8acbce433 Bug #1557: Add new VM LCM state in core, BOOT_UNKNOWN. A failed boot returns the VM to UNKNOWN 2012-10-16 13:08:55 +02:00
Ruben S. Montero
29ad5368d2 feature #1013: Abstract hook registration. Add hook support for images, users and groups. 2012-10-09 11:56:01 +02:00
Ruben S. Montero
621f615a0c feature #1013: Simplify "on create" Hooks (now $ID are the same instead of $VMID, $HID,...). Add support for create/remove Virtual Network Hooks 2012-10-08 12:33:32 +02:00
Ruben S. Montero
7e027ab089 feature #1013: Hook on drop method for PoolSQL 2012-10-07 23:33:19 +02:00
Ruben S. Montero
43d552aea2 feature #1013: Abstraction of current Allocate and Remove hooks 2012-10-07 23:20:28 +02:00
Ruben S. Montero
ee40a04c83 feature #1393: DATASTORE_LOCATION can be set in the cluster template 2012-10-05 13:23:44 +02:00
Jaime Melis
b27629f26e Bump vesion to 3.7.80 2012-10-04 11:58:17 +02:00
Carlos Martín
6ff8972279 Feature #1523: New xmlrpc method one.system.version added to RequestManager 2012-10-02 18:54:06 +02:00
Carlos Martín
cf45afe0a7 Feature #1108: Add more verbosity to Request Manager log messages:
* Each request message includes a unique (ish) ID, and user doing the request
 * Success results are also logged
 * All arguments are included in the request message (except session)
 * Password arguments are shown as ***
2012-10-02 16:25:57 +02:00
Jaime Melis
5db7e6d04b Trim spaces and fix newline at the end of file 2012-09-10 18:08:00 +02:00
Ruben S. Montero
df2d09a550 feature #1419: Adds premigrate and postmigrate placeholders for custom scripts. OpenNebula core generates TM command for pre & post migrate actions. VM driver executes these TM operations 2012-09-07 23:58:45 +02:00
Carlos Martín
de5181403b Feature #1404: Add new onevm poweroff command. New VM states POWEROFF and SHUTDOWN_POWEROFF 2012-09-04 18:30:53 +02:00
Ruben S. Montero
03f15b6498 feature #1428: Add UNAME, GID, GNAME to the set of predefined variables to CONTEXT attribute 2012-08-28 16:52:03 +02:00
Ruben S. Montero
65ec7517cc feature #1337: Add CPU share for KVM VMs based on the CPU template attribute 2012-07-19 02:22:06 +02:00
Ruben S. Montero
057da9492b bug #1363: Better check for int and float values 2012-07-19 01:18:51 +02:00
Carlos Martín
c27c27ac4f Bug #1363: Check correct value types for VM CPU, VCPU, MEM, and Image SIZE 2012-07-17 15:51:50 +02:00
Carlos Martín
c94bfcab5e Bug #1347: quota update accepts float values 2012-07-16 18:28:58 +02:00
Carlos Martín
6cc05f5b81 Bug #1347: Add support for float quotas. The update quotas method needs to be changed too 2012-07-16 17:15:22 +02:00
Carlos Martín
e35567ee1d Start to clean and update core unit tests. 2012-07-13 16:40:56 +02:00
Carlos Martín
7f43ddb983 Feature #1285: Change Host memory units in code comments and XSD files 2012-07-12 12:52:13 +02:00
Carlos Martín
1da0343cf7 Fix bug: chown of a nonexisting object caused a seg. fault
(cherry picked from commit f174db10dd)
2012-07-05 18:56:41 +02:00
Jaime Melis
9dcba5ddf1 Bump version to 3.7.0 2012-07-05 11:51:05 +02:00
Ruben S. Montero
fcae47a843 Merge branch 'bug-1306'
Conflicts:
	src/sunstone/public/js/plugins/marketplace-tab.js
	src/sunstone/public/js/plugins/vms-tab.js
	src/tm/TransferManager.cc
2012-07-02 18:19:20 +02:00
Ruben S. Montero
11f5c8c2da bug #1315: call MV/DELETE actions for volatile disks 2012-07-02 18:06:07 +02:00
Carlos Martín
4bad0444bf Bug #1202: Make cpu & mem threshold configurable in sched.conf 2012-07-02 16:47:27 +02:00
Carlos Martín
1327f28fab Bug #1306: Use the System DS id to generate the VM system dir 2012-06-29 16:48:43 +02:00
Carlos Martín
fd28ff9d9f Bug #1306: If the cluster has a SYSTEM_DS set, check that it is actually a system type ds. Do not allow image registration in any system type DS. 2012-06-29 15:09:25 +02:00