-
Notifications
You must be signed in to change notification settings - Fork 144
User testing of ansible 2.10 pre releases
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.
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?
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?
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
- Did one of the modules you rely on stop working?
This Wiki is used for quick notes, not for support or documentation.
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
Plugins:
httpapi