commit for move
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
|
||||
locals {
|
||||
nodes = {
|
||||
k8s-master-1 = {
|
||||
lab-1 = {
|
||||
cloudinit = "rocky.yml"
|
||||
image_file = "import/rocky9.qcow2"
|
||||
index = 1
|
||||
@@ -117,6 +117,25 @@ locals {
|
||||
}
|
||||
]
|
||||
}
|
||||
# lab-2 = {
|
||||
# cloudinit = "rocky.yml"
|
||||
# image_file = "import/rocky9.qcow2"
|
||||
# index = 2
|
||||
# cpu = var.worker_cpu
|
||||
# memory = 2048
|
||||
# disk = var.worker_disk
|
||||
# datastore = var.worker_datastore
|
||||
|
||||
# network_devices = [
|
||||
# {
|
||||
# bridge = var.node_bridge
|
||||
# vlan_id = 20
|
||||
# ip = "192.168.20.12"
|
||||
# cidr = 24
|
||||
# gateway = "192.168.20.1"
|
||||
# }
|
||||
# ]
|
||||
# }
|
||||
# k8s-worker-1 = {
|
||||
# cloudinit = "worker.yml"
|
||||
# index = 2
|
||||
|
||||
Reference in New Issue
Block a user