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
James E. Blair bfdf6a4763
Tag 8.1.0
2 months ago
contrib/statsd_exporter Add statsd_exporter mapping 4 years ago
doc driver/openstack: order flavor results 2 months ago
etc Merge "Add systemd drop-in file for CentOS 7" 5 years ago
nodepool driver/openstack: order flavor results 2 months ago
playbooks Switch to nox 3 months ago
releasenotes/notes driver/openstack: order flavor results 2 months ago
tools Adapt load-test to new zk structure 3 months ago
.coveragerc Switch to stestr 5 years ago
.dockerignore Build images with Dockerfile instead of pbrx 4 years ago
.gitignore Require TLS 2 years ago
.gitreview OpenDev Migration Patch 4 years ago
.stestr.conf Switch to stestr 5 years ago
.zuul.yaml Use zuul-promote-nox-docs 2 months ago
Dockerfile Update git 2 months 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 unit test container setup and instructions 8 months ago
bindep.txt Merge "Use libyaml parsing when available" 8 months ago
noxfile.py Switch to nox 3 months ago
requirements.txt Fix openstack image deletion with newer sdk 4 months ago
setup.cfg Switch to nox 3 months ago
setup.py Bump pbr requirements to >=1.3 8 years ago
test-requirements.txt AWS tests: cleanup image deletion checking 11 months ago
tox.ini Switch to nox 3 months 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.