You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by "ilya musayev (JIRA)" <ji...@apache.org> on 2012/11/29 19:46:59 UTC

[jira] [Created] (CLOUDSTACK-563) Unable to create guest network in UI for Advanced Zone

ilya musayev created CLOUDSTACK-563:
---------------------------------------

             Summary: Unable to create guest network in UI for Advanced Zone
                 Key: CLOUDSTACK-563
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-563
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: UI
    Affects Versions: 4.0.0
         Environment: CS 4.0 on CentOS 6.3
vSphere 5.0 clusters with Advanced networks
            Reporter: ilya musayev


The UI would not allow for creation of guest Network.  - Please look at the attached image.

Screenshot - http://i50.tinypic.com/33zfmvs.jpg

The drop down for NetworkOfferings is blank
There is a dropdown for VPC - which is also blank (not needed for shared networks)
We also need the ability to pick the proper Physical Network Name - which is not available/

This feature is also broken in the Add A Zone wizard, i will open a separate bug request for that.


--
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

RE: [jira] [Commented] (CLOUDSTACK-563) Unable to create guest network in UI for Advanced Zone

Posted by "Musayev, Ilya" <im...@webmd.net>.
David,


I have a non source code based RPM version of CS 4 so I cant really set the breakpoint and use IDE.

Alternatively I can probably install IDE and compile for source - but this is a long shot and will take a bit of time - since I have to recreate the Advanced Network there and I don’t have luxury of redoing the whole thing.

I wonder if I can do the same thing with FireBug or similar in browser tool.

Any help in getting this through - except for using IDE and redoing my setup is appreciated.

Thanks
ilya



-----Original Message-----
From: Dave Cahill (JIRA) [mailto:jira@apache.org] 
Sent: Sunday, December 02, 2012 8:20 PM
To: cloudstack-dev@incubator.apache.org
Subject: [jira] [Commented] (CLOUDSTACK-563) Unable to create guest network in UI for Advanced Zone


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

Dave Cahill commented on CLOUDSTACK-563:
----------------------------------------

Hi Ilya,

In that case I'm not sure what the issue is, but I can give you a pointer to how I solved a similar issue myself. If you run through these steps, you will either figure out what the issue with your setup is, or get more details to add to this bug report.

Start the management server in debug mode (listening for debugger connections). 
Attach the debugger, e.g. using an IDE such as IntelliJ.
Put a breakpoint on the first line of searchForNetworkOfferings() in ConfigurationManagerImpl.java.
Go to Add Guest Network - this should trigger the breakpoint Trace through the code to find why none of your network offerings are considered valid for inclusion in the dropdown list
   In my case, none of the providers were enabled on the underlying physical network - in your case, the reaosn will likely be different

Sorry I can't be of more help, but that pointer may be of some use.

Thanks,
Dave.



                
> Unable to create guest network in UI for Advanced Zone
> ------------------------------------------------------
>
>                 Key: CLOUDSTACK-563
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-563
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: UI
>    Affects Versions: 4.0.0
>         Environment: CS 4.0 on CentOS 6.3 vSphere 5.0 clusters with 
> Advanced networks
>            Reporter: ilya musayev
>              Labels: Bug, UI
>
> The UI would not allow for creation of guest Network.  - Please look at the attached image.
> Screenshot - http://i50.tinypic.com/33zfmvs.jpg
> The drop down for NetworkOfferings is blank There is a dropdown for 
> VPC - which is also blank (not needed for shared networks) We also 
> need the ability to pick the proper Physical Network Name - which is 
> not available/ This feature is also broken in the Add A Zone wizard, i will open a separate bug request for that.

--
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


RE: [jira] [Commented] (CLOUDSTACK-563) Unable to create guest network in UI for Advanced Zone

Posted by "Musayev, Ilya" <im...@webmd.net>.
Sorry wrong picture was attached for #1:
http://oi50.tinypic.com/2cr4mpz.jpg

-----Original Message-----
From: Musayev, Ilya (JIRA) [mailto:jira@apache.org] 
Sent: Monday, December 03, 2012 3:34 PM
To: cloudstack-dev@incubator.apache.org
Subject: [jira] [Commented] (CLOUDSTACK-563) Unable to create guest network in UI for Advanced Zone


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

Musayev, Ilya commented on CLOUDSTACK-563:
------------------------------------------

Hi Brian,

So I think there are 2 issues in this request:

1) Not able to see the NetworkOfferings as a drop down. I've attached an image of what I see in firebug. 

I also clicked on each relevant API call to see what I get and I would get nothing for networkoffering.
http://oi50.tinypic.com/33zfmvs.jpg


