You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/10/07 20:33:44 UTC

[jira] [Commented] (CLOUDSTACK-4672) [UI] Network detail list doesn't show PVLAN related items

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

ASF subversion and git services commented on CLOUDSTACK-4672:
-------------------------------------------------------------

Commit 90aa2f2e3fb544f45e192df533fa4c5a962dd28f in branch refs/heads/4.2 from [~jessicawang]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=90aa2f2 ]

CLOUDSTACK-4672: UI > Network > details tab > add new field "broadcasturi" to show Primary VLAN, Secondary Isolated VLAN.


> [UI] Network detail list doesn't show PVLAN related items
> ---------------------------------------------------------
>
>                 Key: CLOUDSTACK-4672
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4672
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: UI
>    Affects Versions: 4.2.0
>            Reporter: Sheng Yang
>             Fix For: 4.2.1
>
>         Attachments: after_fix.jpg
>
>
> Primary VLAN ID and secondary VLAN ID is not shown in the network detail list.
> They're in the API:
> { "listnetworksresponse" : { "count":1 ,"network" : [  {"id":"c6b9563d-8a8a-467b-bb5f-a97cf3128e7b","name":"pvlan1610","displaytext":"pvlan","broadcastdomaintype":"Pvlan","traffictype":"Guest","gateway":"10.223.161.1","netmask":"255.255.255.192","cidr":"10.223.161.0/26","zoneid":"ac87f0b9-84cf-4b48-9394-f966f0158926","zonename":"zone-81","networkofferingid":"e243e9f3-52cc-415f-a4c4-064cd3aa6555","networkofferingname":"DefaultSharedNetworkOffering","networkofferingdisplaytext":"Offering for Shared networks","networkofferingconservemode":true,"networkofferingavailability":"Optional","issystem":false,"state":"Setup","related":"c6b9563d-8a8a-467b-bb5f-a97cf3128e7b","broadcasturi":"pvlan://1610-i999","dns1":"8.8.8.8","type":"Shared","vlan":"N/A","acltype":"Domain","subdomainaccess":true,"domainid":"b3e5278a-1c04-11e3-84fc-002219d77204","domain":"ROOT","service":[{"name":"UserData"},{"name":"Dns","capability":[{"name":"AllowDnsSuffixModification","value":"true","canchooseservicecapability":false}]},{"name":"Dhcp","capability":[{"name":"DhcpAccrossMultipleSubnets","value":"true","canchooseservicecapability":false}]}],"networkdomain":"cs1cloud.internal","physicalnetworkid":"5de65b22-fa25-4f61-b09a-82934f0e9e04","restartrequired":false,"specifyipranges":true,"canusefordeploy":true,"ispersistent":false,"tags":[],"displaynetwork":true} ] } }
> See the broadcasturi: "pvlan://1610-i999".
> Primary VLAN is 1610, Secondary Isolated VLAN is 999. Formation is pvlan://[primary]-i[secondary_isolated]



--
This message was sent by Atlassian JIRA
(v6.1#6144)