| #!/bin/bash | |
| COMPUTE="192.168.161.25" | |
| SERVER="192.168.131.168" | |
| SECONDARY_STORAGE="192.168.161.21" | |
| SECONDARY_STORAGE_DIR=/export/regression/secondary | |
| PRIMARY_STORAGE="192.168.161.21" | |
| PRIMARY_STORAGE_DIR=/export/regression/primary | |
| #Db server ip address | |
| DB="192.168.131.168" | |
| #Equal to management server ip if management server is not running in cluster | |
| LB="192.168.131.168" | |
| USER=root | |
| CONFIGDIR=/root/test | |
| LOGDIR=/var/log/cloud/management |