Merge "Direct bridge to be setup"

This commit is contained in:
Zuul 2019-04-29 12:45:48 +00:00 committed by Gerrit Code Review
commit bfb4371a90
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
- hosts: all
name: Copy ssh keys from too ~stack
name: Pre-setup tasks
tasks:
- shell:
cmd: |
@ -11,3 +11,5 @@
sudo chmod 700 ~stack/.ssh
sudo chown -R stack ~stack
executable: /bin/bash
roles:
- multi-node-bridge

View File

@ -305,7 +305,7 @@
name: ironic-tempest-ipa-wholedisk-direct-tinyipa-multinode
description: ironic-tempest-ipa-wholedisk-direct-tinyipa-multinode
parent: tempest-multinode-full
pre-run: playbooks/ci-workarounds/set-stack-key.yaml
pre-run: playbooks/ci-workarounds/pre.yaml
timeout: 10800
required-projects:
- openstack/ironic
@ -326,6 +326,8 @@
- ^setup.cfg$
- ^tools/.*$
- ^tox.ini$
roles:
- zuul: opendev.org/zuul/zuul-jobs
vars:
tox_envlist: all
tempest_concurrency: 4