1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00
Commit Graph

10158 Commits

Author SHA1 Message Date
Carlos Martín
c9cecaeca1 Feature #3654: Transitions to recover a failed prolog
(cherry picked from commit 00aec5067ce3961e5e3a2e42ed69314d4735e26e)
2015-04-14 14:10:37 +02:00
Ruben S. Montero
dd3edff65b feature #3654: Recover through retry 2015-04-12 21:20:28 +02:00
Ruben S. Montero
946a752bc6 feature #3654 Add comment on onevm boot action, and allow to boot from PROLOG_MIGRATE_FAILURE 2015-04-09 16:17:39 +02:00
Ruben S. Montero
80f8c0be57 feature #3564: Do not migrate on PROLOG_MIGRATE_FAILURE 2015-04-09 16:11:44 +02:00
Ruben S. Montero
83f0805430 feature #3654: Recover PROLOG_MIGRATE_FAILURE with retries and recover (boot) action 2015-04-09 16:05:39 +02:00
Carlos Martín
a7394113e1 Feature #3654: Transitions to recover a failed prolog migrate
(cherry picked from commit a14a143b6a05c78f29099aa8958ac5cbb5511e83)
2015-04-09 12:54:25 +02:00
Ruben S. Montero
7c7a7e3a92 Merge commit 'd683fbcdfb92b27913961b598a5ed78359b15ba1' 2015-04-09 12:18:16 +02:00
Daniel Molina
6bbf69aded feature #3652: Add option in onegate conf to disable available actions 2015-04-09 12:09:57 +02:00
Daniel Molina
014a0daeee feature #3652: Add onegate and init.sh files to install.sh 2015-04-09 12:08:46 +02:00
Daniel Molina
5ce7c87cc8 feature #3652: Add OneGate CLI for VM guests 2015-04-07 10:59:56 +02:00
Daniel Molina
7cb7c8c54d feature #3652: Extend Onegate with self-awareness and self-configuration actions 2015-04-07 10:59:56 +02:00
gschmidt
04a97cc751 Bug #3733: xmlrpc-c / scheduler problems with big XML-Sets - switched from xmlParseMemory to xmlReadMemory; xmlReadMemory allows parameter XML_PARSE_HUGE which adds support for files >10MB
(cherry picked from commit b98a2cdc67)
2015-04-06 20:22:12 +02:00
Ruben S. Montero
7e6ac55b17 fix wrong index 2015-04-06 20:08:46 +02:00
Daniel Molina
281db8b655 bug #3720: Do not sent unchanged values in the resize action 2015-04-06 16:29:56 +02:00
Daniel Molina
29f239e988 bug #3703: Attach dialog should not add unneeded attrs 2015-04-01 18:00:36 +02:00
Daniel Molina
9b5802cc3a bug #2511: Fix how tags are generated for the EC2 driver 2015-03-31 16:49:52 +02:00
Carlos Martín
35d808313d Feature #3238: Host drivers can be updated 2015-03-31 15:23:15 +02:00
Javi Fontan
d96a519fb4 bug #3690: change regexp for im probes
(cherry picked from commit 619026b2c8)
2015-03-31 12:13:06 +02:00
Javi Fontan
f2ba2073df bug #3690: exclude im probes generated by packaging
Do not try yo execute .rpmnew, .rpmsave and .dpkg-* files in the
im remotes directory

