summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/roles/configure-nfs/vars/debian.yml
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-08-31 12:22:23 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-31 12:22:23 +0000
commit7bddf7e7d290f835ae62cdc242cb463b8ceb58d5 (patch)
treebb7ac3dfab198c1cd0b965f24e62dabcc85b1b93 /xci/playbooks/roles/configure-nfs/vars/debian.yml
parent16d1f79eb8289978c2cc8aaa75745c257c931fa3 (diff)
parenta376c0d6454e2aa296364daf9bcf9e9e947e1cdd (diff)
Merge changes from topic 'initial-multi-distro-support'
* changes: xci: playbooks: configure-nfs: Prepare for multi-distro support xci: playbooks: configure-network: Prepare for multi-distro support
Diffstat (limited to 'xci/playbooks/roles/configure-nfs/vars/debian.yml')
-rw-r--r--xci/playbooks/roles/configure-nfs/vars/debian.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/xci/playbooks/roles/configure-nfs/vars/debian.yml b/xci/playbooks/roles/configure-nfs/vars/debian.yml
new file mode 100644
index 00000000..8d3c6561
--- /dev/null
+++ b/xci/playbooks/roles/configure-nfs/vars/debian.yml
@@ -0,0 +1,11 @@
+---
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2017 Ericsson AB and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+nfs_server_service: "nfs-kernel-server"