2066a90fa5
Add the ability for the user to change how many cores and memory are allocated per node. Each node may have any number of cores or memory set, with which their values are used by sourcing the file: 'source readconfig.sh <yaml file>' Test plan: PASS: regression tests passed PASS: sanity tests passed PASS: no tox, flake8 or pylint errors PASS: value succesfully set from config file PASS: defaults used when no config file is sourced Story: 2010816 Task: 48398 Task: 48586 Change-Id: Ia2f7df44c872fac41ac6376ef3fb00062624ac22 Signed-off-by: Bailey Henry <Henry.Bailey@windriver.com>
37 lines
682 B
YAML
Executable File
37 lines
682 B
YAML
Executable File
---
|
|
bridge_interface: stxbr
|
|
ext_network: 10.10.10.0/24
|
|
ext_IP: 10.10.10.1/24
|
|
controller: controller
|
|
worker: worker
|
|
storage: storage
|
|
worker_nodes_num: 1
|
|
storage_nodes_num: 1
|
|
domain_dir: 'vms'
|
|
default_disk: /var/lib/libvirt/images
|
|
aio_default_cpu: 6
|
|
aio_default_mem: 18
|
|
default_cpu: 4
|
|
default_mem: 16
|
|
controllerlist:
|
|
- disk: /var/lib/libvirt/images
|
|
cpu: 6
|
|
mem: 18
|
|
- disk: /var/lib/libvirt/images
|
|
cpu: 6
|
|
mem: 18
|
|
workerlist:
|
|
- disk: /var/lib/libvirt/images
|
|
cpu: 4
|
|
mem: 16
|
|
- disk: /var/lib/libvirt/images
|
|
cpu: 4
|
|
mem: 16
|
|
storagelist:
|
|
- disk: /var/lib/libvirt/images
|
|
cpu: 4
|
|
mem: 16
|
|
- disk: /var/lib/libvirt/images
|
|
cpu: 4
|
|
mem: 16
|