Merge lp:~thedac/ubuntu-openstack-ci/host-keys into lp:ubuntu-openstack-ci

Proposed by David Ames
Status: Merged
Merged at revision: 398
Proposed branch: lp:~thedac/ubuntu-openstack-ci/host-keys
Merge into: lp:ubuntu-openstack-ci
Diff against target: 20 lines (+3/-1)
2 files modified
deploy/assets/config (+2/-0)
deploy/assets/other_host_keys (+1/-1)
To merge this branch: bzr merge lp:~thedac/ubuntu-openstack-ci/host-keys
Reviewer Review Type Date Requested Status
Liam Young (community) Approve
Review via email: mp+349068@code.launchpad.net

Commit message

Disable Known Host Validation

Description of the change

Because of [0] host key validation is failing from slaves to the jenkins master with the new deployment.

This change adds the new host key for the jenkins master. But also takes the further step to disable host key validation to avoid this problem on future deployments.

[0] https://bazaar.launchpad.net/~uosci/ubuntu-openstack-ci/trunk/view/head:/run/job-parts/osci_job_common.sh#L52

To post a comment you must log in.
Revision history for this message
Liam Young (gnuoy) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'deploy/assets/config'
2--- deploy/assets/config 2016-08-29 17:46:33 +0000
3+++ deploy/assets/config 2018-07-06 18:04:21 +0000
4@@ -1,4 +1,6 @@
5 # default ssh config for slaves
6 Host *
7 User ubuntu
8+ StrictHostKeyChecking no
9+ UserKnownHostsFile /dev/null
10 PubkeyAcceptedKeyTypes +ssh-dss
11
12=== modified file 'deploy/assets/other_host_keys'
13--- deploy/assets/other_host_keys 2017-07-06 20:11:57 +0000
14+++ deploy/assets/other_host_keys 2018-07-06 18:04:21 +0000
15@@ -4,4 +4,4 @@
16 |1|/uNVERTIWkRm/NIA2HQGM/e+WSs=|584GneqB0FnxjW4yPzufWpoZ3Xw= ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHfg+sp98jxYz9zhxM33ouLNx0rDhXrTLVWU2fZQiMmOCc91H376aU9VzDYd+GRjSewqyz67zpSqsDHd1t6e+J0=
17 |1|pJss/g21mdSvAv7PCtXEl6ikX8s=|lu9UENRQqyzTsGJdMPRJ3YPb4gQ= ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDIYipSuaupaQ0PVZiaGWY8oc+r1SLI2PtVyXJA3WcfqrJ79Of7ZOSoHHwwNDkKnzOGj2yu7gohyWBJY2HP83WU=
18 |1|rBkrkPfcDAT/MLb0T6o/YeBvmAQ=|49UQeV5BQ/6IFUR2LnixyMktzTU= ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM1zv4lS+da0WaBu6mnxGEjFAjGzmKez02OQb9yYQwmp6NGlkKTr421YFyf+kHK83Lip+K0YSEhhyv0pl2oiy0A=
19-
20+|1|Ocn0acN5Qgd77F0Jjctxdc0HcWs=|xLphNIx/coqvNOMpz0nOj7LqJ/8= ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBU9JGJHIr5tvkG02rwNiV+XHDb2ZcGNGgxYAPds4VIelgZQ0FaMVJ1fciTGGYkZdW/k2Kd+as+ziThj2aempDg=

Subscribers

People subscribed via source and target branches