From: "Shtilman, Tomer (Nokia - IL)" <[email protected]> Date: Thursday, November 17, 2016 at 2:11 PM To: "OpenStack Development Mailing List (not for usage questions)" <[email protected]>, Jesse Pretorius <[email protected]> Subject: RE: [openstack-dev] [openstack-ansible][openstack-ansible-plugins] error in rabbitmq installation , config template plugin
Many thanks I was aware of the dependencies and download them all to /home/centos/ansible-installation/roles/dependencies [centos@ansible-tests-tshtilma dependencies]$ ls apt_package_pinning lxc_container_create lxc_hosts openstack_hosts pip_install also my test playbook was taken from the examples so its almost identical Ah, then seeing as you’re not using one of the standard search paths for ansible to find the roles, you’ll have to tell it where to find them through the standard environment variables or via an ansible.cfg file. You’ll need to do that for the plugins too. For the role tests we implement the roles in ~/.ansible/roles and the plugins in ~/.ansible/plugins – those are both default search paths for Ansible to check. One more required setting is the library location, which we set to ~/.ansible/plugins/library ________________________________ Rackspace Limited is a company registered in England & Wales (company registered number 03897010) whose registered office is at 5 Millington Road, Hyde Park Hayes, Middlesex UB3 4AZ. Rackspace Limited privacy policy can be viewed at www.rackspace.co.uk/legal/privacy-policy - This e-mail message may contain confidential or privileged information intended for the recipient. Any dissemination, distribution or copying of the enclosed material is prohibited. If you receive this transmission in error, please notify us immediately by e-mail at [email protected] and delete the original message. Your cooperation is appreciated.
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
