Naved Ansari
Naved Ansari
I am mostly happy with the new ideas except for the multi-tenant BMI. > Multi-tenant BMI deployment (shared network). We already do this and we know it's not safe to...
@zenhack what do you think of [coveralls](https://coveralls.io/)? It will force users to write tests every time new code is added. Though, we can make it optional and not required for...
@Izhmash played with SNMP during the summer and concluded that it's not very reliable in setting things. The powerconnect switches have a web interface, which means it has some sort...
I might be misunderstanding something then. Isn't the web UI interacting with the switch using some sort of API? In any case, since that is undocumented we can't use it....
I was looking at the Nexus Switches we have. We are using our nexus driver against different models. * In PRB we have the nexus 3548 (3000 series, System version:...
Right, we can't *replace* the driver for the nexus 3548 that we have. We could just write another driver for the other nexus in kaizen (which we have access to)...
Those checks are only in the client library though.
> Remove networks from nodes that someone would like to release from their project. Something like revert_port would help here, but it's admin only. This brings up a question, why...
@zenhack mentioned that #514 is a different set of issues.
Sure. From your [comment](https://github.com/CCI-MOC/hil/pull/953#issuecomment-365356309) The second part of the migration strategy will be a part of the 0.4 release. I think we should keep the 0.4 release small just so...