File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments