Galaxy: IMPORTER101: Invalid platform: "Fedora-33", skipping.

Created on 30 Oct 2020  路  5Comments  路  Source: ansible/galaxy

Bug Report

SUMMARY

Getting a drop in Metadata score for my role with the following message:

IMPORTER101: Invalid platform: "Fedora-33", skipping.

STEPS TO REPRODUCE

The platforms section of meta/main.yml looks like this:

  platforms:
    - name: EL
      versions:
        - 7
        - 8
    - name: Ubuntu
      versions:
        - bionic
        - focal
        - xenial
    - name: Debian
      versions:
        - buster
        - stretch
    - name: Fedora
      versions:
        - 27
        - 28
        - 29
        - 30
        - 31
        - 32
        - 33
EXPECTED RESULTS

Fedora 33 final release was 2020-10-27 (see https://fedorapeople.org/groups/schedule/f-33/f-33-key-tasks.html).

ACTUAL RESULTS

The message:

IMPORTER101: Invalid platform: "Fedora-33", skipping.

is currently visible at https://galaxy.ansible.com/locp/cassandra

Most helpful comment

For future reference I'll use this script (https://github.com/dmsimard/ansible-sandbox/tree/master/get-galaxy-platforms) to find out what platforms are supported and not update the metadata until the new platform becomes present.

Could we have an update or ETA on when Fedora 33 will be added to the supported platforms? It has after all been available since late October. That was 13 weeks ago and Fedora 34 is due to be released on 20th April (https://fedorapeople.org/groups/schedule/f-34/f-34-key-tasks.html) which is less than 12 weeks from now.

All 5 comments

I must have copied and pasted the description of this issue from my previous issue for Fedora-30, this is actually for Fedora-33. Apologies for any confusion that may have caused (I do mention Fedora-33 in the expected results). I also attempted another import today and I still get the same error. Usually these issues were fixed within hours/days of my reporting them.

Related Issues:

  • #1926 - When Fedora-30 was released, fixed by @chouseknecht
  • #2105 - When Fedora-31 was released. Also fixed by @chouseknecht

Hi! Is there a way we can help with this? It'd be nice to have Fedora 33 among supported platforms. Or did I miss a reason to skip the release?

FYI Fedora-32 was fixed in #2356 . As @gizero says, is there a way we could raise a PR for these issues? Anything to help expedite the changes basically? Especially with Fedora having approximately two releases a year.

For future reference I'll use this script (https://github.com/dmsimard/ansible-sandbox/tree/master/get-galaxy-platforms) to find out what platforms are supported and not update the metadata until the new platform becomes present.

Could we have an update or ETA on when Fedora 33 will be added to the supported platforms? It has after all been available since late October. That was 13 weeks ago and Fedora 34 is due to be released on 20th April (https://fedorapeople.org/groups/schedule/f-34/f-34-key-tasks.html) which is less than 12 weeks from now.

Fedora 34 is now in beta release (see https://fedorapeople.org/groups/schedule/f-34/f-34-key-tasks.html) but the latest Fedora supported by Ansible Galaxy is 32 (due for retirement in just under eight weeks from now).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cfawcett82 picture cfawcett82  路  4Comments

rshad picture rshad  路  3Comments

gforcada picture gforcada  路  3Comments

trishnaguha picture trishnaguha  路  7Comments

jeffrey4l picture jeffrey4l  路  5Comments