mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-25 11:01:09 +00:00
23aac5dab7
For now, the only live path is the one that gets struck by exception. However, the exception only happens on 'strip_node', meaning for multi-node resources, things should be sane when the time comes.
35 lines
1.7 KiB
Plaintext
35 lines
1.7 KiB
Plaintext
-other auth
|
|
-pam if user exists but has no passphrase
|
|
-keystone?
|
|
-ad? (specialized to the AD case)
|
|
-expressionkeys never gets smaller - perf impact
|
|
-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
|
|
-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: ''
|
|
|
|
|
|
-have pyghmi and friends do multiprocessing pools
|
|
-investigate console behavior when target off (causing disconnects/reconnects
|
|
on input)
|
|
-test to make sure that 'Session Disconnected' is working
|
|
-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
|
|
a titlebar
|
|
-audit log did not show confetty activity for starting console
|
|
-ipmi plugin needs to watch for connection attribute changes. test case is to
|
|
connect to a bmc and then misconfigure. Currently, it keeps working, it should
|
|
break. watchattribs is the key |