[NEUTRON-44] Data missing from Neutron NB datastore Created: 28/May/15  Updated: 21/Oct/16  Resolved: 21/Oct/16

Status: Resolved
Project: neutron
Component/s: transcriber
Affects Version/s: unspecified
Fix Version/s: None

Type: Bug
Reporter: Keith Burns Assignee: Isaku Yamahata
Resolution: Cannot Reproduce Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


External issue ID: 3423
Priority: High

 Description   

When testing, we provision everything in the following order:

security-groups
network
subnet
router
ports
floating-IPs

We only see this in the datastore:

http://controllerIp:port/restconf/config/neutron:neutron/
{
"neutron": {
"subnets": {
"subnet": [
{
"uuid": "1453aeec-203c-40c2-8a94-48331c6c0541",
"network-id": "a61a5705-a21d-4a04-932a-10f8f36516e2",
"enable-dhcp": false,
"allocation-pools": [

{ "start": "192.168.99.50", "end": "192.168.99.90" }

],
"tenant-id": "bd0612d2-13c0-472d-bbcb-f242dd80f464",
"gateway-ip": "192.168.111.253",
"name": "extsubnet",
"cidr": "192.168.111.0/24"
},
{
"uuid": "63bb0e01-eead-4863-a509-e1d2bb976e72",
"network-id": "3d4d7c5f-d7e8-4a05-87be-1857d3e98ed2",
"enable-dhcp": true,
"allocation-pools": [

{ "start": "10.1.1.2", "end": "10.1.1.254" }

],
"tenant-id": "bd0612d2-13c0-472d-bbcb-f242dd80f464",
"gateway-ip": "10.1.1.1",
"name": "sub1",
"cidr": "10.1.1.0/24"
}
]
},
"routers": {
"router": [
{
"uuid": "2dea9d4f-882b-4d55-8ac3-984bf7a354cd",
"external_gateway_info":

{ "enable-snat": true, "external-network-id": "a61a5705-a21d-4a04-932a-10f8f36516e2" }

,
"gateway-port-id":
"d55b3415-99f1-4b58-8a99-c5f5c5d11d0c",
"tenant-id": "bd0612d2-13c0-472d-bbcb-f242dd80f464",
"status": "ACTIVE",
"admin-state-up": true,
"name": "router1",
"distribted": false
}
]
},
"networks": {
"network": [

{ "uuid": "a61a5705-a21d-4a04-932a-10f8f36516e2", "shared": false, "status": "ACTIVE", "name": "drexternal", "admin-state-up": true, "tenant-id": "bd0612d2-13c0-472d-bbcb-f242dd80f464" }

,

{ "uuid": "3d4d7c5f-d7e8-4a05-87be-1857d3e98ed2", "shared": false, "status": "ACTIVE", "name": "net1", "admin-state-up": true, "tenant-id": "bd0612d2-13c0-472d-bbcb-f242dd80f464" }

]
}
}
}



 Comments   
Comment by Keith Burns [ 28/May/15 ]

Note we are not BLOCKED from iteration, but maybe. Note I would also expect that if you putting subnets up, the information from the subnet JSON should be in the datastore (ie gateway in subnet).

Comment by Ryan Moats [ 12/Jun/15 ]

If there is a POSTMAN available of the sorts of calls being made, that will help triage this bug/test this fix.

Comment by Ryan Moats [ 18/Jul/15 ]

This will be addressed in Be, as it is being taken care of as part of the removal of ConcurrentHashMaps and rev of the yang model

Comment by Isaku Yamahata [ 11/Feb/16 ]

Hi Keith. Sorry for very late response.

Is this bug still reproducible?
For now there were various fixes in ODL neutron northbound and openstack networking-odl. So the situation has changed much.

Comment by Isaku Yamahata [ 21/Oct/16 ]

Since there is no activity for a while, I'll close this.
If you still have issues, please re-open.

Generated at Wed Feb 07 20:25:24 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.