Commit Graph

22150 Commits

Author SHA1 Message Date
Alena Prokharchyk
94817c1b4b CLOUDSTACK-6205: VPC VR start - skip private gateway when create Guest nics as the nic for the private gateway is being created separately 2014-03-14 11:43:40 -07:00
Harikrishna Patnala
15bf144f1a CLOUDSTACK-6211: Xenserver - HA - SSVM fails to start due to running out of management Ip ranges when testing host down scenarios
Signed-off-by: Koushik Das <koushik@apache.org>
2014-03-13 11:02:02 +05:30
Daan Hoogland
edf97ac86c CLOUDSTACK-6232 allow expansion of ip on isolated networks as well 2014-03-12 19:40:08 +01:00
Daan Hoogland
0379dbb489 check-style: tabs to spaces 2014-03-12 18:09:36 +01:00
Daan Hoogland
f78e7ae51f [CLOUDSTACK-6232] bridging allowed in isolated networks 2014-03-12 17:57:09 +01:00
Daan Hoogland
454cac448d CLOUDSTACK-6231 allow for cidr list entry of more than 256 chars 2014-03-12 17:01:38 +01:00
Sheng Yang
a253ff2468 CLOUDSTACK-5986: Fix dnsmasq lease for VPC 2014-03-11 16:15:08 -07:00
John Kinsella
2fe7aeea23 CLOUDSTACK-6204: Removing realhostip.com dependency
For more info, see https://cwiki.apache.org/confluence/display/CLOUDSTACK/Realhost+IP+changes

Author: Amogh Vasekar <amogh.vasekar@citrix.com>
Signed-off-by: John Kinsella <jlk@stratosec.co> 1394399081 -0700
2014-03-09 14:04:41 -07:00
Alena Prokharchyk
164ea3e84f CLOUDSTACK-6214: apply network rules when plug new guest nic to router for the network in Setup state
Conflicts:
	server/src/com/cloud/network/router/VpcVirtualNetworkApplianceManager.java
	server/src/com/cloud/network/router/VpcVirtualNetworkApplianceManagerImpl.java
2014-03-07 16:44:39 -08:00
Wei Zhou
e789245f07 Revert "fix apidocs build failure"
This reverts commit f731781f49.
2014-03-07 00:23:40 +01:00
Wei Zhou
f731781f49 fix apidocs build failure 2014-03-07 00:12:20 +01:00
Alena Prokharchyk
8fdf941cc3 CLOUDSTACK-6205: VPC VR start - when create guest nics for the VR, consider networks not only in Implemented state, but in Setup state as well 2014-03-07 01:08:01 +07:00
David Grizzanti
1e5415d961 CLOUDSTACK-5080: Hypervisor Capabilities table missing entry for Simulator
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2014-03-07 01:08:01 +07:00
Rajani Karuturi
badff18021 added delete iso api to the simulator in the smoke tests, this will fix test_03_delete_iso when run against a simulator
Signed-off-by: Koushik Das <koushik@apache.org>
2014-03-07 01:08:01 +07:00
Rajani Karuturi
dadc29920c added mock handlers for VpnUsersCfgCommand and RemoteAccessVpnCfgCommand in the simulator
Signed-off-by: Koushik Das <koushik@apache.org>
2014-03-07 01:08:00 +07:00
Saksham Srivastava
7fb2b8c68e CLOUDSTACK-6151: Local data disk with tag goes to the wrong local storage pool
Signed-off-by: Koushik Das <koushik@apache.org>
2014-03-07 01:08:00 +07:00
Marcus Sorensen
135247afd1 CLOUDSTACK-6194: Failed to increase Shared network IP Range
Submitted-by:Saksham Srivastava <saksham.srivastava@citrix.com>
2014-03-07 01:08:00 +07:00
Alena Prokharchyk
eb61f8146d CLOUDSTACK-5872: use List DS for storing NicProfiles as public network can have more than one nic 2014-03-07 01:07:59 +07:00
Nitin Mehta
258d8e2a04 CLOUDSTACK-6186: Unable to register private template across all Zones - crosszones flag no longer works. This was because the code skipped the loop after the first download initiation. Introduced a set so that if it is already downloaded to the same zone then skip it for private template. Reviewed-by: Min 2014-02-28 14:39:59 -08:00
Jayapal
37ce4e52c2 CLOUDSTACK-6187: Fixed MigrateSystemVMCmd response for router 2014-02-28 16:55:46 +05:30
Jayapal
7700a1b716 CLOUDSTACK-6183: unplug the nic when all the ips of public vlan range is removed 2014-02-28 16:54:06 +05:30
frank
793a6a7177 CS-19377
[Baremetal] After deploy VM on Baremetal host, BM host fail to be PXE booted
2014-02-27 15:18:01 -08:00
Jessica Wang
930acdde3d CLOUDSTACK-6162: UI > zone > physical network > service provider > OVS > match provider name "Ovs" in listNetworkServiceProviders API response. 2014-02-27 11:42:46 -08:00
Alena Prokharchyk
531a4ecc45 CLOUDSTACK-6184: for userVm/ServiceOffering/StoragePool details set display=true by default in the VO objects 2014-02-27 10:47:38 -08:00
Murali Reddy
b8c4ed435a CLOUDSTACK-6162:support OVS as connectivity service provider
adds 'Ovs' as network service provider in the physical network
2014-02-27 17:27:07 +05:30
Hugo Trippaers
24dcf2948c Fix jetty:run startup to include the mysql driver as a dependency for developers 2014-02-26 18:07:49 -08:00
Hugo Trippaers
2c3cd90b56 Fix the developer database deploy procedure so it includes the mysql database driver 2014-02-26 18:07:45 -08:00
Jessica Wang
82121a2149 BUG-ID: CLOUDSTACK-6162: UI > zone > physical network > service provider > add OVS.
Reviewed-by: Brian
2014-02-26 15:56:30 -08:00
Min Chen
94257c0fc8 CLOUDSTACK-6175:s3.singleupload.max.size option not applicable for
backup snapshot on KVM.
2014-02-26 14:57:32 -08:00
Min Chen
4c83f80c80 CLOUDSTACK-6174: Provide separate option for Windows Server 2012 R2 as
an OS type when registering template.
2014-02-26 11:24:01 -08:00
John Kinsella
54db315214 Last commit broke developer/pom.xml. fixing that. 2014-02-26 09:49:01 -08:00
John Kinsella
f5aeac845d Fix the developer database simulator deploy procedure so it includes the mysql database driver 2014-02-26 09:17:12 -08:00
Likitha Shetty
8cb03ddb23 CLOUDSTACK-6146. [VMware] [ESXi 5.5] Live VM migration of an already migrated VM (with storage) across clusters fails
In vCenter 5.5, once a volume is migrated the VMDKs are renamed to match the name of the VM.
Update volume path for every volume belonging to the VM to the corresponding new disk filename.
2014-02-26 11:58:49 +05:30
Likitha Shetty
c652ff45df CLOUDSTACK-6146. [VMware] [ESXi 5.5] Live storage migration of an already migrated volume fails
In vCenter 5.5, once a volume is migrated the VMDKs are renamed to match the name of the VM.
If a volume has been renamed upon migration update its volumePath to that of the new disk filename.
2014-02-26 11:58:20 +05:30
Frank.Zhang
20efa0c8a6 CLOUDSTACK-6155
Baremetal agent RPM missing in spec file
2014-02-24 13:30:24 -08:00
Rajesh Battala
b44901c059 CLOUDSTACK-6159 Fixed creating volumes(Root, DataDisk) with uuid in primary store 2014-02-23 09:25:55 +05:30
Jessica Wang
d1440217e9 CLOUDSTACK-6154: UI > compute offerings > memory field > check if value is undefined before converting it. 2014-02-21 14:01:52 -08:00
Frank.Zhang
c1806bd873 CLOUDSTACK-6155
Baremetal agent RPM missing in spec file
2014-02-21 13:22:55 -08:00
Ashutosh K
c03fd70ed2 CLOUDSTACK-2232: Adding automation test cases for Persistent Networks feature 2014-02-21 17:48:04 +05:30
Koushik Das
c6a8659ac2 CLOUDSTACK-6124: During MS maintenance unfinished work items are not cleaned up resulting in them getting repeated for every subsequent maintenance
Updating the op_it_work table entry appropriately in db once the unfinished work item is completed.
2014-02-21 16:16:52 +05:30
Marcus Sorensen
96355dca4b CLOUDSTACK-6079:
fixed issue: if public traffic is on a physical network isolated by VLAN,
and guest traffic is on an another physical network isolated by VXLAN,
public traffic's broadcast type is updated to VXLAN by mistake.

submitted-by: mail@ynojima.net
2014-02-20 23:23:58 -07:00
Marcus Sorensen
c04fb68fc7 CLOUDSTACK-6072: Release VNIs when guest networks are destroyed
submitted-by: mail@ynojima.net
2014-02-20 23:22:57 -07:00
Frank.Zhang
3787579d29 BUG-ID: CS-19152
[upgrade] Baremetal 4.2.0 -> 4.3. After upgrade, destroy baremetal instance fail

BUG-ID: CS-19150
[upgrade] Baremetal 4.2.0 -> 4.3. After upgrade, unable to start baremetal instance

BUG-ID: CS-19149
[upgrade] Baremetal 4.2.0 -> 4.3. After upgrade, baremetal host remain in Disconnected state. But instance associated with baremetal host is running.

BUG-ID: CS-19151
[upgrade] Baremetal 4.2.0 -> 4.3. After upgrade, unable to reboot baremetal instance

BUG-ID: CS-19156
[upgrade] Baremetal 4.2.0 -> 4.3. After upgrade, unable to stop baremetal instance

reviewed-by: edison
2014-02-20 14:23:41 -08:00
Girish Shilamkar
6db3cb2618 CLOUDSTACK-4840: Add missed testcase in previous commit 2014-02-19 11:15:10 +05:30
Ashutosh K
c8422b3b50 CLOUDSTACK-4840: Adding first set of test cases for Multiple IPs per NIC feature 2014-02-18 15:53:20 +05:30
Rajesh Battala
ccc168c704 Revert "CLOUDSTACK-6054: Changes for making vmsync work for hyper-v. Made changes to PingCommand and"
This reverts commit eef65ac776.
This commit should not be in 4.3-forward and its already present in master
2014-02-14 18:23:13 +05:30
Marcus Sorensen
76e019f717 CLOUDSTACK-6103: Pass VM iso information along with
PrepareForMigrationCommand, so that destination hypervisor can
mount pool. This further exposed an issue for KVM where iso
was not getting cleaned up upon successful migration, fixed as well.
2014-02-14 00:43:58 -07:00
Brian Federle
40d069a6e4 Disable root disk size field -- not supported in backend 2014-02-13 15:39:03 -08:00
Kelven Yang
1283919f02 CLOUDSTACK-6065: Fix NPE problem caused by the lack of context setup in threads from agent manager thread pool 2014-02-13 14:34:06 -08:00
Jayapal
e8f93f28fc CLOUDSTACK-6083 corrected firewall rule cidr load issue 2014-02-13 14:24:42 +05:30