[install] use https instead of http for docs.o.o
Change-Id: Id1890a5b17ab31ea898677264de44e37a4da6a2f backport: newton
This commit is contained in:
parent
84a6622b46
commit
7a3e88d964
@ -3,7 +3,7 @@ name = openstackinstallguide
|
||||
summary = OpenStack Installation Guides
|
||||
author = OpenStack
|
||||
author-email = openstack-docs@lists.openstack.org
|
||||
home-page = http://docs.openstack.org/
|
||||
home-page = https://docs.openstack.org/
|
||||
classifier =
|
||||
Environment :: OpenStack
|
||||
Intended Audience :: Information Technology
|
||||
|
@ -15,7 +15,7 @@ support to manage and provision physical machines.
|
||||
|
||||
Installation and configuration is documented in the
|
||||
`Bare Metal installation guide
|
||||
<http://docs.openstack.org/project-install-guide/baremetal/draft/>`_.
|
||||
<https://docs.openstack.org/project-install-guide/baremetal/draft/>`_.
|
||||
|
||||
Container Infrastructure Management service (magnum)
|
||||
====================================================
|
||||
@ -26,7 +26,7 @@ Kubernetes and Mesos available as first class resources in OpenStack.
|
||||
|
||||
Installation and configuration is documented in the
|
||||
`Container Infrastructure Management installation guide
|
||||
<http://docs.openstack.org/project-install-guide/container-infrastructure-management/draft/>`_.
|
||||
<https://docs.openstack.org/project-install-guide/container-infrastructure-management/draft/>`_.
|
||||
|
||||
Database service (trove)
|
||||
========================
|
||||
@ -36,7 +36,7 @@ database engines.
|
||||
|
||||
Installation and configuration is documented in the
|
||||
`Database installation guide
|
||||
<http://docs.openstack.org/project-install-guide/database/draft/>`_.
|
||||
<https://docs.openstack.org/project-install-guide/database/draft/>`_.
|
||||
|
||||
Key Manager service (barbican)
|
||||
==============================
|
||||
@ -46,7 +46,7 @@ of secret data such as passphrases, encryption keys, and X.509 certificates.
|
||||
|
||||
Installation and configuration is documented in the
|
||||
`Key Manager installation guide
|
||||
<http://docs.openstack.org/project-install-guide/key-manager/draft/>`_.
|
||||
<https://docs.openstack.org/project-install-guide/key-manager/draft/>`_.
|
||||
|
||||
Messaging service (zaqar)
|
||||
=========================
|
||||
@ -57,7 +57,7 @@ requiring each component to be always available.
|
||||
|
||||
Installation and configuration is documented in the
|
||||
`Messaging installation guide
|
||||
<http://docs.openstack.org/project-install-guide/messaging/draft/>`_.
|
||||
<https://docs.openstack.org/project-install-guide/messaging/draft/>`_.
|
||||
|
||||
Object Storage services (swift)
|
||||
===============================
|
||||
@ -67,19 +67,19 @@ retrieval through a REST API.
|
||||
|
||||
Installation and configuration is documented in the
|
||||
`Object Storage installation guide
|
||||
<http://docs.openstack.org/project-install-guide/object-storage/draft/>`_.
|
||||
<https://docs.openstack.org/project-install-guide/object-storage/draft/>`_.
|
||||
|
||||
Orchestration service (heat)
|
||||
============================
|
||||
|
||||
The Orchestration service (heat) uses a
|
||||
`Heat Orchestration Template (HOT)
|
||||
<http://docs.openstack.org/developer/heat/template_guide/hot_guide.html>`_
|
||||
<https://docs.openstack.org/developer/heat/template_guide/hot_guide.html>`_
|
||||
to create and manage cloud resources.
|
||||
|
||||
Installation and configuration is documented in the
|
||||
`Orchestration installation guide
|
||||
<http://docs.openstack.org/project-install-guide/orchestration/draft/>`_.
|
||||
<https://docs.openstack.org/project-install-guide/orchestration/draft/>`_.
|
||||
|
||||
Shared File Systems service (manila)
|
||||
====================================
|
||||
@ -89,7 +89,7 @@ or distributed file systems.
|
||||
|
||||
Installation and configuration is documented in the
|
||||
`Shared File Systems installation guide
|
||||
<http://docs.openstack.org/project-install-guide/shared-file-systems/draft/>`_.
|
||||
<https://docs.openstack.org/project-install-guide/shared-file-systems/draft/>`_.
|
||||
|
||||
Telemetry Alarming services (aodh)
|
||||
==================================
|
||||
@ -99,7 +99,7 @@ event data break the defined rules.
|
||||
|
||||
Installation and configuration is documented in the
|
||||
`Telemetry Alarming installation guide
|
||||
<http://docs.openstack.org/project-install-guide/telemetry-alarming/draft/>`_.
|
||||
<https://docs.openstack.org/project-install-guide/telemetry-alarming/draft/>`_.
|
||||
|
||||
Telemetry Data Collection service (ceilometer)
|
||||
==============================================
|
||||
@ -114,4 +114,4 @@ The Telemetry Data Collection services provide the following functions:
|
||||
|
||||
Installation and configuration is documented in the
|
||||
`Telemetry Data Collection installation guide
|
||||
<http://docs.openstack.org/project-install-guide/telemetry/draft/>`_.
|
||||
<https://docs.openstack.org/project-install-guide/telemetry/draft/>`_.
|
||||
|
@ -8,7 +8,7 @@ Install and configure the backup service
|
||||
Optionally, install and configure the backup service. For simplicity,
|
||||
this configuration uses the Block Storage node and the Object Storage
|
||||
(swift) driver, thus depending on the
|
||||
`Object Storage service <http://docs.openstack.org/project-install-guide/newton/object-storage>`_.
|
||||
`Object Storage service <https://docs.openstack.org/project-install-guide/newton/object-storage>`_.
|
||||
|
||||
.. note::
|
||||
|
||||
|
@ -23,4 +23,4 @@ nodes. Depending upon the drivers used, the volume service can run
|
||||
on controller nodes, compute nodes, or standalone storage nodes.
|
||||
|
||||
For more information, see the
|
||||
`Configuration Reference <http://docs.openstack.org/newton/config-reference/block-storage/volume-drivers.html>`_.
|
||||
`Configuration Reference <https://docs.openstack.org/newton/config-reference/block-storage/volume-drivers.html>`_.
|
||||
|
@ -86,7 +86,7 @@ among the nodes before proceeding further.
|
||||
default. During the installation process, certain steps will
|
||||
fail unless you alter or disable the firewall. For more
|
||||
information about securing your environment, refer to the
|
||||
`OpenStack Security Guide <http://docs.openstack.org/sec/>`__.
|
||||
`OpenStack Security Guide <https://docs.openstack.org/sec/>`__.
|
||||
|
||||
.. endonly
|
||||
|
||||
@ -95,6 +95,6 @@ among the nodes before proceeding further.
|
||||
Your distribution does not enable a restrictive :term:`firewall`
|
||||
by default. For more information about securing your environment,
|
||||
refer to the
|
||||
`OpenStack Security Guide <http://docs.openstack.org/sec/>`__.
|
||||
`OpenStack Security Guide <https://docs.openstack.org/sec/>`__.
|
||||
|
||||
.. endonly
|
||||
|
@ -115,7 +115,7 @@ the controller node.
|
||||
default. During the installation process, certain steps will
|
||||
fail unless you alter or disable the firewall. For more
|
||||
information about securing your environment, refer to the
|
||||
`OpenStack Security Guide <http://docs.openstack.org/sec/>`__.
|
||||
`OpenStack Security Guide <https://docs.openstack.org/sec/>`__.
|
||||
|
||||
.. endonly
|
||||
|
||||
@ -124,7 +124,7 @@ the controller node.
|
||||
Your distribution does not enable a restrictive :term:`firewall`
|
||||
by default. For more information about securing your environment,
|
||||
refer to the
|
||||
`OpenStack Security Guide <http://docs.openstack.org/sec/>`__.
|
||||
`OpenStack Security Guide <https://docs.openstack.org/sec/>`__.
|
||||
|
||||
.. endonly
|
||||
|
||||
|
@ -64,7 +64,7 @@ during installation and operation. In some cases, services perform
|
||||
modifications to the host that can interfere with deployment automation
|
||||
tools such as Ansible, Chef, and Puppet. For example, some OpenStack
|
||||
services add a root wrapper to ``sudo`` that can interfere with security
|
||||
policies. See the `OpenStack Administrator Guide <http://docs.openstack.org/
|
||||
policies. See the `OpenStack Administrator Guide <https://docs.openstack.org/
|
||||
admin-guide/compute-root-wrap-reference.html>`__
|
||||
for more information.
|
||||
|
||||
|
@ -11,7 +11,7 @@ Although most environments include Identity, Image service, Compute, at least
|
||||
one networking service, and the Dashboard, the Object Storage service can
|
||||
operate independently. If your use case only involves Object Storage, you can
|
||||
skip to `Object Storage Installation Guide
|
||||
<http://docs.openstack.org/project-install-guide/object-storage/draft/>`_
|
||||
<https://docs.openstack.org/project-install-guide/object-storage/draft/>`_
|
||||
after configuring the appropriate nodes for it.
|
||||
|
||||
You must use an account with administrative privileges to configure each node.
|
||||
@ -71,7 +71,7 @@ of nested VMs.
|
||||
interface.
|
||||
|
||||
For more information about system requirements, see the `OpenStack
|
||||
Operations Guide <http://docs.openstack.org/ops/>`_.
|
||||
Operations Guide <https://docs.openstack.org/ops/>`_.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
@ -7,10 +7,10 @@ Linux image that helps you test your OpenStack deployment.
|
||||
|
||||
For more information about how to download and build images, see
|
||||
`OpenStack Virtual Machine Image Guide
|
||||
<http://docs.openstack.org/image-guide/>`__.
|
||||
<https://docs.openstack.org/image-guide/>`__.
|
||||
For information about how to manage images, see the
|
||||
`OpenStack End User Guide
|
||||
<http://docs.openstack.org/user-guide/common/cli-manage-images.html>`__.
|
||||
<https://docs.openstack.org/user-guide/common/cli-manage-images.html>`__.
|
||||
|
||||
.. note::
|
||||
|
||||
@ -75,12 +75,12 @@ For information about how to manage images, see the
|
||||
|
||||
For information about the :command:`openstack image create` parameters,
|
||||
see `Create or update an image (glance)
|
||||
<http://docs.openstack.org/user-guide/common/cli-manage-images.html#create-or-update-an-image-glance>`__
|
||||
<https://docs.openstack.org/user-guide/common/cli-manage-images.html#create-or-update-an-image-glance>`__
|
||||
in the ``OpenStack User Guide``.
|
||||
|
||||
For information about disk and container formats for images, see
|
||||
`Disk and container formats for images
|
||||
<http://docs.openstack.org/image-guide/image-formats.html>`__
|
||||
<https://docs.openstack.org/image-guide/image-formats.html>`__
|
||||
in the ``OpenStack Virtual Machine Image Guide``.
|
||||
|
||||
.. note::
|
||||
|
@ -15,11 +15,11 @@ complete the following tasks:
|
||||
|
||||
* Customize your dashboard. See section
|
||||
`Customize and configure the Dashboard
|
||||
<http://docs.openstack.org/admin-guide/dashboard-customize-configure.html>`__.
|
||||
<https://docs.openstack.org/admin-guide/dashboard-customize-configure.html>`__.
|
||||
|
||||
* Set up session storage. See
|
||||
`Set up session storage for the dashboard
|
||||
<http://docs.openstack.org/admin-guide/dashboard-sessions.html>`__.
|
||||
<https://docs.openstack.org/admin-guide/dashboard-sessions.html>`__.
|
||||
|
||||
* To use the VNC client with the dashboard, the browser
|
||||
must support HTML5 Canvas and HTML5 WebSockets.
|
||||
|
@ -7,7 +7,7 @@ command options to interact with the Identity service via the
|
||||
OpenStack supports simple client environment scripts also known as
|
||||
OpenRC files. These scripts typically contain common options for
|
||||
all clients, but also support unique options. For more information, see the
|
||||
`OpenStack End User Guide <http://docs.openstack.org/user-guide/common/
|
||||
`OpenStack End User Guide <https://docs.openstack.org/user-guide/common/
|
||||
cli_set_environment_variables_using_openstack_rc.html>`__.
|
||||
|
||||
Creating the scripts
|
||||
|
@ -139,7 +139,7 @@ Attach the volume to an instance
|
||||
|
||||
For more information about how to manage volumes, see the
|
||||
`Manage volumes
|
||||
<http://docs.openstack.org/user-guide/common/cli-manage-volumes.html>`__
|
||||
<https://docs.openstack.org/user-guide/common/cli-manage-volumes.html>`__
|
||||
in OpenStack End User Guide.
|
||||
|
||||
Return to :ref:`launch-instance`.
|
||||
|
@ -268,7 +268,7 @@ Access the instance remotely
|
||||
|
||||
If your instance does not launch or seem to work as you expect, see the
|
||||
`Instance Boot Failures
|
||||
<http://docs.openstack.org/ops-guide/ops-maintenance-compute.html#instances>`__
|
||||
<https://docs.openstack.org/ops-guide/ops-maintenance-compute.html#instances>`__
|
||||
section in OpenStack Operations Guide for more information or use one of
|
||||
the :doc:`many other options <common/app-support>`
|
||||
to seek assistance. We want your first installation to work!
|
||||
|
@ -309,7 +309,7 @@ Access the instance remotely
|
||||
|
||||
If your instance does not launch or seem to work as you expect, see the
|
||||
`Instance Boot Failures
|
||||
<http://docs.openstack.org/ops-guide/ops-maintenance-compute.html#instances>`__
|
||||
<https://docs.openstack.org/ops-guide/ops-maintenance-compute.html#instances>`__
|
||||
section in OpenStack Operations Guide for more information or use one of
|
||||
the :doc:`many other options <common/app-support>`
|
||||
to seek assistance. We want your first installation to work!
|
||||
|
@ -14,10 +14,10 @@ tools on the controller node. However, you can follow the instructions
|
||||
on any host that the tools are installed.
|
||||
For more information on the CLI tools, see the
|
||||
`OpenStack End User Guide
|
||||
<http://docs.openstack.org/user-guide/cli-launch-instances.html>`__.
|
||||
<https://docs.openstack.org/user-guide/cli-launch-instances.html>`__.
|
||||
To use the dashboard, see the
|
||||
`OpenStack End User Guide
|
||||
<http://docs.openstack.org/user-guide/dashboard.html>`__.
|
||||
<https://docs.openstack.org/user-guide/dashboard.html>`__.
|
||||
|
||||
.. _launch-instance-networks:
|
||||
|
||||
@ -220,7 +220,7 @@ If your environment includes the Orchestration service, you can create
|
||||
a stack that launches an instance.
|
||||
|
||||
For more information, see the
|
||||
`Orchestration installation guide <http://docs.openstack.org/project-install-guide/orchestration/newton/launch-instance.html>`_.
|
||||
`Orchestration installation guide <https://docs.openstack.org/project-install-guide/orchestration/newton/launch-instance.html>`_.
|
||||
|
||||
Shared File Systems
|
||||
-------------------
|
||||
@ -230,4 +230,4 @@ a share and mount it in an instance.
|
||||
|
||||
For more information, see the
|
||||
`Shared File Systems installation guide
|
||||
<http://docs.openstack.org/project-install-guide/shared-file-systems/newton>`_.
|
||||
<https://docs.openstack.org/project-install-guide/shared-file-systems/newton>`_.
|
||||
|
@ -20,4 +20,4 @@ service (neutron) using the :ref:`provider networks <network1>` or
|
||||
|
||||
For more information about the Networking service including virtual
|
||||
networking components, layout, and traffic flows, see the
|
||||
`OpenStack Networking Guide <http://docs.openstack.org/newton/networking-guide/>`__.
|
||||
`OpenStack Networking Guide <https://docs.openstack.org/newton/networking-guide/>`__.
|
||||
|
@ -48,9 +48,9 @@ follows:
|
||||
network instead of a dedicated network.
|
||||
|
||||
For more information on production architectures, see the
|
||||
`Architecture Design Guide <http://docs.openstack.org/arch-design/>`__,
|
||||
`OpenStack Operations Guide <http://docs.openstack.org/ops/>`__, and
|
||||
`OpenStack Networking Guide <http://docs.openstack.org/newton/networking-guide/>`__.
|
||||
`Architecture Design Guide <https://docs.openstack.org/arch-design/>`__,
|
||||
`OpenStack Operations Guide <https://docs.openstack.org/ops/>`__, and
|
||||
`OpenStack Networking Guide <https://docs.openstack.org/newton/networking-guide/>`__.
|
||||
|
||||
.. _figure-hwreqs:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user