Create generic ansible Tobiko role for CI

Change-Id: I1d31d9ff30fbde418d0abcc84212b4408ed7e515
This commit is contained in:
Federico Ressi
2019-11-18 12:10:33 +01:00
parent c463d741e8
commit 7095ff11e9
11 changed files with 123 additions and 24 deletions

View File

@@ -14,6 +14,11 @@
---
- hosts: tempest
- name: Run Tobiko
hosts: tempest
roles:
- run-tox
- role: tobiko
become: true
become_user: stack
vars:
tobiko_dir: /opt/stack/tobiko