#196 No defined default stream
Closed: Invalid by sgallagh. Opened by remi.

It seems default stream are not defined anywhere

Ex: https://pagure.io/releng/fedora-module-defaults/blob/el8/f/cobbler.yaml

I think should have a

 document: modulemd-defaults
 version: 1
 data:
     module: cobbler
+    stream: 3
     profiles: 
         3: [default]

Effect, no default version, so nothing found

# dnf module list cobbler
Updating Subscription Management repositories.
Last metadata expiration check: 0:06:53 ago on Wed Feb 26 10:23:08 2020.
Extra Packages for Enterprise Linux Modular 8 - x86_64
Name                Stream            Profiles            Summary                                     
cobbler             3                 default             Versatile Linux deployment server           
Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled
# dnf install cobbler
Updating Subscription Management repositories.
Last metadata expiration check: 0:07:08 ago on Wed Feb 26 10:23:08 2020.
No match for argument: cobbler
Error: Unable to find a match: cobbler

Notice that whatever Fedora policy is, this is about EPEL

The current EPEL policy is "EPEL modules may not have default streams". It looks like this didn't make its way from EPSCo vote to the documentation, but that's the current state of things.

The main reason for this is to avoid cases where a RHEL minor update might add a non-modular RPM that is in an EPEL default stream and it won't be handled properly.

Metadata Update from @sgallagh:
- Issue close_status updated to: Invalid
- Issue status updated to: Closed (was: Open)

Metadata