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

3417 Commits

Author SHA1 Message Date
Ruben S. Montero
7d89b719a5 feature #863: Moved RESULT constants to base module for get_info_from_execution 2011-11-22 12:09:41 +01:00
Ruben S. Montero
122bd19678 feature #863: Increased buffer read to 80, in ssh streamer 2011-11-22 12:08:56 +01:00
Javi Fontan
9624dd4b03 changes to vnm_driver 2011-11-22 11:01:18 +01:00
Javi Fontan
c061648b62 feature #863: changed StreamSriver to one_vnm 2011-11-21 19:29:21 +01:00
Ruben S. Montero
aee7cf8094 feature #863: Added files 2011-11-21 19:09:04 +01:00
Ruben S. Montero
24ad9bf49e feature #863: Work on driver design 2011-11-21 18:14:04 +01:00
Javi Fontan
d4508e54a7 feature #863: refactored do_action 2011-11-21 16:43:08 +01:00
Javi Fontan
80efad700b feature #863: added execute_network_script to one_vmm_exec 2011-11-18 17:32:17 +01:00
Javi Fontan
8a68b8eef2 added ssh_stream 2011-11-18 17:31:18 +01:00
Daniel Molina
86dd81fda4 bug #697: Remove duplicated functionality in OCA 2011-11-17 18:31:42 +01:00
Daniel Molina
6a4687bb0f bug #989: Update userpool cache in CloudAuth 2011-11-17 18:23:21 +01:00
Daniel Molina
1bfd873430 feature #954: Update render of Template/Resource attributes 2011-11-17 18:21:28 +01:00
Jaime Melis
997f057e75 Bug #987: Create the ONE_AUTH file during the packages installation in their proper path. Move functionality of ONE_AUTH generation to the package install scripts 2011-11-17 12:56:25 +01:00
Carlos Martín
f454054f99 Feature #940: Oneadmin can use any restricted att. no matter his group 2011-11-17 12:23:15 +01:00
Javi Fontan
84f912866b decode vmm_exec parameters 2011-11-17 12:13:51 +01:00
Hector Sanjuan
2c0d240196 Task #983: Update Sunstone template creation to reference images and vnets by NAME and UNAME.
Additionally, the select options are no longer stored in global variables. Select options should be dynamically generated when needed. In the template creation case, this is done when the dialog is opened.

Also, increased width for the Vnet list and Image list, so more options can be seen.
(cherry picked from commit 8c1eecfce4dc0d5b7153f3888df63684e8228fb1)
2011-11-16 22:39:41 +01:00
Carlos Martín
048364353c Feature #863 - #974: Update ec2 hybrid driver for the new protocol 2011-11-16 19:05:41 +01:00
Javi Fontan
b7fda37436 changed domain by deploy_id in the vmm driver xml 2011-11-16 19:05:16 +01:00
Daniel Molina
276e4bdf4b Merge branch 'master' of git.opennebula.org:one 2011-11-16 18:38:39 +01:00
Daniel Molina
7e3613aa6f Fix OCCI server return code 2011-11-16 18:37:10 +01:00
Javi Fontan
85a676e959 now vmm deploy gets local and remote deployment paths 2011-11-16 18:11:53 +01:00
Tino Vazquez
aac300b6f7 Get ride of unneeded comments 2011-11-16 16:47:45 +01:00
Tino Vázquez
003a47fb8a Add instance types retrieval through OCCI
New get method over /compute/types, returns XML in the following format:

