galaxy-cloudman-playbook icon indicating copy to clipboard operation
galaxy-cloudman-playbook copied to clipboard

Can't progress past installing Java packages ansible playbook

Open katbeaulieu opened this issue 8 years ago • 2 comments

In running: ansible-playbook -i inventory/builders image.yml --extra-vars vnc_password=vnc --extra-vars psql_galaxyftp_password=gftp --extra-vars cleanup=yes

I get this error: failed: [10.117.231.40] (item=[u'java_packages']) => {"failed": true, "item": ["java_packages"], "msg": "No package matching 'java_packages' is available"}

All I have done so far is clone the repository and run: ansible-galaxy install -r requirements_roles.yml -p roles -f As well as updated inventory/builders with the ip address for the vm and changed image.yml according to the README.md

Ansible version is 2.1, running from Ubuntu 14.04, trying to provision instance in Openstack Mitaka.

katbeaulieu avatar Dec 21 '16 20:12 katbeaulieu

This stopped being an error when I rolled back ansible to version 2.0.0.1. Maybe make it more clear in the documentation what version is necessary for installation?

katbeaulieu avatar Jan 10 '17 19:01 katbeaulieu

I couldn’t replicate your issue so I'm not quite sure what's going on but the next time we do a build, I'll update the docs with exact versions used.

afgane avatar Jan 11 '17 23:01 afgane