2) Conceptually - don’t we have to bind the Network to Network Offering and Physical Network - when you do Advanced Network Setup?

Thanks
ilya



                
> Unable to create guest network in UI for Advanced Zone
> ------------------------------------------------------
>
>                 Key: CLOUDSTACK-563
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-563
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: UI
>    Affects Versions: 4.0.0
>         Environment: CS 4.0 on CentOS 6.3 vSphere 5.0 clusters with 
> Advanced networks
>            Reporter: ilya musayev
>            Assignee: Brian Federle
>              Labels: Bug, UI
>
> The UI would not allow for creation of guest Network.  - Please look at the attached image.
> Screenshot - http://i50.tinypic.com/33zfmvs.jpg
> The drop down for NetworkOfferings is blank There is a dropdown for 
> VPC - which is also blank (not needed for shared networks) We also 
> need the ability to pick the proper Physical Network Name - which is 
> not available/ This feature is also broken in the Add A Zone wizard, i will open a separate bug request for that.

--
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


RE: [jira] [Comment Edited] (CLOUDSTACK-563) Unable to create guest network in UI for Advanced Zone

Posted by "Musayev, Ilya" <im...@webmd.net>.
Hi Dave,

Yes I do have Virtual Providers enabled. I used the GUI for the most part to create the advanced zone. 

I checked on virtual providers, I have Virtual Router and VPC enabled. I disabled VPC because its not applicable shared network and is now disabled.

I also used CloudMonkey for part of the setup, specifically Networks - because GUI does not let me accomplish this task.  

My step by step install is documented here. If you were to follow this guide you should be able to reproduce this issue.

https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+Advanced+Network+Tutorial+-+Step+by+Step

You can see I used CloudMokey at the very end..

Regards
ilya


-----Original Message-----
From: Dave Cahill (JIRA) [mailto:jira@apache.org] 
Sent: Friday, November 30, 2012 2:20 AM
To: cloudstack-dev@incubator.apache.org
Subject: [jira] [Comment Edited] (CLOUDSTACK-563) Unable to create guest network in UI for Advanced Zone


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

Dave Cahill edited comment on CLOUDSTACK-563 at 11/30/12 7:19 AM:
------------------------------------------------------------------

Are relevant providers Enabled on the underlying Physical Network?

If you navigate to Infrastructure > Zones > YOURZONENAME > Physical Network > YOURPHYSICALNETWORKNAME > Network Service Providers, are any of the providers marked as Enabled?

I experienced the same behaviour you mention, but it turned out to be because I set up my env using CloudMonkey CLI and hadn't enabled any of the providers (e.g. VirtualRouter).
                
      was (Author: davecahill):
    Are relevant providers Enabled on the underlying Physical Network?

If you navigate to Infrastructure > Zones > YOURZONENAME > Physical Network > YOURPHYSICALNETWORKNAME > Network Service Providers, are any of the providers marked as Enabled?

I exeprienced the saem behaviour you mention, but it turned out to be because I set up my env using CloudMonkey CLI and hadn't enabled any of the providers (e.g. VirtualRouter).
                  
> Unable to create guest network in UI for Advanced Zone
> ------------------------------------------------------
>
>                 Key: CLOUDSTACK-563
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-563
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: UI
>    Affects Versions: 4.0.0
>         Environment: CS 4.0 on CentOS 6.3 vSphere 5.0 clusters with 
> Advanced networks
>            Reporter: ilya musayev
>              Labels: Bug, UI
>
> The UI would not allow for creation of guest Network.  - Please look at the attached image.
> Screenshot - http://i50.tinypic.com/33zfmvs.jpg
> The drop down for NetworkOfferings is blank There is a dropdown for 
> VPC - which is also blank (not needed for shared networks) We also 
> need the ability to pick the proper Physical Network Name - which is 
> not available/ This feature is also broken in the Add A Zone wizard, i will open a separate bug request for that.

--
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-563) Unable to create guest network in UI for Advanced Zone

Posted by "Brian Federle (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13508975#comment-13508975 ] 

Brian Federle commented on CLOUDSTACK-563:
------------------------------------------

Hi Ilya,

You can provide the AJAX response via the Firebug console.

If you have Firebug installed, open it and make sure the 'Console' tab is enabled (it may be disabled by default). Then, open the add network form. You should see this URL output in the console window:

http://localhost:8080/client/api?command=listNetworkOfferings&state=Enabled&zoneid=4f0035f4-133f-4ccb-8b6d-14b2c1a50c9d&guestiptype=Shared&response=json&sessionkey=mRtKlwtKeMAix2sUXM12mI4AMtk%3D&_=1354563645123

