Merge "cengn reference removal"

This commit is contained in:
Zuul 2023-11-03 13:48:24 +00:00 committed by Gerrit Code Review
commit 9a1124c5c9
28 changed files with 83 additions and 83 deletions

View File

@ -21,7 +21,7 @@
.. |prod-hor-long| replace:: |prod-hor| Web Interface .. |prod-hor-long| replace:: |prod-hor| Web Interface
.. |os-prod-hor-long| replace:: OpenStack |prod-hor-long| .. |os-prod-hor-long| replace:: OpenStack |prod-hor-long|
.. |os-prod-hor| replace:: OpenStack |prod-hor| .. |os-prod-hor| replace:: OpenStack |prod-hor|
.. |prod-img| replace:: http://mirror.starlingx.cengn.ca/mirror/starlingx/ .. |prod-img| replace:: https://mirror.starlingx.windriver.com/mirror/starlingx/
.. |prod-abbr| replace:: StX .. |prod-abbr| replace:: StX
.. Guide names; will be formatted in italics by default. .. Guide names; will be formatted in italics by default.

View File

@ -229,9 +229,9 @@ following required setup:
sudo pip2 install mechanize sudo pip2 install mechanize
#. Get the ``oidc-auth`` script from the public #. Get the ``oidc-auth`` script from the public
`CENGN StarlingX mirror <http://mirror.starlingx.cengn.ca/mirror/starlingx/>`_. `StarlingX mirror <https://mirror.starlingx.windriver.com/mirror/starlingx/>`_.
For example, For example,
``http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_docker_image_build/outputs/remote-cli/`` ``https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/latest_docker_image_build/outputs/remote-cli/``
After setup is complete, run the ``oidc-auth`` script to authenticate and update After setup is complete, run the ``oidc-auth`` script to authenticate and update
user credentials in the kubectl config file with the retrieved token. user credentials in the kubectl config file with the retrieved token.

View File

@ -533,8 +533,8 @@ not found* error. This indicates that the page may have moved or been deleted.
.. code-block:: none .. code-block:: none
:linenos: :linenos:
(developer_resources/build_docker_image: line 120) ok http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_docker_image_build/outputs/wheels/stx-centos-stable-wheels.tar (developer_resources/build_docker_image: line 120) ok https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/latest_docker_image_build/outputs/wheels/stx-centos-stable-wheels.tar
(developer_resources/build_docker_image: line 122) broken http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_docker_image_build/outputs/wheels/stx-centos-dev-wheels.tar - 404 Client Error: Not Found for url: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_docker_image_build/outputs/wheels/stx-centos-dev-wheels.tar (developer_resources/build_docker_image: line 122) broken https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/latest_docker_image_build/outputs/wheels/stx-centos-dev-wheels.tar - 404 Client Error: Not Found for url: https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/latest_docker_image_build/outputs/wheels/stx-centos-dev-wheels.tar
**Logs** **Logs**

View File

