Manage a pool of nodes for a distributed test infrastructure
You cannot 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
Sagi Shnaidman 635ff11055 Fix nodepool container failure
Nodepool container fails with error message:
whoami: extra operand ‘/dev/null’
Try 'whoami --help' for more information.

Change-Id: I7ef5b6527eb08d00b9b27e37b5d5b5dce69bb4ef
4 years ago
doc Merge "Update documentation for k8s in-cluster config" 4 years ago
etc Merge "Add systemd drop-in file for CentOS 7" 5 years ago
nodepool Merge "Don't pause static pool on single label quota" 4 years ago
playbooks Switch functional testing to a devstack consumer job 4 years ago
releasenotes/notes Update documentation for k8s in-cluster config 4 years ago
roles/nodepool-zuul-functional OpenDev Migration Patch 4 years ago
tools Fix nodepool container failure 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 OpenDev Migration Patch 4 years ago
.stestr.conf Switch to stestr 5 years ago
.zuul.yaml Remove opendev-promote-javascript-content 4 years ago
Dockerfile Dockerfile: add support for arbritary uid 4 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 bindep: add sudo 4 years ago
requirements.txt Pin to openshift <= 0.8.9 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 Update devstack settings and docs for opendev 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://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.