2017-06-12 09:28:05 +01:00
|
|
|
---
|
|
|
|
# Deploy/pull/reconfigure/upgrade OpenSM Infiniband subnet manager.
|
|
|
|
#
|
|
|
|
# Follows kolla-ansible service deployment patterns.
|
|
|
|
#
|
|
|
|
# Variables:
|
2017-07-11 17:40:24 +01:00
|
|
|
# action: One of deploy, destroy, pull, reconfigure, upgrade
|
2017-06-12 09:28:05 +01:00
|
|
|
|
|
|
|
- name: Ensure OpenSM is deployed
|
|
|
|
hosts: controllers[0]
|
2017-12-19 14:42:18 +00:00
|
|
|
tags:
|
|
|
|
- opensm
|
2017-06-12 09:28:05 +01:00
|
|
|
roles:
|
|
|
|
- role: opensm
|