Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support variable stack names #103

Open
tgass opened this issue Mar 8, 2017 · 4 comments
Open

Support variable stack names #103

tgass opened this issue Mar 8, 2017 · 4 comments

Comments

@tgass
Copy link

tgass commented Mar 8, 2017

Given:
In my senza definition file, the StackName is defined using an Arguments-variable:

StackName: "wps{{Arguments.StackNamePostfix}}"

Unfortunately, lizzy doesn't resolve the argument. I get the following error:

Requesting new stack.. EXCEPTION OCCURRED: 404 Client Error: NOT FOUND for url: https://lizzy-zprice-test.zprice-test.zalan.do/api/stacks

[AGENT] Stack not found: wps{{Arguments.StackNamePostfix}}-74ee2ddxb35

FAILURE: Build failed with an exception.

I'd like to see that lizzy can handle variables in stack names.

PS
I suppose this can be handle in the client.

@dcherepovsky
Copy link

dcherepovsky commented Mar 27, 2017

@tgass Of course, it can be implemented on either side of lizzy. But for me it looks, that this is a feature of lizzy-agent, not client.

We also needed this feature. Had to implement our own config rendering step before using lizzy in the pipeline.

@adyach
Copy link

adyach commented Aug 22, 2017

the same issue here. upvote.

@bugzhunter
Copy link

we had the same issue, upvoted

@SergKam
Copy link

SergKam commented Feb 20, 2018

should be fixed here zalando-stups/lizzy#216

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants