Ansible role to manage Nodepool
Go to file
Paul Belanger bc6fcdc900 Simplify documentation
Change-Id: Iaeea7a0073c35c48e11d73976df850099e8c9cee
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-11-21 18:51:10 -05:00
defaults Add os-client-config support 2015-11-20 15:50:48 -05:00
doc/source Simplify documentation 2015-11-21 18:51:10 -05:00
files Add upstart logic for ubuntu systems 2015-11-21 14:51:48 -05:00
handlers Add LICENSE headers 2015-11-10 09:40:44 -05:00
meta Drop ansible-role-diskimage-builder dependency 2015-11-12 12:55:31 -05:00
tasks Add upstart logic for ubuntu systems 2015-11-21 14:51:48 -05:00
templates Add os-client-config support 2015-11-20 15:50:48 -05:00
tests Move dynamic rolename into test.yaml 2015-11-18 21:03:59 -05:00
vars Revert "Add missing qemu-img dependency for centos" 2015-11-20 17:36:15 -05:00
.gitignore Add documentation requirements for gate 2015-11-21 17:59:29 -05:00
.gitreview Add .gitreview 2015-11-11 15:49:11 -05:00
LICENSE Apache License 2.0 2015-08-30 12:04:31 -04:00
README.rst Simplify documentation 2015-11-21 18:51:10 -05:00
requirements.txt Add tox -eansible-lint support 2015-11-11 21:32:54 -05:00
setup.cfg Add documentation requirements for gate 2015-11-21 17:59:29 -05:00
setup.py Add documentation requirements for gate 2015-11-21 17:59:29 -05:00
test-requirements.txt Add documentation requirements for gate 2015-11-21 17:59:29 -05:00
tox.ini Add documentation requirements for gate 2015-11-21 17:59:29 -05:00

README.rst

ansible-role-nodepool

Ansible role to manage Nodepool

Description

Nodepool is a system for launching single-use test nodes on demand based on images built with cached data. It is designed to work with any OpenStack based cloud, and is part of a suite of tools that form a comprehensive test system including Jenkins and Zuul.

Requirements

Role Variables

Dependencies

Example Playbook

- name: Install nodepool
  hosts: nodepool
  roles:
    - ansible-role-nodepool