summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2019-04-22 15:04:01 -0700
committerJulia Kreger <juliaashleykreger@gmail.com>2019-04-23 16:47:24 +0000
commitbda02c43fb022a155157402764cd5a74478b8cf1 (patch)
tree9ef2bd94556db7d9293840b3e801e36d4641a3ad /playbooks
parentd0e6c6cb10a9dab54e605975e5d763994ed0e1be (diff)
downloadironic-bda02c43fb022a155157402764cd5a74478b8cf1.tar.gz
Direct bridge to be setup
The multinode jobs are failing because the br-infra bridge is not being setup. It is not being setup because somewhere in the infra, the multi-node-bridge role is never established as a requirement. Realistically, only ironic does this, but we need to ensure it is present. Change-Id: Ia1dcc68d7e75a931e01829ce23da36c978a70765
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/ci-workarounds/pre.yaml (renamed from playbooks/ci-workarounds/set-stack-key.yaml)4
1 files changed, 3 insertions, 1 deletions
diff --git a/playbooks/ci-workarounds/set-stack-key.yaml b/playbooks/ci-workarounds/pre.yaml
index d2882a442..27f9cad1f 100644
--- a/playbooks/ci-workarounds/set-stack-key.yaml
+++ b/playbooks/ci-workarounds/pre.yaml
@@ -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