aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/onap/roles/templates/exports.j2
diff options
context:
space:
mode:
authorHarry Huang <huangxiangyu5@huawei.com>2019-02-28 14:16:34 +0800
committerHarry Huang <huangxiangyu5@huawei.com>2019-04-11 14:49:48 +0800
commit113fccee9efc558e90b0a62adedccb29347d7f18 (patch)
treea7190e67ed1cf278efab5d3fad01848da6e1975f /plugins/onap/roles/templates/exports.j2
parent13b89da3652164ea1956d116c98fbe7db82eeda6 (diff)
Add ONAP scenarioHEADmaster
JIRA: - 1. Add ONAP plugin 2. Add ONAP scenario Change-Id: I80046811207f5786049fb9829e3d9f33ea31978a Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'plugins/onap/roles/templates/exports.j2')
-rw-r--r--plugins/onap/roles/templates/exports.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/onap/roles/templates/exports.j2 b/plugins/onap/roles/templates/exports.j2
new file mode 100644
index 00000000..8f5a3f65
--- /dev/null
+++ b/plugins/onap/roles/templates/exports.j2
@@ -0,0 +1 @@
+/dockerdata-nfs{% for host in groups.all %}{% if host != groups.kube_master[0] %} {{ ip_settings[host]['external']['ip'] }}(rw,sync,no_root_squash,no_subtree_check){% endif %}{% endfor %}