Warren Van Winckel
Warren Van Winckel
> Moved from github.com/stackstorm/st2enterprise-dockerfiles#8 We'll need to investigate the ways to cleanup the resulting Docker images. Not sure about the docker layer squashing, but for example, after working closer, it's...
> Moved from https://github.com/StackStorm/st2enterprise-dockerfiles/issues/47 In a normal non-dockerized deployment, typical service logs vs AUDIT logs from the services are divided into different logfiles. In Dockerized environment the established practice is...
Replace `netstat` with `ss` in all the st2bootstrap scripts, and remove installation of `net-tools` in el7 variant.
NOTE: This issue only applies to `el6` systems. Define the `HUBOT_SLACK_TOKEN` variable, and then install BWC using: ``` curl -sSL -O https://brocade.com/bwc/install/install.sh && chmod +x install.sh ./install.sh --user=st2admin --password='Ch@ngeMe' --license=${BWC_LICENSE_KEY}...