devstructure / blueprint

Reverse engineer server configuration
http://devstructure.com/
Other
2.15k stars 132 forks source link

Saltstack support #141

Open loque1 opened 11 years ago

loque1 commented 11 years ago

Since blueprint is python based would it not be prudent to offer a way to generate saltstack yaml states

szaydel commented 11 years ago

I would submit that Ansible would also be awesome, but at some point some of this becomes just too difficult to execute, because methodologies and philosophies of these different technologies are just really so very different. I do think that it is a great idea though.

loque1 commented 11 years ago

I am having a look at the code now and from the looks of it I will have to implement a new frontend and add code to blueprint-create blueprint-rules blueprint-show init.py. Not sure when I will get around to it but If I want it bad enough I will have to get my hands dirty.

rcrowley commented 11 years ago

@loque1 @szaydel I would love to support both of those tools but don't have the bandwidth or expertise to do a good job myself. I would happily, happily merge patches, though.

@loque1 you're right it's basically a frontend and wiring it up. I think the rules frontend is the smallest and therefore probably the best starting point.

szaydel commented 11 years ago

@rcrowley - It is no doubt a great to have expansion to an already great feature set, but sure not some trivial amount of work.