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

5003 Commits

Author SHA1 Message Date
Ruben S. Montero
ef8e73becc Merge branch 'feature-1098' 2012-08-31 19:51:28 +02:00
Hector Sanjuan
f059357908 Feature #1098: Add net_tx y net_rx accouting plots to sunstone and selfservice.
When the requested dates is 1 day, set interval in 1 hour. Otherwise set interval in 1 day
(cherry picked from commit 834ae97bb4727086a7d8d2f338f31cedad1085f2)
2012-08-31 19:47:40 +02:00
Hector Sanjuan
e6dad7ab3e Feature #1098: Add accounting info to Self-Service dashboard
(cherry picked from commit 934ba8ae2edca081727ca2bc74c12e0eb5306c14)
2012-08-31 19:47:40 +02:00
Hector Sanjuan
048ddc6624 Feature #1098: Fix sunstone server acct results and add acct information for groups
(cherry picked from commit 4e941e1a1dbb477f6ab4c748b5d5ad28b190b1d2)
2012-08-31 19:47:40 +02:00
Hector Sanjuan
3487f20ade Several small i18n-related bugfixes in Sunstone and Selfservice.
Pointed out by ViVOSS i OI
(cherry picked from commit aab60b83204fe6afca28e4c9e62db77947a46d39)
2012-08-31 19:23:24 +02:00
Hector Sanjuan
b578879c70 Revert "Feature #1403: Support adding a swap disk in VM template wizard"
This reverts commit 4dfe1f08bf5f87fb7f749f35bd3cb2a6b2fd39a2.

A special section to add swap is no longer necessary as I have enabled adding both swap and fs volatile disks
(cherry picked from commit f2af3349263d2ad454685a05eb4337711da3be7a)
2012-08-31 18:52:58 +02:00
Hector Sanjuan
2f76ed7651 Feature #1403: Allow adding volatile disks to sunstone vm templates.
(cherry picked from commit 68008dcadfe4229a79b66a4a85d5eead76f3579f)
2012-08-31 18:52:58 +02:00
Hector Sanjuan
c50b28fd61 Feature #1431: Move sunstone login to erb template and reuse common html head
(cherry picked from commit 3547a59b5a7d750faab1e6c53ebd6a704ae2d5a5)
2012-08-31 18:52:58 +02:00
Hector Sanjuan
31e39b128e Feature #1403: Support adding a swap disk in VM template wizard
(cherry picked from commit 4dfe1f08bf5f87fb7f749f35bd3cb2a6b2fd39a2)
2012-08-31 18:52:58 +02:00
Javi Fontan
fec2cbb07f Revert "bug #1402: Always parse int values as floats and then truncate them"
breaks value tests, in quotas and VirtualMachine creation

This reverts commit 7dd75027e3f1722c138032b97ae949419e7fe217.
2012-08-31 13:19:57 +02:00
Daniel Molina
349d1d2f2c Pretty print json in oneacct 2012-08-30 20:14:03 +02:00
Ruben S. Montero
4da2095529 feature #1098: Support for group accounting. Revert resource naming 2012-08-29 14:38:40 +02:00
Ruben S. Montero
ac5a551989 feature #1098: Fix error in some ruby versions 2012-08-29 13:32:18 +02:00
Ruben S. Montero
5053343a34 feature #1098: Integrate SunstoneServer with OCA Accounting 2012-08-29 13:26:38 +02:00
Ruben S. Montero
3d402140ac Merge branch 'feature-1427' into feature-1098 2012-08-29 12:39:51 +02:00
Ruben S. Montero
00e655d58b bug #1367: Use type raw for cd's including context 2012-08-28 20:30:14 +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
Daniel Molina
7827a8f539 feature #1427: Fix command_parser doc 2012-08-28 13:06:05 +02:00
Daniel Molina
2f0f9bb494 feature #1427: Add command_parser doc 2012-08-28 12:47:30 +02:00
Hector Sanjuan
98048f42f7 Bug #1415: Fix VLAN option in Vnet templates
Currently VLAN was not set unless VLAN_ID was specified.

