Added requirements for integrating os_tempest role

* os_tempest depends on ansible-config_template and
  python_venv_build role
* Added action_plugin in ansible.cfg so that it will be
  discovered by ansible.

https://tree.taiga.io/project/tripleo-ci-board/us/554

Change-Id: I365e5feced83a905a0b3bc0a6deb03ebce3c0d8b
This commit is contained in:
Chandan Kumar 2019-01-04 17:54:52 +05:30
parent a2c705426e
commit 990df7d4bb
2 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,7 @@ callback_plugins = /usr/lib/python2.7/site-packages/ara/plugins/callbacks:$VIRTU
test_plugins = /usr/lib/python2.7/site-packages/tripleo-quickstart/test_plugins:$VIRTUAL_ENV/usr/local/share/tripleo-quickstart/test_plugins:test_plugins
library = /usr/lib/python2.7/site-packages/tripleo-quickstart/library:$VIRTUAL_ENV/usr/local/share/tripleo-quickstart/library:library
roles_path = roles:$VIRTUAL_ENV/usr/local/share/tripleo-quickstart/roles:$VIRTUAL_ENV/usr/local/share/ansible/roles:$VIRTUAL_ENV/usr/local/share/opstools-ansible/roles
action_plugins = /usr/share/ansible/plugins/action:$VIRTUAL_ENV/usr/share/ansible/plugins/action
[ssh_connection]
pipelining = True

View File

@ -1,3 +1,6 @@
git+https://git.openstack.org/openstack/tripleo-quickstart-extras/#egg=tripleo-quickstart-extras
git+https://git.openstack.org/openstack/tripleo-ha-utils/#egg=tripleo-ha-utils
git+https://git.openstack.org/openstack/browbeat/#egg=browbeat
git+https://git.openstack.org/openstack/openstack-ansible-os_tempest/#egg=openstack-ansible-os_tempest
git+https://git.openstack.org/openstack/ansible-role-python_venv_build/#egg=ansible-role-python_venv_build
git+https://git.openstack.org/openstack/ansible-config_template/#egg=ansible-config_template