a97cbbd565
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
7 lines
106 B
YAML
7 lines
106 B
YAML
---
|
|
- name: Install Manila Share service
|
|
hosts: localhost
|
|
user: root
|
|
roles:
|
|
- role: "os_manila"
|