Commit Graph

1257 Commits

Author SHA1 Message Date
Vijay a6a206d3fc AutoScale. Bringing in update commands and enable/disable. Not Tested. 2012-07-24 09:57:21 +05:30
Vijay 21e13657b4 AutoScale.
All API commands with separate service layer for AutoScale.
  Not tested.
2012-07-24 09:57:10 +05:30
anthony 13b7c8b810 CS-15660 : fixed 2012-07-23 14:07:51 -07:00
anthony f238ff9ff2 CS-15616 : typo fix 2012-07-23 13:31:27 -07:00
anthony f89e2be407 fix SSVM 2012-07-23 13:06:55 -07:00
anthony 352bfff473 CS-14274 : add public ip , remove storage ip which is not used 2012-07-20 12:08:11 -07:00
Sheng Yang 664c8b3b2c CS-15511: Fix parameter transfer in bash 2012-07-18 15:31:59 -07:00
Vijayendra Bhamidipati 27d78616a4 CS-15567: When guest network updated with different network rate, api.commands.UpdateNetworkCmd execution consistently fails first time with error "ipassoc failed due to bash: /root/ipassoc.sh: Permission denied", retry succeeds,VM created with old network rate
Description:

	Changing path ipassoc.sh is referred to in VmwareResource.java
	to reflect new patch in /opt/cloud/bin inside the virtual
	router VM.
2012-07-16 17:19:52 -07:00
anthony 0b3805b7cc CS-11581 : remove xenserver network, when it is not used 2012-07-13 16:44:43 -07:00
anthony 4aea70f11f CS-15081 : set pv-bootloader-args for SUSE PV VM 2012-07-11 16:05:15 -07:00
anthony 7eef78b644 VPC : CS-15542, on ipdeassoc, if vif does not exist, return success. 2012-07-11 13:49:00 -07:00
Sheng Yang c792fe02b4 S2S VPN: Add support for VMware 2012-07-11 10:40:47 -07:00
anthony 5d224ed592 VPC : in no route in setStaticRoute, just remove all routes 2012-07-10 18:41:13 -07:00
anthony ed0b6c07ec VPC : CS-15492, fix static route 2012-07-10 15:16:15 -07:00
anthony 23dffc95ec CS-15494 : move this to routerProxy 2012-07-09 14:16:25 -07:00
anthony 39b06a6393 VPC : CS-15479, try detroy vlan in unplug vif 2012-07-09 13:19:23 -07:00
anthony 417c435622 VPC : loadbalance go through inbound chain 2012-07-09 10:16:33 -07:00
anthony 2af007a739 VPC : add static route 2012-07-02 17:28:54 -07:00
Kelven Yang e75516d4f7 code-complete of inter-vlan support in VMware 2012-06-29 18:49:12 -07:00
anthony 0f06bc6643 VPC : network usage works in VPC 2012-06-29 17:33:17 -07:00
kishan 077ca1489c bug CS-15389: Added prepareStop to Virtualmachine manager and moved network usage collection into prepareStop of VR manager 2012-06-28 18:07:47 -07:00
anthony fddf23a986 VPC : loadbalancer works 2012-06-28 17:16:54 -07:00
Kelven Yang 738a326dfa Inter-VLAN support in VMware 2012-06-28 16:20:56 -07:00
Sheng Yang 23c96451a7 CS-6840: Add hypervisor commands for site-to-site vpn 2012-06-27 19:06:32 -07:00
anthony 9775675d97 VPC : fixes for static nat 2012-06-27 11:20:19 -07:00
anthony 08b2f7e37e VPC : handle staticnat and loadbalaner 2012-06-26 16:13:03 -07:00
Alena Prokharchyk 9d88781e8c VPC: implementation for Add/delete/list StaticRoute. Agent implementation is yet to be done 2012-06-26 11:11:26 -07:00
anthony 627ef76fe1 fix : ping command doesn't need to call syncNetworkGroups if security group is not enabled 2012-06-25 18:49:06 -07:00
anthony 781752b4c7 VPC : fix for port forwarding 2012-06-25 15:49:53 -07:00
anthony 61a568cd8e VPC : add portforwarding 2012-06-22 19:15:38 -07:00
Alena Prokharchyk ba7fddac3b VPC: implemented add/delete Private gateway 2012-06-22 15:06:58 -07:00
anthony 8f2b2db0c7 VPC : fixes for vpc_acl 2012-06-22 13:21:54 -07:00
anthony 566b066466 VPC : change script name 2012-06-21 15:32:29 -07:00
anthony e5fd090053 VPC : completed setupNetworkACLCommand 2012-06-20 17:52:45 -07:00
anthony 997bc8d9ce VPC : pass subnet to guestnw.sh 2012-06-20 12:48:14 -07:00
Alena Prokharchyk bb30a6b6bb VPC: initial checkin for network ACLs 2012-06-20 12:48:00 -07:00
anthony 205fd844e5 VPC : when plug VIF , get unused VIF number 2012-06-19 12:30:07 -07:00
anthony 63fc767a70 VPC : disable Network-usage for vpc, will revisit later 2012-06-19 10:23:30 -07:00
anthony 1a690c7041 VPC : fixed vpc_snat script 2012-06-18 17:21:43 -07:00
anthony eb26f9569b VPC : fixed vpc_ipassoc 2012-06-18 12:20:51 -07:00
anthony 99e46e4c2f VPC : add vpc_ipassoc.sh vpc_snat.sh
Conflicts:

	wscript
