From fd5cf0bbb3fe84a063f3279caf0fb97a0f462435 Mon Sep 17 00:00:00 2001 From: Anthony Young Date: Mon, 14 Nov 2011 11:32:02 -0800 Subject: [PATCH] readme fix --- tools/jenkins/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/jenkins/README.md b/tools/jenkins/README.md index fac3f5166c..371017db1a 100644 --- a/tools/jenkins/README.md +++ b/tools/jenkins/README.md @@ -24,8 +24,6 @@ and install the the jenkins public key on that server. You then need to create RABBIT_PASSWORD=secrete # This is the password for your guest (for both stack and root users) GUEST_PASSWORD=secrete - # IMPORTANT: The following must be set to your dom0 root password! - XENAPI_PASSWORD='MY_XEN_ROOT_PW' # Do not download the usual images yet! IMAGE_URLS="" FLOATING_RANGE=192.168.1.224/28 @@ -34,4 +32,7 @@ and install the the jenkins public key on that server. You then need to create MULTI_HOST=1 # Give extra time for boot ACTIVE_TIMEOUT=45 - XEN_IP=50.56.12.203 + # IMPORTANT: This is the ip of your xenserver + XEN_IP=10.5.5.1 + # IMPORTANT: The following must be set to your dom0 root password! + XENAPI_PASSWORD='MY_XEN_ROOT_PW'