Commit Graph

320 Commits

Author SHA1 Message Date
anthony fb20d5a9ca Bug 13734 : after upgrade, dhcp traffic is allowed for all VMs
reviewed-by: kelven
2012-08-22 15:34:20 -07:00
Anthony Xu c9e147761e CS-15921 : in 2.1 timeframe, -untagged string is appended to the end of instance name,
in cleanup_rules function, we need to convert chain name to vm name correclty

  reviewed-by : kelven
2012-08-20 18:21:26 -07:00
kishan 9dc685cefb bug CS-16027: fixed typo. regression due to 8683857c6c
status CS-16027: resolved fixed
2012-08-16 12:15:14 +05:30
anthony 8683857c6c in network_rules_for_rebooted_vm, if tap doesn't exist, don't setup rules for tap device 2012-08-15 19:50:07 -07:00
anthony 3e0689fcf1 bug 13734: allow dhcp traffic by default
status 13734: resolved fixed
2012-08-15 12:36:06 -07:00
anthony 70c84badab CS-15138: strip the string before compare 2012-08-08 17:57:14 +05:30
Devdeep Singh 08bd7c31b4 CS-15646: HA takes long time to migrate VMs to another KVM host if there are multiple storage pools.
Getting rid of the sleep, wait suring HA. This is a similar behavior to Xenserver. Changes by Edison.

Reviewed-By: Devdeep
2012-07-21 23:28:15 +05:30
Sheng Yang 76e8b9fa81 CS-15116: Add missing scripts for XCP server
Thank for the help from Wilhem Putz(wp@typoheads.at) to identify the issue.
2012-07-06 11:36:52 -07:00
anthony fddf23a986 VPC : loadbalancer works 2012-06-28 17:16:54 -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
anthony d83c81b637 VPC : fixed get_domr_version 2012-06-13 19:25:48 -07:00
Edison Su 49a6d37e80 bug 13733: fix vm after reboot can't get ipaddress; status 13733: resolved fixed. Reviewed-by: Chiradeep 2012-06-07 21:37:41 -07:00
anthony 2619492b6e VPC : use routerProxy to call l2tpVpn 2012-06-06 17:19:52 -07:00
anthony 1b81342354 VPC : use routerProxy to call networkUsage.sh 2012-06-06 16:36:47 -07:00
anthony a015a9203e VCP : use routerProxy to call checkrouter script 2012-06-06 16:08:14 -07:00
anthony 98127b0b92 VPC: typo fix 2012-06-06 12:13:43 -07:00
anthony 076a876f80 VPC : introduce router_proxy.sh, resource should use this as a proxy to call scripts inside domr
already did this for ipassoc and getDomRVersion
2012-06-05 17:26:19 -07:00
anthony 175f396c1e CS-14946, check if it is linux bridge before call ovs 2012-05-23 19:08:17 -07:00
Salvatore Orlando 67eac21043 CS-14902: Removing files needed for SDN feature from XS 5.6FP1 2012-05-21 16:04:30 +01:00
Salvatore Orlando 072410b4e4 CS-14900:
CS-14902: Fixing ovs-vif-flows.py for avoiding it kicks in with exp backoff timeouts if ovs is not running

Also removing unnecessary copies of the same script
2012-05-17 15:59:34 +01:00
anthony af3758eb62 remove another vnc hack 2012-05-08 11:00:56 -07:00
anthony aa1932e67a delete vnc hack after upgrade 2012-05-08 10:49:54 -07:00
Edison Su ec59779619 security group: exactly match bridge name 2012-05-04 13:55:40 -07:00
anthony 2466e499c8 removed unused files 2012-05-01 13:18:28 +01:00
anthony 1ac27465bc get fsimage from sp2 for XenServer 5.6 GA 2012-05-01 13:15:52 +01:00
Salvatore Orlando e947f37d7c CS-14605: OVS cleanup
pep8 fixes to python scripts
removing superflous/unused code from python scripts
2012-04-25 18:10:51 +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 2f9c4d1e39 Adding Missing file to source control 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 6ef2e6d91b Overwriting ovstunnel 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 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 f786505a1b Adding Missing file to source control 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
Salvatore Orlando e51ef459d5 Overwriting ovstunnel 2012-04-24 02:20:37 +01:00
Abhi caf2ce3d9c bug CS-12812: XCP has get_mtime missing from the utils, added it here 2012-04-20 10:41:58 +05:30
Rajesh Battala d4396da506 CS-14546: Fixed bug Unable to view console in System and Guest VMs and Added Upgrade script 2012-04-19 15:05:42 +05:30
Likitha Shetty bbe4928546 Revert "Revert "Revert "CS-14546: Fixed bug Unable to view console in System and Guest VMs"""
This reverts commit bcfbc81de1.

Unable to view console in System and Guest VMs
2012-04-19 14:31:05 +05:30
Likitha Shetty bcfbc81de1 Revert "Revert "CS-14546: Fixed bug Unable to view console in System and Guest VMs""
This reverts commit 0147d878a5.

reverting as commit went on wrong e-mail id.
2012-04-19 14:24:08 +05:30
Likitha Shetty 0147d878a5 Revert "CS-14546: Fixed bug Unable to view console in System and Guest VMs"
This reverts commit 5465edf02f.
2012-04-19 14:18:02 +05:30
Likitha Shetty 5465edf02f CS-14546: Fixed bug Unable to view console in System and Guest VMs 2012-04-19 14:03:12 +05:30
anthony 7e2b81dc58 typo in cloud-setup-bonding.sh 2012-04-13 15:23:02 -07:00
Rajesh Battala ed3bc4dbcf Xenserver Secure Console Proxy. Removing vnc hacks when adding xen host 2012-04-11 17:44:49 +05:30
frank 72d284de7d Switch to Apache license 2012-04-03 04:54:14 -07:00
Edison Su 0ed1943d28 bug 14498: in xenserver 6.0 and openvswitch enabled, reboot xenserver will lost link local bridge; the workaround is if the link local bridge is lost, create a new one; status 14498: resolved fixed; Reviewed-by: frank 2012-03-26 17:14:43 -07:00
Sheng Yang 2038b500b3 Change KVM's delimiter from "," to "%"
In order not to confuse with commandline parameters
2012-03-13 15:58:45 -07:00
abhi 89dfd57806 removing the minor version number for comparisions for Xenserver 6.0 2012-03-13 11:26:01 +05:30
anthony d5935bdc2c bug 13603: in XenServer 6.0, qemu-dm-wrapper listens on local host by fault
status 13603: resolved fixed

reviewed-by: edison
2012-02-22 18:39:06 -08:00
Chiradeep Vittal e89eec45b6 bug 13734: allow dhcp requests and responses all the time
Reviewed-by: Anthony
2012-02-15 15:37:37 -08:00
Chiradeep Vittal 0a446a9504 bug 13632: it appears xs 6.0 allows iptables rules across the bridge without csp
status 13632: resolved fixed

reviewed-by: anthony
2012-02-14 18:45:00 -08:00