training-guides/labs/config/config.compute
Roger Luethi 354579813b labs: option to set number of vCPUs for each node
Currently, all nodes get the default number of vCPUs (1). With this
patch, the number of vCPUs can be set in a node's configuration
file.

For the compute node, we set the number of vCPUs to 2.

Change-Id: I137be612bc6cb8f2d31adfd756404a9c6349e3c5
Implements: blueprint openstack-training-labs
2014-08-19 11:33:22 +02:00

16 lines
297 B
Plaintext

# Node VM configuration. Used by osbash/wbatch (host and guest).
# Port forwarding
VM_SSH_PORT=2232
# Last octet of IP addresses
FOURTH_OCTET=53
# Assign network interfaces to networks
NET_IF_0=nat
NET_IF_1=MGMT_NET
NET_IF_2=DATA_NET
# Override number of virtual CPUs (default is 1)
VM_CPUS=2