If you expand this line and go to the Response tab, it will show you the API response:

{ "listnetworkofferingsresponse" : { "count":1 ,"networkoffering" : [  {"id":"b8f89f66-d6ab-474d-93e0-146a1ce3de96","name":"DefaultSharedNetworkOffering","displaytext":"Offering for Shared networks","traffictype":"Guest","isdefault":true,"specifyvlan":true,"conservemode":true,"specifyipranges":true,"availability":"Optional","networkrate":200,"state":"Enabled","guestiptype":"Shared","serviceofferingid":"9becad44-58b1-45c1-9f49-a61f14311f92","service":[{"name":"Dns","provider":[{"name":"VirtualRouter"}]},{"name":"Dhcp","provider":[{"name":"VirtualRouter"}]},{"name":"UserData","provider":[{"name":"VirtualRouter"}]}],"forvpc":false} ] } }

Please post the contents of the response -- normally you would see content here like above, but if not then it might be an issue with the backend/API.
                
> Unable to create guest network in UI for Advanced Zone
> ------------------------------------------------------
>
>                 Key: CLOUDSTACK-563
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-563
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: UI
>    Affects Versions: 4.0.0
>         Environment: CS 4.0 on CentOS 6.3
> vSphere 5.0 clusters with Advanced networks
>            Reporter: ilya musayev
>            Assignee: Brian Federle
>              Labels: Bug, UI
>
> The UI would not allow for creation of guest Network.  - Please look at the attached image.
> Screenshot - http://i50.tinypic.com/33zfmvs.jpg
> The drop down for NetworkOfferings is blank
> There is a dropdown for VPC - which is also blank (not needed for shared networks)
> We also need the ability to pick the proper Physical Network Name - which is not available/
> This feature is also broken in the Add A Zone wizard, i will open a separate bug request for that.

--
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-563) Unable to create guest network in UI for Advanced Zone

Posted by "Musayev, Ilya (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507426#comment-13507426 ] 

Musayev, Ilya commented on CLOUDSTACK-563:
------------------------------------------

Hi Dave,

Yes I do have Virtual Providers enabled. I used the GUI for the most part to create the advanced zone. 

I checked on virtual providers, I have Virtual Router and VPC enabled. I disabled VPC because its not applicable shared network and is now disabled.

I also used CloudMonkey for part of the setup, specifically Networks - because GUI does not let me accomplish this task.  

My step by step install is documented here. If you were to follow this guide you should be able to reproduce this issue.

https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+Advanced+Network+Tutorial+-+Step+by+Step

You can see I used CloudMokey at the very end..

Regards
ilya



                
> Unable to create guest network in UI for Advanced Zone
> ------------------------------------------------------
>
>                 Key: CLOUDSTACK-563
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-563
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: UI
>    Affects Versions: 4.0.0
>         Environment: CS 4.0 on CentOS 6.3
> vSphere 5.0 clusters with Advanced networks
>            Reporter: ilya musayev
>              Labels: Bug, UI
>
> The UI would not allow for creation of guest Network.  - Please look at the attached image.
> Screenshot - http://i50.tinypic.com/33zfmvs.jpg
> The drop down for NetworkOfferings is blank
> There is a dropdown for VPC - which is also blank (not needed for shared networks)
> We also need the ability to pick the proper Physical Network Name - which is not available/
> This feature is also broken in the Add A Zone wizard, i will open a separate bug request for that.

--
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-563) Unable to create guest network in UI for Advanced Zone

Posted by "Musayev, Ilya (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509027#comment-13509027 ] 

Musayev, Ilya commented on CLOUDSTACK-563:
------------------------------------------

Sorry wrong picture was attached for #1:
http://oi50.tinypic.com/2cr4mpz.jpg


                
> Unable to create guest network in UI for Advanced Zone
> ------------------------------------------------------
>
>                 Key: CLOUDSTACK-563
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-563
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: UI
>    Affects Versions: 4.0.0
>         Environment: CS 4.0 on CentOS 6.3
> vSphere 5.0 clusters with Advanced networks
>            Reporter: ilya musayev
>            Assignee: Brian Federle
>              Labels: Bug, UI
>
> The UI would not allow for creation of guest Network.  - Please look at the attached image.
> Screenshot - http://i50.tinypic.com/33zfmvs.jpg
> The drop down for NetworkOfferings is blank
> There is a dropdown for VPC - which is also blank (not needed for shared networks)
> We also need the ability to pick the proper Physical Network Name - which is not available/
> This feature is also broken in the Add A Zone wizard, i will open a separate bug request for that.

--
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-563) Unable to create guest network in UI for Advanced Zone

Posted by "Dave Cahill (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13508427#comment-13508427 ] 

Dave Cahill commented on CLOUDSTACK-563:
----------------------------------------

Hi Ilya,

In that case I'm not sure what the issue is, but I can give you a pointer to how I solved a similar issue myself. If you run through these steps, you will either figure out what the issue with your setup is, or get more details to add to this bug report.

Start the management server in debug mode (listening for debugger connections). 
Attach the debugger, e.g. using an IDE such as IntelliJ.
Put a breakpoint on the first line of searchForNetworkOfferings() in ConfigurationManagerImpl.java.
Go to Add Guest Network - this should trigger the breakpoint
Trace through the code to find why none of your network offerings are considered valid for inclusion in the dropdown list
   In my case, none of the providers were enabled on the underlying physical network - in your case, the reaosn will likely be different

Sorry I can't be of more help, but that pointer may be of some use.

Thanks,
Dave.



                
> Unable to create guest network in UI for Advanced Zone
> ------------------------------------------------------
>
>                 Key: CLOUDSTACK-563
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-563
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: UI
>    Affects Versions: 4.0.0
>         Environment: CS 4.0 on CentOS 6.3
> vSphere 5.0 clusters with Advanced networks
>            Reporter: ilya musayev
>              Labels: Bug, UI
>
> The UI would not allow for creation of guest Network.  - Please look at the attached image.
> Screenshot - http://i50.tinypic.com/33zfmvs.jpg
> The drop down for NetworkOfferings is blank
> There is a dropdown for VPC - which is also blank (not needed for shared networks)
> We also need the ability to pick the proper Physical Network Name - which is not available/
> This feature is also broken in the Add A Zone wizard, i will open a separate bug request for that.

--
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-563) Unable to create guest network in UI for Advanced Zone

Posted by "Musayev, Ilya (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13508907#comment-13508907 ] 

Musayev, Ilya commented on CLOUDSTACK-563:
------------------------------------------

David,


I have a non source code based RPM version of CS 4 so I cant really set the breakpoint and use IDE.

Alternatively I can probably install IDE and compile for source - but this is a long shot and will take a bit of time - since I have to recreate the Advanced Network there and I don’t have luxury of redoing the whole thing.

I wonder if I can do the same thing with FireBug or similar in browser tool.

Any help in getting this through - except for using IDE and redoing my setup is appreciated.

Thanks
ilya




                
> Unable to create guest network in UI for Advanced Zone
> ------------------------------------------------------
>
>                 Key: CLOUDSTACK-563
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-563
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: UI
>    Affects Versions: 4.0.0
>         Environment: CS 4.0 on CentOS 6.3
> vSphere 5.0 clusters with Advanced networks
>            Reporter: ilya musayev
>              Labels: Bug, UI
>
> The UI would not allow for creation of guest Network.  - Please look at the attached image.
> Screenshot - http://i50.tinypic.com/33zfmvs.jpg
> The drop down for NetworkOfferings is blank
> There is a dropdown for VPC - which is also blank (not needed for shared networks)
> We also need the ability to pick the proper Physical Network Name - which is not available/
> This feature is also broken in the Add A Zone wizard, i will open a separate bug request for that.

--
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-563) Unable to create guest network in UI for Advanced Zone

Posted by "Dave Cahill (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507156#comment-13507156 ] 

Dave Cahill commented on CLOUDSTACK-563:
----------------------------------------

Are relevant providers Enabled on the underlying Physical Network?

If you navigate to Infrastructure > Zones > YOURZONENAME > Physical Network > YOURPHYSICALNETWORKNAME > Network Service Providers, are any of the providers marked as Enabled?

I exeprienced the saem behaviour you mention, but it turned out to be because I set up my env using CloudMonkey CLI and hadn't enabled any of the providers (e.g. VirtualRouter).
                
> Unable to create guest network in UI for Advanced Zone
> ------------------------------------------------------
>
>                 Key: CLOUDSTACK-563
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-563
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: UI
>    Affects Versions: 4.0.0
>         Environment: CS 4.0 on CentOS 6.3
> vSphere 5.0 clusters with Advanced networks
>            Reporter: ilya musayev
>              Labels: Bug, UI
>
> The UI would not allow for creation of guest Network.  - Please look at the attached image.
> Screenshot - http://i50.tinypic.com/33zfmvs.jpg
> The drop down for NetworkOfferings is blank
> There is a dropdown for VPC - which is also blank (not needed for shared networks)
> We also need the ability to pick the proper Physical Network Name - which is not available/
> This feature is also broken in the Add A Zone wizard, i will open a separate bug request for that.

