Merge "Add osbash/Vagrant-specific configuration files"
This commit is contained in:
commit
b16fffc0e5
19
labs/config/deploy.osbash
Normal file
19
labs/config/deploy.osbash
Normal file
@ -0,0 +1,19 @@
|
||||
# Used by osbash.sh and guest scripts
|
||||
|
||||
: ${VM_BASE_NAME:=base}
|
||||
|
||||
# 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
|
||||
|
||||
# vim: set ai ts=4 sw=4 et ft=sh:
|
8
labs/config/deploy.vagrant
Normal file
8
labs/config/deploy.vagrant
Normal file
@ -0,0 +1,8 @@
|
||||
# Used by guest scripts
|
||||
|
||||
# Name of VirtualBox shared folder
|
||||
SHARE_NAME=vagrant
|
||||
|
||||
VM_SHELL_USER=vagrant
|
||||
|
||||
# vim: set ai ts=4 sw=4 et ft=sh:
|
Loading…
x
Reference in New Issue
Block a user