mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 03:52:09 +08:00
copr-be-dev: valid ipv6 range for p09 box
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user