--
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] [Comment Edited] (CLOUDSTACK-563) Unable to create guest network in UI for Advanced Zone

Posted by "Dave Cahill (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507156#comment-13507156 ] 

Dave Cahill edited comment on CLOUDSTACK-563 at 11/30/12 7:19 AM:
------------------------------------------------------------------

Are relevant providers Enabled on the underlying Physical Network?

If you navigate to Infrastructure > Zones > YOURZONENAME > Physical Network > YOURPHYSICALNETWORKNAME > Network Service Providers, are any of the providers marked as Enabled?

I experienced the same behaviour you mention, but it turned out to be because I set up my env using CloudMonkey CLI and hadn't enabled any of the providers (e.g. VirtualRouter).
                
      was (Author: davecahill):
    Are relevant providers Enabled on the underlying Physical Network?

If you navigate to Infrastructure > Zones > YOURZONENAME > Physical Network > YOURPHYSICALNETWORKNAME > Network Service Providers, are any of the providers marked as Enabled?

I exeprienced the saem behaviour you mention, but it turned out to be because I set up my env using CloudMonkey CLI and hadn't enabled any of the providers (e.g. VirtualRouter).
                  
> Unable to create guest network in UI for Advanced Zone
> ------------------------------------------------------
>
>                 Key: CLOUDSTACK-563
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-563
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: UI
>    Affects Versions: 4.0.0
>         Environment: CS 4.0 on CentOS 6.3
> vSphere 5.0 clusters with Advanced networks
>            Reporter: ilya musayev
>              Labels: Bug, UI
>
> The UI would not allow for creation of guest Network.  - Please look at the attached image.
> Screenshot - http://i50.tinypic.com/33zfmvs.jpg
> The drop down for NetworkOfferings is blank
> There is a dropdown for VPC - which is also blank (not needed for shared networks)
> We also need the ability to pick the proper Physical Network Name - which is not available/
> This feature is also broken in the Add A Zone wizard, i will open a separate bug request for that.

--
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] [Assigned] (CLOUDSTACK-563) Unable to create guest network in UI for Advanced Zone

Posted by "Sonny Chhen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLOUDSTACK-563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sonny Chhen reassigned CLOUDSTACK-563:
--------------------------------------

    Assignee: Brian Federle
    
> Unable to create guest network in UI for Advanced Zone
> ------------------------------------------------------
>
>                 Key: CLOUDSTACK-563
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-563
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: UI
>    Affects Versions: 4.0.0
>         Environment: CS 4.0 on CentOS 6.3
> vSphere 5.0 clusters with Advanced networks
>            Reporter: ilya musayev
>            Assignee: Brian Federle
>              Labels: Bug, UI
>
> The UI would not allow for creation of guest Network.  - Please look at the attached image.
> Screenshot - http://i50.tinypic.com/33zfmvs.jpg
> The drop down for NetworkOfferings is blank
> There is a dropdown for VPC - which is also blank (not needed for shared networks)
> We also need the ability to pick the proper Physical Network Name - which is not available/
> This feature is also broken in the Add A Zone wizard, i will open a separate bug request for that.

--
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-563) Unable to create guest network in UI for Advanced Zone

Posted by "Musayev, Ilya (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509019#comment-13509019 ] 

Musayev, Ilya commented on CLOUDSTACK-563:
------------------------------------------

Hi Brian,

So I think there are 2 issues in this request:

1) Not able to see the NetworkOfferings as a drop down. I've attached an image of what I see in firebug. 

I also clicked on each relevant API call to see what I get and I would get nothing for networkoffering.
http://oi50.tinypic.com/33zfmvs.jpg


2) Conceptually - don’t we have to bind the Network to Network Offering and Physical Network - when you do Advanced Network Setup?

Thanks
ilya



                
> Unable to create guest network in UI for Advanced Zone
> ------------------------------------------------------
>
>                 Key: CLOUDSTACK-563
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-563
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: UI
>    Affects Versions: 4.0.0
>         Environment: CS 4.0 on CentOS 6.3
> vSphere 5.0 clusters with Advanced networks
>            Reporter: ilya musayev
>            Assignee: Brian Federle
>              Labels: Bug, UI
>
> The UI would not allow for creation of guest Network.  - Please look at the attached image.
> Screenshot - http://i50.tinypic.com/33zfmvs.jpg
> The drop down for NetworkOfferings is blank
> There is a dropdown for VPC - which is also blank (not needed for shared networks)
> We also need the ability to pick the proper Physical Network Name - which is not available/
> This feature is also broken in the Add A Zone wizard, i will open a separate bug request for that.

--
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