Display IP address of system
Bug #272344 reported by
Bryce Harrington
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Landscape Client |
Fix Released
|
Wishlist
|
Jamu Kakar | ||
Landscape Server |
Invalid
|
Wishlist
|
Unassigned | ||
landscape-client (Ubuntu) |
Fix Released
|
Wishlist
|
Unassigned | ||
Jaunty |
Fix Released
|
Undecided
|
Unassigned | ||
Karmic |
Fix Released
|
Undecided
|
Unassigned | ||
Lucid |
Fix Released
|
Undecided
|
Unassigned | ||
Maverick |
Fix Released
|
Wishlist
|
Unassigned | ||
update-motd (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
Jaunty |
Invalid
|
Undecided
|
Unassigned | ||
Karmic |
Invalid
|
Undecided
|
Unassigned | ||
Lucid |
Invalid
|
Undecided
|
Unassigned | ||
Maverick |
Invalid
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: update-motd
It'd be nice to have the IP address(es) displayed (if any) with the motd. Would give a quick indication that yes, the network is up, and this is the IP that was assigned.
Related branches
lp://staging/~jkakar/landscape-client/network-sysinfo
- Kevin McDermott (community): Approve
- Thomas Herve (community): Approve
-
Diff: 236 lines (+87/-26)5 files modifiedlandscape/lib/network.py (+12/-22)
landscape/lib/tests/test_network.py (+2/-3)
landscape/sysinfo/deployment.py (+1/-1)
landscape/sysinfo/network.py (+37/-0)
landscape/sysinfo/tests/test_network.py (+35/-0)
Changed in landscape-client: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
Changed in landscape: | |
importance: | Undecided → Wishlist |
milestone: | none → thames |
status: | New → Confirmed |
Changed in landscape: | |
milestone: | thames → thames+1 |
Changed in landscape: | |
milestone: | thames+1 → later |
tags: | added: patch-forwarded-upstream |
Changed in landscape-client: | |
milestone: | 1.5.3 → 1.5.2 |
status: | In Progress → Fix Committed |
Changed in landscape-client: | |
status: | Fix Committed → Fix Released |
Changed in landscape-client: | |
status: | Fix Released → Fix Committed |
Changed in landscape-client: | |
status: | Fix Committed → Fix Released |
tags: | removed: verification-needed |
Changed in landscape: | |
milestone: | later → none |
To post a comment you must log in.
Good idea Bryce!
Actually, though, update-motd is quite simply the generic framework by which such information is presented.
Rather, I think this information should be gathered and presented as part of landscape-sysinfo!
:-Dustin