Juju 1.23-beta4 introduces ssh key bug when used w/ DHX
Bug #1444861 reported by
Charles Butler
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-core |
Fix Released
|
High
|
Horacio Durán | ||
1.23 |
Fix Released
|
High
|
Horacio Durán | ||
1.24 |
Fix Released
|
High
|
Horacio Durán |
Bug Description
There's an issue with the latest Juju 1.23-beta4 and it appears to be the SSH Key import
I'm coupling this with the juju dhx plugin, which runs successfully on first run, however on subsequent connection attempts to the same machine it spits out duplicate key warnings then panic's and stacktraces
- edit -
Interestingly enough, I seem to have confirmed its the ssh import process causing the panic. Commenting out the import id's in my dhx rc has corrected the issue.
I've also verified this behavior does not exist in beta3, nor in current stable 1.22
description: | updated |
Changed in juju-core: | |
status: | New → Confirmed |
importance: | Undecided → High |
status: | Confirmed → Triaged |
Changed in juju-core: | |
milestone: | 1.23 → 1.24-alpha1 |
tags: | added: ssh |
Changed in juju-core: | |
milestone: | 1.24-alpha1 → 1.25.0 |
no longer affects: | juju-core/1.23 |
tags: | added: blocker |
tags: | added: regression |
Changed in juju-core: | |
assignee: | nobody → Horacio Durán (hduran-8) |
status: | Triaged → In Progress |
Changed in juju-core: | |
status: | In Progress → Fix Committed |
Changed in juju-core: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Update for perrito666:
This has been confirmed on AWS and HPCloud substrates (but i imagine it affects more)
Steps to reproduce:
Clone the juju-plugins repository according to the readme: https:/ /github. com/juju/ plugins/ blob/master/ README. md
Once you have confirmed the DHX plugin is present, create a debug-hooks-rc.yaml in your $JUJU_HOME directory, similar to the following:
import_ids: ['mbruzek' ,'whitmo' , 'lazypower']
Bootstrap and deploy services
juju bootstrap
juju deploy trusty/mariadb
Attempt to connect to a host once a service is registered:
juju dhx mariadb/0
The unit will attempt to register SSH Keys and panic - aborting the connection.