st2
st2 copied to clipboard
StackStorm (aka "IFTTT for Ops") is event-driven automation for auto-remediation, incident responses, troubleshooting, deployments, and more for DevOps and SREs. Includes rules engine, workflow, 160 i...
Trying to install a pack with one dependency: `st2 3.4.1, on Python 3.6.9` Relevant doc: [pack-dependencies](https://docs.stackstorm.com/packs.html#pack-dependencies) dependencies in `pack.yaml`: ``` dependencies: - some_pack>=1.1.1 ``` Full output: ``` { "output": {...
## Summary I had posted a discussion topic about an issue I was running into with creating a regex rule function: https://github.com/StackStorm/st2/discussions/5363 tl;dr - You can't utilize the `regex` function...
Receiving mongodb error (appear in st2workflow logs) sending a 2MB file How it reached ~18MB? ``` Workflow execution completed with errors. (type='error',message="OperationError: Could not save document (BSONObj size: 18680128 (0x11D0940)...
``` --- version: 1.0 description: Deploy staging application .definitions: action_succeeded: &action_succeeded - task_message: " deploy :white_check_mark:" someaction: action: core.noop retry: count: 3 delay: 60 next: - when: publish: *action_succeeded do:...
### Discussed in https://github.com/StackStorm/st2/discussions/5422 Originally posted by **amyasnikov** November 1, 2021 I'm trying to make HA st2 setup without k8s. My setup: - 3 "cluster" nodes with rabbitmq, redis and...
## SUMMARY I have a restricted user that should only have permissions to install packs. The pack install works fine but the client returns a python error ```shell Traceback (most...
https://github.com/StackStorm/st2/blob/007beed8325b397d540d97905af8f2edb14b925f/contrib/runners/python_runner/python_runner/python_runner.py#L128 Cannot log DEBUG from python action if the config setting for `python_runner_log_level` under actions in st2.log is set to something other than DEBUG. The reason is the above line...
## SUMMARY Documentation shows that remote-shell-cmd accepts the `kwarg_op` parameter leading one to believe that its supposed to work like remote-shell-script runners. After some time of fighting this I finally...
## SUMMARY st2client always returns 403 while trying to read from Datastore. ### STACKSTORM VERSION st2 3.6.0, on Python 3.6.9 ### OS, environment, install method https://github.com/StackStorm/st2-docker Up and running behind...
I hope ParamikoSSHClient would be expanded to be able to set following configurations from the SSH client's configuration file, which is specified at `ssh_runner.ssh_config_file_path` in the st2.conf. 1. ServerAliveInterval 2....