System info should only be gathered if requested by the user
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| satori |
High
|
Caleb Groom |
Bug Description
No relevant environment variables:
$ env | grep OS_ | wc -l
0
Satori tries to SSH into a server to get system info even though the user hasn't requested that:
$ satori waldotest.gus.io
Installing (or updating) ohai-solo on device 162.209.115.233 at 162.209.115.233:22
ssh://root@
[Errno 61] Connection refused
Changed in satori: | |
milestone: | none → poc |
status: | New → Confirmed |
importance: | Undecided → High |
Changed in satori: | |
assignee: | nobody → Caleb Groom (calebgroom) |
Changed in satori: | |
status: | Confirmed → In Progress |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit 7a11714010ac11e
Author: Caleb Groom <email address hidden>
Date: Thu Mar 20 15:25:53 2014 -0500
Only attempt remote logins if directed by the user
Since the system info plugin was defaulting to ohai-solo this
commit moves the check for the user's intention up.
Change-Id: Iccbbd882371131
Closes-Bug: 1295315
Changed in satori: | |
status: | In Progress → Fix Committed |
Fix proposed to branch: master /review. openstack. org/81912
Review: https:/