Versions Compared

Key

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

Some of the circuits within OpsDB need to be ignored by the MSR, such as the Cloud Services circuits. As such, run the following queries on test-msr.geant.net reports database:

update opsdb_circuit set family = 'Managed Wavelength' where circuit_absid in (11377,23111);

...