Jump to: navigation, search

StarlingX/Docs and Infra/InstallationGuides/COMMON/Install-OpenStack

< StarlingX‎ | Docs and Infra‎ | InstallationGuides
Revision as of 20:01, 11 August 2019 by Greg-waines (talk | contribs) (Created page with "= Install OpenStack = <br /> This installation assumes ... == Install stx-openstack manifest / helm-charts == Get the StarlingX OpenStack application manifest/helm-charts. T...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Install OpenStack


This installation assumes ...


Install stx-openstack manifest / helm-charts

Get the StarlingX OpenStack application manifest/helm-charts. 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/helm-charts/stx-openstack-1.0-17-centos-stable-latest.tgz

Load the stx-openstack application's helm charts definitions into starlingx:

system application-upload stx-openstack-1.0-17-centos-stable-latest.tgz

This will load the helm charts, internally manage helm chart override values for each chart and automatically generate system helm chart overrides for each chart based on the current state of the underlying StarlingX Kubernetes Platform and the recommended StarlingX configuration of OpenStack Services.

Apply the stx-openstack application in order to bring StarlingX OpenStack into service.

system application-apply stx-openstack

Wait for apply / activation of stx-openstack to complete.
This can take 5-10 mins depending on performance of HOST machine.
Monitor progress with:

watch -n 5 system application-list

When it completes, your OpenStack Cloud is up and running.

Access StarlingX OpenStack

Use Local/Remote CLIs, GUIs and/or REST APIs to access and manage StarlingX OpenStack and hosted virtualized applications. See details here.