
With this patch, osbash can build a PXE server and the training-labs cluster over PXE-booted VMs. Only VirtualBox VMs are supported (KVM support is planned). To build the PXE server VM: ./osbash.sh -b pxeserver To build the training-labs cluster using PXE-booted VMs: ./osbash.sh -b pxecluster Co-Authored-By: Roger Luethi <rl@patchworkscience.org> Co-Authored-By: Pranav Salunke <dguitarbite@gmail.com> Change-Id: I63f35e3c3066d72929d03ed99fec1d3af016e139 Implements: blueprint pxe-server-osbash
15 lines
350 B
Plaintext
15 lines
350 B
Plaintext
# Node VM configuration. Used by osbash/wbatch (host and guest).
|
|
|
|
# Port forwarding
|
|
# ssh access to controller: 127.0.0.1:2250
|
|
VM_SSH_PORT=2250
|
|
|
|
# Assign network interfaces to networks
|
|
NET_IF_0=dhcp
|
|
|
|
#------------------------------------------------------------------------------
|
|
# Mgmt network
|
|
NET_IF_1="static 10.0.0.100"
|
|
|
|
PXE_GATEWAY="10.0.0.101"
|