diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-09-15 11:08:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-15 11:08:59 -0400 |
commit | 844caf96387f151ddbd69aed4bb95fe2a4007c6a (patch) | |
tree | cf99bbeb5d0b4d51b4f6023303c1ba6f41c51665 | |
parent | 51837924d85f27ccdf83db808746d1a2688685ba (diff) | |
parent | fb24e4d32a13d31b71e8241f1f4f84b1f49eb4b1 (diff) | |
download | openshift-844caf96387f151ddbd69aed4bb95fe2a4007c6a.tar.gz openshift-844caf96387f151ddbd69aed4bb95fe2a4007c6a.tar.bz2 openshift-844caf96387f151ddbd69aed4bb95fe2a4007c6a.tar.xz openshift-844caf96387f151ddbd69aed4bb95fe2a4007c6a.zip |
Merge pull request #5425 from mtnbikenc/fix-openshift-nfs
1491657 Correct firewall install for openshift-nfs
-rw-r--r-- | playbooks/byo/openshift-nfs/config.yml | 6 | ||||
-rw-r--r-- | playbooks/common/openshift-nfs/config.yml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/playbooks/byo/openshift-nfs/config.yml b/playbooks/byo/openshift-nfs/config.yml new file mode 100644 index 000000000..93b24411e --- /dev/null +++ b/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 diff --git a/playbooks/common/openshift-nfs/config.yml b/playbooks/common/openshift-nfs/config.yml index 000e46e80..64ea0d3c4 100644 --- a/playbooks/common/openshift-nfs/config.yml +++ b/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 |