Updated install guide for Victoria
Updated the install guide for Victoria. NOTE: I did not update environment-packages-obs.rst so OpenSUSE is still Ussuri. Change-Id: I967b2455bbc164b42ce90d7cc607b623d7800c01
This commit is contained in:
parent
b3c61f4c77
commit
93ac3ee647
@ -82,6 +82,13 @@ Enable the OpenStack repository
|
|||||||
repository. For CentOS8, you will also need to enable the PowerTools
|
repository. For CentOS8, you will also need to enable the PowerTools
|
||||||
repository.
|
repository.
|
||||||
|
|
||||||
|
**When installing the Victoria release, run:**
|
||||||
|
|
||||||
|
.. code-block:: console
|
||||||
|
|
||||||
|
# yum install centos-release-openstack-victoria
|
||||||
|
# yum config-manager --set-enabled PowerTools
|
||||||
|
|
||||||
**When installing the Ussuri release, run:**
|
**When installing the Ussuri release, run:**
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
@ -6,6 +6,8 @@ The installation of individual OpenStack services is covered in the
|
|||||||
Project Installation Guides that are available at the following
|
Project Installation Guides that are available at the following
|
||||||
locations:
|
locations:
|
||||||
|
|
||||||
|
* `OpenStack Installation Guides for Victoria
|
||||||
|
<https://docs.openstack.org/victoria/install/>`_
|
||||||
* `OpenStack Installation Guides for Ussuri
|
* `OpenStack Installation Guides for Ussuri
|
||||||
<https://docs.openstack.org/ussuri/install/>`_
|
<https://docs.openstack.org/ussuri/install/>`_
|
||||||
* `OpenStack Installation Guides for Train
|
* `OpenStack Installation Guides for Train
|
||||||
@ -19,6 +21,29 @@ locations:
|
|||||||
* `OpenStack Installation Guides for Pike
|
* `OpenStack Installation Guides for Pike
|
||||||
<https://docs.openstack.org/pike/install/>`_
|
<https://docs.openstack.org/pike/install/>`_
|
||||||
|
|
||||||
|
Minimal deployment for Victoria
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
At a minimum, you need to install the following services. Install the services
|
||||||
|
in the order specified below:
|
||||||
|
|
||||||
|
* Identity service – `keystone installation for Victoria
|
||||||
|
<https://docs.openstack.org/keystone/victoria/install/>`_
|
||||||
|
* Image service – `glance installation for Victoria
|
||||||
|
<https://docs.openstack.org/glance/victoria/install/>`_
|
||||||
|
* Placement service – `placement installation for Victoria
|
||||||
|
<https://docs.openstack.org/placement/victoria/install/>`_
|
||||||
|
* Compute service – `nova installation for Victoria
|
||||||
|
<https://docs.openstack.org/nova/victoria/install/>`_
|
||||||
|
* Networking service – `neutron installation for Victoria
|
||||||
|
<https://docs.openstack.org/neutron/victoria/install/>`_
|
||||||
|
|
||||||
|
We advise to also install the following components after you have installed the
|
||||||
|
minimal deployment services:
|
||||||
|
|
||||||
|
* Dashboard – `horizon installation for Victoria <https://docs.openstack.org/horizon/victoria/install/>`_
|
||||||
|
* Block Storage service – `cinder installation for Victoria <https://docs.openstack.org/cinder/victoria/install/>`_
|
||||||
|
|
||||||
Minimal deployment for Ussuri
|
Minimal deployment for Ussuri
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -33,6 +33,7 @@ following steps toward deployment using a production architecture:
|
|||||||
The OpenStack project has a couple of deployment projects with
|
The OpenStack project has a couple of deployment projects with
|
||||||
specific guides per version:
|
specific guides per version:
|
||||||
|
|
||||||
|
- `Victoria release <https://docs.openstack.org/victoria/deploy/>`_
|
||||||
- `Ussuri release <https://docs.openstack.org/ussuri/deploy/>`_
|
- `Ussuri release <https://docs.openstack.org/ussuri/deploy/>`_
|
||||||
- `Train release <https://docs.openstack.org/train/deploy/>`_
|
- `Train release <https://docs.openstack.org/train/deploy/>`_
|
||||||
- `Stein release <https://docs.openstack.org/stein/deploy/>`_
|
- `Stein release <https://docs.openstack.org/stein/deploy/>`_
|
||||||
|
Loading…
Reference in New Issue
Block a user