Jump to: navigation, search

Difference between revisions of "StarlingX/Docs and Infra/InstallationGuides/virtual-AIO-Simplex"

(Host Setup)
(Host Setup)
Line 50: Line 50:
 
</pre>
 
</pre>
 
Create the XML definitions for the virtual servers required by this configuration option.
 
Create the XML definitions for the virtual servers required by this configuration option.
{{caution|blah|blah}}
+
{{caution|header=blah|blah}}
 
<pre>
 
<pre>
 
bash setup_configuration.sh -c simplex -i ./bootimage.iso       
 
bash setup_configuration.sh -c simplex -i ./bootimage.iso       

Revision as of 19:17, 9 August 2019

Virtual Install - Single all-in-one server

Deployment Diagram

Starlingx-deployment-options-simplex1.png


Physical Host Requirements for Virtual Servers

The recommended minimum requirements for the workstation, hosting the virtual machine(s) where StarlingX will be deployed, include:

Hardware Requirements

A workstation computer with minimally:

  • 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

Software Requirements

A workstation computer with Ubuntu 16.04 LTS 64-bit .
All other required packages will be installed by scripts in StarlingX tools repo.

Host Setup

Update OS:

apt-get update

Clone the StarlingX tools repository:

apt-get install -y git
cd $HOME
git clone https://opendev.org/starlingx/tools

Install required packages:

cd $HOME/tools/deployment/libvirt/
bash install_packages.sh
apt install -y apparmor-profiles
apt-get install -y ufw
ufw disable
ufw status

Setup virtual platform networks for virtual deployment:

bash setup_network.sh 

Get the StarlingX ISO.
This can be from a private StarlingX build or, as shown below, from the public Cengen StarlingX build off 'master' branch:

wget http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_build/outputs/iso/bootimage.iso

Create the XML definitions for the virtual servers required by this configuration option.

Caution icon.svg blah

{{{body}}}
bash setup_configuration.sh -c simplex -i ./bootimage.iso      




Install Software on Controller-0

Blah, blah, blah.

Bootstrap System on Controller-0

Blah, blah, blah.

Configure Controller-0

Blah, blah, blah.

Unlock Controller-0

Blah, blah, blah.


Install OpenStack

Blah, blah, blah.

Example OpenStack Configuration

Blah, blah, blah.