Denis Baryshev
Denis Baryshev
+1 Well it seems more like that all taskfile defined env is simply not substituted in dynamic vars. ```yaml env: IMAGE_DIR: "HELLO" # or # dotenv: [".env"] tasks: mkdisk: vars:...
@oprypin Let's revisit this if you don't mind. Thank you.
permission story was resolved in #205
@lakshmi-kannan I was trying, I didn't seem dependent services remained after running((
after test was finished. ``` root@8b9fac53f6bc:/# st2 action list ERROR: HTTPConnectionPool(host='127.0.0.1', port=9101): Max retries exceeded with url: /v1/actions (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection...
I'm willing to closing it. It's a useless report. Yes it SO ssh debug doesn't work in Circle CI. @lakshmi-kannan @armab ack?
@cynaptic-mdekkers hey there. I'm not sure that it's a good idea. Rather than running anything as root there probably should be PAM configuration for st2auth service similar to those other...
@armab I don't think it solves the PAM problem, #205 doesn't change that we still run `st2auth` in the same way as unprivileged user `st2`.
So cooler will be. ``` !packages build st2 ref:v1.1 !packages build st2 ref:master os:trusty,el7 # while these makes sense also !packages build st2flow ```
@codyaray Hey there. In my opinion it shouldn't, since we tend to keep st2 package dependencies list small. In fact st2 doesn't require `build-essential` and many packs which do not...