StackStorm / chef-stackstorm

DEPRECATED! Community-maintained Chef Cookbook to deploy StackStorm, IFTTT for Ops
https://supermarket.chef.io/cookbooks/stackstorm
Apache License 2.0
16 stars 10 forks source link

Use own StackStorm "init" Docker images in Test-Kitchen #30

Open arm4b opened 7 years ago

arm4b commented 7 years ago

Those images already have everything pre-installed to run properly default init system for specific OS.

See: https://github.com/StackStorm/ansible-st2/blob/master/.kitchen.yml#L25-L39

shortdudey123 commented 7 years ago

Generally speaking its best to test with non-baked images for kitchen

arm4b commented 7 years ago

@shortdudey123 You mean it's better to leave it as is? Eg. configure everything at a run-time.

shortdudey123 commented 7 years ago

Yes, IMO that avoids caveats that are avoided w/ pre-baked images (since the purpose of them is to shortcut and speed things up)

jvrplmlmn commented 7 years ago

Yes, IMO that avoids caveats that are avoided w/ pre-baked images (since the purpose of them is to shortcut and speed things up)

Agree on this.


@armab where can we find the Dockerfiles for stackstorm/packagingtest?