ERROR! Neither the collection requirement entry key 'name', nor 'source' point to a concrete resolvable collection artifact

Hi Team,

I am getting below error while adding a new project using Git,My repo is having collection and same set up was working in earlier version.

ERROR! Neither the collection requirement entry key ‘name’, nor ‘source’ point to a concrete resolvable collection artifact. Also ‘name’ is not an FQCN. A valid collection name must be in the format .. Please make sure that the namespace and the collection name contain characters from [a-zA-Z0-9_] only.

I have built a new AWX tower using K3S cluster
K3s v1.24.4+k3s1
AWX Operator 0.28.0
AWX 21.5.0
Kindly help me to resolve this issue

Thanks

Do you have a requirements.yml file in your repo to pull down collections? If so, can you share the contents of that file? It may also be called collections/requirements.yml or roles/requirements.yml.

  • The AWX Team