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
Alena Prokharchyk
f47d3f7b59
VPC: CS-15805 - verify vpc guest network cidr only against networks in the same vpc
2012-08-01 17:59:36 -07:00
anthony
3efec6456a
CS-15713 : remove listen section, when ld is removed
2012-08-01 17:16:43 -07:00
Alena Prokharchyk
b57501885f
DB upgrade: 2 new global config variables
2012-08-01 16:52:48 -07:00
Alena Prokharchyk
41655c0395
VPC: CS-15811 - removed Netscaler from the list of supported providers in VPC
2012-08-01 16:47:05 -07:00
Jessica Wang
db489d018a
cloudstack 3.0 UI - Guest Network section - pass listAll=true to listNetworks API even id parameter is passed.
2012-08-01 16:45:32 -07:00
Jessica Wang
32c295aa6c
cloudstack 3.0 UI - Guest Network section - pass listAll=true to listNetworks API.
2012-08-01 16:36:08 -07:00
Alena Prokharchyk
f80bfb35f5
VPC: CS-15798 - added vpc resource limit. Check vpc functional spec for more details:
...
http://wiki.cloudstack.org/display/RelOps/Inter-VLAN+Routing+functional+spec
2012-08-01 16:19:30 -07:00
Brian Federle
63b3b92176
listView UI: Fix case where $breadcrumb isn't present
2012-08-01 15:54:07 -07:00
Jessica Wang
541bb95d63
CS-15792: cloudstack 3.0 UI - VPC - pass domainid+account instead of listAll to all listNetworks API calls under VPC section.
2012-08-01 15:50:56 -07:00
Sheng Yang
4ddc002764
S2S VPN: CS-15810: Add check for customer gateway subnets / VPC CIDR overlap
2012-08-01 15:29:36 -07:00
Alena Prokharchyk
751ebce589
VPC: CS-15791 - allow having the same NetworkACL for 2 different protocols
2012-08-01 15:25:06 -07:00
Alena Prokharchyk
204b6e6ad9
VPC: add account/domain info to the API vpc response
2012-08-01 15:11:52 -07:00