StorminStanley / st2workroom

Vagrant environment used to play with StackStorm, develop StackStorm for your environment, or develop on StackStorm itself!
Apache License 2.0
23 stars 21 forks source link

Update to stackstorm-st2 which includes garbage collector changes #312

Closed Kami closed 8 years ago

Kami commented 8 years ago

The title says it all.

Kami commented 8 years ago

Alright, I've addressed all the issues and confirmed that it's working locally. Would still appreciate if someone else can also test it before I merge it.

To test it, you need to use latest version of StackStorm which includes garbage collector service stuff:

/opt/puppet/hieradata/answers.yaml

st2::version: 1.3dev
st2::revision: 90
manasdk commented 8 years ago

Validated -

root@manas-wr-312-test:/opt/puppet# dpkg -l | grep st2
ii  python-st2client                    1.3dev.90-1                      all          Python client library and CLI for the StackStorm (st2) event
ii  st2actions                          1.3dev-90                        amd64        ST2 ActionRunner
ii  st2api                              1.3dev-90                        amd64        ST2 API
ii  st2auth                             1.3dev-90                        amd64        ST2 Authentication
ii  st2common                           1.3dev-90                        amd64        ST2 Common
ii  st2debug                            1.3dev-90                        amd64        StackStorm Debug tool
ii  st2reactor                          1.3dev-90                        amd64        ST2 Reactor

root@manas-wr-312-test:/opt/puppet# st2 --version
st2 ('1.3dev.90',)

root@manas-wr-312-test:/opt/puppet# st2ctl status
##### st2 components status #####
st2actionrunner PID: 5748
st2actionrunner PID: 5764
st2actionrunner PID: 5788
st2actionrunner PID: 5811
st2actionrunner PID: 5840
st2actionrunner PID: 5857
st2actionrunner PID: 5880
st2actionrunner PID: 5902
st2actionrunner PID: 5925
st2api PID: 9351
st2api PID: 9407
st2auth PID: 9363
st2sensorcontainer PID: 9273
st2rulesengine PID: 9316
st2web is not running.
mistral PID: 9077
mistral PID: 9078
st2resultstracker PID: 9257
st2notifier PID: 9291
st2garbagecollector PID: 9334

root@manas-wr-312-test:/opt/puppet# service st2garbagecollector restart
st2garbagecollector stop/waiting
st2garbagecollector start/running, process 9901

root@manas-wr-312-test:/opt/puppet# service st2garbagecollector status
st2garbagecollector start/running, process 9901
Kami commented 8 years ago

Going ahead and merging this.