
Initial submission for a Python-based virtualbox installer for StarlingX Co-Authored-By: Ovidiu.Poncea <ovidiu.poncea@windriver.com> Co-Authored-By: Wei Zhou <wei.zhou@windriver.com> Co-Authored-By: William Jia <william.jia@windriver.com> Co-Authored-By: Sebastien Papineau <sebastien.papineau@windriver.com> Co-Authored-By: Timothy Mather <timothy.mather@windriver.com> Co-Authored-By: Paul Buzuloiu <paul.buzuloiu@windriver.com> DocImpact Story: 2005051 Task: 29552 Signed-off-by: Maria Yousaf <maria.yousaf@windriver.com> Change-Id: Iad5b6d8103886d7eeeab7bf2782eca4adb95e3e6
76 lines
2.1 KiB
INI
76 lines
2.1 KiB
INI
[General]
|
|
controllers=2
|
|
workers=2
|
|
storage=0
|
|
aio=False
|
|
deletevms=False
|
|
useexistinglab=True
|
|
securityprofile=standard
|
|
lowlatency=False
|
|
install_mode=graphical
|
|
|
|
[PhysicalTopology]
|
|
[ControllerCEPH]
|
|
memory=8192,
|
|
cpus=2,
|
|
disks=[80000]
|
|
|
|
[ControllerLVM]
|
|
memory=8192
|
|
cpus=2
|
|
disks=[100000, 10000]
|
|
|
|
[ControllerAIO]
|
|
memory=12288,
|
|
cpus=2
|
|
disks=[24000, 40000],
|
|
|
|
[Compute]
|
|
memory=4096
|
|
cpus=3
|
|
disks=[50000, 30000]
|
|
|
|
[Storage]
|
|
memory=3072
|
|
cpus=1
|
|
disks=[50000, 10000],
|
|
|
|
[NetworkTopology]
|
|
[Controller]
|
|
1={'nic': 'hostonly', 'intnet': 'none', 'nictype': '82540EM', 'nicpromisc': 'deny', 'hostonlyadapter': 'vboxnet0'}
|
|
2={'nic': 'intnet', 'intnet': 'intnet-management', 'nictype': '82540EM', 'nicpromisc': 'allow-all', 'hostonlyadapter': 'none'}
|
|
3={'nic': 'intnet', 'intnet': 'intnet-infra', 'nictype': '82540EM', 'nicpromisc': 'allow-all', 'hostonlyadapter': 'none'}
|
|
|
|
[Compute]
|
|
1={'nic': 'intnet', 'intnet': 'intnet-unused', 'nictype': '82540EM', 'nicpromisc': 'allow-all', 'hostonlyadapter': 'none'}
|
|
2={'nic': 'intnet', 'intnet': 'intnet-management', 'nictype': '82540EM', 'nicpromisc': 'allow-all', 'hostonlyadapter': 'none'}
|
|
3={'nic': 'intnet', 'intnet': 'intnet-data1', 'nictype': 'virtio', 'nicpromisc': 'allow-all', 'hostonlyadapter': 'none'}
|
|
4={'nic': 'intnet', 'intnet': 'intnet-data2', 'nictype': 'virtio', 'nicpromisc': 'allow-all', 'hostonlyadapter': 'none'}
|
|
|
|
[Storage]
|
|
1={'nic': 'internal', 'intnet': 'intnet-unused', 'nictype': '82540EM', 'nicpromisc': 'allow-all', 'hostonlyadapter': 'none'}
|
|
2={'nic': 'internal', 'intnet': 'intnet-management', 'nictype': '82540EM', 'nicpromisc': 'allow-all', 'hostonlyadapter': 'none'}
|
|
3={'nic': 'internal', 'intnet': 'intnet-infra', 'nictype': '82540EM', 'nicpromisc': 'allow-all', 'hostonlyadapter': 'none'}
|
|
|
|
[OAMHostOnlyNetwork]
|
|
ip=10.10.10.254
|
|
netmask=255.255.255.0
|
|
|
|
[Lab]
|
|
name=vbox
|
|
floating_ip=10.10.10.7
|
|
controller-0_ip=10.10.10.8
|
|
controller-1_ip=10.10.10.9
|
|
username=wrsroot
|
|
password=Li69nux*
|
|
|
|
[Serial]
|
|
uartbase=0x3F8
|
|
uartport=4
|
|
uartmode=server
|
|
uartpath=/tmp
|
|
|
|
[ISO]
|
|
isohost=localhost
|
|
isopath=/tmp/bootimage.iso
|