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

6300 Commits

Author SHA1 Message Date
Ruben S. Montero
5b117c6d2d Merge branch 'master' into feature-1691
Conflicts:
	include/DispatchManager.h
	include/LifeCycleManager.h
	include/RequestManagerVirtualMachine.h
	include/VirtualMachineManager.h
	include/VirtualMachineManagerDriver.h
	src/cli/onevm
	src/dm/DispatchManagerActions.cc
	src/lcm/LifeCycleManager.cc
	src/lcm/LifeCycleStates.cc
	src/mad/ruby/VirtualMachineDriver.rb
	src/oca/java/src/org/opennebula/client/vm/VirtualMachine.java
	src/oca/ruby/opennebula/virtual_machine.rb
	src/onedb/3.8.1_to_3.9.80.rb
	src/rm/RequestManager.cc
	src/rm/RequestManagerVirtualMachine.cc
	src/vmm/VirtualMachineManager.cc
	src/vmm/VirtualMachineManagerDriver.cc
	src/vmm_mad/dummy/one_vmm_dummy.rb
2013-03-06 15:59:58 +01:00
Jaime Melis
4a591c2fb0 Bug #1794: Make vmfs/cp and vmware/cp more robust
(cherry picked from commit 3193a4b8df)

Conflicts:
	src/datastore_mad/remotes/vmware/cp
2013-03-06 14:52:50 +01:00
Ruben S. Montero
c560d389f0 Merge branch 'feature-1370' 2013-03-06 12:43:07 +01:00
Ruben S. Montero
193a6e8a18 feature #1370: Use a variable for novnc-server 2013-03-06 12:42:05 +01:00
Ruben S. Montero
4f48010967 feature #471: Include IPv6 addresses in onevm show 2013-03-06 12:27:31 +01:00
Javi Fontan
9d543d9aaa feature #1370: start and stop vnc server ins sunstone start script 2013-03-06 11:32:53 +01:00
Daniel Molina
b99eef1be5 feature #1664: Update dashboard 2013-03-05 17:55:47 +01:00
Javi Fontan
4a1114adcd feature #1370: add config.ru and novnc-server to install.sh 2013-03-05 16:19:09 +01:00
Javi Fontan
2a8ee786da feature #1370: add status and restart to novnc script 2013-03-05 16:12:37 +01:00
Javi Fontan
f4a51bd012 feature #1370: move novnc server start script to bin 2013-03-05 15:58:05 +01:00
Javi Fontan
7d73610eb7 feature #1370: make sunstone server compatible with rackup 2013-03-05 15:55:49 +01:00
Javi Fontan
a4a6f566ca feature #1370: select session storage in configuration 2013-03-05 11:51:09 +01:00
Javi Fontan
55b3d1a9ad feature #1370: fix alias method in OpenNebulaVNC 2013-03-05 11:47:07 +01:00
Daniel Molina
1ca669a1d8 feature #1664: CSS fixes 2013-03-04 19:30:31 +01:00
Daniel Molina
e1a746b8d6 feature #1664: Fix marketplace import 2013-03-04 18:34:03 +01:00
Daniel Molina
c0265107ef feature #1664: Update marketplace tab 2013-03-04 18:34:03 +01:00
Daniel Molina
eafa887ad8 feature #1664: Start working on dashboard redesign 2013-03-04 18:34:03 +01:00
Javi Fontan
1052b4b168 feature #1370: separate novnc server from sunstone server 2013-03-04 17:30:28 +01:00
Carlos Martín
09fd31d9f8 Feature #471: Show new attributes in onevnet show output 2013-03-04 17:29:46 +01:00
Carlos Martín
690c44f50c Feature #471: onedb migrator adds new elements 2013-03-04 17:11:54 +01:00
Carlos Martín
d2bd01c4fd Feature #1664: Template wizard always uses MB for MEMORY attribute 2013-03-04 12:57:44 +01:00
Carlos Martín
70f2c26b0f Feature #1664: typo 2013-03-04 11:15:50 +01:00
Ruben S. Montero
70b2018f0a feature #471: Cache binary representation of IP's. Reorder attributes to print leases. 2013-03-03 20:39:29 +01:00
Ruben S. Montero
188fe16d52 feature #471: Fix IP6 prefix generation 2013-03-02 00:44:45 +01:00
Ruben S. Montero
c96eb249d2 feature #471: Add IPv6 addresses to network leases 2013-03-02 00:23:27 +01:00
Daniel Molina
8c5abb5ad5 feature #1664: Add new Sunstone logo 2013-03-01 19:05:13 +01:00
Jaime Melis
146ca09e08 feature #1791: new saveas hot functionality in the core 2013-03-01 19:04:56 +01:00
Daniel Molina
018cc8529c feature #1664: Fix VNet creation 2013-03-01 19:01:51 +01:00
Daniel Molina
96781714cf feature #1664: Improve progress bar css 2013-03-01 17:13:07 +01:00
Daniel Molina
887d2651b5 feature #1664: Improve quotas table css 2013-03-01 16:47:54 +01:00
Carlos Martín
0fdbc26492 Feature #1664: Progress bars for host table 2013-03-01 16:45:21 +01:00
Daniel Molina
b04b16b989 feature #1664: Improve progress bar css and user tab 2013-03-01 16:12:26 +01:00
Carlos Martín
78fc4b07e3 Feature #1664: Group quotas are shown as progress bars 2013-03-01 15:28:44 +01:00
Daniel Molina
d04b77a258 feature #1664: Fix group tab users length 2013-03-01 13:16:49 +01:00
Daniel Molina
b005d4bcda feature #1664: Update Group tab 2013-03-01 13:04:06 +01:00
Carlos Martín
be58d031dc Feature #1664: Show user quotas in fancy progress bars, and use default limits 2013-03-01 12:55:13 +01:00
Ruben S. Montero
8f7b3ec93a feature #1224: Implement snapshot interface for the dummy driver 2013-03-01 10:38:21 +01:00
Tino Vazquez
585c214af3 Merge branch 'feature-1664' of git.opennebula.org:one into feature-1664
Conflicts:
	src/sunstone/public/js/plugins/datastores-tab.js
