Jason Hennessey
Jason Hennessey
FYI - receiving the following warning when loading medic (DB is postgres 9.4): ``` $ medic write 123 venv/lib/python3.4/site-packages/sqlalchemy/orm/relationships.py:2679: SA Warning: relationship 'Qualifier.citation' will copy column citations.pmid to column qu...
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...
If we create a read-only qcow2 for each base headnode image, we can then use the tooling to create thin copies of that to save space. Based on http://www.greenhills.co.uk/2013/03/24/cloning-vms-with-kvm.html ```...
As discussed in #674, it would be nice to have updates regarding bridges reflected on the running system. We should be able to do this through [systemd's](https://www.freedesktop.org/software/systemd/man/systemd.service.html) `ExecReload` and `ExecStop`...
If we switch back to Travis's container infrastructure, our CI will [start faster and possibly have more CPU resources](https://docs.travis-ci.com/user/reference/precise/#virtualization-environments). The downside is that we lose sudo ability. From what I...
Once #431 is done so that we have a good CLI framework, we should implement CLI flags that use the API calls to: 1. Remove networks from nodes that someone...
Currently, there are no constraints on what can be the name of a network, project or any other entity. This could lead to folks inserting newlines, or even JSON-y type...
Following the directions under [Headnode image](https://github.com/CCI-MOC/haas/blob/8af569f083d9e43a607a235a255ca0a2ba32e62e/INSTALL.rst#headnode-image), it says to add a new storage pool pointing to `/var/lib/libvirt/images` via pool.xml. Following this on a default CentOS 6.5 node, I get the...
Right now, HaaS allows consumers/schedulers to consume as many nodes as they'd like with no restrictions. We probably want to have some sort of quota system. This start off really...
In conversation with @vathpela from Red Hat, it sounds like when EFI is enabled the OS is able to modify the boot order. This means that using the hard reset...