2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 17:43:14 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Jarrod Johnson
f62c6b0c85 Move disk write to a greenthread as a PoC, need to go
to a real thread as result of testing, further optimization
on the table, notably organizing into dbm style files and touching
only changed content
2013-08-19 21:28:08 -04:00
Jarrod Johnson
d6caf73160 Advance configuration engine as follows:
-encryption and decryption now work
-expressions are evaluated and refreshed at attribute set time
-node group list updates updates a converse mapping
2013-08-19 16:08:49 -04:00
Jarrod Johnson
27d5dbae08 Rework a few things, get the config module to the point of basic functionality 2013-08-18 19:11:49 -04:00
Jarrod Johnson
dc8c9d091c Split out crypt stuff into it's own file 2013-08-16 17:01:18 -04:00
Jarrod Johnson
71e1607b57 Continue making progress 2013-08-16 16:37:19 -04:00
Jarrod Johnson
79259a9c32 Get to the point where it almost starts to work
eventlet spawns the scgi server which is able to create a new console session.
So far, not actually hooked in any way to a backend.
The plan will be to hook up read and write of ConsoleSession instance handle method.

That handle will in turn be hooked into the logging/watching scheme which in turn is
hooked into the likes of pyghmi.ipmi.console and/or ssh execution
2013-08-09 16:59:08 -04:00
Jarrod Johnson
ac8e0df051 Arrange things so that the startup py is in bin 2013-07-19 10:31:02 -04:00
Jarrod Johnson
f31d7d1ac6 Relocate to a module, bootstrap will be significantly smaller 2013-07-19 10:11:14 -04:00
Jarrod Johnson
1bb457168a Begin exploration of confluent concept
First order of business will be a console server.  Will see where things
go from there.
2013-07-18 22:27:45 -04:00