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
Tristan Cacqueray da2701e0b1
Dockerfile: add support for arbritary uid
4 years ago
devstack Merge "Support userdata for instances in openstack" 4 years ago
doc Merge "Use a pipeline for dib stats" 4 years ago
etc Merge "Add systemd drop-in file for CentOS 7" 5 years ago
nodepool Merge "docker: don't daemonize when starting images" 4 years ago
playbooks Implement an OpenShift resource provider 4 years ago
releasenotes/notes Remove prelude from AWS release note 4 years ago
roles/nodepool-zuul-functional Remove nodepool-k8s-functional and install-nodepool roles 4 years ago
tools Dockerfile: add support for arbritary uid 4 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 Replace master with feature/zuulv3 5 years ago
.stestr.conf Switch to stestr 5 years ago
.zuul.yaml Run tox-py35 jobs on xenial 4 years ago
Dockerfile Dockerfile: add support for arbritary uid 4 years ago
LICENSE license: remove dos line break 5 years ago
README.rst Switch storyboard url to be by name 5 years ago
TESTING.rst Update README and add TESTING similar to Zuul repo 5 years ago
bindep.txt bindep: add sudo 4 years ago
requirements.txt Merge "Amazon EC2 driver" 4 years ago
setup.cfg Update pypi metadata 5 years ago
setup.py Bump pbr requirements to >=1.3 8 years ago
test-requirements.txt Amazon EC2 driver 4 years ago
tox.ini Implement an OpenShift resource provider 4 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://git.zuul-ci.org/cgit/nodepool/tree/ To clone the latest code, use git clone https://git.zuul-ci.org/nodepool

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

Code reviews are handled by gerrit at https://review.openstack.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.