]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible-pull-requests: use the ens3 monitor interface with xenial 388/head
authorAndrew Schoen <aschoen@redhat.com>
Thu, 5 May 2016 19:22:45 +0000 (14:22 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 5 May 2016 19:52:48 +0000 (14:52 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-ansible-pull-requests/build/build

index d93a57ab12ae5873dc5e1f543c443520667406a5..56396a3219b7cb60ae5fbf3c476d8b11018fbf38 100644 (file)
@@ -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"