openstack-ansible-os_manila/examples/playbook.yml
Dmitriy Rabotyagov a97cbbd565 Add manila CI
This patch aims to fix and cleaup manila role and add CI into it.

Changes it implements:
* Fix endpoint creation
* adds playbook.yml in examples to use integrated linters check
* adds role CI tests using integrated repo
* adds sqlite installation

Depends-On: https://review.opendev.org/704163
Depends-On: https://review.opendev.org/702853
Depends-On: https://review.opendev.org/674653
Depends-On: https://review.opendev.org/703136
Change-Id: I0807180bd9b2ccbf2f1ebb6a72d74e9f0d126ba6
2020-01-30 14:07:20 +01:00

7 lines
106 B
YAML

---
- name: Install Manila Share service
hosts: localhost
user: root
roles:
- role: "os_manila"