@ -26,10 +26,10 @@ Create a bootable USB drive on Linux\*
sudo -s sudo -s
#. Get the latest StarlingX ISO from the #. Get the latest StarlingX ISO from the
`CENGN StarlingX mirror <http://mirror.starlingx.cengn.ca/mirror/starlingx/release/latest_release/debian/monolithic/outputs/iso/>`_. `StarlingX mirror <https://mirror.starlingx.windriver.com/mirror/starlingx/release/latest_release/debian/monolithic/outputs/iso/>`_.
Alternately, you can get an older release ISO from `here <http://mirror.starlingx.cengn.ca/mirror/starlingx/release/>`_. Alternately, you can get an older release ISO from `here <https://mirror.starlingx.windriver.com/mirror/starlingx/release/>`_.
#. Navigate to the directory with the `StarlingX ISO <http://mirror.starlingx.cengn.ca/mirror/starlingx/release/latest_release/centos/flock/outputs/iso/>`_. #. Navigate to the directory with the `StarlingX ISO <https://mirror.starlingx.windriver.com/mirror/starlingx/release/latest_release/centos/flock/outputs/iso/>`_.
#. Plug in the USB drive and get its identifier: #. Plug in the USB drive and get its identifier:
@ -69,8 +69,8 @@ Create a bootable USB drive on macOS\*
#. Launch the Terminal app. #. Launch the Terminal app.
#. Get the latest StarlingX ISO from the #. Get the latest StarlingX ISO from the
`CENGN StarlingX mirror <http://mirror.starlingx.cengn.ca/mirror/starlingx/release/latest_release/debian/monolithic/outputs/iso/>`_. `StarlingX mirror <https://mirror.starlingx.windriver.com/mirror/starlingx/release/latest_release/debian/monolithic/outputs/iso/>`_.
Alternately, you can get an older release ISO from `here <http://mirror.starlingx.cengn.ca/mirror/starlingx/release/>`_. Alternately, you can get an older release ISO from `here <https://mirror.starlingx.windriver.com/mirror/starlingx/release/>`_.
#. Navigate to the directory with the ISO. #. Navigate to the directory with the ISO.
@ -113,8 +113,8 @@ Create a bootable USB drive on Windows\*
---------------------------------------- ----------------------------------------
#. Get the latest StarlingX ISO from the #. Get the latest StarlingX ISO from the
`CENGN StarlingX mirror <http://mirror.starlingx.cengn.ca/mirror/starlingx/release/latest_release/debian/monolithic/outputs/iso/>`_. `StarlingX mirror <https://mirror.starlingx.windriver.com/mirror/starlingx/release/latest_release/debian/monolithic/outputs/iso/>`_.
Alternately, you can get an older release ISO from `here <http://mirror.starlingx.cengn.ca/mirror/starlingx/release/>`_. Alternately, you can get an older release ISO from `here <https://mirror.starlingx.windriver.com/mirror/starlingx/release/>`_.
#. Download the `Rufus`_ utility to burn the image onto a USB drive. #. Download the `Rufus`_ utility to burn the image onto a USB drive.
**Only use the latest version of Rufus**. **Only use the latest version of Rufus**.

View File

@ -42,8 +42,8 @@ Install application manifest and helm-charts
helm charts. Use one of the following options: helm charts. Use one of the following options:
* Private StarlingX build. See :ref:`Build-stx-openstack-app` for details. * Private StarlingX build. See :ref:`Build-stx-openstack-app` for details.
* Public download from * Public download from the
`CENGN StarlingX mirror <http://mirror.starlingx.cengn.ca/mirror/starlingx/>`_. `StarlingX mirror <https://mirror.starlingx.windriver.com/mirror/starlingx/>`_.
After you select a release, helm charts are located in ``centos/outputs/helm-charts``. After you select a release, helm charts are located in ``centos/outputs/helm-charts``.

View File

@ -68,5 +68,5 @@ Set up the host with the following steps:
#. Get the latest StarlingX ISO from the #. Get the latest StarlingX ISO from the
`CENGN StarlingX mirror <http://mirror.starlingx.cengn.ca/mirror/starlingx/release/latest_release/debian/monolithic/outputs/iso/>`_. `StarlingX mirror <https://mirror.starlingx.windriver.com/mirror/starlingx/release/latest_release/debian/monolithic/outputs/iso/>`_.
Alternately, you can get an older release ISO from `here <http://mirror.starlingx.cengn.ca/mirror/starlingx/release/>`_. Alternately, you can get an older release ISO from `here <https://mirror.starlingx.windriver.com/mirror/starlingx/release/>`_.

View File

@ -362,16 +362,16 @@ Both files use a comma seperated three field lines... ``<lower-layer>,<type>,<ur
e.g. :: e.g. ::
cat stx-tools/centos-mirror-tools/config/centos/flock/required_layer_pkgs.cfg cat stx-tools/centos-mirror-tools/config/centos/flock/required_layer_pkgs.cfg
compiler,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/compiler/latest_build/outputs/RPMS/std/rpm.lst compiler,std,https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/compiler/latest_build/outputs/RPMS/std/rpm.lst
distro,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/distro/latest_build/outputs/RPMS/std/rpm.lst distro,std,https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/distro/latest_build/outputs/RPMS/std/rpm.lst
distro,rt,http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/distro/latest_build/outputs/RPMS/rt/rpm.lst distro,rt,https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/distro/latest_build/outputs/RPMS/rt/rpm.lst
distro,installer,http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/distro/latest_build/outputs/RPMS/installer/rpm.lst distro,installer,https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/distro/latest_build/outputs/RPMS/installer/rpm.lst
cat stx-tools/centos-mirror-tools/config/centos/flock/required_layer_iso_inc.cfg cat stx-tools/centos-mirror-tools/config/centos/flock/required_layer_iso_inc.cfg
compiler,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/compiler/latest_build/outputs/image.inc compiler,std,https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/compiler/latest_build/outputs/image.inc
compiler,dev,http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/compiler/latest_build/outputs/image-dev.inc compiler,dev,https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/compiler/latest_build/outputs/image-dev.inc
distro,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/distro/latest_build/outputs/image.inc distro,std,https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/distro/latest_build/outputs/image.inc
distro,dev,http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/distro/latest_build/outputs/image-dev.inc distro,dev,https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/distro/latest_build/outputs/image-dev.inc
To use your lower layer build, you must edit the config in the upper layer build. To use your lower layer build, you must edit the config in the upper layer build.
You must replace the url field for the relevant lines to point to your own build using the ``fill:///`` syntax. You must replace the url field for the relevant lines to point to your own build using the ``fill:///`` syntax.

