SNAT is not working in one of the LR's

Bug #1458442 reported by Vinod Nair
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R2.0
Won't Fix
High
Rudra Rugge
R2.1
Won't Fix
High
Rudra Rugge
R2.20
Fix Committed
High
Rudra Rugge
Trunk
Fix Committed
High
Rudra Rugge

Bug Description

Have 12 LR's in a tenant , one of the LR's is not natting ..

The introspect doesnot have the nexthop set

Version : 2.01 Build 46

root@cs-scale-1:/store# neutron router-show P3-RTR11
+-----------------------+-----------------------------------------------------------------------------+
| Field | Value |
+-----------------------+-----------------------------------------------------------------------------+
| admin_state_up | True |
| contrail:fq_name | default-domain |
| | PROJ3 |
| | P3-RTR11 |
| external_gateway_info | {"network_id": "1305c999-4fb8-4000-a328-e2edb1f2c2e5", "enable_snat": true} |
| id | 4421f458-6c91-4128-9b4d-a146d1a41b95 |
| name | P3-RTR11 |
| status | ACTIVE |
| tenant_id | f457abd73d6a4b418901fa9a8a2bd764 |
+-----------------------+-----------------------------------------------------------------------------+
root@cs-scale-1:/store#

{
routing-instance: {
fq_name: [
"default-domain",
"PROJ3",
"snat-si-left_si_4421f458-6c91-4128-9b4d-a146d1a41b95",
"service-97b6dd17-0dbd-4843-b694-7da47ddb91d7-default-domain_PROJ3_si_4421f458-6c91-4128-9b4d-a146d1a41b95"
],
uuid: "67ff2f1b-4bc5-44f3-820e-9e12f469154d",
display_name: "service-97b6dd17-0dbd-4843-b694-7da47ddb91d7-default-domain_PROJ3_si_4421f458-6c91-4128-9b4d-a146d1a41b95",
parent_uuid: "5f08bc7a-83ce-458f-9915-93eb7a4ba0d1",
parent_href: "http://10.87.141.1:9100/virtual-network/5f08bc7a-83ce-458f-9915-93eb7a4ba0d1",
parent_type: "virtual-network",
href: "http://10.87.141.1:9100/routing-instance/67ff2f1b-4bc5-44f3-820e-9e12f469154d",
id_perms: {
enable: true,
description: null,
created: "2015-05-25T04:06:17.487171",
user_visible: true,
last_modified: "2015-05-25T04:12:25.815873",
permissions: {
owner: "cloud-admin",
owner_access: 7,
other_access: 7,
group: "admin",
group_access: 7
},
uuid: {
uuid_mslong: 7493760099249636000,
uuid_lslong: 9371601678851709000
}
},
route_target_refs: [
{
to: [
"target:64512:8000088"
],
href: "http://10.87.141.1:9100/route-target/f6503296-e40d-43c0-8b91-9e8262ddbf22",
attr: {
import_export: null
},
uuid: "f6503296-e40d-43c0-8b91-9e8262ddbf22"
}
],
routing_instance_refs: [
{
to: [
"default-domain",
"PROJ3",
"snat-si-left_si_4421f458-6c91-4128-9b4d-a146d1a41b95",
"snat-si-left_si_4421f458-6c91-4128-9b4d-a146d1a41b95"
],
href: "http://10.87.141.1:9100/routing-instance/c00cbec1-8c6a-46af-b713-ee962d198647",
attr: { },
uuid: "c00cbec1-8c6a-46af-b713-ee962d198647"
}
],
name: "service-97b6dd17-0dbd-4843-b694-7da47ddb91d7-default-domain_PROJ3_si_4421f458-6c91-4128-9b4d-a146d1a41b95"
}
}

Tags: config
tags: added: config
Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : R2.0

Review in progress for https://review.opencontrail.org/11000
Submitter: Rudra Rugge (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : R2.1

Review in progress for https://review.opencontrail.org/11001
Submitter: Rudra Rugge (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : R2.20

Review in progress for https://review.opencontrail.org/11002
Submitter: Rudra Rugge (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : master

Review in progress for https://review.opencontrail.org/11003
Submitter: Rudra Rugge (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/11002
Committed: http://github.org/Juniper/contrail-controller/commit/d24bbfc9237845a796e70393c60a12d720fcb794
Submitter: Zuul
Branch: R2.20

commit d24bbfc9237845a796e70393c60a12d720fcb794
Author: Rudra Rugge <email address hidden>
Date: Thu May 28 10:57:18 2015 -0700

Monitor service should not check for active

Monitoring of services should not be qualified with
state being active. As we might hit issues during launch
even before the service is active.

Change-Id: Id113c2e575bf845fcf9a18d1ce92dec98ef8763c
Closes-Bug: #1458442

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/11003
Committed: http://github.org/Juniper/contrail-controller/commit/3911861e8aa494f035b74ac8cc37aabd67c1e255
Submitter: Zuul
Branch: master

commit 3911861e8aa494f035b74ac8cc37aabd67c1e255
Author: Rudra Rugge <email address hidden>
Date: Thu May 28 10:57:18 2015 -0700

Monitor service should not check for active

Monitoring of services should not be qualified with
state being active. As we might hit issues during launch
even before the service is active.

Change-Id: Id113c2e575bf845fcf9a18d1ce92dec98ef8763c
Closes-Bug: #1458442

information type: Proprietary → Public
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.