many things
This commit is contained in:
parent
18a08d623b
commit
a7fad6c9c6
43 changed files with 1246 additions and 54 deletions
16
10-pre-k8s/terraform.tfvars
Normal file
16
10-pre-k8s/terraform.tfvars
Normal file
|
@ -0,0 +1,16 @@
|
|||
matchbox_http_endpoint = "http://192.168.6.3:8080"
|
||||
matchbox_rpc_endpoint = "192.168.6.3:8081"
|
||||
#matchbox_http_endpoint = "http://matchbox.lab.cowley.tech:8080"
|
||||
#matchbox_rpc_endpoint = "matchbox.lab.cowley.tech:8081"
|
||||
#os_version = "38.20231027.3.2"
|
||||
os_version = "39.20240104.3.0"
|
||||
os_stream = "stable"
|
||||
ssh_authorized_key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMEpF8xS30j9n1a+0FegDYkDis8yHy2ZCj3gvWXmeu5z ccowley@pxe.lab.cowley.tech"
|
||||
nucs = {
|
||||
"agent0" = "c0:3f:d5:63:7b:3c"
|
||||
"agent1" = "b8:ae:ed:7f:bc:45"
|
||||
"agent2" = "c0:3f:d5:66:ba:79"
|
||||
}
|
||||
slowworkers = {
|
||||
"slownode2" = "52:54:00:c0:39:0f"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue