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:
Paul Belanger 2016-10-14 13:41:15 -04:00
parent ec0c4aa99c
commit 1a19268a90
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 0 additions and 7 deletions

View File

@ -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}"