
Patchset 1: Updated to not use version specific URLs per discussion in docs meeting (reduce points of version specific maintenance) Closes-Bug:1859523 Change-Id: Iad59354e5126599a4e41576dad6bfe5e612211a8 Signed-off-by: Sun Austin <austin.sun@intel.com> Signed-off-by: Kristal Dale <kristal.dale@intel.com>
2.0 KiB
Install StarlingX OpenStack
These instructions assume that you have completed the following OpenStack-specific configuration tasks that are required by the underlying StarlingX Kubernetes platform:
- All nodes have been labeled appropriately for their OpenStack role(s).
- The vSwitch type has been configured.
- The nova-local volume group has been configured on any node's host, if running the compute function.
Install application manifest and helm-charts
Get the latest StarlingX OpenStack application (stx-openstack) manifest and helm-charts. This can be from a private StarlingX build or from the public CENGN StarlingX mirror.
Load the stx-openstack application's package into StarlingX. The tarball package contains stx-openstack's Airship Armada manifest and stx-openstack's set of helm charts. For example:
system application-upload stx-openstack-<version>-centos-stable-latest.tgz
This will:
- Load the Armada manifest and helm charts.
- Internally manage helm chart override values for each chart.
- 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 the activation of stx-openstack to complete.
This can take 5-10 minutes depending on the performance of your host machine.
Monitor progress with the command:
watch -n 5 system application-list
Next steps
Your OpenStack cloud is now up and running.
See access
for
details on how to access StarlingX OpenStack.