Manage a pool of nodes for a distributed test infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Tobias Urdin e4ce77466a
Filter active images for OpenStack provider
3 years ago
contrib/statsd_exporter Add statsd_exporter mapping 4 years ago
doc Fix GCE volume parameters 3 years ago
etc Merge "Add systemd drop-in file for CentOS 7" 5 years ago
nodepool Filter active images for OpenStack provider 3 years ago
playbooks Switch to collect-container-logs 3 years ago
releasenotes/notes Fix GCE volume parameters 3 years ago
roles/nodepool-zuul-functional Add a dib-cmd option for diskimages 4 years ago
tools Functional tests - use common verification script 3 years ago
.coveragerc Switch to stestr 5 years ago
.dockerignore Build images with Dockerfile instead of pbrx 4 years ago
.gitignore Ignore files produced by tox-cover 5 years ago
.gitreview OpenDev Migration Patch 4 years ago
.stestr.conf Switch to stestr 5 years ago
.zuul.yaml Use explicit provides/requires for container jobs 3 years ago
Dockerfile Add visual dividers for each image in Dockerfile 3 years ago
LICENSE license: remove dos line break 5 years ago
README.rst Update devstack settings and docs for opendev 4 years ago
TESTING.rst Update README and add TESTING similar to Zuul repo 5 years ago
bindep.txt Add libssl-dev to bindep 3 years ago
requirements.txt Add Google Cloud provider 3 years ago
setup.cfg Don't build universal wheels 3 years ago
setup.py Bump pbr requirements to >=1.3 8 years ago
test-requirements.txt Stop using hacking for anything 3 years ago
tox.ini Stop using hacking for anything 3 years ago

README.rst

Nodepool

Nodepool is a system for managing test node resources. It supports launching single-use test nodes from cloud providers as well as managing access to pre-defined pre-existing nodes. Nodepool is part of a suite of tools that form a comprehensive test system, including Zuul.

The latest documentation for Nodepool is published at: https://zuul-ci.org/docs/nodepool/

The latest documentation for Zuul is published at: https://zuul-ci.org/docs/zuul/

Getting Help

There are two Zuul-related mailing lists:

zuul-announce

A low-traffic announcement-only list to which every Zuul operator or power-user should subscribe.

zuul-discuss

General discussion about Zuul, including questions about how to use it, and future development.

You will also find Zuul developers in the #zuul channel on Freenode IRC.

Contributing

To browse the latest code, see: https://opendev.org/zuul/nodepool To clone the latest code, use git clone https://opendev.org/zuul/nodepool

Bugs are handled at: https://storyboard.openstack.org/#!/project/zuul/nodepool

Code reviews are handled by gerrit at https://review.opendev.org

After creating a Gerrit account, use git review to submit patches. Example:

# Do your commits
$ git review
# Enter your username if prompted

Join #zuul on Freenode to discuss development or usage.

License

Nodepool is free software, licensed under the Apache License, version 2.0.

Python Version Support

Nodepool requires Python 3. It does not support Python 2.