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 condition/disable for runtime_configs #302

Open
HDYA opened this issue Feb 21, 2019 · 2 comments
Open

Support condition/disable for runtime_configs #302

HDYA opened this issue Feb 21, 2019 · 2 comments

Comments

@HDYA
Copy link

HDYA commented Feb 21, 2019

It would be for flexible to have enable conditions for runtime_configs

Specifically, we have a scenario that one of our tile have the same BOSH release with PAS 2.4+. Given that the version number are different, runtime configs will conflict between our tile with PAS. If there is a condition for runtime_configs, we can implement a switch to hide the runtime config that may cause the conflict.

@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

@HDYA HDYA changed the title condition field for runtime_configs condition for runtime_configs Feb 21, 2019
@HDYA HDYA changed the title condition for runtime_configs Support condition/disable for runtime_configs Feb 21, 2019
@mboldt
Copy link
Contributor

mboldt commented Mar 26, 2019

If I understand correctly, you would like to change your runtime config based on which PAS version is deployed. Unfortunately, this is not possible in a tile.

If you want to change your runtime config based on user configuration, you can use a named_manifest with a selector type property. Some details here: https://docs.pivotal.io/tiledev/2-4/property-template-references.html#named-manifest

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

No branches or pull requests

3 participants