Add support for Flatcar Linux bare-metal cached_install

* Support bare-metal cached_install=true mode with Flatcar Linux
where assets are fetched from the Matchbox assets cache instead
of from the upstream Flatcar download server
* Skipped in original Flatcar support to keep it simple
https://github.com/poseidon/typhoon/pull/209
This commit is contained in:
Michael Schubert
2018-10-15 11:27:32 +02:00
committed by Dalton Hubble
parent 9b6113a058
commit d10620fb58
4 changed files with 32 additions and 4 deletions

View File

@ -20,6 +20,10 @@ Notable changes between versions.
* Remove admin_password field (disabled) since it is now optional
* Require `terraform-provider-azurerm` v1.16+ (action required)
#### Bare-Metal
* Add support for `cached_install` mode with Flatcar Linux ([#315](https://github.com/poseidon/typhoon/pull/315))
#### DigitalOcean
* Require `terraform-provider-digitalocean` v1.0+ (action required)