View File

@ -311,16 +311,16 @@ ISO镜像内容完全由文件来定义 ::
其格式使用逗号分隔为三个字段,参照以下: :: 其格式使用逗号分隔为三个字段,参照以下: ::
cat stx-tools/centos-mirror-tools/config/centos/flock/required_layer_pkgs.cfg cat stx-tools/centos-mirror-tools/config/centos/flock/required_layer_pkgs.cfg
compiler,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/compiler/latest_build/outputs/RPMS/std/rpm.lst compiler,std,https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/compiler/latest_build/outputs/RPMS/std/rpm.lst
distro,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/distro/latest_build/outputs/RPMS/std/rpm.lst distro,std,https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/distro/latest_build/outputs/RPMS/std/rpm.lst
distro,rt,http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/distro/latest_build/outputs/RPMS/rt/rpm.lst distro,rt,https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/distro/latest_build/outputs/RPMS/rt/rpm.lst
distro,installer,http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/distro/latest_build/outputs/RPMS/installer/rpm.lst distro,installer,https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/distro/latest_build/outputs/RPMS/installer/rpm.lst
cat stx-tools/centos-mirror-tools/config/centos/flock/required_layer_iso_inc.cfg cat stx-tools/centos-mirror-tools/config/centos/flock/required_layer_iso_inc.cfg
compiler,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/compiler/latest_build/outputs/image.inc compiler,std,https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/compiler/latest_build/outputs/image.inc
compiler,dev,http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/compiler/latest_build/outputs/image-dev.inc compiler,dev,https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/compiler/latest_build/outputs/image-dev.inc
distro,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/distro/latest_build/outputs/image.inc distro,std,https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/distro/latest_build/outputs/image.inc
distro,dev,http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/distro/latest_build/outputs/image-dev.inc distro,dev,https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/distro/latest_build/outputs/image-dev.inc
如果需要用到更底层layer所构建的包需要在当前layer做好配置。使用语法: ``file://`` 将配置文件中的url替换成更底层layer所对应的信息。 如果需要用到更底层layer所构建的包需要在当前layer做好配置。使用语法: ``file://`` 将配置文件中的url替换成更底层layer所对应的信息。
@ -488,8 +488,8 @@ cengna上的各自layer的 image.inc也是这样生成的。
``stx-tools/centos-mirror-tools/config/<os>/<layer>/required_layer_iso_inc.cfg`` 文件 ``stx-tools/centos-mirror-tools/config/<os>/<layer>/required_layer_iso_inc.cfg`` 文件
$ cat stx-tools/centos-mirror-tools/config/centos/distro/required_layer_iso_inc.cfg $ cat stx-tools/centos-mirror-tools/config/centos/distro/required_layer_iso_inc.cfg
compiler,std,http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/compiler/latest_build/outputs/image.inc compiler,std,https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/compiler/latest_build/outputs/image.inc
compiler,dev,http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/compiler/latest_build/outputs/image-dev.inc compiler,dev,https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/compiler/latest_build/outputs/image-dev.inc
修改成你的distro 或者compile layer的 image.inc 修改成你的distro 或者compile layer的 image.inc
``file:///localdisk/loadbuild/<user>/<project>/my_<layer>_imajge.inc`` ``file:///localdisk/loadbuild/<user>/<project>/my_<layer>_imajge.inc``

View File

