stackstorm
Here are 55 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
The documentation does not mention how to use ssh to install pack from private repository when using docker.
Describe the solution you'd like
Clear documentation on how to use my ssh key in the docker-compose file (maybe an env var)
Describe alternatives you've considered
None
Ansible 2.5 is EOL as of yesterday (2019-05-16) because 2.8 2.9 is here.
2.8: https://groups.google.com/forum/#!topic/ansible-announce/OmkhL4zN1oo
2.9: https://groups.google.com/forum/#!topic/ansible-announce/chcjYohq6dA
I have not reviewed the ansible-st2 playbooks to see what we can do if we bump the version to 2.6.
2.6 has lots of bugfixes for include* and import*.
2
-
Updated
Oct 14, 2021 - Python
Currently, we're relying on CircleCI large container size that provides 4CPUs & 15GB RAM which is a paid feature we won't be able to afford in the future:
https://github.com/StackStorm/stackstorm-ha/blob/3ba85e6c584229e21cf41e2d19ec14f2bef4ffcc/.circleci/config.yml#L52-L55
- Switch to a smaller CircleCI container size
- Replace K8s with a lightweight distribution like K3s or K0s that'll fit
-
Updated
Jul 19, 2021 - Dockerfile
-
Updated
Aug 22, 2021 - JavaScript
-
Updated
Mar 13, 2019 - HTML
This is a placeholder ticket to be addressed in the future.
#Issue details
Currently Installation scripts rely on PackageCloud RabbitMQ repository.
To follow the consistency with other installers, when EPEL 8 releases RabbitMQ rpm, update el8 installation script.
Hi team.
When I tried to pull st2chatops docker image, I got below error.
root# docker pull stackstorm/hubotUsing default tag: latest
Trying to pull repository docker.io/stackstorm/hubot ...
repository docker.io/stackstorm/hubot not found: does not exist or no pull access
It seems like my shell cannot find the docker image.
-
Updated
Jan 14, 2019 - Python
Would be nice to have a permanent build in the test matrix that runs against the 'unstable' PackageCloud repo. This would help with testing and verification for changes that are merged upstream but not yet released.
Should be able to specify hiera data to make this happen: https://github.com/neillturner/kitchen-puppet/blob/master/provisioner_options.md
-
Updated
Jul 28, 2020 - Ruby
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 to log to stdout/stderr.
At the moment we log to stdout only INFO loglevel events.
Consider including AUDIT logs as well.
Docker Image Cleanup
-
Updated
Sep 30, 2018 - Python
-
Updated
Nov 29, 2021 - Python
-
Updated
May 27, 2021 - JavaScript
-
Updated
Nov 29, 2021 - Python
-
Updated
May 4, 2017 - Python
-
Updated
Nov 5, 2017 - Ruby
-
Updated
Nov 22, 2021 - Ruby
-
Updated
Aug 24, 2021 - CSS
-
Updated
Sep 21, 2021 - Python
-
Updated
May 7, 2019 - Python
-
Updated
Jan 13, 2019 - Clojure
-
Updated
Oct 10, 2018 - Python
-
Updated
Sep 30, 2018
CircleCI is getting queued, especially during the releases.
Switch to GH Actions for the native experience.
Improve this page
Add a description, image, and links to the stackstorm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stackstorm topic, visit your repo's landing page and select "manage topics."
SUMMARY
I just faced an embarrassed problem that command
st2 action listkeeps return 503.I tried
st2 --debug action listand the result in lineHTTP_PROXY(uppercase) was empty. This mislead me that the proxy info was set(which is not).I finally found that the root cause is a lowercase
http_proxyenv variable was set in the system.So I think it maybe more friend