The latest in-development version of my Ceph 3.0 layered product is based on a not-yet-available version of RHEL (7.4).
I was hoping I could specify this in the compose metadata (setting base_product_type = "nightly" in my Pungi config), but it looks like we restrict BaseProduct.type to productmd.common.RELEASE_TYPES:
RELEASE_TYPES = [
"fast",
"ga",
"updates",
"eus",
"aus",
"els",
]
What would be the best way to indicate in the compose metadata that my layered product is based on a not-yet-released base product?
The latest in-development version of my Ceph 3.0 layered product is based on a not-yet-available version of RHEL (7.4).
I was hoping I could specify this in the compose metadata (setting
base_product_type = "nightly"in my Pungi config), but it looks like we restrictBaseProduct.typetoproductmd.common.RELEASE_TYPES:What would be the best way to indicate in the compose metadata that my layered product is based on a not-yet-released base product?