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:

connect to reports database with user reportsUser "mysql -u reportsUserr -p reports", look in KeePass for password

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

...