Update repo README

Update information about how the VirtualBox script works.

Story: 2005051
Task: 49024

Change-Id: I632d1c1de6dcd8b111e7c6d52ffb4945e5d749be
Signed-off-by: Daniel Caires <daniel.caires@encora.com>
This commit is contained in:
Daniel Caires 2023-10-30 11:06:14 -03:00 committed by Daniel Marques Caires
parent 71318415e9
commit 90c8b451d0

View File

@ -100,16 +100,30 @@ to setup the StarlingX system:
Directory: virtualbox Directory: virtualbox
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~
Deployment under VirtualBox uses a set of configuration files to define the Deployment under VirtualBox uses a set of parameters passed via terminal to
StarlingX system: define the StarlingX system:
- All-in-one Configuration - Controller All-in-one
- Standard Controller Configuration - Controller
- Compute
- Storage
These configurations files are used to create the virtual machines and the These parameters are used to create the virtual machines, the
network interfaces from a single script: network interfaces and completly install StarlingX.
- Setup VM The script will create a number of virtual machines depending on the setup chosen:
- Setup Simplex
- 1 Controller
- Setup Duplex
- 2 Controllers
- Setup Controller Storage
- 2 Controllers
- 2 Computes
- Setup Dedicated Storage
- 2 Controllers
- 2 Computes
- 2 Storages
Directory: provision Directory: provision
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~