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

Jayapal Reddy commented on CLOUDSTACK-2517:
-------------------------------------------

Please see the bug for info: CLOUDSTACK-2369
1. For each private gateway we created there are two networks got created one 
with private network guru and other with external network guru.

mysql> SELECT id, uuid, name,guru_name,gateway,cidr FROM cloud.networks where 
broadcast_uri='vlan://74';
+-----+--------------------------------------+-------------------------+--------------------------+-------------+----------------+
| id | uuid | name | guru_name | gateway | cidr |
+-----+--------------------------------------+-------------------------+--------------------------+-------------+----------------+
| 231 | 8012931a-dc81-45f2-9dc2-924772ae6438 | vpc-vpc1-privateNetwork | 
ExternalGuestNetworkGuru | 10.147.74.1 | 10.147.74.0/24 |
| 232 | 22628a72-7648-4872-934d-8c092f53b74b | vpc-vpc1-privateNetwork | 
PrivateNetworkGuru | 10.147.74.1 | 10.147.74.0/24 |
+-----+--------------------------------------+-------------------------+--------------------------+-------------+----------------+


                
> [nTier:PrivateGateway] network create issues with private gateway
> -----------------------------------------------------------------
>
>                 Key: CLOUDSTACK-2517
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2517
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: Network Controller
>    Affects Versions: 4.2.0
>            Reporter: Jayapal Reddy
>            Priority: Critical
>             Fix For: 4.2.0
>
>
> 1. creating private gateway create two network entries (ExternalNetworkGuru, 
> privateNetworkGuru) into networks table.
> 2. When creating same private gateway in different vpc cloudstack is not 
> created two different networks into networks table.
> 3. private networks in networks table did not have VPC id. So not able to 
> distinguish networks for the two vacs.
> 4. Creating two network entries causing issues while adding and deleting 
> private gateway
> a.CLOUDSTACK-2426 because the network (ExternalNetworkGuru is not cleanup)

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