|
...
|
...
|
@@ -24,8 +24,6 @@ and install the the jenkins public key on that server. You then need to create
|
|
24
|
24
|
RABBIT_PASSWORD=secrete
|
|
25
|
25
|
# This is the password for your guest (for both stack and root users)
|
|
26
|
26
|
GUEST_PASSWORD=secrete
|
|
27
|
|
- # IMPORTANT: The following must be set to your dom0 root password!
|
|
28
|
|
- XENAPI_PASSWORD='MY_XEN_ROOT_PW'
|
|
29
|
27
|
# Do not download the usual images yet!
|
|
30
|
28
|
IMAGE_URLS=""
|
|
31
|
29
|
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
|
|
34
|
34
|
MULTI_HOST=1
|
|
35
|
35
|
# Give extra time for boot
|
|
36
|
36
|
ACTIVE_TIMEOUT=45
|
|
37
|
|
- XEN_IP=50.56.12.203
|
|
|
37
|
+ # IMPORTANT: This is the ip of your xenserver
|
|
|
38
|
+ XEN_IP=10.5.5.1
|
|
|
39
|
+ # IMPORTANT: The following must be set to your dom0 root password!
|
|
|
40
|
+ XENAPI_PASSWORD='MY_XEN_ROOT_PW'
|