diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2019-01-10 15:47:00 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2019-01-12 20:38:12 +0100 |
commit | 630168005568fff7ec59e66527412b05a51a060b (patch) | |
tree | 4ff6537621342d0f4de06bc046d199f69159dd8b /docs | |
parent | 04e17a04227f81fe38dc6e37f9ffe4af5252fea1 (diff) |
[patch] Drop reclass.system patch for repo arch
MCP repos no longer publish arm64 metadata, so drop our patch that
selected arm64 metadata on arm64 systems.
Instead, let it default to 'deb [arch=amd64]', which will allow
arm64 systems to fetch amd64 metadata and inherintely fetch all
arch-independent packages from the same repos.
While at it, switch to 'rocky-armband' repos on arm64 systems.
Change-Id: I07fda895f5162bfa576c62336cbb4d74e985f37a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release/installation/installation.instruction.rst | 8 | ||||
-rw-r--r-- | docs/release/release-notes/release-notes.rst | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/release/installation/installation.instruction.rst b/docs/release/installation/installation.instruction.rst index c17484f3f..b0efd57ab 100644 --- a/docs/release/installation/installation.instruction.rst +++ b/docs/release/installation/installation.instruction.rst @@ -303,7 +303,7 @@ installed on the Jumpserver: .. code-block:: console jenkins@jumpserver:~$ cat /etc/apt/sources.list.d/armband.list - deb http://linux.enea.com/mcp-repos/queens/xenial queens-armband main + deb http://linux.enea.com/mcp-repos/rocky/xenial rocky-armband main jenkins@jumpserver:~$ sudo apt-key adv --keyserver keys.gnupg.net \ --recv 798AB1D1 @@ -1375,7 +1375,7 @@ For more information on the OPNFV ``Gambia`` 7.2 release, please see: #. `OPNFV Documentation`_ #. `OPNFV Software Downloads`_ #. `OPNFV Gambia Wiki Page`_ -#. `OpenStack Queens Release Artifacts`_ +#. `OpenStack Rocky Release Artifacts`_ #. `OpenStack Documentation`_ #. `OpenDaylight Artifacts`_ #. `Mirantis Cloud Platform Documentation`_ @@ -1390,8 +1390,8 @@ For more information on the OPNFV ``Gambia`` 7.2 release, please see: .. _`Mirantis Cloud Platform Documentation`: https://docs.mirantis.com/mcp/latest/ .. _`fuel git repository`: https://git.opnfv.org/fuel .. _`pharos git repo`: https://git.opnfv.org/pharos -.. _`OpenStack Documentation`: https://docs.openstack.org/queens -.. _`OpenStack Queens Release Artifacts`: https://www.openstack.org/software/queens +.. _`OpenStack Documentation`: https://docs.openstack.org/rocky +.. _`OpenStack Rocky Release Artifacts`: https://www.openstack.org/software/rocky .. _`OPNFV Home Page`: https://www.opnfv.org .. _`OPNFV Gambia Wiki Page`: https://wiki.opnfv.org/display/SWREL/Gambia .. _`OPNFV Documentation`: https://docs.opnfv.org diff --git a/docs/release/release-notes/release-notes.rst b/docs/release/release-notes/release-notes.rst index 69e6f81bd..50950c9c9 100644 --- a/docs/release/release-notes/release-notes.rst +++ b/docs/release/release-notes/release-notes.rst @@ -249,8 +249,8 @@ For more information on the OPNFV ``Gambia`` 7.2 release, please see: .. _`MCP`: https://www.mirantis.com/software/mcp/ .. _`Mirantis Cloud Platform Documentation`: https://docs.mirantis.com/mcp/latest/ .. _`fuel git repository`: https://git.opnfv.org/fuel -.. _`OpenStack Documentation`: https://docs.openstack.org/queens -.. _`OpenStack Queens Release Artifacts`: https://www.openstack.org/software/queens +.. _`OpenStack Documentation`: https://docs.openstack.org/rocky +.. _`OpenStack Rocky Release Artifacts`: https://www.openstack.org/software/rocky .. _`OPNFV Home Page`: https://www.opnfv.org .. _`OPNFV Gambia Wiki Page`: https://wiki.opnfv.org/display/SWREL/Gambia .. _`OPNFV Documentation`: https://docs.opnfv.org |