correct the stable version to 3.0.0

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>
This commit is contained in:
Sun Austin 2020-01-15 09:22:53 +08:00 committed by Kristal Dale
parent 797db421eb
commit 06235edb87
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.