Remove unofficial bare-metal *_networkds variables

* Remove controller_networkds and worker_networkds variables. These
variables were always listed as experimental, unsupported, and excluded
from documentation in anticipation of Container Linux Config snippets
* Use Container Linux Config snippets on bare-metal instead. They
provide safer, more powerful, and more elegant host customization
This commit is contained in:
Dalton Hubble
2018-08-12 16:44:13 -07:00
parent dbdc3fc850
commit bec5250e73
5 changed files with 6 additions and 24 deletions

View File

@ -141,17 +141,3 @@ variable "kernel_args" {
type = "list"
default = []
}
# unofficial, undocumented, unsupported, temporary
variable "controller_networkds" {
type = "list"
description = "Controller Container Linux config networkd section"
default = []
}
variable "worker_networkds" {
type = "list"
description = "Worker Container Linux config networkd section"
default = []
}