Paul Belanger
Paul Belanger
and just hit this, doing RPMs for ansible molecule
Just hitting this now, with key vaults. I think I'm going to test running a pre-run deployment script and probe the keyvault API to see if a vault is in...
@ericsysmin we have a release-ansible-collection-galaxy job, that is available to all project which are using zuul for CI. https://dashboard.zuul.ansible.com/t/ansible/build/f3b10c3ed59c4584a081e245a5900dba/console is an example job run. Much like this code, there is...
> > FYI there's already a promising GitHub Action for publishing collections by @artis3n here: https://github.com/artis3n/ansible_galaxy_collection > > That action also mixes up two stages that are meant to be...
this is exactly how we test EEs with sanity / units for network-ee collections: https://github.com/ansible/network-ee/blob/main/tests/Containerfile
bumping this up again as we are migrating to python39, from python38. Today, there is no way to denylist collections requirements. In this case, underlying layers have migrated to python39....
Ideally, we could reuse an existing tool, something like renderspec (https://docs.openstack.org/renderspec/latest/index.html). If collections could include their spec files themself, builder could call renderspec (like we do for bindep) to produce...
/usr/libexec/platform-python isn't support, given that is python36. You should reference /usr/bin/python3 and things will load properly
``` "discovered_interpreter_python": "/usr/libexec/platform-python" ``` That is your issue, you need to be using /usr/bin/python3.8 for your connection. As to why python3.6 is in the image, we cannot remove it. As...
In this example, setuptools_scm is needed to compile a wheel, however isn't needed by the wheel installed into the final image.