esnet/enos

Consistify names of OVS switches

bmah888 opened this issue · 1 comments

Currently in various parts of ENOS and the SDN testbed we can refer to OVS switches with names of the form *-ovs or *-ovs-1. The former was the original format of names, but recently we've been migrating to the latter, to accommodate the idea we might have multiple OVS instances per POP.

It'd be nice to finish the job and make everything consistent. I think the code changes are mostly in builder.py, in the names of switches in each POP and in the endpoints of links.

This is not urgent by any means.

Related to this, there are some places that we refer to the CERN pop/site/switches by either cern or cern-272. We should make these consistent as well.