[openstack-dev] [openstack-ansible][openstack-ansible-plugins] error in rabbitmq installation , config template plugin
Jesse Pretorius
Jesse.Pretorius at rackspace.co.uk
Thu Nov 17 14:17:30 UTC 2016
From: "Shtilman, Tomer (Nokia - IL)" <tomer.shtilman at nokia.com>
Date: Thursday, November 17, 2016 at 2:11 PM
To: "OpenStack Development Mailing List (not for usage questions)" <openstack-dev at lists.openstack.org>, Jesse Pretorius <Jesse.Pretorius at rackspace.co.uk>
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 at 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 abuse at rackspace.com and delete the original message. Your cooperation is appreciated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20161117/d0ddb360/attachment.html>
More information about the OpenStack-dev
mailing list