Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

OpenStack All-in-One Configuration

This configuration was designed to host the OpenStack services in an Intel's NUC 10 Performance kit. The provisioning process pulls the official Kolla images and deploys them in a CentOS 7 using the undercloud script.

The following diagram displays the Networking configuration created by init-runonce script.

Diagram

Hardware Details

  • 10th Generation Intel® Core™ i5-10210U Processor
  • 256 GB NVMe SSD, 1 TB SATA3 HDD
  • 16 GB Dual-Channel, LPDDR4-2666

Vagrant execution

Once Vagrant is installed, it's possible to deploy an OpenStack cluster on a single Virtual Machine.

vagrant up

Environment variables

This table displays the environment variables used to configure some aspects of the cluster, hardware resources and workflow.

Name Default Description
OS_DISTRO centos Specifies the Linux distribution to be used for this deployment
ENABLE_WEAVE_SCOPE Enable/Disable Weave Scope
OS_KOLLA_RUN_INIT Executes the initialization Kolla script
OS_KOLLA_ENABLE_MAGNUM no Enable/Disable OpenStack Magnum service
CPUS 8 Number of vCPUS assigned to the Virtual Machine
MEMORY 16 GB Memory assigned to the Virtual Machine