[jira] [Commented] (CLOUDSTACK-2636) 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 netw

2013-05-22 Thread angeline shen (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-2636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13664740#comment-13664740
 ] 

angeline shen commented on CLOUDSTACK-2636:
---

2013-05-22 17:21:50,628 DEBUG [agent.manager.AgentManagerImpl] 
(AgentManager-Handler-4:null) Ping from 3
2013-05-22 17:21:51,120 DEBUG [cloud.api.ApiServlet] (catalina-exec-10:null) 
===START===  10.216.133.70 -- GET  
command=createVlanIpRange&forVirtualNetwork=false&networkid=dae3b32a-312b-4d79-a3af-2753563e127e&starti
p=10.223.161.100&endip=10.223.161.123&response=json&sessionkey=B6%2Bom%2B7iUDa%2BVdCTmIeNFW5UjWs%3D&_=1369269136428
2013-05-22 17:21:51,136 INFO  [cloud.api.ApiServer] (catalina-exec-10:null) 
Gateway, netmask and zoneId have to be passed in for virtual and direct 
untagged networks
2013-05-22 17:21:51,136 DEBUG [cloud.api.ApiServlet] (catalina-exec-10:null) 
===END===  10.216.133.70 -- GET  
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&_=1369269136428
2013-05-22 17:21:51,806 DEBUG [storage.secondary.SecondaryStorageManagerImpl] 
(secstorage-1:null) Zone 1 is ready to launch secondary storage VM


> 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
> hostubuntu  13..04  KVM  ACS 4.2  PVLAN
>Reporter: angeline shen
>Assignee: Jessica Wang
> Fix For: 4.2.0
>
> Attachments: 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


[jira] [Commented] (CLOUDSTACK-2636) 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 netw

2013-06-28 Thread Bharat Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-2636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13695465#comment-13695465
 ] 

Bharat Kumar commented on CLOUDSTACK-2636:
--

Changed the api to accept only ip range in case when user intends to add the 
range to the existing subnet.
commit ca13586331d215b0be269fea010536106d7fa67c


> 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: API
>Affects Versions: 4.2.0
> Environment: MS ubuntu  13..04  KVM  ACS 4.2  PVLAN
> hostubuntu  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