@ -91,7 +91,7 @@ Example dev build command:
If you are not making changes to any source packages (ie. RPMs) that If you are not making changes to any source packages (ie. RPMs) that
need to be installed in your designer-built images, you can use the need to be installed in your designer-built images, you can use the
CENGN-built stx-base image. For example: official StarlingX built stx-base image. For example:
https://hub.docker.com/r/starlingx/stx-centos/tags https://hub.docker.com/r/starlingx/stx-centos/tags
* Stable base image: starlingx/stx-centos:master-stable-latest * Stable base image: starlingx/stx-centos:master-stable-latest
@ -114,13 +114,13 @@ used to build and collect wheels and generate the wheels tarball. It
uses two sub-tools (located in the same directory) to build and/or uses two sub-tools (located in the same directory) to build and/or
collect the two groups of wheels. collect the two groups of wheels.
If you are not modifying any python modules, you can use the CENGN-built If you are not modifying any python modules, you can use the official
wheels tarball: StarlingX built wheels tarball:
* Stable wheels: * Stable wheels:
http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_docker_image_build/outputs/wheels/stx-centos-stable-wheels.tar https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/latest_docker_image_build/outputs/wheels/stx-centos-stable-wheels.tar
* Dev wheels: * Dev wheels:
http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_docker_image_build/outputs/wheels/stx-centos-dev-wheels.tar https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/latest_docker_image_build/outputs/wheels/stx-centos-dev-wheels.tar
*********** ***********
Base wheels Base wheels
@ -363,7 +363,7 @@ stx-nfv/nova-api-proxy/centos/stx-nova-api-proxy.dev_docker_image
Image build command Image build command
^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^
Example image build command, using the CENGN base image and wheels: Example image build command, using the official StarlingX base image and wheels:
:: ::
@ -371,7 +371,7 @@ Example image build command, using the CENGN base image and wheels:
BUILD_STREAM=stable BUILD_STREAM=stable
BRANCH=master BRANCH=master
CENTOS_BASE=starlingx/stx-centos:${BRANCH}-${BUILD_STREAM}-latest CENTOS_BASE=starlingx/stx-centos:${BRANCH}-${BUILD_STREAM}-latest
WHEELS=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_docker_image_build/outputs/wheels//stx-centos-${BUILD_STREAM}-wheels.tar WHEELS=https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/latest_docker_image_build/outputs/wheels//stx-centos-${BUILD_STREAM}-wheels.tar
DOCKER_USER=${USER} DOCKER_USER=${USER}
DOCKER_REGISTRY=192.168.0.1:9001 # Some private registry you've setup for your testing, for example DOCKER_REGISTRY=192.168.0.1:9001 # Some private registry you've setup for your testing, for example
@ -514,7 +514,7 @@ Examples
:: ::
## Upstream image: ## Upstream image:
CENGN_DOCKER_URL="http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_docker_image_build/outputs/docker-images" STX_MIRROR_DOCKER_URL="https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/latest_docker_image_build/outputs/docker-images"
DOCKER_USER=mydockerid # My docker ID DOCKER_USER=mydockerid # My docker ID
DOCKER_REGISTRY=docker.io # The docker registry to use for pushing. This can be a private registry, like 192.168.2.10:9001 DOCKER_REGISTRY=docker.io # The docker registry to use for pushing. This can be a private registry, like 192.168.2.10:9001
@ -536,7 +536,7 @@ Examples
# #
# Get the latest versioned stx-aodh image tag # Get the latest versioned stx-aodh image tag
STX_AODH=$(curl ${CENGN_DOCKER_URL}/images-centos-stable-versioned.lst 2>/dev/null | grep stx-aodh:) STX_AODH=$(curl ${STX_MIRROR_DOCKER_URL}/images-centos-stable-versioned.lst 2>/dev/null | grep stx-aodh:)
echo ${STX_AODH} echo ${STX_AODH}
BASE_VERSION=$(echo ${STX_AODH} | sed 's/.*://') BASE_VERSION=$(echo ${STX_AODH} | sed 's/.*://')
@ -633,7 +633,7 @@ Examples
# Update stx-nova with the latest update from the stx-nova staging repo # Update stx-nova with the latest update from the stx-nova staging repo
STX_NOVA=$(curl ${CENGN_DOCKER_URL}/images-centos-stable-versioned.lst 2>/dev/null | grep stx-nova:) STX_NOVA=$(curl ${STX_MIRROR_DOCKER_URL}/images-centos-stable-versioned.lst 2>/dev/null | grep stx-nova:)
echo ${STX_NOVA} echo ${STX_NOVA}
time bash -x ${MY_REPO}/build-tools/build-docker-images/update-stx-image.sh \ time bash -x ${MY_REPO}/build-tools/build-docker-images/update-stx-image.sh \

