Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

User testing of ansible 2.10 pre releases

Toshio Kuratomi edited this page Aug 13, 2020 · 8 revisions

We would like your help making sure that the ansible-2.10 release is going to go smoothly. These are some of the things to test and where to report problems.

Installation

Report bugs in installation to the https://github.com/ansible-community/antsibull repo

  • If you pip install, does it work correctly?
  • Are you pip installing a clean environment or upgrading?
  • Are there system packages for ansible installed as well as pip packages?

The Ansible Framework

Report bugs in this part to the https://github.com/ansible/ansible repo.

(TODO: Should we CC someone specifically on bugs that come up here? or apply some label to know if there's a problem that could specifically block the ansible release? Or is that something that the core team will bring up to us?)

  • Did ansible find the modules, filters, and other plugins you use in your playbooks successfully?

Bugs in modules and plugins

Report these problems to the issue tracker for the collections that the modules belong to.

You can determine that by running ansible-doc on the plugin or module, get the fully qualified name of the module there, and then use that to find the collection's information on galaxy. (Which should include information on where to report bugs). For example:

$ ansible-doc -t module ec2 |head -1
> AMAZON.AWS.EC2    (/home/badger/.local/lib/python3.7/site-packages/ansible_collections/amazon/aws/plugins/modules/ec2.py)
$ firefox https://galaxy.ansible.com/amazon/aws

Screenshot of galaxy.ansible.com highlighting the Issue Tracker button

  • Did one of the modules you rely on stop working?

(ARchived) Working groups

Working groups are now in the Ansible forum

Ansible project:
Community, Contributor Experience, Docs, News, Outreach, RelEng, Testing

Cloud:
AWS, Azure, CloudStack, Container, DigitalOcean, Docker, hcloud, Kubernetes, Linode, OpenStack, oVirt, Virt, VMware

Networking:
ACI, AVI, F5, Meraki, Network, NXOS

Ansible Developer Tools:
Ansible-developer-tools

Software:
Crypto, Foreman, GDrive, GitLab, Grafana, IPA, JBoss, MongoDB, MySQL, PostgreSQL, RabbitMQ, Zabbix

System:
AIX, BSD, HP-UX, macOS, Remote Management, Solaris, Windows

Security:
Security-Automation, Lockdown

Tooling:
AWX, Galaxy, Molecule

Communities

Modules:
unarchive, xml

Plugins:
httpapi

Wiki

Roles, Communication, Reviewing, Checklist, TODO

Clone this wiki locally