Merge "install-guide: Add 2024.1 and drop old releases"
This commit is contained in:
commit
47d4111701
@ -6,26 +6,35 @@ The installation of individual OpenStack services is covered in the
|
||||
Project Installation Guides that are available at the following
|
||||
locations:
|
||||
|
||||
* `OpenStack Installation Guides for 2024.1 (Caracal)
|
||||
<https://docs.openstack.org/2024.1/install/>`_
|
||||
* `OpenStack Installation Guides for 2023.2 (Bobcat)
|
||||
<https://docs.openstack.org/2023.2/install/>`_
|
||||
* `OpenStack Installation Guides for 2023.1 (Antelope)
|
||||
<https://docs.openstack.org/2023.1/install/>`_
|
||||
* `OpenStack Installation Guides for Zed
|
||||
<https://docs.openstack.org/zed/install/>`_
|
||||
* `OpenStack Installation Guides for Yoga
|
||||
<https://docs.openstack.org/yoga/install/>`_
|
||||
* `OpenStack Installation Guides for Xena
|
||||
<https://docs.openstack.org/xena/install/>`_
|
||||
* `OpenStack Installation Guides for Wallaby
|
||||
<https://docs.openstack.org/wallaby/install/>`_
|
||||
* `OpenStack Installation Guides for Victoria
|
||||
<https://docs.openstack.org/victoria/install/>`_
|
||||
* `OpenStack Installation Guides for Ussuri
|
||||
<https://docs.openstack.org/ussuri/install/>`_
|
||||
* `OpenStack Installation Guides for Train
|
||||
<https://docs.openstack.org/train/install/>`_
|
||||
* `OpenStack Installation Guides for Stein
|
||||
<https://docs.openstack.org/stein/install/>`_
|
||||
|
||||
Minimal deployment for 2024.1 (Caracal)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
At a minimum, you need to install the following services. Install the services
|
||||
in the order specified below:
|
||||
|
||||
* Identity service – `keystone installation for 2024.1 (Caracal)
|
||||
<https://docs.openstack.org/keystone/2024.1/install/>`_
|
||||
* Image service – `glance installation for 2024.1 (Caracal)
|
||||
<https://docs.openstack.org/glance/2024.1/install/>`_
|
||||
* Placement service – `placement installation for 2024.1 (Caracal)
|
||||
<https://docs.openstack.org/placement/2024.1/install/>`_
|
||||
* Compute service – `nova installation for 2024.1 (Caracal)
|
||||
<https://docs.openstack.org/nova/2024.1/install/>`_
|
||||
* Networking service – `neutron installation for 2024.1 (Caracal)
|
||||
<https://docs.openstack.org/neutron/2024.1/install/>`_
|
||||
|
||||
We advise to also install the following components after you have installed the
|
||||
minimal deployment services:
|
||||
|
||||
* Dashboard – `horizon installation for 2024.1 (Caracal) <https://docs.openstack.org/horizon/2024.1/install/>`_
|
||||
* Block Storage service – `cinder installation for 2024.1 (Caracal) <https://docs.openstack.org/cinder/2024.1/install/>`_
|
||||
|
||||
Minimal deployment for 2023.2 (Bobcat)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
@ -72,188 +81,3 @@ minimal deployment services:
|
||||
|
||||
* Dashboard – `horizon installation for 2023.1 (Antelope) <https://docs.openstack.org/horizon/2023.1/install/>`_
|
||||
* Block Storage service – `cinder installation for 2023.1 (Antelope) <https://docs.openstack.org/cinder/2023.1/install/>`_
|
||||
|
||||
Minimal deployment for Zed
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
At a minimum, you need to install the following services. Install the services
|
||||
in the order specified below:
|
||||
|
||||
* Identity service – `keystone installation for Zed
|
||||
<https://docs.openstack.org/keystone/zed/install/>`_
|
||||
* Image service – `glance installation for Zed
|
||||
<https://docs.openstack.org/glance/zed/install/>`_
|
||||
* Placement service – `placement installation for Zed
|
||||
<https://docs.openstack.org/placement/zed/install/>`_
|
||||
* Compute service – `nova installation for Zed
|
||||
<https://docs.openstack.org/nova/zed/install/>`_
|
||||
* Networking service – `neutron installation for Zed
|
||||
<https://docs.openstack.org/neutron/zed/install/>`_
|
||||
|
||||
We advise to also install the following components after you have installed the
|
||||
minimal deployment services:
|
||||
|
||||
* Dashboard – `horizon installation for Zed <https://docs.openstack.org/horizon/zed/install/>`_
|
||||
* Block Storage service – `cinder installation for Zed <https://docs.openstack.org/cinder/zed/install/>`_
|
||||
|
||||
Minimal deployment for Yoga
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
At a minimum, you need to install the following services. Install the services
|
||||
in the order specified below:
|
||||
|
||||
* Identity service – `keystone installation for Yoga
|
||||
<https://docs.openstack.org/keystone/yoga/install/>`_
|
||||
* Image service – `glance installation for Yoga
|
||||
<https://docs.openstack.org/glance/yoga/install/>`_
|
||||
* Placement service – `placement installation for Yoga
|
||||
<https://docs.openstack.org/placement/yoga/install/>`_
|
||||
* Compute service – `nova installation for Yoga
|
||||
<https://docs.openstack.org/nova/yoga/install/>`_
|
||||
* Networking service – `neutron installation for Yoga
|
||||
<https://docs.openstack.org/neutron/yoga/install/>`_
|
||||
|
||||
We advise to also install the following components after you have installed the
|
||||
minimal deployment services:
|
||||
|
||||
* Dashboard – `horizon installation for Yoga <https://docs.openstack.org/horizon/yoga/install/>`_
|
||||
* Block Storage service – `cinder installation for Yoga <https://docs.openstack.org/cinder/yoga/install/>`_
|
||||
|
||||
Minimal deployment for Xena
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
At a minimum, you need to install the following services. Install the services
|
||||
in the order specified below:
|
||||
|
||||
* Identity service – `keystone installation for Xena
|
||||
<https://docs.openstack.org/keystone/xena/install/>`_
|
||||
* Image service – `glance installation for Xena
|
||||
<https://docs.openstack.org/glance/xena/install/>`_
|
||||
* Placement service – `placement installation for Xena
|
||||
<https://docs.openstack.org/placement/xena/install/>`_
|
||||
* Compute service – `nova installation for Xena
|
||||
<https://docs.openstack.org/nova/xena/install/>`_
|
||||
* Networking service – `neutron installation for Xena
|
||||
<https://docs.openstack.org/neutron/xena/install/>`_
|
||||
|
||||
We advise to also install the following components after you have installed the
|
||||
minimal deployment services:
|
||||
|
||||
* Dashboard – `horizon installation for Xena <https://docs.openstack.org/horizon/xena/install/>`_
|
||||
* Block Storage service – `cinder installation for Xena <https://docs.openstack.org/cinder/xena/install/>`_
|
||||
|
||||
Minimal deployment for Wallaby
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
At a minimum, you need to install the following services. Install the services
|
||||
in the order specified below:
|
||||
|
||||
* Identity service – `keystone installation for Wallaby
|
||||
<https://docs.openstack.org/keystone/wallaby/install/>`_
|
||||
* Image service – `glance installation for Wallaby
|
||||
<https://docs.openstack.org/glance/wallaby/install/>`_
|
||||
* Placement service – `placement installation for Wallaby
|
||||
<https://docs.openstack.org/placement/wallaby/install/>`_
|
||||
* Compute service – `nova installation for Wallaby
|
||||
<https://docs.openstack.org/nova/wallaby/install/>`_
|
||||
* Networking service – `neutron installation for Wallaby
|
||||
<https://docs.openstack.org/neutron/wallaby/install/>`_
|
||||
|
||||
We advise to also install the following components after you have installed the
|
||||
minimal deployment services:
|
||||
|
||||
* Dashboard – `horizon installation for Wallaby <https://docs.openstack.org/horizon/wallaby/install/>`_
|
||||
* Block Storage service – `cinder installation for Wallaby <https://docs.openstack.org/cinder/wallaby/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
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
At a minimum, you need to install the following services. Install the services
|
||||
in the order specified below:
|
||||
|
||||
* Identity service – `keystone installation for Ussuri
|
||||
<https://docs.openstack.org/keystone/ussuri/install/>`_
|
||||
* Image service – `glance installation for Ussuri
|
||||
<https://docs.openstack.org/glance/ussuri/install/>`_
|
||||
* Placement service – `placement installation for Ussuri
|
||||
<https://docs.openstack.org/placement/ussuri/install/>`_
|
||||
* Compute service – `nova installation for Ussuri
|
||||
<https://docs.openstack.org/nova/ussuri/install/>`_
|
||||
* Networking service – `neutron installation for Ussuri
|
||||
<https://docs.openstack.org/neutron/ussuri/install/>`_
|
||||
|
||||
We advise to also install the following components after you have installed the
|
||||
minimal deployment services:
|
||||
|
||||
* Dashboard – `horizon installation for Ussuri <https://docs.openstack.org/horizon/ussuri/install/>`_
|
||||
* Block Storage service – `cinder installation for Ussuri <https://docs.openstack.org/cinder/ussuri/install/>`_
|
||||
|
||||
Minimal deployment for Train
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
At a minimum, you need to install the following services. Install the services
|
||||
in the order specified below:
|
||||
|
||||
* Identity service – `keystone installation for Train
|
||||
<https://docs.openstack.org/keystone/train/install/>`_
|
||||
* Image service – `glance installation for Train
|
||||
<https://docs.openstack.org/glance/train/install/>`_
|
||||
* Placement service – `placement installation for Train
|
||||
<https://docs.openstack.org/placement/train/install/>`_
|
||||
* Compute service – `nova installation for Train
|
||||
<https://docs.openstack.org/nova/train/install/>`_
|
||||
* Networking service – `neutron installation for Train
|
||||
<https://docs.openstack.org/neutron/train/install/>`_
|
||||
|
||||
We advise to also install the following components after you have installed the
|
||||
minimal deployment services:
|
||||
|
||||
* Dashboard – `horizon installation for Train <https://docs.openstack.org/horizon/train/install/>`_
|
||||
* Block Storage service – `cinder installation for Train <https://docs.openstack.org/cinder/train/install/>`_
|
||||
|
||||
Minimal deployment for Stein
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
At a minimum, you need to install the following services. Install the services
|
||||
in the order specified below:
|
||||
|
||||
* Identity service – `keystone installation for Stein
|
||||
<https://docs.openstack.org/keystone/stein/install/>`_
|
||||
* Image service – `glance installation for Stein
|
||||
<https://docs.openstack.org/glance/stein/install/>`_
|
||||
* Placement service – `placement installation for Stein
|
||||
<https://docs.openstack.org/placement/stein/install/>`_
|
||||
* Compute service – `nova installation for Stein
|
||||
<https://docs.openstack.org/nova/stein/install/>`_
|
||||
* Networking service – `neutron installation for Stein
|
||||
<https://docs.openstack.org/neutron/stein/install/>`_
|
||||
|
||||
We advise to also install the following components after you have installed the
|
||||
minimal deployment services:
|
||||
|
||||
* Dashboard – `horizon installation for Stein <https://docs.openstack.org/horizon/stein/install/>`_
|
||||
* Block Storage service – `cinder installation for Stein <https://docs.openstack.org/cinder/stein/install/>`_
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user