2013-02-28 19:14:06 +01:00
Tino Vazquez
f2c104bb2f feature #1664: Cosmetic changes 2013-02-28 19:09:47 +01:00
Daniel Molina
603f0448ad feature #1664: Update vnet extended info and wizard 2013-02-28 19:01:40 +01:00
Tino Vazquez
bfae273a3d feature #1664: Fix chg cluster bug
Add chg cluster to datastore
2013-02-28 18:22:06 +01:00
Javi Fontan
455d56f97b feature #1782: datastore stat compatible with both GNU and BSD stat 2013-02-28 16:19:05 +01:00
Javi Fontan
4454909138 feature #1782: do not use extended parameters in non gnu getopt 2013-02-28 16:18:53 +01:00
Carlos Martín
c40fdb1dcb Feature #1611: Do not parse xml strings again in the cli 2013-02-28 15:14:54 +01:00
Carlos Martín
9179e73a83 Feature #1611: Insert default quotas element in the USER & USER_POOL xmls
This saves the extra xmlrpc call each time the pool/user is shown
2013-02-28 14:53:34 +01:00
Carlos Martín
0f5d13302e Merge remote-tracking branch 'origin/master' into feature-1664 2013-02-28 11:01:26 +01:00
Carlos Martín
1831c6cfd6 Feature #1664: Stat working on user quotas 2013-02-28 11:00:57 +01:00
Ruben S. Montero
d732c5ae2f feature #1556: upload new parser for vm_var 2013-02-28 03:42:19 +01:00
Ruben S. Montero
e0022487bd Use the right initialization value for PAE/ACPI 2013-02-28 03:26:26 +01:00
Ruben S. Montero
2e3306a7a3 Fix bug with no initialized values for PAE/ACPI in KVM driver 2013-02-28 03:24:07 +01:00