Let windmill setup ssh and bindep
Since we are running ansible in our testing, we can also setup the SSH host keys and running bindep from windmill playbooks. This also allows us to ensure our logic works outside the gate. Change-Id: If363333b649e722a53ce5d6f9928e23418b402c8 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
ec0c4aa99c
commit
1a19268a90
@ -24,13 +24,6 @@
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- windmill-checkout
|
||||
- install-distro-packages
|
||||
- shell: |
|
||||
# Allow Jenkins user to ssh into localhost
|
||||
ssh-keygen -f ~/.ssh/id_rsa -N ""
|
||||
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
|
||||
ssh-keyscan localhost >> ~/.ssh/known_hosts
|
||||
ssh-keyscan 127.0.0.1 >> ~/.ssh/known_hosts
|
||||
- tox:
|
||||
envlist: "{scenario}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user