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

If you find an issue in packages, please file an issue and we'll have a look as soon as we can. In order to expedite the process, it would be...

enhancement
status:under discussion
gathering feedback

On OS CentOS7/Ubuntu16 with `systemd` init the chatops logs are ending up in /var/log/messages and /var/log/st2/st2chatops.log does not exist.

Three different people missed the syntax error in #689, leading to #691. We should check that our scripts actually compile as part of the CI for this repository. That's just...

enhancement
complexity:easy
feature
tests

> Will close #395 #396 As mistral is deprecated (https://github.com/StackStorm/st2/issues/4762), this repository now only contains the `st2` packaging scriptlets and build instructions for producing `deb`/`rpm` artifacts. With that, it makes...

status:under discussion
feature
gathering feedback

`curl|bash` installer creates a `~/.st2/config` file containing StackStorm login creds with read-all permissions: ``` $ ls -la ~/.st2/config -rw-r--r-- 1 vagrant vagrant 54 May 23 14:09 /home/vagrant/.st2/config ``` This way...

bug
bash installer
security

Trying to install the virtualenv for a pack with native-extension requirements. This fails with ``` configure: error: no acceptable C compiler found in $PATH ``` Not sure if we should...

wontfix
proposal

This is a placeholder ticket to be addressed in the future. #Issue details Currently Installation scripts rely on PackageCloud RabbitMQ repository. To follow the consistency with other installers, when EPEL...

enhancement
bash installer
good first issue
OS support

Current installer writes the username/password pair in `~/.st2/config`. https://github.com/StackStorm/st2-packages/blob/480f09944e4a22125d2d8f372aae6506fd451a25/scripts/st2bootstrap-deb.sh#L322-L324 The new way is to use `st2 login --save-password` which is more smart and really authenticates and saves credentials. Bonus: Apply...

enhancement
bash installer
good first issue

### Problem During the https://github.com/StackStorm/ova/pull/68 work, we've found it's a common case when services are started during machine boot time in not the best order, eg. `st2api` is up and...

enhancement