From c30fa75cde02829913285bfe3e5538529759f350 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Thu, 15 Oct 2015 19:24:58 +0200 Subject: [PATCH] [install] [suse] fix network:time repository URL and GPG details Change-Id: I67692f11a2092153f7b740cbbeff4feb332dea8b Implements: blueprint installguide-liberty --- .../source/ceilometer-controller-install.rst | 14 +++++++------- .../source/environment-dependencies.rst | 11 +++++------ .../source/environment-ntp-controller.rst | 16 ++++++++++++++-- .../source/environment-ntp-other.rst | 16 ++++++++++++++-- 4 files changed, 40 insertions(+), 17 deletions(-) diff --git a/doc/install-guide/source/ceilometer-controller-install.rst b/doc/install-guide/source/ceilometer-controller-install.rst index b2d7c26ab0..266f055caa 100644 --- a/doc/install-guide/source/ceilometer-controller-install.rst +++ b/doc/install-guide/source/ceilometer-controller-install.rst @@ -32,16 +32,16 @@ create a MongoDB database, service credentials, and API endpoint. .. note:: - The packages are signed by GPG key ``562111AC05905EA8``. - You should verify the fingerprint of the imported GPG key before - using it. + The packages are signed by GPG key ``05905EA8``. You should + verify the fingerprint of the imported GPG key before using it. .. code-block:: console - Key Name: server:database OBS Project <server:database@build.opensuse.org> - Key Fingerprint: 116EB86331583E47E63CDF4D562111AC05905EA8 - Key Created: Thu Oct 11 20:08:39 2012 - Key Expires: Sat Dec 20 20:08:39 2014 + Key Name: server:database OBS Project + Key Fingerprint: 116EB863 31583E47 E63CDF4D 562111AC 05905EA8 + Key Created: Mon 08 Dec 2014 09:54:12 AM UTC + Key Expires: Wed 15 Feb 2017 09:54:12 AM UTC + Install the MongoDB package: diff --git a/doc/install-guide/source/environment-dependencies.rst b/doc/install-guide/source/environment-dependencies.rst index 9e72085e33..3c63015142 100644 --- a/doc/install-guide/source/environment-dependencies.rst +++ b/doc/install-guide/source/environment-dependencies.rst @@ -100,16 +100,15 @@ these procedures on all nodes. .. note:: - The packages are signed by GPG key 893A90DAD85F9316. You should + The packages are signed by GPG key ``D85F9316``. You should verify the fingerprint of the imported GPG key before using it. .. code-block:: console - Key ID: 893A90DAD85F9316 - Key Name: Cloud:OpenStack OBS Project - Key Fingerprint: 35B34E18ABC1076D66D5A86B893A90DAD85F9316 - Key Created: Tue Oct 8 13:34:21 2013 - Key Expires: Thu Dec 17 13:34:21 2015 + Key Name: Cloud:OpenStack OBS Project + Key Fingerprint: 35B34E18 ABC1076D 66D5A86B 893A90DA D85F9316 + Key Created: Tue 08 Oct 2013 01:34:21 PM UTC + Key Expires: Thu 17 Dec 2015 01:34:21 PM UTC .. only:: debian diff --git a/doc/install-guide/source/environment-ntp-controller.rst b/doc/install-guide/source/environment-ntp-controller.rst index 6cba9bbe10..9e065630b2 100644 --- a/doc/install-guide/source/environment-ntp-controller.rst +++ b/doc/install-guide/source/environment-ntp-controller.rst @@ -26,7 +26,7 @@ Install the packages: .. code-block:: console - # zypper addrepo -f http://download.opensuse.org/repositories/network:time/openSUSE_13.2/network:time.repo network_time + # zypper addrepo -f obs://network:time/openSUSE_13.2 network_time # zypper refresh # zypper install chrony @@ -34,10 +34,22 @@ Install the packages: .. code-block:: console - # zypper addrepo -f http://download.opensuse.org/repositories/network:time/SLE_12/network:time.repo network_time + # zypper addrepo -f obs://network:time/SLE_12 network_time # zypper refresh # zypper install chrony + .. note:: + + The packages are signed by GPG key ``17280DDF``. You should + verify the fingerprint of the imported GPG key before using it. + + .. code-block:: console + + Key Name: network OBS Project + Key Fingerprint: 0080689B E757A876 CB7DC269 62EB1A09 17280DDF + Key Created: Tue 24 Sep 2013 04:04:12 PM UTC + Key Expires: Thu 03 Dec 2015 04:04:12 PM UTC + By default, the controller node synchronizes the time via a pool of public servers. However, you can optionally configure alternative servers such as those provided by your organization. diff --git a/doc/install-guide/source/environment-ntp-other.rst b/doc/install-guide/source/environment-ntp-other.rst index c93df78ee7..673cfcc6a9 100644 --- a/doc/install-guide/source/environment-ntp-other.rst +++ b/doc/install-guide/source/environment-ntp-other.rst @@ -26,7 +26,7 @@ Install the packages: .. code-block:: console - # zypper addrepo http://download.opensuse.org/repositories/network:time/openSUSE_13.2/network:time.repo + # zypper addrepo -f obs://network:time/openSUSE_13.2 network_time # zypper refresh # zypper install chrony @@ -34,10 +34,22 @@ Install the packages: .. code-block:: console - # zypper addrepo http://download.opensuse.org/repositories/network:time/SLE_12/network:time.repo + # zypper addrepo -f obs://network:time/SLE_12 network_time # zypper refresh # zypper install chrony + .. note:: + + The packages are signed by GPG key ``17280DDF``. You should + verify the fingerprint of the imported GPG key before using it. + + .. code-block:: console + + Key Name: network OBS Project + Key Fingerprint: 0080689B E757A876 CB7DC269 62EB1A09 17280DDF + Key Created: Tue 24 Sep 2013 04:04:12 PM UTC + Key Expires: Thu 03 Dec 2015 04:04:12 PM UTC + Configure the network and compute nodes to reference the controller node.