Browse Source

Merge pull request #5425 from mtnbikenc/fix-openshift-nfs

1491657 Correct firewall install for openshift-nfs
Scott Dodson 7 years ago
parent
commit
844caf9638

+ 6 - 0
playbooks/byo/openshift-nfs/config.yml

@@ -0,0 +1,6 @@
+---
+- include: ../openshift-cluster/initialize_groups.yml
+
+- include: ../../common/openshift-cluster/std_include.yml
+
+- include: ../../common/openshift-nfs/config.yml

+ 1 - 1
playbooks/common/openshift-nfs/config.yml

@@ -2,5 +2,5 @@
 - name: Configure nfs
   hosts: oo_nfs_to_config
   roles:
-  - role: openshift_facts
+  - role: os_firewall
   - role: openshift_storage_nfs