
If a jenkins is in shutdown mode or is offline, ignore that jenkins for the purposes of launching nodes. Node updates (used/complete) for that jenkins will still be processed. This should allow another jenkins to gracefully accept the increased load if one goes offline. Also, log the IP address when spinning up a node. Change-Id: I3a8720dd5aaf154ca91cdc36136decad52eb6afa
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
Languages
Python
98.3%
Shell
1.1%
Dockerfile
0.3%
Jinja
0.3%