1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

5091 Commits

Author SHA1 Message Date
Ruben S. Montero
f4cc63beee feature #1327: Pushing missing file from 674d68901681b8ec2f9b433d58384c4c25d847d3 2012-09-23 22:23:29 +02:00
Ruben S. Montero
674d689016 feature #1327: Extend arguments only support long options. Add examples to create methods using
options. Restructure checks for options and template files
2012-09-21 23:30:40 +02:00
Javi Fontan
d105000dda feature #1327: took out -d for description as it is use for datastore 2012-09-21 15:41:01 +02:00
Javi Fontan
33c307995b bug #1348: added oneacct man page 2012-09-21 13:15:39 +02:00
Javi Fontan
b7f336db5d Fix oneacct help generation 2012-09-21 12:56:43 +02:00
Javi Fontan
1284b7aa18 bug #1255: make sure the VM is undefined before deploying it 2012-09-20 18:24:58 +02:00
Javi Fontan
3325f29bca bug #1432: compress data pushed to ganglia 2012-09-20 17:56:46 +02:00
Javi Fontan
e7dbab5716 feature #1153: help message is printed on error 2012-09-20 17:03:37 +02:00
Javi Fontan
a428b319de bug #1423: now local vmm actions can use remote network script
ssh_stream is always created but is lazily opened on the first
command execution
2012-09-20 12:50:56 +02:00
Javi Fontan
3576b06df0 feature #1327: bug in oneimage create that prevented parameter check 2012-09-19 18:11:00 +02:00
Javi Fontan
ed15077332 feature #1327: Add creation options to oneimage create 2012-09-19 17:10:27 +02:00
Javi Fontan
7d3b59fa0f feature #1327: disallow using template files and template options 2012-09-19 12:55:25 +02:00
Hector Sanjuan
3b86c195c8 Web UIs translations: bump source files.
Rename russian language file for sunstone, update strings for languages in configuration plugins.
(cherry picked from commit d4ad07855e476c26d980510293ed0638ffe2dcb8)
2012-09-18 21:21:51 +02:00
Ruben S. Montero
f09628cd9b Merge branch 'master' of git.opennebula.org:one 2012-09-18 21:12:22 +02:00
Hector Sanjuan
c62a2e4f29 Sunstone: allow custom path for resources in opennebula.js
The purpose is to be able to fetch and parse a resource from an URL which is not exactly the lowercase version of the resource name.

i.e. using MY_RESOURCE_POOL provided by /custom_route url
(cherry picked from commit 237660ee94d93da1808e5d7c399fda489e51e3c8)
2012-09-18 21:11:29 +02:00
Javi Fontan
8337da960b feature #1353: state is only colored when using a tty 2012-09-18 18:22:56 +02:00
Javi Fontan
d9cf939ea3 feature #1327: Add parametrized template creation for onevm and onetemplate
Also moved template file read from the creation loop in onevm create
2012-09-18 18:19:23 +02:00
Javi Fontan
b0e0f0de12 feature #1353: bug in the state colour function 2012-09-18 18:12:50 +02:00
Javi Fontan
147cf3c274 feature #1353: Add colours to the state columns 2012-09-18 12:27:59 +02:00
Ruben S. Montero
68155558b0 Update econe configuration file for SSL proxy configurations 2012-09-18 10:43:03 +02:00
Hector Sanjuan
95543fcaff Add missing css to sunstone login.
Improves the appereance of error boxes
(cherry picked from commit d587143b510b14e1b4249cc16ba54016d368ef26)
2012-09-17 18:30:38 +02:00
Hector Sanjuan
0e8bd80f87 Bug #1274: Fix internal server error when wrong auth with opennebula auth
It was caused by an attempt of logging when no logger had been passed to CloudAuth.

