Files
training-labs/labs/osbash/config/deploy.osbash
Pranav Salunke a998ccb433 Branding updates to training-labs
* Rename folder oslabs to labs.
* Updates due to folder rename.
* Update branding to training-labs.
* Update sphinx build related content.

Change-Id: I47721636102f01c007a61074ee843caadb4baaf4
2015-10-06 12:58:16 +02:00

21 lines
524 B
Bash

# Used by osbash.sh and guest scripts
# Port used for ssh forwarding when building base disk
: ${VM_BASE_SSH_PORT:=2229}
: ${OSBASH_LIB_DIR:=$LIB_DIR/osbash}
: ${OSBASH_SCRIPTS_DIR:=$SCRIPTS_DIR/osbash}
: ${TEMPLATE_DIR:=$LIB_DIR/osbash/templates}
# Name of VirtualBox shared folder
: ${SHARE_NAME:=osbash}
# Note: shell user name and password are set in preseed.cfg
VM_SHELL_USER=osbash
# Override disk size in MB (default is 10000 MB, inherited by node VMs)
# BASE_DISK_SIZE=10000
# vim: set ai ts=4 sw=4 et ft=sh: