Nitin Mehta
6a056ad139
bug CS-10789: More changes for the imageformat, introdueced new column in db for the format, created scripts for doffernt hypervisors ...and the list goes on.
2012-04-30 11:14:43 +05:30
Nitin Mehta
c2d51d7038
bug CS-10789: Adding more code changes for usage, delete volume .
2012-04-30 11:11:54 +05:30
Nitin Mehta
10b32ce882
bug CS-10789: Adding volume sync and delete functionality.
2012-04-30 11:11:26 +05:30
Nitin Mehta
8196132f68
bug CS-10789: Preliminary upload and attach changes work .
2012-04-30 11:09:37 +05:30
Nitin Mehta
2d7471adb5
Bug 10808: More changes for uploadVolume. Create framework for upload volume progress communication between MS and SSVM.
2012-04-30 09:46:23 +05:30
Kelven Yang
25611c50a3
bug 14090: handle the case when command is sent to a different host that is not owner of the VM
2012-04-24 16:45:02 -07:00
anthony
f0a4044d29
add CentOS 6.0, CentOS 5.7, RHEL 5.7 support for XenServer 6.0.2
2012-04-24 10:50:34 -07:00
Salvatore Orlando
ef13158c2b
CS-14437: Fixing remaining merge issues affecting tunnel creation
...
Tunnel networks now work on this branch
(VLAN networks never stopped working)
2012-04-24 15:21:41 +01:00
Sheng Yang
182a4cf2e9
CS-14555: Calculated checksum before unzip
...
Otherwise checksum would be overrided by wrong value.
2012-04-23 19:01:36 -07:00
Salvatore Orlando
fbd5edc2e3
Fix conflict resolution errors
...
Conflicts:
api/src/com/cloud/network/ovs/OvsCreateTunnelAnswer.java
2012-04-24 02:20:39 +01:00
Salvatore Orlando
cc344ad038
Adding DB support for interfaces OVS tunnel manager will use as GRE endpoints
...
Conflicts:
server/src/com/cloud/network/ovs/OvsTunnelManagerImpl.java
2012-04-24 02:20:38 +01:00
Salvatore Orlando
24a567ac43
Removing superfluous log statements
2012-04-24 02:20:38 +01:00
Salvatore Orlando
275840bcdb
Now using vnets instead of network id for creating networks
...
Fixed issues with vif scripts on 5.6FP1
Fixed ipv6 issue on 5.6FP1
Plus other various fixes and improvements
Starting to remove debug code
NOTE: Network is configured correctly but instances do not start. Possibly indefinite wait occuring on some commands
Conflicts:
server/src/com/cloud/api/ApiResponseHelper.java
2012-04-24 02:20:38 +01:00
Salvatore Orlando
5cdd19152a
Open vSwitch tunnel manager
...
Applying patch with new ovs-tunnel-manager on top of cloudstack oss-master
2012-04-24 02:20:38 +01:00
Salvatore Orlando
2d12cfbc87
Fixing remaining issues with per-VIF flow script and removing version-specific scripts.
...
Now generating XSnetwork names using gre keys
Plus other minor corrections
Conflicts:
server/src/com/cloud/network/ovs/OvsTunnelManagerImpl.java
server/src/com/cloud/resource/ResourceManagerImpl.java
2012-04-24 02:20:38 +01:00
Salvatore Orlando
d2bd2496cc
Work in progress - Need to fix issue on sec storage
2012-04-24 02:20:37 +01:00
Salvatore Orlando
58165221ef
Now using vnets instead of network id for creating networks
...
Fixed issues with vif scripts on 5.6FP1
Fixed ipv6 issue on 5.6FP1
Plus other various fixes and improvements
Starting to remove debug code
NOTE: Network is configured correctly but instances do not start. Possibly indefinite wait occuring on some commands
Conflicts:
server/src/com/cloud/network/NetworkManagerImpl.java
server/src/com/cloud/network/guru/OvsGuestNetworkGuru.java
server/src/com/cloud/network/ovs/OvsTunnelManagerImpl.java
2012-04-24 02:20:37 +01:00
Salvatore Orlando
8c398654d3
Open vSwitch tunnel manager
...
Applying patch with new ovs-tunnel-manager on top of cloudstack oss-master
Conflicts:
api/src/com/cloud/network/ovs/OvsCreateTunnelAnswer.java
2012-04-24 02:20:37 +01:00
Nitin Mehta
9f63a3d2bb
bug CS-14530: Whenver adding a new capacity check the state of the resource - if its disabled/enabled.
...
Reviewed By: Kishan
2012-04-20 10:56:27 +05:30
Abhi
6179fb38fb
adding support for NetworkUsageCommand for XCP
2012-04-18 14:50:38 +05:30
anthony
22379f21d7
bug : 14543
...
XenServer doesn't need to provide gateway
2012-04-17 16:11:59 -07:00
Murali reddy
e0e721d76a
bug CS-14458: NetScaler SDX support in CloudStack only work with 10 gig interface
...
This fix will ensure both 10gig and 1 gig interfaces of NetScaler SDX are supported
2012-04-17 14:13:54 +05:30
anthony
cac44f799d
correct template name for CentOS 6.0
2012-04-13 15:12:37 -07:00
Abhi
d954bf9907
bug CS-14389: removing duplicates
2012-04-11 16:58:37 +05:30
Abhi
063fabb268
adding missing os types for xen 6
2012-04-11 15:44:04 +05:30
Rajesh Battala
f34c84c68f
Xenserver Secure Console Proxy Phase I
2012-04-10 16:00:46 -07:00
Alena Prokharchyk
d3bca8df8f
bug 14615: deployVm can work 2 diff ways now: 1) Default way - create and start the vm. 2) Create the vm without starting it. Note that vm's volumes stay in Allocated state -not created on the backend till the point where vm starts
...
status 14615: resolved fixed
2012-04-06 11:30:26 -07:00
Alena Prokharchyk
0bd655f79b
bug 14539: 1) introduced 2 new config parameters defining default offerings for ssvm and cpvm - consoleproxy.service.offering and secstorage.service.offering
...
2) Added new api - changeServiceForSystemVm - to support service offering upgrade for system vms
3) Removed global config parameters that are not in use anymore: consoleproxy.ram.size, consoleproxy.cpu.mhz, secstorage.vm.ram.size, secstorage.vm.cpu.mhz
2012-04-03 10:51:35 -07:00
frank
72d284de7d
Switch to Apache license
2012-04-03 04:54:14 -07:00
Alena Prokharchyk
36b670c7a4
bug 14555: use hostName in toString() method of vmVO
...
status 14555: resolved fixed
2012-03-30 13:35:55 -07:00
Murali reddy
192e820df5
bug 14554: Failed to add Usage Filter on SRX during SetStaticNatRulesCommand Execution
...
status 14554: resolved fixed
reviewed-by: Janardhan
2012-03-30 16:34:53 +05:30
Kelven Yang
f7f512c32b
bug 14491: use template unique name instead of self-generated UUID name. Reviewed-By: Kelven(with test)
2012-03-28 14:12:35 -07:00
Kelven Yang
271bd15172
Console proxy refactoring incremental check-in - new VNC protocol implementation
...
Reviewed-By: Kelven
2012-03-27 15:06:46 -07:00
Murali reddy
47496f61f6
bug 14463: Failed to Deploy VM due to failure in creation of guest VLAN on SRX
...
status 14463; resolved fixed
moved all static (config related) variables to non-static in SRX server resource as we can have more than
one SRX device in a zone
2012-03-26 17:17:21 +05:30
Murali reddy
883e2cf830
Revert "bug 14463: Failed to Deploy VM due to failure in creation of guest VLAN on SRX"
...
This reverts commit c9be61adcb .
2012-03-26 15:44:20 +05:30
Murali reddy
c9be61adcb
bug 14463: Failed to Deploy VM due to failure in creation of guest VLAN on SRX
...
status 14463: resolved fixed
reviewed-by: Janardhana.Reddy@citrix.com
2012-03-26 15:05:02 +05:30
Nitin Mehta
277c0c8bca
Bug 14490: Fix NPE in ListCapacity
2012-03-24 16:32:48 +05:30
Abhi
7acd080a03
bug 14135: mapping windows 2003 os types to xen templates
2012-03-22 17:18:38 +05:30
Kelven Yang
faa03175ee
Bug 14213: use UUID name in secondary storage for templates. Reviewed-By: edison
2012-03-21 16:45:30 -07:00
kishan
b4b05515e2
bug 14409: VMware, create network_stats iptables rule while creating router
...
status 14409: resolved fixed
2012-03-21 17:27:46 +05:30
Murali reddy
beb6599f02
bug 14016:When a Vm gets deleted from a LB rule , it also gets deleted from other LB rules which is pointing to the same private port.
...
status 14016: resolved fixed
2012-03-20 19:26:07 +05:30
frank
d35a9dde95
Bug 14189 - multiple physical nw - SSVM fail to download guest templates from storage server which is in isolated network only accessible by host's bridge
...
if storage network is present, don't set route through private ip when adding internal download site
status 14189: resovled fixed
2012-03-16 14:48:56 -07:00
Sheng Yang
e8c27c1978
bug 14215: Fix SSVM on Xen kernel panic due to "too many env var"
...
Just add different delimitor for VM and extract them from cmdline later.
status 14215: resolved fixed
2012-03-16 14:45:30 -07:00
Sheng Yang
96518ecaf3
Add missing annotation
2012-03-12 17:10:41 -07:00
Kelven Yang
dd5123b8ba
bug 13989: correct the usage about the control IP in VMware resource, new command like GetDomRVersion command is not using the right control IP address under basic zone mode. Reviewed-By: Anthony
2012-02-27 15:59:15 -08:00
anthony
ffe962604f
bug 13955: increase the retry time for checkssh
...
status 13955: resolved fixed
reviewed-by : edison
2012-02-24 15:58:28 -08:00
Kelven Yang
01a3a6ba58
bug 13987: a regression was caused by typo. Reviewed-By:Anthony
2012-02-24 13:30:31 -08:00
Alena Prokharchyk
27705a129c
bug 13961: always return NetworkUsageAnswer from the networkUsageCommand
...
status 13961: resolved fixed
Reviewed-by: Alex Huang
2012-02-23 11:15:24 -08:00
Murali reddy
6b03e9ca58
bug 13855: F5 - Hold time paramS for sticky policies are not getting programmed in F5
...
Reviewed-by:Sam
status 13855: resolved fixed
- configuring unique persistence profile for each LB rule with sticky method applied
- removing source based sticky method for source based LB method which is not supported by F5
2012-02-22 08:18:57 +05:30
Alena Prokharchyk
12aade4dc7
Changed isElastic to isSystem for the publicIpAddress assigned during the vm deployment in EIP enabled network
...
Reviewed-by: Chiradeep
2012-02-21 15:38:31 -08:00