Affected Sunstone only.
(cherry picked from commit 97b62f8857a9064eb534041c09b742779cf79dfd)
2012-09-17 18:30:38 +02:00
Javi Fontan
a2e61867e7 feature #1362: print column description with --describe 2012-09-17 17:40:43 +02:00
Javi Fontan
f7166cd019 bug #1301: onevm create accepts non-valid options 2012-09-17 15:57:23 +02:00
Javi Fontan
c17f7ac307 bug #1385: ldap password is not shown on error log 2012-09-17 12:04:46 +02:00
Ruben S. Montero
2eab0ed9ce bug #1345: Get size for marketplace URLS from image metadata 2012-09-14 23:59:07 +02:00
Ruben S. Montero
fa444a00d7 bug #1245: Fix generation of driver filenames for one_im_exec and one_vmm_exec nbased drivers. 2012-09-14 23:03:42 +02:00
Javi Fontan
62bf3f4bcd bug #1385: ldap driver now returns the user dn as password 2012-09-14 18:08:56 +02:00
Javi Fontan
97b537ad27 bug #1394: fix ldap authentication when using username 2012-09-14 17:55:07 +02:00
Hector Sanjuan
54456eef0e Bug #1472: Set content type correctly in Ozones
(cherry picked from commit 719047d0a730fc0bc520f8b4619e0d710600aafa)
2012-09-14 16:21:31 +02:00
Hector Sanjuan
78ffc8b0a8 Bug #1472: Set content type correctly in Sunstone
(cherry picked from commit 128e5c210ebc112f6886a385bba7d3213e14f8f5)
2012-09-14 16:21:31 +02:00
Hector Sanjuan
6f332c5e74 Add opennebula favicons to UIs
(cherry picked from commit 9d16a0e9748b64c883cbc912edcaa17b254b4761)
2012-09-14 12:59:05 +02:00
Ruben S. Montero
70a10c37b7 Feature #1474: Synchronize cleanup operations and VM transition to PENDING. It uses the CLEANUP state to wait for delete actions to be completed. 2012-09-14 00:14:38 +02:00
Hector Sanjuan
1cc0e8d189 New footers for web UIs
(cherry picked from commit a174bd7007503aa01f7f467785d7ce873246b4dc)
2012-09-13 17:18:05 +02:00
Hector Sanjuan
f8e96474be Select PATH radio input and set image type to OS when importing an image from Marketplace
(cherry picked from commit 4ddf3299e4f0ac268e8919dda135f15397812f68)
2012-09-13 17:18:05 +02:00
Hector Sanjuan
f44f143386 Bug #1472: Set content-type header correctly for OCCI/Self-Service responses
(cherry picked from commit 1f9748aabc7aa2e00ac9df5601ebc89454f7b909)
2012-09-13 17:18:05 +02:00
Hector Sanjuan
d8e3c2011e Small typo fixes in self-service and sunstone
(cherry picked from commit b846ea5160f036cf41546f697835c74d2edae4fb)
2012-09-13 17:18:05 +02:00
Daniel Molina
aa5fcbf3af Fix *-server start|stop .lock file creation 2012-09-13 12:55:33 +02:00
Javi Fontan
c6548cdb71 Change license and description to the context packages 2012-09-12 15:01:40 +02:00
Javi Fontan
ae9552293a Change context package version 2012-09-12 13:13:19 +02:00
Jaime Melis
961f3b73f2 Merge branch 'feature-1419' 2012-09-10 18:22:13 +02:00
Jaime Melis
5db7e6d04b Trim spaces and fix newline at the end of file 2012-09-10 18:08:00 +02:00
Javi Fontan
40c7fbcc96 feature #1452: add contextualization packages generator 2012-09-10 16:48:38 +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
953a580f37 Feature #1304: Improve the Document type sanity check. The previous implementation rebuilt the internal XML, what could destroy unsaved changes 2012-09-07 12:36:15 +02:00
Ruben S. Montero
c3300ec136 Merge branch 'feature-1404' 2012-09-06 22:26:12 +02:00
Ruben S. Montero
1c69d3d4bb feature #1404: Updated poweron related strings in Sunstone & Self-service 2012-09-06 21:05:15 +02:00
Ruben S. Montero
9c0a10e1ca feature #1404: Update JAVA bindings to include "poweroff" action 2012-09-06 20:48:44 +02:00
Ruben S. Montero
96eb2af7bf feature #1404: Removed poweron alias from sunstone 2012-09-06 20:43:53 +02:00
Ruben S. Montero
324a01dc68 feature #1404: Restart operations are done the same way. STATE and LCM_STATE are changed atomically 2012-09-06 20:39:48 +02:00