2012-06-18 10:35:32 -07:00
anthony 53f6739900 CS-12972 : cap is per domain/VM
Conflicts:

	core/src/com/cloud/hypervisor/xen/resource/CitrixResourceBase.java
2012-06-15 11:07:46 -07:00
anthony 52b2408c5f only destroy CDROM for system VMs on current host 2012-06-15 10:51:53 -07:00
anthony 6ce7daf494 CS-15155 : need to eject CD before destroy vbd
reviewed-by : kelven
2012-06-15 10:46:46 -07:00
anthony 89332d2816 CS-15155 : after system VMs boot up, destroy CD virtual device for System VM
when reconnect XenServer host, try to destroy CD virtual device for System VM, this is for upgrade

Reviewed-By : kelven
2012-06-15 10:46:12 -07:00
Alena Prokharchyk aaf0d24a83 Merge branch 'vpc-3.0.x' into 3.0.x
Conflicts:
	api/src/com/cloud/api/ApiConstants.java
	api/src/com/cloud/api/BaseCmd.java
	api/src/com/cloud/api/ResponseGenerator.java
	api/src/com/cloud/api/commands/AssociateIPAddrCmd.java
	api/src/com/cloud/api/commands/EnableStaticNatCmd.java
	api/src/com/cloud/event/EventTypes.java
	api/src/com/cloud/network/NetworkService.java
	api/src/com/cloud/network/rules/RulesService.java
	client/tomcatconf/commands.properties.in
	core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java
	scripts/vm/hypervisor/xenserver/xenserver56fp1/patch
	server/src/com/cloud/api/ApiDBUtils.java
	server/src/com/cloud/api/ApiResponseHelper.java
	server/src/com/cloud/configuration/DefaultComponentLibrary.java
	server/src/com/cloud/consoleproxy/ConsoleProxyManagerImpl.java
	server/src/com/cloud/network/NetworkManagerImpl.java
	server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
	server/src/com/cloud/network/rules/RulesManagerImpl.java
	server/src/com/cloud/server/ManagementServerImpl.java
	server/src/com/cloud/storage/secondary/SecondaryStorageManagerImpl.java
	server/src/com/cloud/upgrade/dao/Upgrade2214to30.java
	server/test/com/cloud/network/MockNetworkManagerImpl.java
	server/test/com/cloud/vm/MockVirtualMachineManagerImpl.java
	setup/db/create-schema.sql
	wscript
2012-06-14 19:04:59 -07:00
Edison Su 402ee953b2 CS-14826
fix typo
Reviewed-by: sheng
2012-06-14 14:04:33 -07:00
Alena Prokharchyk 9c01ca2785 VPC: ipAssoc consists of 3 parts: plug nic (if needed), associateIp, enableSourceNat(if ip is source nat ip) 2012-06-12 10:58:20 -07:00
anthony 8712199cfd VPC : bug fix 2012-06-11 17:15:16 -07:00
anthony a159255e36 VPC : many debug fix 2012-06-07 17:53:12 -07:00