Add command to build STX OpenStack application

Closes-Bug: 1881898

Change-Id: I2287672b2ea46fe4efff2b9886b8a77c5c8292c2
Signed-off-by: MCamp859 <maryx.camp@intel.com>
This commit is contained in:
MCamp859 2020-06-12 10:37:15 -04:00
parent ac28a04426
commit c85622a705
2 changed files with 19 additions and 2 deletions

View File

@ -16,8 +16,13 @@ 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 <http://mirror.starlingx.cengn.ca/mirror/starlingx/>`_.
helm charts. Use one of the following options:
* Private StarlingX build. See :ref:`Build-stx-openstack-app` for details.
* Public download from
`CENGN StarlingX mirror <http://mirror.starlingx.cengn.ca/mirror/starlingx/>`_.
After you select a release, helm charts are located in ``centos/outputs/helm-charts``.
#. Load the stx-openstack application's package into StarlingX. The tarball
package contains stx-openstack's Airship Armada manifest and stx-openstack's

View File

@ -527,6 +527,18 @@ Additional notes
* StarlingX is in active development. Consequently, it is possible that a
future version will change to a more generic solution.
.. _Build-stx-openstack-app:
-------------------------------------
Build StarlingX OpenStack application
-------------------------------------
Use the following command:
::
$MY_REPO_ROOT_DIR/cgcs-root/build-tools/build-helm-charts.sh
---------------
Build avoidance
---------------