test/cloud-init: add new options to stage test
This commit is contained in:
parent
58708c29d2
commit
66a1fbad9d
3 changed files with 88 additions and 1 deletions
|
|
@ -515,6 +515,49 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.cloud-init",
|
||||
"options": {
|
||||
"filename": "10-azure-kfp.cfg",
|
||||
"config": {
|
||||
"reporting": {
|
||||
"logging": {
|
||||
"type": "log"
|
||||
},
|
||||
"telemetry": {
|
||||
"type": "hyperv"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.cloud-init",
|
||||
"options": {
|
||||
"filename": "91-azure_datasource.cfg",
|
||||
"config": {
|
||||
"datasource_list": [
|
||||
"Azure"
|
||||
],
|
||||
"datasource": {
|
||||
"Azure": {
|
||||
"apply_network_config": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.cloud-init",
|
||||
"options": {
|
||||
"filename": "06_logging_override.cfg",
|
||||
"config": {
|
||||
"output": {
|
||||
"all": ">> /var/log/cloud-init-all.log"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -41,6 +41,47 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.cloud-init",
|
||||
"options": {
|
||||
"filename": "10-azure-kfp.cfg",
|
||||
"config": {
|
||||
"reporting": {
|
||||
"logging": {
|
||||
"type": "log"
|
||||
},
|
||||
"telemetry": {
|
||||
"type": "hyperv"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.cloud-init",
|
||||
"options": {
|
||||
"filename": "91-azure_datasource.cfg",
|
||||
"config": {
|
||||
"datasource_list": ["Azure"],
|
||||
"datasource": {
|
||||
"Azure": {
|
||||
"apply_network_config": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.cloud-init",
|
||||
"options": {
|
||||
"filename": "06_logging_override.cfg",
|
||||
"config": {
|
||||
"output": {
|
||||
"all": ">> /var/log/cloud-init-all.log"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"added_files": [
|
||||
"/etc/cloud/cloud.cfg.d/00-default_user.cfg"
|
||||
"/etc/cloud/cloud.cfg.d/00-default_user.cfg",
|
||||
"/etc/cloud/cloud.cfg.d/06_logging_override.cfg",
|
||||
"/etc/cloud/cloud.cfg.d/10-azure-kfp.cfg",
|
||||
"/etc/cloud/cloud.cfg.d/91-azure_datasource.cfg"
|
||||
],
|
||||
"deleted_files": [],
|
||||
"differences": {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue