Eugen

Results 77 issues of Eugen

Add a new paragraph to the Governance documenting Conflict of Interest situations for the StackStorm TSC project members and how to avoid them. This is concerning roadblock that was recently...

documentation
size/S
TSC:voting
TSC

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"...

documentation
status:under discussion
size/M
TSC

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....

enhancement
help wanted
feature
good first issue
infrastructure: ci/cd

https://github.com/stackstorm/stackstorm-enterprise-ha/tree/gh-pages branch was taken to serve chart archives and index metadata via Github pages. See https://github.com/helm/helm/blob/master/docs/chart_repository.md#github-pages-example for more info how it was configured and `CNAME`d as https://helm.stackstorm.com/ repo. Currently it's...

feature
CI/CD

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)...

enhancement
help wanted
good first issue
CI/CD

Future (sometime near production) version of chart should include an option to enable Prometheus Metrics via Helm `values.yaml`. Once configured/enabled the chart should take it from there to setup everything....

good first issue
feature
production

Apart of Helm Chart Integration Testing in #27 which could be ran only against real K8s cluster and deployed release, consider adding Unit Tests for smaller item checks which is...

help wanted
good first issue
feature
Helm

> Copied from https://github.com/StackStorm/k8s-st2/issues/5 Use Kubernetes Livenes and Readiness probes to check if pod container is ready/working or not. For example, st2 services could start, but in fact be in...

enhancement
K8s
st2

Somewhat similar to https://github.com/StackStorm/st2/issues/4762#issuecomment-675059112, creating a diagram describing complex K8s infrastructure behind the default `stackstorm-ha` that helm deployment provides would be a nice addition. If anyone wants to play with...

help wanted
good first issue
feature
documentation

Implement logic described in https://github.com/StackStorm/ansible-st2/issues/74 to `install` & `configure` StackStorm integration packs via Ansible.

feature
WIP