st2-packages icon indicating copy to clipboard operation
st2-packages copied to clipboard

StackStorm deb/rpm packages (automated docker build pipeline)

Results 37 st2-packages issues
Sort by recently updated
recently updated
newest added

as per https://stackstorm-community.slack.com/archives/community/p1456739781004524 st2auth should run as root to work with PAM

Replace `netstat` with `ss` in all the st2bootstrap scripts, and remove installation of `net-tools` in el7 variant.

enhancement
bash installer

We should have a script that uninstalls ST2 (as much as possible). It will undo the changes made by the install scripts. It will not be able to fully cope...

status:under discussion
complexity:hard
feature

Between [fetching a revision number](https://github.com/StackStorm/st2-packages/blob/master/.circle/buildenv_st2.sh#L46) as a part of [checkout](https://github.com/StackStorm/st2-packages/blob/master/circle.yml#L44) and uploading a new package with this revision during [deploy](https://github.com/StackStorm/st2-packages/blob/master/circle.yml#L87), every parallel package build will end up with the same...

bug

> Originally proposed here https://github.com/StackStorm/discussions/issues/111 - find "**Manual way (ChatOps)**" paragraph. ![](https://cloud.githubusercontent.com/assets/1533818/11052712/ebd23750-875a-11e5-8864-4f570d655a9d.png) In a long-term It's useful to have more ChatOps around the packages. Commands/statuses/web hooks. For example, ability to...

feature

In `curl | bash` script we configure mongo with [specific username/password and permissions](https://github.com/StackStorm/st2-packages/blob/142e95b2f996dcf06edaa4a4d82fe38d9f0457d9/scripts/st2bootstrap-deb.sh#L228-L250). During the `apt/yum install` we automatically trigger [`st2ctl reload --register-runners --register-fail-on-failure`](https://github.com/StackStorm/st2-packages/blob/a7e266da6a13fd035cb36701c18c12585ddd89d2/packages/st2/rpm/postinst_script.spec) via packaging `postinst`. That fails, because...

bug

If a user follows our standard installation instructions, either using the one-liner, or following the manual steps, they will get these warning messages with MongoDB: ``` 2017-02-01T23:10:31.846+0000 I CONTROL [initandlisten]...

enhancement
question
documentation

If the package for one of the flavors could not be uploaded during deploy stage, it would be considered a build failure yet the packages that were uploaded during the...

Issues top on my list 1. Code scatter between st2-packages and st2 2. Multitude of tools used 1. circle.yml 2. bash scripts 3. make 4. docker 5. rake. 3. Insufficient...

complexity:hard