Commit Graph

13294 Commits

Author SHA1 Message Date
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
Prachi Damle 68c1fe0899 CS-16022: If host connection fails due to some DB error, host disconnect does not happen and mgmt_server_id is not removed.
Making sure host disconnect is called.
2012-08-15 18:13:13 -07:00
Sheng Yang eaddb44c8a CS-14253: Apply IP when firewall rule is in place 2012-08-15 15:08:17 -07:00
Sheng Yang 17941d9d64 Revert "bug 14484: Apply existed firewall rules when associating IP"
This reverts commit d80b58fe1d.
2012-08-15 15:08:17 -07:00
Jessica Wang 6ea6c662c7 cloudstack 3.0 UI - Instances page - VM Wizard - select network step - VPC filter - list only VPCs belonging to the current login (i.e. If the current login is root-admin, do not show VPCs belonging to regular-user/domain-admin in Instances page's VM Wizard.) 2012-08-15 14:59:18 -07:00
Anthony Xu ef5fa3897e typo fix 2012-08-15 14:15:48 -07:00
Jessica Wang ab13f0669f cloudstack 3.0 UI - VPN Customer Gateway - IKE DH field, Perfect Forward Secrecy field - change option description of to 'Group 2(modp1024)', 'Group 5(modp1536)'. 2012-08-15 13:57:39 -07:00
anthony 3e0689fcf1 bug 13734: allow dhcp traffic by default
status 13734: resolved fixed
2012-08-15 12:36:06 -07:00
Sheng Yang 1f61216686 S2S VPN: Fix typo 2012-08-15 12:04:19 -07:00
Sheng Yang d3977220a3 S2S VPN: CS-15998: Fix wrong vpc id in Site2SiteVpnGatewayResponse 2012-08-15 11:56:39 -07:00
Jessica Wang 3fd7b8eb6b cloudstack 3.0 UI - IP Address page - detailView - Network Name is referring to name of associated network. 2012-08-15 11:25:39 -07:00
Brian Federle 2628382b48 VPC UI: Fix IP details when no network is present 2012-08-15 10:25:02 -07:00
Brian Federle 1532428ac3 VPC UI: Hide tier dropdown if viewing from tier detail view 2012-08-15 10:13:49 -07:00
Jessica Wang c516325688 CS-15956: cloudstack 3.0 UI - autoscale - create/update autoscale vm profile - change how data is passed to API. 2012-08-14 18:04:36 -07:00
Jessica Wang 09bd57cff2 CS-15977: cloudstack 3.0 UI - VM Wizard - select network step (5th step) - if there is no visible network in Existing Networks Area, check checkbox in Add Network Area. 2012-08-14 15:52:04 -07:00
Alena Prokharchyk 5acc99c774 Fixed unittest for VPC - added missing implementation for some methods in Mock classes used by the test 2012-08-14 13:49:40 -07:00
Jessica Wang 428c61dbc9 CS-15985: cloudstack 3.0 UI - IP Address page - should use associatednetworkid instead of networkid when trying to grep an IP Address' parent network. 2012-08-14 11:35:33 -07:00
Brian Federle 945edac370 CS-15796: Disable security group dropdown when in advanced zone 2012-08-14 11:08:48 -07:00
Jessica Wang b6e401b1fa cloudstack 3.0 UI - DeleteVpnCustomerGateway API response name has been changed, here is corresponding UI change. 2012-08-14 10:07:18 -07:00
Sheng Yang ba05fa5564 S2S VPN: Fix license headers 2012-08-14 09:50:36 -07:00
Sheng Yang e947d1cf67 S2S VPN: Fix wrong response name 2012-08-14 09:50:22 -07:00
Pranav Saxena 07fc5ab3b0 multiEdit widget add VM labels 2012-08-14 21:01:52 +05:30
Pranav Saxena f253fcdddf multiEdit widget add VM labels 2012-08-14 21:00:44 +05:30
Pranav Saxena a52925bec0 Changing addvms label 2012-08-14 18:10:58 +05:30
Pranav Saxena 15fe4e80ac CS-15976:when vpc fails to create, UI keeps on showing that the creation is in progress 2012-08-14 17:20:27 +05:30
Pranav Saxena e4e425067c Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x 2012-08-14 16:30:44 +05:30
kishan 50c6bd77a0 bug CS-15984: parse and return stats for network usage command with vpn option
status CS-15984: resolved fixed
2012-08-14 16:36:48 +05:30
kishan ddc50606d7 bug CS-15982: corrected order of sent and rcvd usage rules
status CS-15982: resolved fixed
2012-08-14 16:36:48 +05:30
Vijay d9b843ed9d CS-15938. Support for multiple guest networks with autoscale
The loadbalancers network and the VM's network are the same.
Hence not getting the input from user and passing the loadbalancers network
for the AutoScale VMs (for advanced network).
2012-08-14 16:34:29 +05:30
Pranav Saxena d61eb05c54 CS-15981:Add Load Balancer page inside Guest networks is blank 2012-08-14 16:27:32 +05:30
Abhinandan Prateek e5710e953a bug CS-15868: fixing the xen systemvm template guest os to reflect the right one 2012-08-14 10:25:37 +05:30
Vijayendra Bhamidipati 31118d91a3 Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x 2012-08-13 17:59:09 -07:00
Vijayendra Bhamidipati 93a0989167 CS-15569: InterVlan - ApiDispatcher reports wrong Information as the reason for Failure. Public IP Addresses unrelated to the Guest VM are mentioned to be associated with the VM.
Description:

    Fixing misleading error message in exception.
2012-08-13 17:58:17 -07:00
Anthony Xu 6315b5ad41 CS-15922 : to avoid race condition when expunge vm, expunge interval and expunge deplay should be larger than 600 second 2012-08-13 17:41:21 -07:00
Alena Prokharchyk 4116ac876f VPC: CS-15805 - guest cidr should be RFC1918 complient 2012-08-13 17:08:39 -07:00
Jessica Wang 0582f287e3 CS-15955: cloudstack 3.0 UI - autoscale - change validation error message of comparison of scale policy duration and polling interval. 2012-08-13 16:39:12 -07:00
Jessica Wang 52830fa544 cloudstack 3.0 UI - network page - LB listing - VM listing - VM name - no need to choose between id, displayname, name property in VM object. Always use displayname property in VM object. This also fixes a bug that VM name did not show right after an VM was assigned to a LB rule. 2012-08-13 15:52:59 -07:00
Jessica Wang c97144815a cloudstack 3.0 UI - network page - LB listing - comment out obsolete unused code. 2012-08-13 14:44:18 -07:00
Alena Prokharchyk 3ef9f27c66 VPC: CS-15925 - when vpc provider is speficied for a new network offering, no other providers can be used 2012-08-13 13:58:16 -07:00
Jessica Wang 91e934efbb CS-15953: cloudstack 3.0 UI - autoscale - add UI validation to validate value in those fields is a number: Min Instances, Max Instances, Polling Interval, Quiet Time, Destroy VM grace period, SNMP Port, Scale Up Policy duration, Scale Down Policy duration. 2012-08-13 13:48:44 -07:00
Pranav Saxena b9f2e9b93a CS-15961:InterVlan Box for Creation of ACL Rules on ICMP Protocol should convey the default value of ICMP type and Code 2012-08-14 01:48:35 +05:30
Jessica Wang 8069ffab1c CS-15957: cloudstack 3.0 UI - VPC - private gateway - if not root-admin, show private gateway listView instead of create private gateway dialog because only root-admin is allowed to create private gateway. 2012-08-13 12:44:18 -07:00
Pranav Saxena b3e5371374 CS-15962:InterVlan -VirtualRouter details as a separate under the VPC section 2012-08-14 01:09:38 +05:30
Brian Federle f169a97096 multiEdit: Support default value and description
-If 'defaultValue' is specified for a text field, then put that value
 into the text field on load.

-If 'desc' is specified for any field, then use it as a 'title'
 attribute to show a tooltip description.

Example:

      'icmptype': {
        ...
        defaultValue: '-1',
        desc: 'Please specify -1 if you want to allow all'
        ...
      }
2012-08-13 12:15:43 -07:00
Alena Prokharchyk a82ff7b0d1 VPC: CS-15968 - don't send ips in Releasing state to the router when the nic is already unplugged for this Vlan 2012-08-13 11:42:29 -07:00
Brian Federle cf669496e1 CS-15958: Fix ACL select box
Give fixed width to ACL tier select box, to prevent overflow with long
network names
2012-08-13 11:03:40 -07:00
Brian Federle c4f12caf5e CS-15877: Fix static routes
Fix static routes not being shown when viewed as a domain admin
2012-08-13 10:56:26 -07:00
kishan 7c1a9658fc bug CS-15972: Insert iptable rules to set vpn mark before vpn usage chain
status CS-15972: resolved fixed
2012-08-13 20:57:38 +05:30
Koushik Das 7e681a701c CS-15908 : LDV: Prevent attach local data volume to a VM created in a zone with local storage disabled
Following scenarios are not allowed in case local storage is disabled on zone:
-Creation of volume (new or from snapshot) with local disk offering.
-Attach/reattach of volume with local disk offering.

Reviewed-by: Nitin
2012-08-13 17:11:26 +05:30