Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

-- Neither 'managed wavelengths' or 'Ethernet / SDH' (what these circuits are marked as before this update) are used in the web msr, therefore I believe this can come out and I have updated it accordingly.


-- update opsdb_circuit set circuit_usage = 'Ignore' where circuit_absid in (27969,28261,28281,28217,28219,28221,28277,28297,28269,27971,28275,28295,28303,28259,28279,28267,28289,28299,28271,28291,27967,27973,28315,28273,28293,28301,28263,28285,28249,28223,28225,28265,28287);

-- Emma to provide a number of queries that will provide the list of absids that should be ignored - Emma's reference 'query A'


--update opsdb_circuit set circuit_usage = 'Ignore' where circuit_absid in (28325,28327,28329,28331,28333,28335,28337,28339,28341,28343,28345,28347,28349,28351,28353,28355,28357,28359,28361,28363,28365,28367,28369,28371,28373,28375,28377,28379,28381,28383,28391,28393,28399,28401,28535);

-- Specifically for 28535 Emma will check separately



Emma has confirmed that the above statements should be replaced with

UPDATE circuit SET circuit_usage = 'Ignore' WHERE service_type IN (‘IP Peering - Non R&E’, ‘GEANT Open CC’) OR name LIKE (“%EEX%“);



update opsdb_circuit set project = 'Ignore' where name like '% CLS';

...