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:
Lucas Resch
2023-03-02 09:14:03 +01:00
committed by Dalton Hubble
parent 5f303212d2
commit 6bd2a1a528
9 changed files with 24 additions and 1 deletions

View File

@ -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" |