Naved Ansari
Naved Ansari
It's an open issue, anybody can take this.
I automated this using a bash script that you can see [here](https://github.com/CCI-MOC/hil/compare/master...naved001:installation-script) mainly because it was taking me time to figure out how to use ansible.
I am feeling a little out of the loop here. > As part of the port initialization in reset_port(), we should disable STP. 1. Are we talking about `revert_port()` here...
> (b) decide how extension-supplied api calls should work. We use database authentication and it's APIs quite frequently and when it's not loaded it just returns a 404. Why can't...
> so really extensions shouldn't be defining them until we have a clearer notion of how to make sure they don't trample on eachother. That makes a lot of sense,...
@zenhack is this still an issue? we now have `network_create_simple()` which simplifies some stuff. And did #455 address this issue?
Just had a discussion with @radonm about jumbo frames. * Do we need to expose this via HIL at all? @radonm thinks that we should just outright enable jumbo frames...
I had talked with @okrieg in person, and he said that we can remove this from the milestone for now unless somebody really needs it. Current strategy is that we...
Don't wanna mark this closed; the issue suggests that we return something useful with PUT calls. It's still open for discussion. For example, you run `network_create` which will assign your...
> It might make sense to e.g. split @jeremyfreudberg suggested that we inherit from `BlockedError`. That way we could either catch the specific child exception, or the parent one if...