Bug 1632402 - [Scale][Netvirt] ODL resources cleanup issue
Summary: [Scale][Netvirt] ODL resources cleanup issue
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: opendaylight
Version: 13.0 (Queens)
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: z4
: 13.0 (Queens)
Assignee: Victor Pickard
QA Contact: Noam Manos
URL:
Whiteboard: Infra, Scale
Depends On: 1490714
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-09-24 17:20 UTC by Victor Pickard
Modified: 2020-07-10 13:12 UTC (History)
12 users (show)

Fixed In Version: opendaylight-8.3.0-7.el7ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1490714
Environment:
Last Closed: 2019-01-16 17:56:58 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenDaylight Bug NETVIRT-989 0 None None None 2018-09-24 17:20:53 UTC
OpenDaylight Bug NETVIRT-999 0 None None None 2018-09-24 17:20:53 UTC
OpenDaylight gerrit 65725 0 None None None 2018-09-24 17:20:53 UTC
OpenDaylight gerrit 65728 0 None None None 2018-09-24 17:20:53 UTC
Red Hat Product Errata RHBA-2019:0093 0 None None None 2019-01-16 17:57:08 UTC
Red Hat Product Errata RHEA-2018:2086 0 None None None 2018-09-24 17:20:53 UTC

Comment 3 Sai Sindhur Malleni 2018-11-07 15:29:38 UTC
Verified that this issue is no longer seen. 

Browbeat+Rally was run with times set to 500, concurrency set to 16 and rerun set to 3. After the completion of the run, all the networks/routers created by rally are deleted in neutron DB as well as ODl datastore. The only networks/routers that remain are the ones I manually created before kicking off browbeat. No extra networks/routers are seen.

(overcloud) [stack@c08-h21-r630 ansible]$ openstack network list
+--------------------------------------+---------+--------------------------------------+
| ID                                   | Name    | Subnets                              |
+--------------------------------------+---------+--------------------------------------+
| 234f117e-64d6-4beb-8f9d-c38ecb94bd89 | private | 2e7e585a-67de-4687-8e7e-36aa6723316e |
| af377378-fd27-43ae-a2a8-844907bdf713 | public  | 06dcd089-4518-44e4-96eb-4173402c0484 |
+--------------------------------------+---------+--------------------------------------+

[root@overcloud-controller-0 heat-admin]# curl -s -u admin:YANBwTyEKhEdKXyebDNvcgWHQ -X GET http://172.16.0.19:8081/restconf/config/neutron:neutron/networks | python -m json.tool
{
    "networks": {
        "network": [
            {
                "admin-state-up": true,
                "name": "private",
                "neutron-L3-ext:external": false,
                "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                "neutron-provider-ext:segmentation-id": "30",
                "project-id": "b174a20ee67a4abeb22b52b4a368afd2",
                "revision-number": 2,
                "shared": false,
                "status": "ACTIVE",
                "tenant-id": "b174a20e-e67a-4abe-b22b-52b4a368afd2",
                "uuid": "234f117e-64d6-4beb-8f9d-c38ecb94bd89"
            },
            {
                "admin-state-up": false,
                "name": "Sync Canary Network",
                "neutron-L3-ext:external": false,
                "neutron-provider-ext:network-type": "neutron-networks:network-type-flat",
                "project-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "shared": false,
                "status": "ACTIVE",
                "tenant-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "uuid": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "admin-state-up": true,
                "name": "public",
                "neutron-L3-ext:external": true,
                "neutron-provider-ext:network-type": "neutron-networks:network-type-vlan",
                "neutron-provider-ext:physical-network": "datacentre",
                "neutron-provider-ext:segmentation-id": "10",
                "revision-number": 5,
                "shared": true,
                "status": "ACTIVE",
                "uuid": "af377378-fd27-43ae-a2a8-844907bdf713"
            }
        ]
    }
}

ODl container iamge: 2018-11-05.3
RPM: opendaylight-8.3.0-7.el7ost.noarch

Comment 8 errata-xmlrpc 2019-01-16 17:56:58 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2019:0093


Note You need to log in before you can comment on or make changes to this bug.