Files
test/config/deployment_assets/files/default.json5
croy 0bd0cae444 Setting up deployemtn assets config
Change-Id: I36a00d867a6f38f3e5ce29a09c5742e0150d248e
Signed-off-by: croy <Christian.Roy@windriver.com>
2025-04-07 10:33:19 -04:00

27 lines
882 B
Plaintext

{
// This config file keeps track of the location of the Installation / Boostrap config files
// used to deploy the lab (and its subclouds, if any)
// All the files are assumed to be stored on the Central Cloud in the case of a DC system.
"controller" : {
deployment_config_file: "/home/sysadmin/deployment-config.yaml",
},
"subclouds" : {
"subcloud1": {
bootstrap_file: "/home/sysadmin/subcloud1/subcloud1-bootstrap-values.yaml",
deployment_config_file: "/home/sysadmin/subcloud1/subcloud1-deploy-standard.yaml",
install_file: "/home/sysadmin/subcloud1/subcloud1-install-values.yaml"
},
"subcloud2": {
bootstrap_file: "/home/sysadmin/subcloud2/subcloud2-bootstrap-values.yaml",
deployment_config_file: "/home/sysadmin/subcloud2/subcloud2-deploy-standard.yaml",
install_file: "/home/sysadmin/subcloud2/subcloud2-install-values.yaml"
},
},
}