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...
Apart from Unit and Integration tests, we should also run the `st2-self-check` script for every PR as part of the CI pipeline. Something we do in e2e and manual testing....
- Added etcd3gw dependency required by tooz. - Downgraded tenacity to 6.3.1 as tooz dependency on tenacity has always been < 7.0.0 and etcd3gw fails with higher versions. https://github.com/openstack/tooz/blob/174065f8750ff374e140fae956758b0b5ec2c473/requirements.txt#L9
Please remove the github repo dependencies and change to proper python dependencies. Those of us with dev environments behind firewalls run our own gitlab/github, pypi, and npm repos. We are...
This PR adds workflow engine system information to WorkflowExecution context. Ref https://github.com/StackStorm/st2/discussions/5373 ``` { "engine_info": { "hostname": "st2", "pid": 1085262 }, "parent": { "user": "stanley", "pack": "examples" }, "st2": {...
Added timeout parameter for pack install st2 client run to help with long running installs. This was already expose in `packs.install` action but st2client was not updated to reflect the...
For security purposes, the hash function for symmetric encryption is changed ie. from SHA1 to SHA256. Also, a migration script is added to update the database with new encrypted values.
This PR refactors the `FileWatchSensor` from the `linux` pack, to remove it's dependency on `logshipper`, and use `watchdog` instead. Upstream `logshipper` hasn't been touched in years, so we switched to...
I've configured urllib3 retries, But can't see those in sensor container pod logs. Also tried configure urllib3 log level in sensor, but no good. ``` logger = logging.getLogger("urllib3") logger.setLevel(logging.WARNING) ```
## SUMMARY I installed st2-3.5.0-1.x86_64 on RedHat 8, the python version included in st2 is 3.6.8. ``` st2 3.5.0, on Python 3.6.8 ``` But Python 3.6 is going to EOL...
Hi, This is the installation process: 