ansible/test/integration/nuage.yaml
Philippe Dellaert c00554735f New module: management of the Nuage Networks VSP SDN solution (network/nuage/nuage_vspk) (#24895)
* Nuage module and unit tests with requested changes

* Cleanup of imports

* Adding check on python version

* Adding import try and catch wrappers

* Cleanup of requirements and adding integration tests

* Using pypi package for simulator

* Cleanup of requirements and adding integration tests

* Adding aliases for integration tests

* Adding module to import sanity test skip list

* Revert "Adding module to import sanity test skip list"

This reverts commit eab23af8c5.

* Adding check for importlib and cleanup of requirements
2017-07-25 12:35:03 +01:00

11 lines
No EOL
177 B
YAML

---
- hosts: nuage
gather_facts: no
connection: local
vars:
limit_to: "*"
debug: false
roles:
- { role: nuage_vspk, when: "limit_to in ['*', 'nuage_vspk']" }