This commit fixes it. It also shows the option for ebtables and hides VLAN_ID option for non-administrator users.
(cherry picked from commit a74eea22fdf86c2bfc3d0b035e45522c63297626)
2012-08-24 12:04:08 +02:00
Hector Sanjuan
974300bdda Add ganglia to host im_mad options
(cherry picked from commit 58465ba0f190cea865a6ca437a6185dc4d90b795)
2012-08-24 12:03:59 +02:00
Daniel Molina
0ffe2d11cf feature #1427: Add acct route to Sunstone 2012-08-23 14:32:53 +02:00
Daniel Molina
521e6ff7c4 feature #1427: Refactor oneacct 2012-08-23 14:24:48 +02:00
Daniel Molina
435c5ea1b2 feature #1427: Add vmpool.accounting and vmpool.accounting_xml methods to OCA 2012-08-23 14:24:01 +02:00
Daniel Molina
676c8d51df feature #1457: Instead of using root use the current path to generate the hash in XMLUtils.to_hash 2012-08-23 14:23:10 +02:00
Daniel Molina
8572f13fe8 feature #1427: Improve command_parser
* Add support for commands without actions (create..): main
	* Add exit_code method
    * Add option method instead of set :option (deprecated)
	* Add format method instead of set :format (deprecated)
	* Improve option :proc handling
2012-08-23 14:22:11 +02:00
Javi Fontan
4874360e9e Add JSON documents to OCA 2012-08-22 11:52:16 +02:00
Ruben S. Montero
7dd75027e3 bug #1402: Always parse int values as floats and then truncate them 2012-08-07 02:12:21 +02:00
Ruben S. Montero
38205fd6d1 bug #1402: Read monitor values as floats and truncate them to store in the host share 2012-08-04 02:23:02 +02:00
Ruben S. Montero
cabf3b417e bug #1400: Update History record when a migration fails. 2012-08-03 01:28:10 +02:00
Ruben S. Montero
56eff343b7 feature #1365: Added missing parameter for mkfs_command in fs datastore 2012-08-01 18:00:39 +02:00
Daniel Molina
675b473ef4 Add Document and DocumentPool to OpenNebula.rb 2012-08-01 17:35:27 +02:00
Daniel Molina
f82755ba67 feature #1398: Rename custom_routes to routes 2012-08-01 17:21:31 +02:00
Daniel Molina
8aa51eee67 feature #1398: Add custom routes to Sunstone 2012-08-01 10:16:18 +02:00
Daniel Molina
ec5e4649b0 bug #1397: Define DOCUMENT_TYPE in the child class 2012-07-30 12:47:42 +02:00
Daniel Molina
9f1e6e5822 Add OpenNebula namespace to the Client initialization in CloudAuth.rb 2012-07-30 12:45:14 +02:00
Ruben S. Montero
ec533433fd bug #1396. Deprecate key command and upload fix as proposed by Rogier Mars 2012-07-27 22:17:05 +02:00
Ruben S. Montero
080af50431 bug #713: Add lib64 to LIBPATH, applied patch provided by Robert Schweikert 2012-07-27 21:56:41 +02:00
Ruben S. Montero
109d4292d1 Merge branch 'master' of git.opennebula.org:one 2012-07-26 18:10:27 +02:00
Ruben S. Montero
c82f80b1cb feature #1365: Add qcow2 option as a valid FSTYPE when creating images 2012-07-26 18:09:45 +02:00
Tino Vazquez
43e405b444 Merge branch 'master' of git.opennebula.org:one 2012-07-26 15:16:05 +02:00
Tino Vazquez
c39fb86d31 Bug #1392: Add VMware DS clone script to install.sh 2012-07-26 15:00:56 +02:00
Javi Fontan
1bb25b8461 bug #1395: bugs in tm lvm drivers 2012-07-26 12:37:22 +02:00
Hector Sanjuan
a9ad2f830d Feature #1098: Added user consumption plots to Sunstone. Can be looked at from users tab.
The server part is a temporal solution until this functionality is moved to OCA.
(cherry picked from commit ce9c7d63db344937d94d7ca04da6e2a7dfbc7544)
2012-07-25 22:04:49 +02:00
Daniel Molina
ab4e9f456f Fix onevm help typos 2012-07-24 18:28:04 +02:00
Tino Vazquez
825a913b91 Fix for bad tm_vmware clone path for vmkfstools 2012-07-24 17:34:45 +02:00
Tino Vazquez
4891a5c1e5 Merge branch 'master' of git.opennebula.org:one 2012-07-23 17:22:27 +02:00
Tino Vazquez
f4d19d9a42 bug #1373: VMware volatile disks do not work 2012-07-23 17:21:02 +02:00
Ruben S. Montero
b9b15e376f bug #1371: Removed unused variable 2012-07-23 13:42:02 +02:00
Ruben S. Montero
103d8e224d bug #1371: Set image state to DELETE when deleting image. Removed unneeded check upon CP SUCCESS 2012-07-23 13:40:10 +02:00