puppet-st2
puppet-st2 copied to clipboard
[WIP] Refactor the module to independently manage services and scale out in HA
This MR breaks the existing structure of this puppet module where a single file held all the configuration of all the components of stackstorm (server.pp), this breaks it down into various folders to make it more modular and reusable
Currently, the following new folders are added:
-
configwith all configuration parameters -
dependencyfor all 3rd party dependencies that need to be installed -
componentfor each stackstorm component/service -
profile/hato break down server installation pieces and make them scalable (for normal/upstream installs)
@bishopbm1 Could you please look at the PR, do you have any feedback or pointers on this change?
Wow this is awesome!!! I'm going to get this on some of my internal machines and test it out! will report back my findings!
@bishopbm1 Thanks! Did you get a chance to test it out on your systems?