Jump to: navigation, search

StarlingX/Docs and Infra/InstallationGuides/virtual-AIO-Simplex

< StarlingX‎ | Docs and Infra‎ | InstallationGuides
Revision as of 19:12, 9 August 2019 by Greg-waines (talk | contribs) (Host Setup)

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.

Warning icon.svg {{{header}}}

{{{body}}}
Don't do that!
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.