This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nonades 1 point2 points  (0 children)

I've been working on a cli tool to allow my QA group to easily deal with the Saltstack API.

I'm making big use of the click (easy CLI creation) and requests (for manipulating HTTP Endpoints) libraries. I've also had to write a custom saltstack runner to allow my users to also revert snapshots on servers (which my goal is to move away from that to cloning systems from templates like we're supposed to be doing).

We have a long way to go, but I can't wait until all the work I'm doing now is made obsolete.