Skip to content

Commit fd5cf0b

Browse files
readme fix
1 parent cc503be commit fd5cf0b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tools/jenkins/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ and install the the jenkins public key on that server. You then need to create
2424
RABBIT_PASSWORD=secrete
2525
# This is the password for your guest (for both stack and root users)
2626
GUEST_PASSWORD=secrete
27-
# IMPORTANT: The following must be set to your dom0 root password!
28-
XENAPI_PASSWORD='MY_XEN_ROOT_PW'
2927
# Do not download the usual images yet!
3028
IMAGE_URLS=""
3129
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
3432
MULTI_HOST=1
3533
# Give extra time for boot
3634
ACTIVE_TIMEOUT=45
37-
XEN_IP=50.56.12.203
35+
# IMPORTANT: This is the ip of your xenserver
36+
XEN_IP=10.5.5.1
37+
# IMPORTANT: The following must be set to your dom0 root password!
38+
XENAPI_PASSWORD='MY_XEN_ROOT_PW'

0 commit comments

Comments
 (0)