2014-03-04 22:12:19 +00:00
|
|
|
-other auth
|
|
|
|
-pam if user exists but has no passphrase
|
|
|
|
-keystone?
|
|
|
|
-ad? (specialized to the AD case)
|
2014-03-01 15:48:08 +00:00
|
|
|
-expressionkeys never gets smaller - perf impact
|
2014-04-11 14:03:02 +00:00
|
|
|
-When a user account is changed, have httpapi and sockapi notified of changes
|
|
|
|
to kill off related sessions. password changes are given a pass, but user
|
|
|
|
deletion will result in immediate session termination
|
2014-03-01 15:48:08 +00:00
|
|
|
-When the time comes to dole out configuration/discovery, take page from xCAT
|
|
|
|
'flexdiscover' command, if possible bring an ipmi device under management
|
|
|
|
by way of ipv6 to eliminate requirement for ip to be specified.
|
|
|
|
Requires the polling event support (which is required for security anyway)
|
|
|
|
|
|
|
|
-this stack trace (happened with method was set to ""):
|
|
|
|
Traceback (most recent call last):
|
|
|
|
File "/usr/lib/python2.6/site-packages/eventlet/wsgi.py", line 402, in handle_one_response
|
|
|
|
for data in result:
|
|
|
|
File "/home/jbjohnso/Development/confluent/confluent/httpapi.py", line 301, in resourcehandler
|
|
|
|
cfgmgr, querydict)
|
|
|
|
File "/home/jbjohnso/Development/confluent/confluent/pluginapi.py", line 273, in handle_path
|
|
|
|
passvalue = pluginmap[plugpath].__dict__[operation](
|
|
|
|
KeyError: ''
|
|
|
|
|
2014-04-15 18:59:36 +00:00
|
|
|
|
2014-05-03 15:59:35 +00:00
|
|
|
-have pyghmi and friends do multiprocessing pools
|
|
|
|
-investigate console behavior when target off (causing disconnects/reconnects
|
|
|
|
on input)
|
2014-05-05 22:40:28 +00:00
|
|
|
-test to make sure that 'Session Disconnected' is working
|
2014-05-03 15:59:35 +00:00
|
|
|
-confetty to do right thing with respect to status updates when run right on a
|
|
|
|
console. It currently clutters up the screen with data that would land in
|
2014-05-05 22:40:28 +00:00
|
|
|
a titlebar
|
2014-05-06 17:37:31 +00:00
|
|
|
-audit log did not show confetty activity for starting console
|
|
|
|
-read exclusive and full exclusive console access modes
|
2014-05-19 14:12:16 +00:00
|
|
|
-remove the socket ignore code from pyghmi and repeat tests to understand
|
|
|
|
why python 2.7 with excessive select() would transpose typing so badly...
|
|
|
|
while the problem cannot be reproduced without that problem fixed, the
|
|
|
|
problem should only cause poor performance, not induce transpose of data...
|
2014-06-02 14:32:28 +00:00
|
|
|
-test out bg_sync in cfg to make sure if it runs just before a change it doesn't cause loss
|
2014-06-12 18:42:09 +00:00
|
|
|
-set boot/nextdevice=cd after exiting console did:
|
|
|
|
/nodes/n3/ -> set boot/nextdevice=cd
|
|
|
|
Traceback (most recent call last):
|
|
|
|
File "/usr/bin/confetty", line 561, in <module>
|
|
|
|
do_command(currcommand, netserver)
|
|
|
|
File "/usr/bin/confetty", line 300, in do_command
|
|
|
|
setvalues(argv[1:])
|
|
|
|
File "/usr/bin/confetty", line 369, in setvalues
|
|
|
|
print_result(res)
|
|
|
|
File "/usr/bin/confetty", line 211, in print_result
|
|
|
|
for key in res.iterkeys():
|
|
|
|
AttributeError: 'str' object has no attribute 'iterkeys'
|
2014-07-01 16:57:14 +00:00
|
|
|
-/detected/ collection
|
|
|
|
-SLP snooping: snoop for srvrequests, likel
|
2014-08-19 19:06:28 +00:00
|
|
|
-Config backup/restore
|
|
|
|
-seal to password
|
|
|
|
-Scenario was somehow solconnection object is 'broken' (broken=True) but the supervising console manager
|
|
|
|
never notices. The 'write()' doesn't raise an exception, just returns.
|
|
|
|
-pyghmi should except on attempt to write to broken console I think...
|
|
|
|
-need to investigate what path does not end up getting immediate notification
|
|
|
|
for disconnection
|
|
|
|
-last observed when a switch between confluent and imm was resetting in a loop
|
|
|
|
while it was trying to keep console open as much as possibl
|
|
|
|
-cs._handled_consoles[('n4', None)]._console.handle_data({'error':1}) is how I was able to
|
|
|
|
kick the session state back to working order after whatever event that was missed above
|
2014-10-06 20:51:56 +00:00
|
|
|
occurred.
|
|
|
|
-save and restore the terminal title on startup/exit respectively
|