Manage a pool of nodes for a distributed test infrastructure
Go to file
Paul Belanger 84feb392a2 Add the ability to pass pool for AddPublicIP
Change-Id: Idb4ca5ce32a3ac0dd9aa8c2ad391479f0089de03
Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
2013-10-14 12:15:21 +13:00
nodepool Add the ability to pass pool for AddPublicIP 2013-10-14 12:15:21 +13:00
tools Add the ability to ignore offline targets 2013-10-10 13:04:30 -07:00
.gitignore Initial commit 2013-08-15 09:47:23 -07:00
.gitreview Added .gitreview 2013-08-13 17:10:06 +00:00
README Use a sensible SQLAlchemy session model 2013-08-16 20:21:33 -07:00
README.rst Initial commit 2013-08-15 09:47:23 -07:00
requirements.txt Add a nodepool command 2013-09-03 09:27:04 -07:00
setup.cfg Add a nodepool command 2013-09-03 09:27:04 -07:00
setup.py Initial commit 2013-08-15 09:47:23 -07:00
test-requirements.txt Initial commit 2013-08-15 09:47:23 -07:00
tox.ini Ignore hacking warnings 2013-09-13 11:09:15 -05:00

README

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;