<ALLOWED_COMPUTE_TYPES>
<COMPUTE_TYPE>
<NAME>XLARGE</NAME>
<vCPU>4</vCPU>
<vMEM>1024</vMEM>
</COMPUTE_TYPE>
<COMPUTE_TYPE>
<NAME>SMALL</NAME>
<vCPU>1</vCPU>
<vMEM>512</vMEM>
</COMPUTE_TYPE>
</ALLOWED_COMPUTE_TYPES>
2011-11-16 16:47:12 +01:00
Ruben S. Montero
51cd4a26bb Better check for unauthorized sessions in ozones 2011-11-15 23:22:32 +01:00
Carlos Martín
271e99d654 Bug #961: Remove Configuration.rb. onedb command requires the DB connection options to be always used 2011-11-15 17:53:43 +01:00
Carlos Martín
9d50b437c6 Feature #863: Remove networking hooks from oned.conf 2011-11-15 07:30:53 -08:00
Carlos Martín
87f0993904 Feaure #863 - #975: Update install.sh, and rename ovswitch drivers 2011-11-15 12:44:50 +01:00
Ruben S. Montero
9f2afec526 Better handling of unathoreized requests in Ozones 2011-11-14 09:15:51 +01:00
Ruben S. Montero
535d1c06c4 feature #966: Vnet can now be referred by name with NETWORK 2011-11-12 23:39:10 +01:00
Ruben S. Montero
0b417d6eb1 feature #966: Bug returning the id of the acquired image 2011-11-12 23:38:30 +01:00
Ruben S. Montero
34cb7a19be feature #966: Images can now be referred by name with IMAGE. Conflicts for images with the same name can be resolved with IMAGE_UID and IMAGE_UNAME 2011-11-12 03:20:59 +01:00
Ruben S. Montero
6748d19d14 Fix unused variable in function 2011-11-12 03:19:24 +01:00
Ruben S. Montero
7cb203760e Ozones CLI was broken. When there is no session associated to a client a new auth process is started 2011-11-12 00:31:20 +01:00
Hector Sanjuan
42ac270321 Feature #969: Remove dependency from Configuration.rb
(cherry picked from commit a54ce0af0109082a672db7549894df83c12e3410)
2011-11-12 00:08:32 +01:00
Carlos Martín
0401048bea Feature #863: Small fix in vnm mad ruby requirement 2011-11-11 08:52:27 -08:00
Carlos Martín
bea7da7475 Feature #863: Change old net hooks to act as mad scripts 2011-11-11 17:11:59 +01:00
Carlos Martín
7efcb0e140 Feature #863: Small comment fix 2011-11-11 17:11:59 +01:00
Ruben S. Montero
744ab1faca feature #863: Fix XML for the driver message 2011-11-11 00:45:33 +01:00
Ruben S. Montero
504f0f557d feature #863: Update VirtualMachine Driver base class to new protocol 2011-11-11 00:45:08 +01:00
Ruben S. Montero
3eceea78c2 feature #863: Dummy VM drivers updated 2011-11-11 00:43:46 +01:00
Ruben S. Montero
20f8b684e6 Bug: Default sunstone server conf file cannot be parsed 2011-11-10 23:45:20 +01:00
Ruben S. Montero
a06b5f84d0 Feature: Enable use of user metadata in context 2011-11-10 23:35:12 +01:00
Ruben S. Montero
f74108e4eb feature #863: uses VM xml instead of just the template for deploy 2011-11-10 23:15:04 +01:00
Ruben S. Montero
fbcc340c8a feature #863: change prototype for vnm_mad functions 2011-11-10 22:53:39 +01:00
Carlos Martín
50bb7f3ed4 Feature #863: Add new vn_mad to java oca 2011-11-10 18:51:08 +01:00
Carlos Martín
1788425c94 Feature #863: Add new vn_mad to ruby oca and onehost command 2011-11-10 18:27:04 +01:00
Carlos Martín
fc848e2727 Feature #863: Fix tests 2011-11-10 09:14:37 -08:00
Carlos Martín
665036efcf Feature #863: Add Virtual Network MAD to hosts 2011-11-10 17:28:32 +01:00
Carlos Martín
9b0f47068a Merge branch 'feature-863' of git.opennebula.org:one into feature-863 2011-11-10 03:14:42 -08:00
Ruben S. Montero
5571bd81c0 feature #863: Fix comment on for the XML format of the driver message 2011-11-10 11:20:49 +01:00