hil
hil copied to clipboard
Hardware Isolation Layer, formerly Hardware as a Service
Travis-ci seems to be broken since we haven't been keeping this repository up to date. on my fork, I see the ci failing with ``` pluggy.PluginValidationError: Plugin 'xdist.looponfail' could not...
Revert port is quite useful, and I don't understand why it's restricted to admin use only. I think it makes sense to make it open to people with access to...
I'm going to open this here as well; it would be nice to have distro packages for HIL, to ease setup.
I think we should have an admin only API to list all nodes in every project. This is something that we need to know. Currently we can achieve this by...
Now that the CLI is growing, we need to document it.
We are using pytest version < 3.6 because of an issue described here https://github.com/CCI-MOC/hil/commit/fd68983cad3e5b6adedeba1ef3c531890f140313 The latest version of two pytest plugins (pytest-cov and pytest-xdist) require a more recent version of...
2.6 is ancient, and AFAIK we have no CentOS 6 machines any more. Any objections? It would be good to start going to python 3, but let's go one step...
I've noticed on the box @naved001 just gave me access to that running the command line tool is a bit slow, enough to be slightly annoying: ``` $ time hil...
I ran into this while troubleshooting the ipmi timeout issue that @naved001, brought up: if the HTTP server returns a non-200 status, we raise a FailedAPICallException with the message being...
I'm referring to issue #925 . Since there were two suggestions I am referring to the first one that was to replace ```BlockedError``` with a ```AttachedResourceError``` and ```PendingActionError```. Also I...