[jira] [Commented] (CLOUDSTACK-2506) create network dialog is not displaying network offerings with specifyvlan=true to admin
[ https://issues.apache.org/jira/browse/CLOUDSTACK-2506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13679313#comment-13679313 ] shweta agarwal commented on CLOUDSTACK-2506: yes . I created a network offerings with source nat enabled and specify vlan =true. > create network dialog is not displaying network offerings with > specifyvlan=true to admin > > > Key: CLOUDSTACK-2506 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2506 > 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: build: > CloudStack-non-OSS-MASTER-329-rhel6.3 >Reporter: shweta agarwal >Priority: Blocker > Fix For: 4.2.0 > > > Repro steps: > 1. Create a network offerings with specify vlan=true > 2. As a root admin Goto network tab and open create network dialog > Bug: > Notice its not showing network offerings created in step 1 > Expected result: > It should show the network offerings created in step1 > Actually When we open create network dialog presently its only firing > following api > http://10.147.59.212:8080/client/api?command=listNetworkOfferings&zoneid=dd1f4b0f-bc77-4b3b-8f47-45130d4b816a&forVpc=false&response=json&sessionkey=dNddt90WhymsHK2%2FNj9eD5fZbWk%3D&guestiptype=Isolated&supportedServices=SourceNat&specifyvlan=false&state=Enabled&_=1368600062363 > it need to fire one more api with specifyvlan=true param value for isolated > network -- 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-2506) create network dialog is not displaying network offerings with specifyvlan=true to admin
[ https://issues.apache.org/jira/browse/CLOUDSTACK-2506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13674646#comment-13674646 ] Animesh Chaturvedi commented on CLOUDSTACK-2506: shweta any update on the comments from Pranav > create network dialog is not displaying network offerings with > specifyvlan=true to admin > > > Key: CLOUDSTACK-2506 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2506 > 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: build: > CloudStack-non-OSS-MASTER-329-rhel6.3 >Reporter: shweta agarwal >Priority: Blocker > Fix For: 4.2.0 > > > Repro steps: > 1. Create a network offerings with specify vlan=true > 2. As a root admin Goto network tab and open create network dialog > Bug: > Notice its not showing network offerings created in step 1 > Expected result: > It should show the network offerings created in step1 > Actually When we open create network dialog presently its only firing > following api > http://10.147.59.212:8080/client/api?command=listNetworkOfferings&zoneid=dd1f4b0f-bc77-4b3b-8f47-45130d4b816a&forVpc=false&response=json&sessionkey=dNddt90WhymsHK2%2FNj9eD5fZbWk%3D&guestiptype=Isolated&supportedServices=SourceNat&specifyvlan=false&state=Enabled&_=1368600062363 > it need to fire one more api with specifyvlan=true param value for isolated > network -- 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-2506) create network dialog is not displaying network offerings with specifyvlan=true to admin
[ https://issues.apache.org/jira/browse/CLOUDSTACK-2506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13671418#comment-13671418 ] Pranav Saxena commented on CLOUDSTACK-2506: --- Did you activate source NAT service while creating the offering ? > create network dialog is not displaying network offerings with > specifyvlan=true to admin > > > Key: CLOUDSTACK-2506 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2506 > 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: build: > CloudStack-non-OSS-MASTER-329-rhel6.3 >Reporter: shweta agarwal >Priority: Blocker > Fix For: 4.2.0 > > > Repro steps: > 1. Create a network offerings with specify vlan=true > 2. As a root admin Goto network tab and open create network dialog > Bug: > Notice its not showing network offerings created in step 1 > Expected result: > It should show the network offerings created in step1 > Actually When we open create network dialog presently its only firing > following api > http://10.147.59.212:8080/client/api?command=listNetworkOfferings&zoneid=dd1f4b0f-bc77-4b3b-8f47-45130d4b816a&forVpc=false&response=json&sessionkey=dNddt90WhymsHK2%2FNj9eD5fZbWk%3D&guestiptype=Isolated&supportedServices=SourceNat&specifyvlan=false&state=Enabled&_=1368600062363 > it need to fire one more api with specifyvlan=true param value for isolated > network -- 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-2506) create network dialog is not displaying network offerings with specifyvlan=true to admin
[ https://issues.apache.org/jira/browse/CLOUDSTACK-2506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13670669#comment-13670669 ] Alena Prokharchyk commented on CLOUDSTACK-2506: --- The bug should be fixed to bring this feature to the UI: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Vlan+assignment+to+Isolated+network 1) Don't change anything in User/domainAdmin UI. 2) In root admin UI, change listNetworks call that Shweta mentioned in the bug description - remove specifyVlan=false from the call. 3) When admin picks up the offering with specifyVlan=true from the drop down, display one more edit box "Vlan" (required field for this type of offering). Pass the value of the edit box to the createNetwork call (parameter name is "vlan"). > create network dialog is not displaying network offerings with > specifyvlan=true to admin > > > Key: CLOUDSTACK-2506 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2506 > 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: build: > CloudStack-non-OSS-MASTER-329-rhel6.3 >Reporter: shweta agarwal >Priority: Critical > Fix For: 4.2.0 > > > Repro steps: > 1. Create a network offerings with specify vlan=true > 2. As a root admin Goto network tab and open create network dialog > Bug: > Notice its not showing network offerings created in step 1 > Expected result: > It should show the network offerings created in step1 > Actually When we open create network dialog presently its only firing > following api > http://10.147.59.212:8080/client/api?command=listNetworkOfferings&zoneid=dd1f4b0f-bc77-4b3b-8f47-45130d4b816a&forVpc=false&response=json&sessionkey=dNddt90WhymsHK2%2FNj9eD5fZbWk%3D&guestiptype=Isolated&supportedServices=SourceNat&specifyvlan=false&state=Enabled&_=1368600062363 > it need to fire one more api with specifyvlan=true param value for isolated > network -- 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