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

Ability for bosh addons to exclude errand VMs #1613

Closed
oozie opened this issue Mar 9, 2017 · 4 comments
Closed

Ability for bosh addons to exclude errand VMs #1613

oozie opened this issue Mar 9, 2017 · 4 comments
Labels

Comments

@oozie
Copy link

oozie commented Mar 9, 2017

Per bosh runtime-config doc an include option exists. Word has it the latest bosh also supports exclude keyword. We'd like for the exclude keyword to allow for exclusion of errand VMs.

Problem: one of our bosh addons has a pretty expensive init step, i.e. it downloads a database locally. This is a pointless operation on an errand VM because the VM goes away. Additionally, that particular errand runs on a nano instance with only 512mb of RAM and causes the CF deployment to fail.

@cppforlife
Copy link
Contributor

cppforlife commented Mar 9, 2017 via email

@cppforlife
Copy link
Contributor

@oozie does that work for you?

@oozie
Copy link
Author

oozie commented Mar 15, 2017

Apologies for a delay in responding @cppforlife
I've been trying to figure out how to exclude: only from errand machines, rather than particular jobs/deployments. What I want to avoid is maintaining a blacklist of errands under exclude.
If you have any hints on how to accomplish excluding from errands that would be great.

@jfmyers9
Copy link
Contributor

This has been implemented as of #1902.

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

No branches or pull requests

3 participants