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 did the following: 1. Modify the vagrantFile file ```shell config.vm.network "forwarded_port", guest: 80, host: 8081 config.vm.network "forwarded_port", guest: 443, host: 8443 ``` 2. vi /opt/stackstorm/static/webui/config.js ```shell 'use strict'; angular.module('main')...
I was trying to look if I can find my custom action logs in one of K8s pods. But couldn't find them. My logs looks as in the docs: https://docs.stackstorm.com/actions.html#logging...
It would be nice to be able to authenticate using SSH CA functionality with the ssh config `CertificateFile` setting along with the `privatekey` setting provided natively per action.
#### System version and kubernetes version ```shell # cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) # kubectl version Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.8", GitCommit:"fd5d41537aee486160ad9b5356a9d82363273721", GitTreeState:"clean", BuildDate:"2021-02-17T12:41:51Z", GoVersion:"go1.15.8", Compiler:"gc", Platform:"linux/amd64"} Server...
closes: https://github.com/StackStorm/st2/issues/4398
A follow-up to: https://github.com/StackStorm/st2/pull/5071 where TSC Chair Election was initially suggested by @dzimine. This is a new revision proposal on top of that, covering governance inconsistencies. When we defined "Leaders"...
TCS chair definition and election proposal, draft, per our [last TCS meeting action item](https://github.com/StackStorm/discussions/issues/50#issuecomment-704812881) This should be relatively straight-forward.
I would like to extend the packs pack and the backing code under st2common Thinking of splitting out the git code into its own py file (class) to make way...
##### SUMMARY Currently in a distributed StackStorm deployment, when running an action the node that the action is run on is random. This causes some headaches when trying to deal...
idea how to use site-package of custom python version for action runners.