View File

@ -572,7 +572,7 @@ Build avoidance
The foundational principle of build avoidance is that it is faster to download The foundational principle of build avoidance is that it is faster to download
the rpms than it is to build them. This typically true when the host for the rpms than it is to build them. This typically true when the host for
reference builds and the consumer are close to each other and share a high speed reference builds and the consumer are close to each other and share a high speed
link. It is not practical for ``mirror.starlingx.cengn.ca`` to serve as a link. It is not practical for ``mirror.starlingx.windriver.com`` to serve as a
provider of reference builds for the world. The real goal is for a corporate provider of reference builds for the world. The real goal is for a corporate
office to have a provider of reference builds to the designers within their office to have a provider of reference builds to the designers within their
corporate network. corporate network.

View File

@ -156,7 +156,7 @@ Build Docker images for OpenStack
export MY_WORKSPACE=/home/wrsroot/starlingx/workspace/localdisk/loadbuild/wrsroot/starlingx/ export MY_WORKSPACE=/home/wrsroot/starlingx/workspace/localdisk/loadbuild/wrsroot/starlingx/
export BRANCH=master export BRANCH=master
export CENTOS_BASE=starlingx/stx-centos:${BRANCH}-${BUILD_STREAM}-latest export CENTOS_BASE=starlingx/stx-centos:${BRANCH}-${BUILD_STREAM}-latest
export WHEELS=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_docker_image_build/outputs/wheels/stx-centos-stable-wheels.tar export WHEELS=https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/latest_docker_image_build/outputs/wheels/stx-centos-stable-wheels.tar
time $MY_REPO/build-tools/build-docker-images/build-stx-images.sh \ time $MY_REPO/build-tools/build-docker-images/build-stx-images.sh \
--os centos \ --os centos \
--stream ${BUILD_STREAM} \ --stream ${BUILD_STREAM} \

View File

@ -279,7 +279,7 @@ functions. You will find it in the same software distribution location as
.. only:: starlingx .. only:: starlingx
For |prod|: http://mirror.starlingx.cengn.ca/mirror/starlingx/ For |prod|: https://mirror.starlingx.windriver.com/mirror/starlingx/
.. only:: partner .. only:: partner

View File

@ -9,9 +9,9 @@ everything needed to deploy an edge cloud on one, two, or up to 100 servers.
* See the :ref:`release-notes`. * See the :ref:`release-notes`.
* Download the pre-built ISO (CentOS and Debian) and Docker images for * Download the pre-built ISO (CentOS and Debian) and Docker images for
StarlingX latest release that are located at the ``CENGN StarlingX mirror`` repos: StarlingX latest release that are located at the ``StarlingX mirror`` repos:
- https://mirror.starlingx.cengn.ca/mirror/starlingx/release/latest_release/debian/monolithic/outputs/iso/ - https://mirror.starlingx.windriver.com/mirror/starlingx/release/latest_release/debian/monolithic/outputs/iso/
For more information about the StarlingX project, refer to the For more information about the StarlingX project, refer to the
`StarlingX wiki <https://wiki.openstack.org/wiki/StarlingX>`_. `StarlingX wiki <https://wiki.openstack.org/wiki/StarlingX>`_.

View File

@ -29,12 +29,12 @@ Here are three ways in which you can consume |prod|.
Deploy the open source code Deploy the open source code
--------------------------- ---------------------------
You can use the open source software directly. Our community partner CENGN You can use the open source software directly. Our community partner Wind River
provides a |prod| mirror with ready-to-run ISO images of the current |prod| provides a |prod| mirror with ready-to-run ISO images of the current |prod|
releases and daily builds. releases and daily builds.
View the `CENGN StarlingX mirror View the `StarlingX mirror
<http://mirror.starlingx.cengn.ca/mirror/starlingx/>`_. <https://mirror.starlingx.windriver.com/mirror/starlingx/>`_.
As previously mentioned, these images are not signed and thus do not support As previously mentioned, these images are not signed and thus do not support
secure booting. Also, as previously mentioned, live software updates may not secure booting. Also, as previously mentioned, live software updates may not

