19aebca3e7
This adds a job which creates a bridge-like node and bootstraps it, and then runs the base playbook against all of the node types we use in our control plane. It uses testinfra to validate the results. Change-Id: Ibdbaf511bbdaee46e1335f2c83b95ba1553a1d94 Depends-On: https://review.openstack.org/595905
6 lines
92 B
YAML
6 lines
92 B
YAML
- hosts: all
|
|
roles:
|
|
- ensure-tox
|
|
- multi-node-known-hosts
|
|
- copy-build-sshkey
|