Skip to content
#

stackstorm

Here are 55 public repositories matching this topic...

wfgydbu
wfgydbu commented Feb 5, 2021

SUMMARY

I just faced an embarrassed problem that command st2 action list keeps return 503.

I tried st2 --debug action list and the result in line HTTP_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_proxy env variable was set in the system.

So I think it maybe more friend

wajih-ats
wajih-ats commented Dec 7, 2020

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

cognifloyd
cognifloyd commented May 17, 2019

Ansible 2.5 is EOL as of yesterday (2019-05-16) because 🎉 Ansible 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

armab
armab commented Sep 8, 2021

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

  1. Switch to a smaller CircleCI container size
  2. Replace K8s with a lightweight distribution like K3s or K0s that'll fit
freeyssu
freeyssu commented Nov 28, 2020

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.

warrenvw
warrenvw commented Oct 9, 2018

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.

Improve this page

Add a description, image, and links to the stackstorm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the stackstorm topic, visit your repo's landing page and select "manage topics."

Learn more