From 90c8b451d0e64612f435bba3cc4378c7e825473d Mon Sep 17 00:00:00 2001 From: Daniel Caires Date: Mon, 30 Oct 2023 11:06:14 -0300 Subject: [PATCH] Update repo README Update information about how the VirtualBox script works. Story: 2005051 Task: 49024 Change-Id: I632d1c1de6dcd8b111e7c6d52ffb4945e5d749be Signed-off-by: Daniel Caires --- README.rst | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 10b30c6..4f29829 100644 --- a/README.rst +++ b/README.rst @@ -100,16 +100,30 @@ to setup the StarlingX system: Directory: virtualbox ~~~~~~~~~~~~~~~~~~~~~ -Deployment under VirtualBox uses a set of configuration files to define the -StarlingX system: +Deployment under VirtualBox uses a set of parameters passed via terminal to +define the StarlingX system: -- All-in-one Configuration -- Standard Controller Configuration +- Controller All-in-one +- Controller +- Compute +- Storage -These configurations files are used to create the virtual machines and the -network interfaces from a single script: +These parameters are used to create the virtual machines, the +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 ~~~~~~~~~~~~~~~~~~~~