fix: add lpfc role (#381)
* fix: enable volume_use_multipath by default
* fix: add lpfc tuning role
diff --git a/playbooks/openstack.yml b/playbooks/openstack.yml
index fea1ad8..9dfbf5d 100644
--- a/playbooks/openstack.yml
+++ b/playbooks/openstack.yml
@@ -110,6 +110,15 @@
tags:
- placement
+- name: Configure operating system
+ hosts: controllers:computes
+ become: true
+ gather_facts: false
+ roles:
+ - role: lpfc
+ tags:
+ - lpfc
+
- name: Deploy Open vSwitch
hosts: controllers:computes
become: true