Naved Ansari
Naved Ansari
Per this [comment](https://github.com/CCI-MOC/ims/pull/180#pullrequestreview-148541438) we should find out why ceph/demo was removed from docker. Ultimately, we should upgrade the ceph version we use in our CI
https://github.com/CCI-MOC/ims/blob/119e9ceaf62859b9c7e64f96fb33ab45b58af938/ims/einstein/operations.py#L325 this line always tries to create a snap, which prevents any subsequent calls to create snapshot. ~We should check if the snapshot exists, and create it only if it...
[This comment](https://github.com/CCI-MOC/ims/pull/153#discussion_r148830745) by @jeremyfreudberg Currently we are using python-cephlibs which is now [deprecated](https://pypi.python.org/pypi/python-cephlibs/).
because we aren't doing anything in the `except` block besides logging the error.
We can have a module to have commonly used test functions/fixtures. Like loading and modifying the config file. This is in HIL https://github.com/CCI-MOC/hil/blob/master/haas/test_common.py This will make tests neater. What are...
We don't [have](https://github.com/CCI-MOC/ims/blob/dev/tests/integration/einstein/test_operations.py) negative integration tests. We should add those.
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 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.