2015-Middleware-Keynote / demo-ansible

Apache License 2.0
18 stars 24 forks source link

[rfe] optionally make instance disk sizes configurable #40

Closed thoraxe closed 8 years ago

thoraxe commented 9 years ago

There are a couple of ways we might want to do this:

1) just take args for all sizes (master, node, infra) 2) calculate disk size based on environment and whether or not we're provisioning the smoke test stuff. the assumption here is that if you are doing the smoke test stuff you're probably doing lots of labs which might require more disk

I had bumped the infra disk to 60g of io1 back when we were having bad performance, but the Docker backport and registry fixes may have made all of that unnecessary.

thoraxe commented 9 years ago

We may just wish to revert the disk stuff back to the original GP disks. I might test that later.