Merge "correct the stable version to 3.0.0"

This commit is contained in:
Zuul 2020-01-27 18:26:02 +00:00 committed by Gerrit Code Review
commit 50fef6b974
3 changed files with 14 additions and 34 deletions

View File

@ -22,13 +22,8 @@ Create a bootable USB drive on Linux\*
sudo -s
#. Get the StarlingX ISO.
This can be from a private StarlingX build or from the public Cengn StarlingX
build off the 'master' branch as shown below:
::
wget http://mirror.starlingx.cengn.ca/mirror/starlingx/release/2.0.0/centos/outputs/iso/bootimage.iso
#. Get the StarlingX ISO from the
`CENGN StarlingX mirror <http://mirror.starlingx.cengn.ca/mirror/starlingx/>`_. Alternately, you can use an ISO from a private StarlingX build.
#. Navigate to the directory with the ISO.
@ -69,13 +64,8 @@ Create a bootable USB drive on macOS\*
#. Launch the Terminal app.
#. Get the StarlingX ISO.
This can be from a private StarlingX build or from the public Cengn StarlingX
build off the 'master' branch as shown below:
::
curl -O http://mirror.starlingx.cengn.ca/mirror/starlingx/release/2.0.0/centos/outputs/iso/bootimage.iso
#. Get the StarlingX ISO from the
`CENGN StarlingX mirror <http://mirror.starlingx.cengn.ca/mirror/starlingx/>`_. Alternately, you can use an ISO from a private StarlingX build.
#. Navigate to the directory with the ISO.
@ -117,11 +107,8 @@ Create a bootable USB drive on macOS\*
Create a bootable USB drive on Windows\*
----------------------------------------
#. Get the StarlingX ISO.
This can be from a private StarlingX build or from the public Cengn StarlingX
build off the 'master' branch:
http://mirror.starlingx.cengn.ca/mirror/starlingx/release/2.0.0/centos/outputs/iso/bootimage.iso
#. Get the StarlingX ISO from the
`CENGN StarlingX mirror <http://mirror.starlingx.cengn.ca/mirror/starlingx/>`_. Alternately, you can use an ISO from a private StarlingX build.
#. Download the `Rufus`_ utility to burn the image onto a USB drive.
**Only use the latest version of Rufus**.

View File

@ -15,21 +15,17 @@ StarlingX Kubernetes platform:
Install application manifest and helm-charts
--------------------------------------------
#. Get the StarlingX OpenStack application (stx-openstack) manifest and 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/release/2.0.0/centos/outputs/helm-charts/stx-openstack-1.0-17-centos-stable-latest.tgz
#. 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/>`_.
#. 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:
set of helm charts. For example:
::
system application-upload stx-openstack-1.0-17-centos-stable-latest.tgz
system application-upload stx-openstack-<version>-centos-stable-latest.tgz
This will:

View File

@ -67,9 +67,6 @@ Set up the host with the following steps:
apparmor-profile modules.
#. Get the StarlingX ISO. This can be from a private StarlingX build or from the public Cengn
StarlingX build off 'master' branch, as shown below:
::
wget http://mirror.starlingx.cengn.ca/mirror/starlingx/release/2.0.0/centos/outputs/iso/bootimage.iso
#. Get the StarlingX ISO from the
`CENGN StarlingX mirror <http://mirror.starlingx.cengn.ca/mirror/starlingx/>`_.
Alternately, you can use an ISO from a private StarlingX build.