Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

azure: add support for storage_profile_data_disk for workers #19

Open
invidian opened this issue Jun 17, 2019 · 0 comments
Open

azure: add support for storage_profile_data_disk for workers #19

invidian opened this issue Jun 17, 2019 · 0 comments

Comments

@invidian
Copy link
Contributor

invidian commented Jun 17, 2019

storage_profile_data_disk allows attaching data disks into Azure Scale Set we use for workers and I think this is a good way of providing disks for OpenEBS on Azure.

There are 2 things which still needs to be addressed. Once new worker is provisioned it requires manual action of preparing a disk, which is sudo umount /mnt/resource && sudo sgdisk --zap-all /dev/sdb.

I also think, that data disks should be optional. Since storage_profile_data_disk is a block, we should wait until migration to Terraform 0.12 is done, so we can support optional blocks with dynamic syntax. Terraform reference issue: hashicorp/terraform#7034

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

No branches or pull requests

1 participant