[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-2636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jessica Wang reassigned CLOUDSTACK-2636:
----------------------------------------

    Assignee: Bharat Kumar  (was: Jessica Wang)

Bharat,

This API regression seems to be caused by your check-in:
===========================================
commit 052c24c4d1c881f791b804dbb9c2fc083af7da36
Author: Bharat Kumar <[email protected]>
Date:   Mon May 13 17:02:27 2013 +0530
 
    CLOUDSTACK-702: Multiple ip ranges in different subnets.
   
    This feature enables adding of guest ip ranges (public ips)  form different 
subnets.
   
    In order to provide the dhcp service to a different subnet we create an 
ipalias on the router. This allows the router to listen to the dhcp request 
from the guest vms and respond accordingly. Every time a vm is deployed in the 
new subnet w
   
    The details of the alias ips are stored in db in the nic_ip_alias table. 
Every time a new subnet is added one of the ip from the subnet is used to 
configure the ip alias.
   
    I have pushed the code to  
https://github.com/bvbharatk/cloud-stack/tree/Cloudstack-702 , also rebased the 
code with master.
    I need to test the code for advanced sg enabled network using kvm.
   
    I have added the unit test
    Marvin tests are at 
https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=53e4965
   
    Also accomodated some of the changes suggested by koushik.
    corrected the import statements. renamed the IpAlias command to 
createIpAlias command.
   
    This feature supports only ipv4
                
> PVLAN UI:  physical network>  Guest network > Add IP range  FAIL with error 
> 'Gateway netmask and zoneid have to be passed in for virtual  and  direct 
> untagged networks
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-2636
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2636
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: UI
>    Affects Versions: 4.2.0
>         Environment: MS     ubuntu  13..04  KVM  ACS 4.2  PVLAN
> host    ubuntu  13..04  KVM  ACS 4.2  PVLAN
>            Reporter: angeline shen
>            Assignee: Bharat Kumar
>             Fix For: 4.2.0
>
>         Attachments: management-server.log.gz, Screenshot-CloudStack - 
> Mozilla Firefox.png
>
>
> 1. advance zone.  create shared network  with VLAN ID, private VLAN ID, IPV4 
> gateway, netmask, 
>    start IP, end IP
> 2. physical network> guest network> select network> view IP range> delete IP 
> range
>     add IP range> 
>     UI only allow   IPV4  start IP ,  IPV4  end IP,  IPV6 start IP, IPV6 end 
> IP   to be specified
>     After above are specified, UI returns  error:
>      Gateway, netmask and zoneID  have to be passed in for virtual and direct 
> untagged networks
> Result:    UI should   also pass gateway, netmask  and zoneID in  the API call
> client call:
> http://10.223.195.113:8080/client/api?command=createVlanIpRange&forVirtualNetwork=false&networkid=dae3b32a-312b-4d79-a3af-2753563e127e&startip=10.223.161.100&endip=10.223.161.123&response=json&sessionkey=B6%2Bom%2B7iUDa%2BVdCTmIeNFW5UjWs%3D&_=1369267057369
> server response:
> { "createvlaniprangeresponse" : 
> {"errorcode":431,"cserrorcode":4350,"errortext":"Gateway, netmask and zoneId 
> have to be passed in for virtual and direct untagged networks"} }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to