add xml parse
This commit is contained in:
11
config/groups/compute.toml
Normal file
11
config/groups/compute.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
# 计算节点专属配置
|
||||
linux_distro = "centos"
|
||||
linux_version = "8"
|
||||
|
||||
[nodes.compute]
|
||||
variables = {"cpu_cores" = "48","memory" = "192G","swap_size" = "32G"}
|
||||
|
||||
# 追加XML路径
|
||||
xml_paths = [
|
||||
"xml/compute"
|
||||
]
|
||||
Reference in New Issue
Block a user