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

Have an additional_datastore option to go with additional_disk_size_gb? #66

Open
vchung-nz opened this issue Nov 1, 2017 · 0 comments

Comments

@vchung-nz
Copy link

Since there is an additional_disk_size_gb bootstrap option, does it make sense to have an optional additional_datastore option as well? eg for VM with additional disks on higher storage tier.

Something like:

with_machine_options :bootstrap_options => {
  ...
  additional_datastore: ["tier_one_ds", "tier_two_ds"],
  additional_disk_size_gb: [50,20],
  ...

If undefined, then the behaviour is unchanged: requires datastore to be defined instead.

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

1 participant