mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-23 00:11:38 +02:00
Expose flatcar-install OEM parameter
By exposing this parameter it is possible to install OEM specific software during the `flatcar-install` invocation.
This commit is contained in:
committed by
Dalton Hubble
parent
5f303212d2
commit
6bd2a1a528
@ -383,4 +383,4 @@ Check the [variables.tf](https://github.com/poseidon/typhoon/blob/master/bare-me
|
||||
| kernel_args | Additional kernel args to provide at PXE boot | [] | ["kvm-intel.nested=1"] |
|
||||
| worker_node_labels | Map from worker name to list of initial node labels | {} | {"node2" = ["role=special"]} |
|
||||
| worker_node_taints | Map from worker name to list of initial node taints | {} | {"node2" = ["role=special:NoSchedule"]} |
|
||||
|
||||
| oem_type | An OEM type to install with `flatcar-install`. | "" | "vmware_raw" |
|
||||
|
Reference in New Issue
Block a user