rpcbind does not provide a way to be managed with upstart on precise.
This creates a var we can use to toggle this task on and off per distro
as the other distros we support are ok with starting and enabling rpcbind.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
# the user teuthology will use
teuthology_user: "ubuntu"
xfstests_user: "fsgqa"
+
+# some distros need to start rpcbind before
+# trying to use nfs while others don't.
+start_rpcbind: true
name: rpcbind
state: started
enabled: yes
+ when: start_rpcbind
- name: restart nfs-server
service:
- ltp-kernel-test
- libmpich2-3
- kvm
+
+# on precise rpcbind does not provide a way to
+# be managed with upstart
+start_rpcbind: false