cgwalters / coreos-diskimage-rehydrator

Part of implementing https://github.com/openshift/enhancements/pull/201
Apache License 2.0
6 stars 1 forks source link

Strengthen artifact parsing #13

Closed cgwalters closed 3 years ago

cgwalters commented 3 years ago

Dealing with metal was so much nesting of Option<T>. A quick analysis shows that all platforms have iso and pxe. So make those not optional. Further, this explicitly filters out the raw metal images since osmet makes those mostly obsolete.