Ansible action plugin to template arbitrary json ini yaml data
Go to file
Logan V 800ef36999 Revert "Remove neutron library"
Using the upstream library breaks the ability to test network plugins
that use 'local' neutron networks (ie. calico).

https://github.com/ansible/ansible-modules-core/issues/5589

This reverts commit 38b899b63b.

Change-Id: I8a33db524c24324dc2af8463a43cb145f7cc34d6
2016-11-12 17:12:48 -06:00
action Adapt to_unicode and to_bytes for ansible 2.2 2016-11-09 12:00:23 +00:00
callback Human readable logs should be removed 2016-09-21 11:49:12 -05:00
connection Implement an opportunistic strategy and connection plugin 2016-08-25 17:45:10 +00:00
doc Revert "Remove neutron library" 2016-11-12 17:12:48 -06:00
examples Replace github with git.o.o 2016-11-02 12:22:21 +11:00
filter Created deprecation filter 2016-02-29 15:20:34 -06:00
library Revert "Remove neutron library" 2016-11-12 17:12:48 -06:00
lookup Merge "Add the ability to ignore requirements from a given package" 2016-10-27 14:45:55 +00:00
meta first commit 2016-01-25 18:07:53 -06:00
releasenotes Revert "Remove neutron library" 2016-11-12 17:12:48 -06:00
strategy Remove deprecated ansible_ssh_host variable 2016-10-25 19:43:47 +00:00
tests Use centralised test scripts 2016-09-28 12:04:13 +01:00
.gitignore Update testing bits for consistency 2016-09-23 15:46:54 +00:00
.gitreview Updated repo for new org 2016-01-27 10:31:29 -06:00
CONTRIBUTING.rst [DOCS] Cleanup the role docs for consistency and clarity 2016-03-07 17:38:19 -05:00
LICENSE Update LICENSE file 2016-02-01 16:47:07 +00:00
README.rst [DOCS] Updating plugin role docs 2016-08-12 08:04:17 -05:00
Vagrantfile Adding Vagrantfile for local testing 2016-08-12 15:13:40 -05:00
bindep.txt Replace github with git.o.o 2016-11-02 12:22:21 +11:00
manual-test.rc Use centralised test scripts 2016-09-28 12:04:13 +01:00
run_tests.sh Update testing bits for consistency 2016-09-23 15:46:54 +00:00
setup.cfg Update homepage with developer documentation page 2016-09-20 12:04:01 +05:30
setup.py Updated from global requirements 2016-07-15 03:58:17 +00:00
test-requirements.txt Updated from global requirements 2016-11-02 15:38:15 +00:00
tox.ini Merge "Ensure testing is against current commit" 2016-10-19 13:19:19 +00:00

README.rst

OpenStack-Ansible plugins

These are the plugins the OpenStack-Ansible deployment project relies on. The plugins can be added to any Ansible project by simply cloning this repository and setting up the ansible.cfg file to point at them as additional plugins for your project.