View File

@ -23,7 +23,7 @@ Key features of StarlingX include:
service uptime, and streamlined operation. service uptime, and streamlined operation.
Download the StarlingX ISO image from the Download the StarlingX ISO image from the
`CENGN StarlingX mirror <http://mirror.starlingx.cengn.ca/mirror/starlingx/>`_. `StarlingX mirror <https://mirror.starlingx.windriver.com/mirror/starlingx/>`_.
Learn more about StarlingX: Learn more about StarlingX:

View File

@ -12,9 +12,9 @@ These are the release notes for StarlingX R1.0.
ISO Image ISO Image
--------- ---------
You can find a pre-built image for R1.0 at You can find a pre-built image for R1.0 at the
`CENGNs StarlingX mirror `StarlingX mirror
<http://mirror.starlingx.cengn.ca/mirror/starlingx/centos/2018.10/20181110/outputs/iso/>`__. <https://mirror.starlingx.windriver.com/mirror/starlingx/centos/2018.10/20181110/outputs/iso/>`__.
------------ ------------
New Features New Features
@ -105,4 +105,4 @@ for a list of tests executed on the R1.0 release.
View the View the
`testing summary <https://wiki.openstack.org/wiki/StarlingX/stx.2018.10_TestingSummary>`__ `testing summary <https://wiki.openstack.org/wiki/StarlingX/stx.2018.10_TestingSummary>`__
to see the status of testing for the R1.0 release. to see the status of testing for the R1.0 release.

View File

@ -10,9 +10,9 @@ R2.0.1 Release Notes
ISO image ISO image
--------- ---------
You can find pre-built ISO and Docker images for stx.2.0.1 at You can find pre-built ISO and Docker images for stx.2.0.1 at the
`CENGN's StarlingX mirror, `StarlingX mirror,
<http://mirror.starlingx.cengn.ca/mirror/starlingx/release/2.0.1/centos/>`_ <https://mirror.starlingx.windriver.com/mirror/starlingx/release/2.0.1/centos/>`_
------ ------
Branch Branch

View File

@ -10,9 +10,9 @@ R2.0 Release Notes
ISO image ISO image
--------- ---------
You can find a pre-built ISO and Docker images for StarlingX release 2.0 at You can find a pre-built ISO and Docker images for StarlingX release 2.0 at the
`CENGNs StarlingX mirror `StarlingX mirror
<http://mirror.starlingx.cengn.ca/mirror/starlingx/release/2.0.0/centos/>`_. <https://mirror.starlingx.windriver.com/mirror/starlingx/release/2.0.0/centos/>`_.
------ ------
Branch Branch

View File

@ -10,9 +10,9 @@ R3.0 Release Notes
ISO image ISO image
--------- ---------
You can find a pre-built ISO and Docker images for StarlingX release 3.0 at You can find a pre-built ISO and Docker images for StarlingX release 3.0 at the
`CENGNs StarlingX mirror `StarlingX mirror
<http://mirror.starlingx.cengn.ca/mirror/starlingx/release/3.0.0/centos/>`_. <https://mirror.starlingx.windriver.com/mirror/starlingx/release/3.0.0/centos/>`_.
------ ------
Branch Branch

View File

@ -10,9 +10,9 @@ R4.0 Release Notes
ISO image ISO image
--------- ---------
The pre-built ISO and Docker images for StarlingX release 4.0 are located at The pre-built ISO and Docker images for StarlingX release 4.0 are located at the
`CENGNs StarlingX mirror `StarlingX mirror
<http://mirror.starlingx.cengn.ca/mirror/starlingx/release/4.0.1/centos/flock/outputs/>`_. <https://mirror.starlingx.windriver.com/mirror/starlingx/release/4.0.1/centos/flock/outputs/>`_.
------ ------
Branch Branch

View File

@ -11,8 +11,8 @@ ISO image
--------- ---------
The pre-built ISO and Docker images for StarlingX release 5.0.1 are located at The pre-built ISO and Docker images for StarlingX release 5.0.1 are located at
the `CENGN StarlingX mirror the `StarlingX mirror
<http://mirror.starlingx.cengn.ca/mirror/starlingx/release/5.0.1/centos/flock/outputs/>`_. <https://mirror.starlingx.windriver.com/mirror/starlingx/release/5.0.1/centos/flock/outputs/>`_.
------ ------
Branch Branch

