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...
I have found missing the implementation of timeout logic for the Orquesta tasks. It would be really nice to have something like this: ```yaml ... tasks: my_task: action: mypack.myaction retry:...
Would be really handy being able to read the values defined in a pack configuration file directly from a workflow definition; at the moment the only way I found to...
## SUMMARY many zombie processes forked by st2actionrunner ``` /opt/stackstorm/st2/bin/python /opt/stackstorm/st2/bin/st2actionrunner --config-file /etc/st2/st2.conf root 16338 0.0 0.0 0 0 ? Zs Oct24 0:00 _ [sudo] root 16343 0.0 0.0 0...
Hi Community, From My View of perspective Secrets should not show in cleartext in the Rule Enforcement View in the UI and the API. So I add a loop that...
## Problem description  When I used core.st2.CronTimer to create a scheduled task, I found that I could not specify the start time and end time ## Solution As can...
**/opt/stackstorm/packs/my_application/actions/deploy.yaml** ``` --- name: 'deploy' description: 'Workflow to deploy an application' runner_type: 'mistral-v2' entry_point: 'workflows/deploy.yaml' enabled: true parameters: repo_url: description: The repository URL of the (compiled) application required: true position:...
## SUMMARY st2 uses old version of pytz, witch makes it incompatible with other package(e.g. recurring-ical-events==2.1.3) ### STACKSTORM VERSION ``` st2 --version st2 3.9dev, on Python 3.9.18 ``` ##### OS,...
Looks like as part of the rebase to update the branch it added my name as well, but the complete history should be there now. splitting out the zstandard work...
**alias yaml** `--- name: "launch_quasar" action_ref: "quasar.quasar1" description: "launch a quasar execution" formats: - display: "** **" representation: - "{{ command }} {{ payload }}" result: format: | ```{{ execution.result.result...
Hi Community, I think this Idea is maybe very complex. I don't know if it's possible. It would be nice if you could Create different Orgs in Stackstorm. Do you...