1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-14 01:57:24 +03:00

2052 Commits

Author SHA1 Message Date
Javi Fontan
b98e541224 feature #595: changed im_ssh to im_exec 2011-06-03 18:22:51 +02:00
Javi Fontan
b659e39942 feature #595: tests for OpenNebulaDriver local_action and log 2011-06-03 17:16:49 +02:00
Javi Fontan
4c124e45fd feature #595: tests for OpenNebulaDriver#remotes_action 2011-06-01 23:07:44 +02:00
Javi Fontan
ccc5b348c9 feature #595: changed one_vmm_ssh to _exec in oned.conf 2011-06-01 19:36:29 +02:00
Javi Fontan
9d0401613e feature #595: added one_vmm_sh wrapper 2011-06-01 19:32:50 +02:00
Javi Fontan
dfa86ee3d5 feature #595: changed one_vmm_ssh to one_vmm_exec, sh driver is deleted 2011-06-01 18:57:47 +02:00
Javi Fontan
2fa210659e feature #595: remove whitespace 2011-06-01 18:19:20 +02:00
Javi Fontan
8974940f1b feature #595: added tests to OpenNebulaDriver 2011-06-01 18:17:19 +02:00
Javi Fontan
a0853526a2 feature #595: added documentation 2011-06-01 18:15:47 +02:00
Javi Fontan
2891715205 feature #595: changed initializers to use options hash 2011-06-01 18:15:24 +02:00
Javi Fontan
48c20f57a2 feature #595: moved read_configuration to OpenNebulaDriver 2011-06-01 18:12:26 +02:00
Javi Fontan
c2ec359873 feature #595: scripts always get id and host as parameters 2011-05-30 16:53:48 +02:00
Javi Fontan
f330549cc2 feature #595: imm_ssh driver modified to support local and remote 2011-05-27 19:11:25 +02:00
Javi Fontan
06aff6c8d5 feature #595: do_actions now accepts default script name 2011-05-27 19:10:25 +02:00
Javi Fontan
a40f1ec5b9 feature #595: changed comments and formating 2011-05-27 15:32:37 +02:00
Javi Fontan
856089c30a feature #595: refactored code to eliminate duplicate functionality 2011-05-27 13:05:08 +02:00
Javi Fontan
89ac12ebcd feature #595: changed comments and formating 2011-05-27 12:46:37 +02:00
Javi Fontan
e5734fbc74 feature #595: vmm changes to support local exec
Added support code to driver libraries so they support both local and remote scripts execution. one_vmm_ssh driver was modified to test these changes.
2011-05-27 00:14:58 +02:00
Tino Vázquez
b4f3a29e3e bug #649: CDROM iso images in VMware must end with iso suffix 2011-05-25 12:35:21 +02:00
Daniel Molina
ea247285d4 bug #657: Change vm_name template to string instead of symbol 2011-05-23 17:19:27 +02:00
Ruben S. Montero
486b601e18 Bug: Fixes generation process of man pages 2011-05-19 15:04:53 +02:00
Ruben S. Montero
09148cfcea Bug: Fixes AuthRequests time_outs in AuthManager. Tests for the timeout feature are now included and fix 2011-05-19 10:48:29 +02:00
Tino Vázquez
b94879521c Merge branch 'master' of git.opennebula.org:one 2011-05-18 17:00:21 +02:00
Tino Vázquez
5d5475e6cf Fix syntax error typo 2011-05-18 17:00:00 +02:00
Daniel Molina
ef9755ef32 Change NOVNC_PATH sed expression to replace the whole line 2011-05-18 11:35:01 +02:00
Tino Vázquez
a053cf9a53 Added comments to retrieve_element function 2011-05-17 16:51:26 +02:00
Tino Vázquez
7aa67a14af Fix for wrong wget flag in TM 2011-05-17 12:39:58 +02:00
Tino Vázquez
14c34da718 Feature #370: Manpages now uncompressed in the source and moved to section 1 2011-05-17 12:26:52 +02:00
Tino Vázquez
70050aa65f Typo in install.sh 2011-05-17 11:48:43 +02:00
Tino Vázquez
31200cb183 Merge branch 'master' of git.opennebula.org:one 2011-05-16 19:12:05 +02:00
Hector Sanjuan
2ac7e02bee Feature #644: Show ip field when using predefined network. 2011-05-16 17:02:37 +02:00
Hector Sanjuan
aeacf6a7c8 Bug #645: Small fixes in new loops. 2011-05-16 17:02:37 +02:00
Hector Sanjuan
993cc81d38 Feature #643: Added select with the VM disks for the saveas dialog. 2011-05-16 17:02:37 +02:00
Hector Sanjuan
f5ebc510f2 Bug #645: Iterate on arrays with vanilla loops.
For...in loops on Arrays were changed in to for(i = 0, i<length, ++i) style loops. There where the former form caused problems or problems had been workaround-ed small improvements have been made.
2011-05-16 17:02:36 +02:00
Tino Vázquez
a046dc2cc1 Bug #541: If there is no auth data, a 401 is returned. 2011-05-16 16:44:21 +02:00
Ruben S. Montero
7965feb43b bug: fixes save_as functionality 2011-05-15 21:35:39 +02:00
Ruben S. Montero
a044828c0d bug: persistent images can not be moved because they are the same 2011-05-15 01:13:01 +02:00
Ruben S. Montero
8fbc6a8207 feature #564: Install VNC icons 2011-05-14 02:23:05 +02:00
Ruben S. Montero
1dc7dbdab1 feature #564: Made config a Sinatra option to fix scope. 2011-05-14 02:16:59 +02:00
Ruben S. Montero
22fe3392e8 Merge branch 'feature-564' 2011-05-14 01:24:19 +02:00
Daniel Molina
705bf60145 feature #564: Add install_novnc script 2011-05-13 18:22:14 +02:00
Daniel Molina
77e21af42e feature #564: Add Configuration file 2011-05-13 18:01:40 +02:00
Daniel Molina
95d156f592 feature #564: Remove noVNC 2011-05-13 17:59:35 +02:00
Hector Sanjuan
effd847a29 Do not show VM info panel when new VM is created 2011-05-13 17:24:03 +02:00
Hector Sanjuan
e05d8d9c34 Feature #640: Small tweaks in prettyPrintJSON() 2011-05-13 17:24:03 +02:00
Hector Sanjuan
ea752c9892 Feature #642: Put template template in a separate tab 2011-05-13 17:24:03 +02:00
Hector Sanjuan
4ce5d91d1c Feature #641: Add instantiate button to templates tab 2011-05-13 17:24:03 +02:00
Hector Sanjuan
e13bc9ba9c Feature #638: Image desc with textarea 2011-05-13 17:24:03 +02:00
Hector Sanjuan
0c3f5665e3 Feature #632: Add features section to wizards.
Supporting the definition of ACPI and PAE attributes now.
2011-05-13 17:24:03 +02:00
Hector Sanjuan
87e084a525 Bug #608: Add new states to the image state helper
Locked and err state added.
2011-05-13 17:24:03 +02:00