mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Add to templates.
This commit is contained in:
parent
1889ddaaa3
commit
afef673774
@ -2517,20 +2517,20 @@
|
|||||||
},
|
},
|
||||||
"remote_desktop_server": {
|
"remote_desktop_server": {
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"fedora-Workstation-live-iso-x86_64-*-64bit": 40
|
"fedora-Workstation-live-iso-x86_64-*-64bit": 35
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"BOOTFROM": "c",
|
"BOOTFROM": "c",
|
||||||
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
||||||
"NICTYPE": "tap",
|
"NICTYPE": "tap",
|
||||||
"POSTINSTALL": "remote_desktop_server",
|
"POSTINSTALL": "remote_desktop_server",
|
||||||
"POST_STATIC": "172.16.2.107 rdpserver.openqa.fedoraproject.org",
|
"POST_STATIC": "172.16.2.107 king.test.openqa.fedoraproject.org",
|
||||||
"ROOT_PASSWORD": "weakpassword",
|
"ROOT_PASSWORD": "weakpassword",
|
||||||
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
|
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
|
||||||
"WORKER_CLASS": "tap"
|
"WORKER_CLASS": "tap"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"remote_desktop_client": {
|
"remote_desktop_freerdp": {
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"fedora-Workstation-live-iso-x86_64-*-64bit": 40
|
"fedora-Workstation-live-iso-x86_64-*-64bit": 40
|
||||||
},
|
},
|
||||||
@ -2540,7 +2540,7 @@
|
|||||||
"NICTYPE": "tap",
|
"NICTYPE": "tap",
|
||||||
"POSTINSTALL": "remote_desktop_client",
|
"POSTINSTALL": "remote_desktop_client",
|
||||||
"PARALLEL_WITH": "remote_desktop_server",
|
"PARALLEL_WITH": "remote_desktop_server",
|
||||||
"POST_STATIC": "172.16.2.108 rdpclient.openqa.fedoraproject.org",
|
"POST_STATIC": "172.16.2.108 pawn.test.openqa.fedoraproject.org",
|
||||||
"ROOT_PASSWORD": "weakpassword",
|
"ROOT_PASSWORD": "weakpassword",
|
||||||
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
|
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%",
|
||||||
"WORKER_CLASS": "tap"
|
"WORKER_CLASS": "tap"
|
||||||
|
Loading…
Reference in New Issue
Block a user