![Ron Stone](/assets/img/avatar_default.png)
Incorporate Virtual content in BM AIO-DX install proc using synchronized tabs. Make self-referential include paths relative Move virtual includes to conventional folder for shared content Convert link to root of Install docs to external. This is required because link source page is used in context where internal ref is not available Address review comments from patchset 5 Integrate change on AIO-SX Integrate Std with Storage Integrate Dedicated Storage Share includes to avoid indentation formatting errors (greybars) in DS builds Signed-off-by: Ron Stone <ronald.stone@windriver.com> Change-Id: Ie04c5f8a065b5e2bf87176515bb1131b75a4fcf3
72 lines
1.7 KiB
Plaintext
72 lines
1.7 KiB
Plaintext
The following sections describe system requirements and host setup for a
|
|
workstation hosting virtual machine(s) where StarlingX will be deployed.
|
|
|
|
|
|
.. rubric:: Hardware requirements
|
|
|
|
The host system should have at least:
|
|
|
|
* **Processor:** x86_64 only supported architecture with BIOS enabled hardware
|
|
virtualization extensions
|
|
|
|
* **Cores:** 8
|
|
|
|
* **Memory:** 32GB RAM
|
|
|
|
* **Hard Disk:** 500GB HDD
|
|
|
|
* **Network:** One network adapter with active Internet connection
|
|
|
|
|
|
.. rubric:: Software requirements
|
|
|
|
The host system should have at least:
|
|
|
|
* A workstation computer with Ubuntu 16.04 LTS 64-bit
|
|
|
|
All other required packages will be installed by scripts in the StarlingX tools repository.
|
|
|
|
|
|
.. rubric:: Host setup
|
|
|
|
Set up the host with the following steps:
|
|
|
|
#. Update OS:
|
|
|
|
::
|
|
|
|
apt-get update
|
|
|
|
#. Clone the StarlingX tools repository:
|
|
|
|
::
|
|
|
|
apt-get install -y git
|
|
cd $HOME
|
|
git clone https://opendev.org/starlingx/virtual-deployment.git
|
|
|
|
#. Install required packages:
|
|
|
|
::
|
|
|
|
cd $HOME/virtual-deployment/libvirt
|
|
bash install_packages.sh
|
|
apt install -y apparmor-profiles
|
|
apt-get install -y ufw
|
|
ufw disable
|
|
ufw status
|
|
|
|
|
|
.. note::
|
|
|
|
On Ubuntu 16.04, if apparmor-profile modules were installed as shown in
|
|
the example above, you must reboot the server to fully install the
|
|
apparmor-profile modules.
|
|
|
|
|
|
#. Get the latest StarlingX ISO from the
|
|
`StarlingX mirror
|
|
<https://mirror.starlingx.windriver.com/mirror/starlingx/release/latest_release/debian/monolithic/outputs/iso/>`_.
|
|
Alternately, you can get an older release ISO from `here
|
|
<https://mirror.starlingx.windriver.com/mirror/starlingx/release/>`_.
|