From ac824d4a27f547530f250fe15e717d8f04587eab Mon Sep 17 00:00:00 2001 From: Robert Latta <robert.latta@geant.org> Date: Wed, 18 Sep 2019 11:00:12 +0000 Subject: [PATCH] Added LAGs for correlation purposes --- inventory_provider/db/opsdb.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inventory_provider/db/opsdb.py b/inventory_provider/db/opsdb.py index a9d4d6ea..548cadc6 100644 --- a/inventory_provider/db/opsdb.py +++ b/inventory_provider/db/opsdb.py @@ -132,7 +132,8 @@ retrieve_services_query = """SELECT * WHERE equipment IS NOT NULL AND equipment != '' - AND circuit_type IN ('path', 'service', 'l2circuit') + AND circuit_type IN ( + 'path', 'service', 'l2circuit', 'link-aggr-group') ORDER BY name, FIELD(status, -- GitLab