View File

@ -11,8 +11,8 @@ ISO image
--------- ---------
The pre-built ISO and Docker images for StarlingX release 5.0 are located at The pre-built ISO and Docker images for StarlingX release 5.0 are located at
the `CENGN StarlingX mirror the `StarlingX mirror
<http://mirror.starlingx.cengn.ca/mirror/starlingx/release/5.0.0/centos/flock/outputs/>`_. <https://mirror.starlingx.windriver.com/mirror/starlingx/release/5.0.0/centos/flock/outputs/>`_.
------ ------
Branch Branch

View File

@ -13,8 +13,8 @@ ISO image
--------- ---------
The pre-built ISO and Docker images for StarlingX release 6.0 are located at The pre-built ISO and Docker images for StarlingX release 6.0 are located at
the `CENGN StarlingX mirror the `StarlingX mirror
<http://mirror.starlingx.cengn.ca/mirror/starlingx/release/6.0.0/centos/flock/outputs/>`_. <https://mirror.starlingx.windriver.com/mirror/starlingx/release/6.0.0/centos/flock/outputs/>`_.
------ ------
Branch Branch

View File

@ -15,11 +15,11 @@ ISO image
--------- ---------
The pre-built ISO (CentOS and Debian) and Docker images for StarlingX release The pre-built ISO (CentOS and Debian) and Docker images for StarlingX release
7.0 are located at the ``CENGN StarlingX mirror`` repos: 7.0 are located at the ``StarlingX mirror`` repos:
- http://mirror.starlingx.cengn.ca/mirror/starlingx/release/7.0.0/centos/flock/outputs/ - https://mirror.starlingx.windriver.com/mirror/starlingx/release/7.0.0/centos/flock/outputs/
- http://mirror.starlingx.cengn.ca/mirror/starlingx/release/7.0.0/debian/monolithic/outputs/ - https://mirror.starlingx.windriver.com/mirror/starlingx/release/7.0.0/debian/monolithic/outputs/
.. note:: .. note::
Debian is a Technology Preview Release and only supports |AIO-SX| in StarlingX Debian is a Technology Preview Release and only supports |AIO-SX| in StarlingX

View File

@ -17,9 +17,9 @@ ISO image
--------- ---------
The pre-built ISO (Debian) for StarlingX Release 8.0 are located at the The pre-built ISO (Debian) for StarlingX Release 8.0 are located at the
``CENGN StarlingX mirror`` repo: ``StarlingX mirror`` repo:
https://mirror.starlingx.cengn.ca/mirror/starlingx/release/8.0.0/debian/monolithic/outputs/iso/ https://mirror.starlingx.windriver.com/mirror/starlingx/release/8.0.0/debian/monolithic/outputs/iso/
------------------------------------- -------------------------------------
Source Code for StarlingX Release 8.0 Source Code for StarlingX Release 8.0

View File

@ -45,7 +45,7 @@ Prepare USB stick with StarlingX Installation ISO
#. Get StarlingX Installation ISO from following location: #. Get StarlingX Installation ISO from following location:
http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_build/outputs/iso/bootimage.iso https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/latest_build/outputs/iso/bootimage.iso
#. Burn the image to a USB stick: #. Burn the image to a USB stick:

View File

@ -45,7 +45,7 @@ Prepare USB stick with StarlingX Installation ISO
#. Get StarlingX Installation ISO from following location: #. Get StarlingX Installation ISO from following location:
http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_build/outputs/iso/bootimage.iso https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/latest_build/outputs/iso/bootimage.iso
#. Burn the image to a USB stick: #. Burn the image to a USB stick:

View File

@ -45,7 +45,7 @@ Prepare USB stick with StarlingX Installation ISO
#. Get StarlingX Installation ISO from following location: #. Get StarlingX Installation ISO from following location:
http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_build/outputs/iso/bootimage.iso https://mirror.starlingx.windriver.com/mirror/starlingx/master/centos/latest_build/outputs/iso/bootimage.iso
#. Burn the image to a USB stick: #. Burn the image to a USB stick: