kishan
f3536fecc1
bug CS-15577: corrected regular router usage changes due to VPC usage addition
2012-08-05 23:51:09 +05:30
Rajesh Battala
ed6cd4f77e
CS-15779 - fixed composeThumbnailurl to send thumbnail request to ConsoleProxyAjaxImage Handler
2012-08-04 17:57:34 +05:30
Sheng Yang
7779097653
S2S VPN: CS-15642: Re-initiate the VPN connections after router reboot
2012-08-03 15:37:34 -07:00
Alena Prokharchyk
da9bd84e09
VPC: more validation for static route rules: 1) Can't belong to guest cidr defined on Vpc 2) Can't belong to link local cidr
2012-08-03 15:32:27 -07:00
Alena Prokharchyk
0b2b021f18
VPC: CS-15812 - fixed listVPCs by projectId
2012-08-03 14:08:26 -07:00
Vijayendra Bhamidipati
1a212b3b05
Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x
2012-08-03 13:26:22 -07:00
Vijayendra Bhamidipati
6dc833c771
CS-15217: Security: Malicious user is able to get the size of the cloud by enumerating IDs
...
Description:
Missed throwing exceptions at few places when making
changes previously. Commit includes whitespace corrections.
2012-08-03 13:24:18 -07:00
Brian Federle
7492f4f67f
CS-15842: VPC gateway create form: Put 'VLAN' field at the top
2012-08-03 12:29:37 -07:00
Brian Federle
015078b499
CS-15841: Better add VPC gateway flow
...
- Because only 1 gateway can exist per VPC, remove 'add' button from
list view and immediately show create form on click if no gateway is
present; show list view on successful creation. If there is a
gateway, go to list view immediately.
- Rename "Gateways" -> "Private Gateway"
2012-08-03 12:26:18 -07:00
Vijayendra Bhamidipati
17001a6cad
Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x
2012-08-03 15:07:22 -04:00
Vijayendra Bhamidipati
6a2e667044
CS-15769: InterVlan - VMWare - IP table rules on the VPC VR for LB Rule is being programmed for every interface present on the VPC VR.
...
Description:
Invoking vpc_loadbalancer.sh when setting load balancing
rules for VMs in tiers in an inter-vlan routing setup.
2012-08-03 15:06:33 -04:00
Brian Federle
98e8303187
VPC details: Display 'restart required' field
2012-08-03 12:03:46 -07:00
Alena Prokharchyk
a25cf5e08f
VPC: CS-15827 - register only VpcVirtualNetworkApplianceMgr
2012-08-03 11:47:50 -07:00
Brian Federle
06a83e0c1c
CS-15802: Add VPC filter to instance wizard network select
...
Adds drop-down select to filter networks by VPC.
-If no VPC is selected, only show non-VPC isolated networks
-If VPC is selected, show tiers from specified VPC. Note that only one
tier/network can be checked at a time in this mode, and 'add network'
text field is hidden
2012-08-03 11:21:48 -07:00
Brian Federle
dc32b71de9
CS-15809: Show account/domain fields on VPC detail view
2012-08-03 11:12:31 -07:00
Brian Federle
24885b64d8
CS-15793: Fix static NAT select when in a VPC network
2012-08-03 11:03:56 -07:00
Nitin Mehta
a82ad3b3bc
bug CS-15200: Introducing state transition when volume is getting copied from secondary storage and it is put into Creating state
...
Reviewed-by: Kishan
2012-08-03 16:15:22 +05:30
Pranav Saxena
44c067cd10
CS-15793:Enable static NAT for the public IP address screen is not showing VMs
2012-08-03 15:49:26 +05:30
Prasanna Santhanam
79b850faad
Categories for AutoScale
...
posted bug: http://bugs.cloudstack.org/browse/CS-15828 for improving
upstream API doc
2012-08-03 11:13:36 +05:30
Murali Reddy
f837a0431d
bug CS-15817 system VM's fail to create in basic zone with EIP/ELB network offering
...
removing the ActionEvent annotation on associate IP, acuquire IP methods
on internal methods, so that static NAT for system VM succeeds
2012-08-03 08:54:35 +05:30
Vijayendra Bhamidipati
46fba35c99
Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x
...
Conflicts:
core/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java
2012-08-02 22:53:51 -04:00
Vijayendra Bhamidipati
ea038ab847
CS-15764: InterVlan - VMWare - Failed to create Static NAT Rule to a User VM in a VPC - SSH execution of command /root/firewall.sh -A -l 10.223.139.28 -r 192.168.11.186 -d 0:0 -G has an error status code in return.
...
Description:
Putting in code to set static nat rules on VPC VR.
2012-08-02 22:44:21 -04:00
anthony
d8ab3e1c36
VPC : handle Revoke rules for staticroute
2012-08-02 18:48:05 -07:00
Sheng Yang
c2250fecf7
S2S VPN: CS-15511: Add PFS support for VPN connection
2012-08-02 18:45:03 -07:00
Alena Prokharchyk
2cca73daef
VPC: applyStaticRoutes - don't exclude static routes in Revoke state
2012-08-02 18:42:35 -07:00
Sheng Yang
263ae86311
S2S VPN: CS-15820: Remove account information of vpn gateway and vpn connection
...
The owner would be always same as VPC owner.
2012-08-02 18:01:58 -07:00
Sheng Yang
d4ce07779f
S2S VPN: Allow name to be modified in updateCustomerGateway
2012-08-02 18:01:58 -07:00
Sheng Yang
0f603daff6
S2S VPN: CS-15472: Separate IKE lifetime and ESP lifetime
2012-08-02 18:01:58 -07:00
Alena Prokharchyk
863bce0171
VPC: createPrivateGateway - added cleanup part happening in case when the gateway fails to be applied on the backend
2012-08-02 17:57:43 -07:00
Alena Prokharchyk
967ff1141b
VPC: CS-15818 - don't allow having ICMP networkACLs with the same cidr and icmpType=-1 for rule1 and icmpType!=-1 for rule 2 as the rule1 covers rule2 in this case
2012-08-02 17:06:31 -07:00
prachi
102a563cdd
CS-12510: Deleting the host_details and inserting them back causes deadlocks.
...
Changes:
- 3.0.4 release has a patch where a unique key is added on host_details.
- But this key is not present in 3.0.4 GA
- So 3.0.5 upgrade has to consider both cases and add the key only if it does not exist in the 3.0.4 version.
2012-08-02 16:16:26 -07:00
Alena Prokharchyk
b526affe01
Revert "CS-15398: Fix for dns issue in multiple pods"
...
This reverts commit dd4e19c16f .
2012-08-02 15:53:31 -07:00
Alena Prokharchyk
b05e6ba959
listVirtualMachines: implemented search by templateId/isoId
2012-08-02 15:40:20 -07:00
anthony
66b006096d
VPC : typo
2012-08-02 15:26:04 -07:00
Jessica Wang
c5a849e9d2
cloudstack 3.0 UI - site to site VPN - VPN customer gateway - implement Edit mode.
2012-08-02 15:04:50 -07:00
Alena Prokharchyk
a3b00a7535
VPC: CS-15821 - corrected mac address format for vpc private network
2012-08-02 14:52:04 -07:00
Brian Federle
eb93ebf6a1
CS-15798: Support editing of VPC resource limits
2012-08-02 14:22:20 -07:00
Jessica Wang
1f7b273dcc
cloudstack 3.0 UI - site to site VPN - (1) implement Add VPN connection action in VPN connection listView. (2) remove Add VPN connection action from VPN customer gateway detailView.
2012-08-02 11:58:49 -07:00
Brian Federle
610b637345
Fix layout
2012-08-02 11:58:48 -07:00
Brian Federle
b6f0c3543b
Add VPC dropdown
2012-08-02 11:58:48 -07:00
Brian Federle
bf77446f15
VPC: Update site-to-site VPN creation flow
...
If no VPN gateway exists for a VPC, then immediately show a dialog box
asking if user wants to add. If so, create VPN gateway and show list
view afterwards.
- This removes the 'add' button from the list view, moving the code up
a level in the object to siteToSiteVPN.add
- In addition there is a new function, siteToSiteVPN.preCheck, which
returns true/false. If true, then show list view immediately; if
false, show dialog and go through creation process, showing list
view afterwards.
2012-08-02 11:32:02 -07:00
Jessica Wang
0b1b8adf30
cloudstack 3.0 UI - site to site VPN - VPN customer gateway - add name field.
2012-08-02 11:13:42 -07:00
Murali Reddy
f64a52a3f9
bug CS-15654 Restarting guest network fails with exception
...
in basic zone when NetScaler is providing EIP and ELB services, NetscalerElement should
have no action to take on implement and shutdown of the network
2012-08-02 18:51:42 +05:30
kishan
8c53b79cfe
bug CS-15577: Added per gateway network usage for VPC
2012-08-02 17:14:57 +05:30
Vijay
1825b533d5
Netscaler resource brought in sync with NetScaler changes.
...
1. bind monitor to servicegroup.
2. passive parameter moved to bind monitor to servicegroup.
3. removing the "-global" parameter in bind timer trigger; it is
default.
2012-08-02 14:22:18 +05:30
Vijay
d027a0f705
CS-15781. AutoScale.
...
During update of Autoscale VM Group, the interval is
checked for validity against existing policies in the group as well.
2012-08-02 14:22:15 +05:30
Pranav Saxena
160d71fe38
CS-15318:Do not allow user to stop a VM when it is in Starting state
2012-08-02 14:17:58 +05:30
Pranav Saxena
0f302f9e42
CS-15807 :No network label for OVM is available in UI
2012-08-02 13:48:13 +05:30
Jayapal
dd4e19c16f
CS-15398: Fix for dns issue in multiple pods
2012-08-02 12:40:39 +05:30
Alena Prokharchyk
3e9eea42f0
VPC: CS-15813 - ICMP type and code validation
2012-08-01 19:49:45 -07:00