Add multinode base job

Right now just does the known hosts thing

Change-Id: I3435eee42c9fc77fd3e9926477a3a261aa387eb4
This commit is contained in:
Monty Taylor 2017-08-23 17:59:51 -04:00
parent 247a690715
commit 3107bd674f
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,3 @@
- hosts: all
roles:
- multi-node-known-hosts

View File

@ -134,6 +134,13 @@
at least a ``username`` and ``password`` attribute.
post-run: playbooks/python/upload-pypi
- job:
name: multinode
description: |
Do additional setup needed for multi-node jobs such as setting up
overlay networks and setting up known-hosts and ssh keys
pre-run: playbooks/multinode/pre
- project:
name: openstack-infra/zuul-jobs
check: