red-hat-storage / rhcephcompose

A tool to compose releases of Red Hat Ceph Storage for Ubuntu
MIT License
1 stars 1 forks source link

compose: "RHCEPH" product short name #33

Closed ktdreyer closed 8 years ago

ktdreyer commented 8 years ago

We recently changed our RHEL-based product's short name in the product metadata to "RHCEPH", to align our composes with other internal tooling.

Unfortunately the Ubuntu product_short value is hardcoded in rhcephcompose, so we need to change the code here in the rhcephcompose application itself, instead of changing it in our configuration metadata.

ktdreyer commented 8 years ago

We should just make this more flexible (parse product_short = "RHCEPH" from the Kobo config, and fall back to "Ceph" if that's not set.)