mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-21 04:31:24 +00:00
install_pxeboot needs to run in parallel with support_server
This commit is contained in:
parent
0b7d999e2b
commit
74b511899e
@ -1098,15 +1098,14 @@
|
|||||||
"install_pxeboot": {
|
"install_pxeboot": {
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"rocky-universal-aarch64-*-aarch64": 30,
|
"rocky-universal-aarch64-*-aarch64": 30,
|
||||||
"rocky-universal-x86_64-*-uefi": 30,
|
"rocky-universal-x86_64-*-uefi": 30
|
||||||
"rocky-universal-x86_64-*-bios": 31
|
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"+ISO": "",
|
"+ISO": "",
|
||||||
"DELAYED_START": "1",
|
"DELAYED_START": "1",
|
||||||
"KICKSTART": "1",
|
"KICKSTART": "1",
|
||||||
"NICTYPE": "tap",
|
"NICTYPE": "tap",
|
||||||
"PARALLEL_WITH": "support_server@bios",
|
"PARALLEL_WITH": "support_server",
|
||||||
"PXEBOOT": "once",
|
"PXEBOOT": "once",
|
||||||
"ROOT_PASSWORD": "111111",
|
"ROOT_PASSWORD": "111111",
|
||||||
"TEST_TARGET": "COMPOSE",
|
"TEST_TARGET": "COMPOSE",
|
||||||
|
Loading…
Reference in New Issue
Block a user