From b7f222130b293a177deb428f1dbf03f0ede0bbe0 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 5 May 2016 14:22:45 -0500 Subject: [PATCH] ceph-ansible-pull-requests: use the ens3 monitor interface with xenial Signed-off-by: Andrew Schoen --- ceph-ansible-pull-requests/build/build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ceph-ansible-pull-requests/build/build b/ceph-ansible-pull-requests/build/build index d93a57ab..56396a32 100644 --- a/ceph-ansible-pull-requests/build/build +++ b/ceph-ansible-pull-requests/build/build @@ -14,6 +14,9 @@ journal_collocation="true" journal_size=1024 # both our trusty and centos nodes created in OVH use eth0 monitor_interface="eth0" +if [[ "$DIST" == "ceph_ansible_pr_xenial" ]]; then + monitor_interface="ens3" +fi cluster_network="127.0.0.1/0" public_network="127.0.0.1/0" fsid="4a158d27-f750-41d5-9e7f-26ce4c9d2d45" -- 2.39.5