(cherry picked from commit e04b2dc287)
2015-03-31 11:58:49 +02:00
Javi Fontan
36aafcc288 bug #3722: use both lsmod and sys directory methods to check for kvm
(cherry picked from commit 9b343b02ed)
2015-03-31 10:31:19 +02:00
Javi Fontan
00764fccf4 bug #3722: do not use modules to check for kvm
(cherry picked from commit 08b3b8c01a)
2015-03-31 10:29:17 +02:00
Carlos Martín
d33ce04a33 Bug #3716: Check if VM is imported for unsupported actions
(cherry picked from commit 3a3647a91d)
2015-03-30 18:00:09 +02:00
Ruben S. Montero
0d43d9daac bug #3725: Init oneadmin_name for federation slaves
(cherry picked from commit 849cb757bf)
2015-03-30 13:37:34 +02:00
Ruben S. Montero
26603c5655 Fix scheduler log message 2015-03-29 19:54:45 +02:00
Daniel Molina
11a2da8d60 Merge branch 'mattthias-master_fix_typo' 2015-03-27 12:06:30 +01:00
Daniel Molina
fd9cadb330 Merge branch 'master_fix_typo' of https://github.com/mattthias/one into mattthias-master_fix_typo 2015-03-27 12:06:23 +01:00
Daniel Molina
18c2d993e1 Merge branch 'mattthias-master_check_for_unreadable_image' 2015-03-27 12:05:02 +01:00
Matthias Schmitz
d12333d542 Check if an given image is readable in oneimage.
When running "oneimage create --path .." the tool should check not only
for the existence but also for the readability of the given image.
If the image is unreadable (one user create the image an other tries to
upload it) the image will be created in ERROR state in the datastore.
2015-03-26 22:57:33 +01:00
Matthias Schmitz
068e0a53d3 Remove possible copy&paste mistake
The command shows how to create a new image using a path to the image
so the comment should reflect that.
2015-03-26 22:41:08 +01:00
Carlos Martín
d683fbcdfb Feature #3654: Fix after merge 2015-03-23 16:16:17 +01:00
Jaime Melis
5b80be0af6 Feature #3601: Add MTU input dialog in Sunstone 2015-03-23 12:41:57 +01:00
Carlos Martín
8e8eed4c0d Merge remote-tracking branch 'origin/master' into feature-3654
Conflicts:
	include/VirtualMachine.h
	share/doc/xsd/acct.xsd
	share/doc/xsd/vm.xsd
	src/oca/java/src/org/opennebula/client/vm/VirtualMachine.java
	src/oca/ruby/opennebula/virtual_machine.rb
	src/sunstone/public/js/opennebula.js
	src/sunstone/public/js/plugins/vms-tab.js
2015-03-23 12:08:36 +01:00
Ruben S. Montero
c6422bc8dd Merge branch 'feature-2065' 2015-03-23 11:53:12 +01:00
Ruben S. Montero
233ce7b0ba bug #3704: session tokens are correctly stored
(cherry picked from commit db6be6454c)
2015-03-21 17:24:59 +01:00
Carlos Martín
5f689eb296 Feature #3654: Transtions to recover failed VM boot in oca & sunstone 2015-03-20 18:05:23 +01:00
Jaime Melis
d3b377a97d Feature #3601: Add support for MTU in the VXLAN drivers 2015-03-20 17:55:18 +01:00
Carlos Martín
39c0686c99 Feature #3654: Add new transtions to recover failed VM boot 2015-03-20 17:53:55 +01:00
Jaime Melis
0e8b5a6826 Feature #3601: Set Maximum Transmission Unit in 802.1q drivers 2015-03-20 17:43:05 +01:00
Tino Vazquez
42259dc87d Backlog #3691: Check if running VM in vCenter has VNC open port and set GRAPHICS section with right port
(cherry picked from commit 21bee73dc3)
2015-03-19 17:57:46 +01:00
Tino Vazquez
133c96fff6 Bug #3662: Add cleanup_resubmit state to cancel for delete --recreate 2015-03-19 13:51:28 +01:00
Carlos Martín
0c8d595dba Bug #3695: Set etime for boot failure from poweroff, suspend 2015-03-18 18:59:58 +01:00
Carlos Martín
518cb268c6 Feature #2065: Add new states and actions to oca and sunstone 2015-03-18 17:32:33 +01:00
Daniel Molina
36bc389e96 bug #3687: Reset custom attrs container 2015-03-18 17:02:59 +01:00
Carlos Martín
757f908ff5 Feature #2065: Attach disk for VMs in poweroff 2015-03-18 16:28:43 +01:00
Carlos Martín
c25492d1a3 Feature #2065: Remove default from cleanup case
To see compilation warnings when new lcm states are added
2015-03-18 13:01:35 +01:00
Carlos Martín
d1ca5081e0 Feature #2065: Attach disk for VMs in poweroff 2015-03-18 12:51:01 +01:00
Daniel Molina
51c5872175 feature #3668: Improve how group views are shown 2015-03-17 12:52:00 +01:00
Daniel Molina
680c2b2482 feature #3668: Fix views selector 2015-03-17 11:00:13 +01:00
Daniel Molina
e9458ca845 feature #3668: Options can define a different name than the value 2015-03-17 10:59:47 +01:00
Daniel Molina
6f8ab0b1cd feature #3668: Reinitialize change events 2015-03-17 10:58:01 +01:00