Monty Taylor a435e850b9 Add gear to requirements
nodepool is pretty unhappy without it.

Change-Id: I7a5e58f3b4c75ce4f83b7eb6f0a3a0724fd0abb7
2013-10-14 12:33:27 -03:00
2013-08-15 09:47:23 -07:00
2013-08-13 17:10:06 +00:00
2013-08-16 20:21:33 -07:00
2013-08-15 09:47:23 -07:00
2013-10-14 12:33:27 -03:00
2013-09-03 09:27:04 -07:00
2013-08-15 09:47:23 -07:00
2013-08-15 09:47:23 -07:00
2013-09-13 11:09:15 -05:00

Developer setup:

mysql -u root

mysql> create database nodepool;
mysql> GRANT ALL ON nodepool.* TO 'nodepool'@'localhost';
mysql> flush privileges;

nodepool -d -c tools/fake.yaml

After each run (the fake nova provider is only in-memory):

mysql> delete from snapshot_image; delete from node;
Description
Manage a pool of nodes for a distributed test infrastructure
Readme 35 MiB
Languages
Python 98.3%
Shell 1.1%
Dockerfile 0.3%
Jinja 0.3%