ASR1K plugin: Global-router-1 is not created when the tenant router is created without a router created in "admin"project

Bug #1502281 reported by Danny Choi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
networking-cisco
New
Undecided
Unassigned

Bug Description

There is no router created in “admin” project.

I created a tenant, tenant1.

Within tenant1, I created a router as follows:
     neutron router-create tenant1-router1
     neutron router-gateway-set tenant1-router1 ext-net
     neutron router-update tenant1-router1 --cisco_ha:enabled=True

Afterwards, at the “admin” project, the “Global-router-1” is not created:

[root@G10-QA4 ~(keystone_admin)]# neutron router-list
+--------------------------------------+---------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| id | name | external_gateway_info |
+--------------------------------------+---------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 053185fa-8661-44f6-8b68-1b8dd42b1400 | Global-router-0000-000000000002 | {"network_id": "cae59642-fd1a-4d97-865b-c52cf1007610", "external_fixed_ips": [{"subnet_id": "96c63f98-7571-43f1-bbb6-2b781e561514", "ip_address": "169.254.128.32"}]} |
| 3e7d3f66-882e-46b5-a950-0f60cd2e6218 | tenant1-router1 | {"network_id": "cae59642-fd1a-4d97-865b-c52cf1007610", "external_fixed_ips": [{"subnet_id": "96c63f98-7571-43f1-bbb6-2b781e561514", "ip_address": "169.254.128.30"}]} |
| cc31a229-dae9-4e97-8caa-52d33d47f7d9 | tenant1-router1_HA_backup_1 | {"network_id": "cae59642-fd1a-4d97-865b-c52cf1007610", "external_fixed_ips": [{"subnet_id": "96c63f98-7571-43f1-bbb6-2b781e561514", "ip_address": "169.254.128.31"}]} |
| fb748e94-17ed-4ca3-b4f3-b89df2548188 | Logical-Global-router | {"network_id": "cae59642-fd1a-4d97-865b-c52cf1007610", "external_fixed_ips": [{"subnet_id": "96c63f98-7571-43f1-bbb6-2b781e561514", "ip_address": "169.254.128.33"}]} |
+--------------------------------------+---------------------------------+———————————————————————————————————————————————————————————————————————————————————+

At ASR-1, only the VRF context is configured; it’s missing the subinterface, NAT pool entry and default route configurations.

+++++++++++++++++++++++++++++++++++++++++

This does not happen when a router is first created and set the gateway in the “admin” project before creating router in “tenant” project.

Tags: asr1k cisco
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.