copr-be-dev: valid ipv6 range for p09 box
This commit is contained in:
parent
46c086000f
commit
2be85a43eb
1 changed files with 8 additions and 0 deletions
|
@ -68,6 +68,14 @@ def get_hv_identification_from_pool_id(pool_id):
|
|||
".rdu-cc.fedoraproject.org/system",
|
||||
"ppc64le",
|
||||
)
|
||||
|
||||
if pool_id.startswith("copr_p09_01"):
|
||||
return (
|
||||
6,
|
||||
"qemu+ssh://copr@vmhost-p09-copr01"
|
||||
".rdu-cc.fedoraproject.org/system",
|
||||
"ppc64le",
|
||||
)
|
||||
raise Exception("can't convert pool_id to hv ID")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue