Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WARNING Unable to resolve FQCN for module arista.eos.eos_command #73

Closed
glimchb opened this issue Oct 11, 2024 · 4 comments
Closed

WARNING Unable to resolve FQCN for module arista.eos.eos_command #73

glimchb opened this issue Oct 11, 2024 · 4 comments
Labels

Comments

@glimchb
Copy link
Member

glimchb commented Oct 11, 2024

See https://github.com/opiproject/lab/actions/runs/11307230191/job/31448723356#step:3:201

@Sakethanne
Copy link
Contributor

on my local I am using ansible-lint 24.7.0, and I have no lint erros or warnings among all the files

(base) sakethanne@Mac ansible % ansible-lint site.yml    
Passed: 0 failure(s), 0 warning(s) on 6 files. Last profile that met the validation criteria was 'production'.

@glimchb
Copy link
Member Author

glimchb commented Oct 15, 2024

in our CI we do see:

WARNING  Unable to load module arista.eos.eos_command at switches.yml:8 for options validation
WARNING  Unable to resolve FQCN for module arista.eos.eos_command
WARNING  Unable to load module community.general.redfish_info at bios.yml:8 for options validation
WARNING  Unable to load module community.general.redfish_info at bios.yml:21 for options validation
WARNING  Unable to load module community.general.redfish_config at bios.yml:42 for options validation
WARNING  Unable to load module community.general.idrac_redfish_command at bios.yml:56 for options validation
WARNING  Unable to load module community.general.redfish_command at bios.yml:69 for options validation
WARNING  Unable to resolve FQCN for module community.general.redfish_info
WARNING  Unable to resolve FQCN for module community.general.redfish_config
WARNING  Unable to resolve FQCN for module community.general.idrac_redfish_command
WARNING  Unable to resolve FQCN for module community.general.redfish_command
WARNING  Unable to load module f5networks.f5_modules.bigip_ssl_certificate at f5certs.yml:25 for options validation
WARNING  Unable to load module f5networks.f5_modules.bigip_ssl_key at f5certs.yml:32 for options validation
WARNING  Unable to resolve FQCN for module f5networks.f5_modules.bigip_ssl_certificate
WARNING  Unable to resolve FQCN for module f5networks.f5_modules.bigip_ssl_key
WARNING  Unable to load module community.docker.docker_compose_v2 at setup.yml:119 for options validation
WARNING  Unable to load module community.docker.docker_container at setup.yml:146 for options validation
WARNING  Unable to resolve FQCN for module community.docker.docker_compose_v2
WARNING  Unable to resolve FQCN for module community.docker.docker_container
WARNING  Unable to load module community.docker.docker_container at monitoring.yml:77 for options validation

maybe we don't have access to those modules in linter action ?

@Sakethanne can you please try to check why ?

@Sakethanne
Copy link
Contributor

fixed in: #76

@glimchb
Copy link
Member Author

glimchb commented Oct 22, 2024

fixed by c8eda2f

@glimchb glimchb closed this as completed Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants