add xml parse

This commit is contained in:
2026-03-19 23:49:16 +08:00
parent 8b279df333
commit 230d3d4204
38 changed files with 2736 additions and 9 deletions

View 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"
]