-
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?
-
The individual collections that make up the ansible-2.10.0 package can be viewed independently. However, they aren't currently listed by ansible-galaxy. A workaround for this is to explicitly specify where ansible has installed the collections::
COLLECTION_INSTALL=$(python -c 'import ansible, os.path ; print("%s/../ansible_collections" % os.path.dirname(ansible.file))') ansible-galaxy collection list -p"$COLLECTION_INSTALL"
- A fix has been proposed but was not be merged for 2.10.0. This is being tracked in this bug report: https://github.com/ansible/ansible/issues/70147
-
Due to a limitation in pip, you cannot
pip install --upgrade
from ansible-2.9 or earlier to ansible-2.10 or higher. Instead, you must explicitlypip uninstall ansible
before pip installing the new version. The install of the ansible package has been modified to warn you if you attempt to upgrade via pip with instructions to uninstall first.- Attempting to
pip install --upgrade
from ansible-2.9 should give an error message with clear instructions on how to uninstall and then install the new version.
- Attempting to
-
Some redirects to modules do not work yet or currently point to the wrong version
- Please point these out so they can be fixed in new versions of ansible-base
- Some will get fixed for RC1 because it requires ansible-base 2.10.1.
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