Unique index names (install)
Make install/deploy index names unique. Implemented patcheset 1 review comment. Signed-off-by: Ron Stone <ronald.stone@windriver.com> Change-Id: Idec2a9f701242f33c0e84048e109c49a5adee3ad
This commit is contained in:
parent
0b803bfad1
commit
3655cb3a44
@ -4,4 +4,4 @@ For instructions on how to access StarlingX Kubernetes see
|
|||||||
:ref:`kubernetes_access`.
|
:ref:`kubernetes_access`.
|
||||||
|
|
||||||
For instructions on how to install and access StarlingX OpenStack see
|
For instructions on how to install and access StarlingX OpenStack see
|
||||||
:doc:`/deploy_install_guides/r6_release/openstack/index`.
|
:ref:`index-install-r6-os-adc44604968c`.
|
@ -4,4 +4,4 @@ For instructions on how to access StarlingX Kubernetes see
|
|||||||
:ref:`kubernetes_access`.
|
:ref:`kubernetes_access`.
|
||||||
|
|
||||||
For instructions on how to install and access StarlingX OpenStack see
|
For instructions on how to install and access StarlingX OpenStack see
|
||||||
:doc:`/deploy_install_guides/r5_release/openstack/index`.
|
:ref:`index-install-r5-os-bf0f49699241`.
|
@ -81,7 +81,7 @@ Documentation for StarlingX is organized into the following sections:
|
|||||||
:doc:`/introduction/index`
|
:doc:`/introduction/index`
|
||||||
Overview of the StarlingX project.
|
Overview of the StarlingX project.
|
||||||
|
|
||||||
:doc:`/deploy_install_guides/index`
|
:doc:`/deploy_install_guides/index-install-e083ca818006`
|
||||||
Release-specific installation and deployment guides.
|
Release-specific installation and deployment guides.
|
||||||
|
|
||||||
:doc:`/archive/configuration/index`
|
:doc:`/archive/configuration/index`
|
||||||
|
161
doc/source/deploy_install_guides/index.rst → doc/source/deploy_install_guides/index-install-e083ca818006.rst
Executable file → Normal file
161
doc/source/deploy_install_guides/index.rst → doc/source/deploy_install_guides/index-install-e083ca818006.rst
Executable file → Normal file
@ -1,79 +1,82 @@
|
|||||||
===================
|
.. _index-install-e083ca818006:
|
||||||
Installation Guides
|
|
||||||
===================
|
===================
|
||||||
|
Installation Guides
|
||||||
Installation and deployment guides for StarlingX are release-specific.
|
===================
|
||||||
Each guide provides instruction on a specific StarlingX configuration
|
|
||||||
(e.g. All-in-one Simplex).
|
Installation and deployment guides for StarlingX are release-specific.
|
||||||
|
Each guide provides instruction on a specific StarlingX configuration
|
||||||
-------------------------
|
(e.g. All-in-one Simplex).
|
||||||
Upcoming release (latest)
|
|
||||||
-------------------------
|
-------------------------
|
||||||
|
Upcoming release (latest)
|
||||||
StarlingX R6.0 is under development.
|
-------------------------
|
||||||
|
|
||||||
.. toctree::
|
StarlingX R6.0 is under development.
|
||||||
:maxdepth: 1
|
|
||||||
|
.. toctree::
|
||||||
r6_release/index
|
:maxdepth: 1
|
||||||
|
|
||||||
|
r6_release/index-install-r6-8966076f0e81
|
||||||
-----------------
|
|
||||||
Supported release
|
|
||||||
-----------------
|
-----------------
|
||||||
|
Supported release
|
||||||
StarlingX R5.0.1 is the most recent supported release of StarlingX.
|
-----------------
|
||||||
|
|
||||||
Use the R5.0 Installation Guides to install R5.0.1.
|
StarlingX R5.0.1 is the most recent supported release of StarlingX.
|
||||||
|
|
||||||
.. toctree::
|
Use the R5.0 Installation Guides to install R5.0.1.
|
||||||
:maxdepth: 1
|
|
||||||
|
.. toctree::
|
||||||
r5_release/index
|
:maxdepth: 1
|
||||||
|
|
||||||
|
r5_release/index-install-r5-ca4053cb3ab9
|
||||||
-----------------
|
|
||||||
Archived releases
|
|
||||||
-----------------
|
-----------------
|
||||||
|
Archived releases
|
||||||
To view the archived installation guides, see `Installation guides for R5.0 and
|
-----------------
|
||||||
older releases <https://docs.starlingx.io/r/stx.5.0/deploy_install_guides/index.html>`_.
|
|
||||||
|
To view the archived installation guides, see `Installation guides for R5.0 and
|
||||||
|
older releases <https://docs.starlingx.io/r/stx.5.0/deploy_install_guides/index.html>`_.
|
||||||
|
|
||||||
|
|
||||||
.. Add common files to toctree
|
|
||||||
|
|
||||||
.. toctree::
|
.. Add common files to toctree
|
||||||
:maxdepth: 1
|
|
||||||
:hidden:
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
bootable_usb
|
:hidden:
|
||||||
nvme_config
|
|
||||||
|
bootable_usb
|
||||||
.. Docs note: Starting with R5 (May 2021), team agreed that the latest/working
|
nvme_config
|
||||||
branch will include the current & supported install guides only. The archived
|
|
||||||
releases will only be available in a release-specific branch. The
|
.. Docs note: Starting with R5 (May 2021), team agreed that the latest/working
|
||||||
instructions below are modified to reflect this change.
|
branch will include the current & supported install guides only. The archived
|
||||||
|
releases will only be available in a release-specific branch. The
|
||||||
.. Making a new release
|
instructions below are modified to reflect this change.
|
||||||
.. 1. Copy the previous 'upcoming' release to the 'supported' release section.
|
|
||||||
Copy the old 'supported' folder to the release-specific branch.
|
.. Making a new release
|
||||||
Copy the toctree link into the Supported section of install landing page.
|
.. 1. Copy the previous 'upcoming' release to the 'supported' release section.
|
||||||
Update intro text for the Supported release section to use the
|
Copy the old 'supported' folder to the release-specific branch.
|
||||||
latest version.
|
Copy the toctree link into the Supported section of install landing page.
|
||||||
.. 2. Add new 'upcoming' release, aka 'Latest' on the version button.
|
Update intro text for the Supported release section to use the
|
||||||
If new upcoming release docs aren't ready, remove toctree from Upcoming
|
latest version.
|
||||||
section and just leave intro text. Update text for the upcoming
|
.. 2. Add new 'upcoming' release, aka 'Latest' on the version button.
|
||||||
release version. Once the new upcoming docs are ready, add them in the
|
If new upcoming release docs aren't ready, remove toctree from Upcoming
|
||||||
toctree here.
|
section and just leave intro text. Update text for the upcoming
|
||||||
|
release version. Once the new upcoming docs are ready, add them in the
|
||||||
.. Adding new release docs
|
toctree here.
|
||||||
.. 1. Make sure the most recent release versioned docs are complete for that
|
|
||||||
release.
|
.. Adding new release docs
|
||||||
.. 2. Make a copy of the most recent release folder e.g. 'r6_release.' Rename
|
.. 1. Make sure the most recent release versioned docs are complete for that
|
||||||
the folder for the new release e.g. 'r7_release'.
|
release.
|
||||||
.. 3. Search and replace all references to previous release number with the new
|
.. 2. Make a copy of the most recent release folder e.g. 'r6_release.' Rename
|
||||||
release number. For example replace all 'R6.0' with 'R7.0.' Also search
|
the folder for the new release e.g. 'r7_release'.
|
||||||
and replace any links that may have a specific release number in the path.
|
.. 3. Search and replace all references to previous release number with the new
|
||||||
.. 4. Link new version on this page (the index page).
|
release number. For example replace all 'R6.0' with 'R7.0.' Also search
|
||||||
|
and replace any links that may have a specific release number in the path.
|
||||||
|
.. 4. Link new version on this page (the index page).
|
||||||
|
|
@ -1,3 +1,5 @@
|
|||||||
|
.. _index-install-r5-distcloud-8164d5952ac5:
|
||||||
|
|
||||||
===================================
|
===================================
|
||||||
Distributed Cloud Installation R5.0
|
Distributed Cloud Installation R5.0
|
||||||
===================================
|
===================================
|
||||||
@ -156,17 +158,20 @@ Install a subcloud
|
|||||||
|
|
||||||
At the subcloud location:
|
At the subcloud location:
|
||||||
|
|
||||||
1. Physically install and cable all subcloud servers.
|
#. Physically install and cable all subcloud servers.
|
||||||
2. Physically install the top of rack switch and configure it for the
|
|
||||||
|
#. Physically install the top of rack switch and configure it for the
|
||||||
required networks.
|
required networks.
|
||||||
3. Physically install the gateway routers which will provide IP routing
|
|
||||||
between the subcloud OAM and Management subnets and the SystemController
|
#. Physically install the gateway routers which will provide IP routing
|
||||||
OAM and management subnets.
|
between the subcloud |OAM| and Management subnets and the SystemController
|
||||||
4. On the server designated for controller-0, install the StarlingX
|
|OAM| and management subnets.
|
||||||
|
|
||||||
|
#. On the server designated for controller-0, install the StarlingX
|
||||||
Kubernetes software from USB or a PXE Boot server.
|
Kubernetes software from USB or a PXE Boot server.
|
||||||
|
|
||||||
5. Establish an L3 connection to the SystemController by enabling the OAM
|
#. Establish an L3 connection to the SystemController by enabling the |OAM|
|
||||||
interface (with OAM IP/subnet) on the subcloud controller using the
|
interface (with |OAM| IP/subnet) on the subcloud controller using the
|
||||||
``config_management`` script. This step is for subcloud ansible bootstrap
|
``config_management`` script. This step is for subcloud ansible bootstrap
|
||||||
preparation.
|
preparation.
|
||||||
|
|
||||||
@ -176,15 +181,15 @@ At the subcloud location:
|
|||||||
|
|
||||||
Be prepared to provide the following information:
|
Be prepared to provide the following information:
|
||||||
|
|
||||||
- Subcloud OAM interface name (for example, enp0s3).
|
- Subcloud |OAM| interface name (for example, enp0s3).
|
||||||
- Subcloud OAM interface address, in CIDR format (for example, 10.10.10.12/24).
|
- Subcloud |OAM| interface address, in CIDR format (for example, 10.10.10.12/24).
|
||||||
|
|
||||||
.. note:: This must match the *external_oam_floating_address* supplied in
|
.. note:: This must match the *external_oam_floating_address* supplied in
|
||||||
the subcloud's ansible bootstrap override file.
|
the subcloud's ansible bootstrap override file.
|
||||||
|
|
||||||
- Subcloud gateway address on the OAM network
|
- Subcloud gateway address on the |OAM| network
|
||||||
(for example, 10.10.10.1). A default value is shown.
|
(for example, 10.10.10.1). A default value is shown.
|
||||||
- System Controller OAM subnet (for example, 10,10.10.0/24).
|
- System Controller |OAM| subnet (for example, 10,10.10.0/24).
|
||||||
|
|
||||||
.. note:: To exit without completing the script, use ``CTRL+C``. Allow a few minutes for
|
.. note:: To exit without completing the script, use ``CTRL+C``. Allow a few minutes for
|
||||||
the script to finish.
|
the script to finish.
|
||||||
@ -215,7 +220,7 @@ At the subcloud location:
|
|||||||
|
|
||||||
At the System Controller:
|
At the System Controller:
|
||||||
|
|
||||||
1. Create a ``bootstrap-values.yml`` override file for the subcloud. For
|
#. Create a ``bootstrap-values.yml`` override file for the subcloud. For
|
||||||
example:
|
example:
|
||||||
|
|
||||||
.. code:: yaml
|
.. code:: yaml
|
||||||
@ -244,7 +249,7 @@ At the System Controller:
|
|||||||
.. note:: The `systemcontroller_gateway_address` is the address of central
|
.. note:: The `systemcontroller_gateway_address` is the address of central
|
||||||
cloud management network gateway.
|
cloud management network gateway.
|
||||||
|
|
||||||
2. Add the subcloud using the CLI command below:
|
#. Add the subcloud using the CLI command below:
|
||||||
|
|
||||||
.. code:: sh
|
.. code:: sh
|
||||||
|
|
||||||
@ -265,7 +270,7 @@ At the System Controller:
|
|||||||
|
|
||||||
tail –f /var/log/dcmanager/<subcloud name>_bootstrap_<time stamp>.log
|
tail –f /var/log/dcmanager/<subcloud name>_bootstrap_<time stamp>.log
|
||||||
|
|
||||||
3. Confirm that the subcloud was deployed successfully:
|
#. Confirm that the subcloud was deployed successfully:
|
||||||
|
|
||||||
.. code:: sh
|
.. code:: sh
|
||||||
|
|
||||||
@ -277,7 +282,7 @@ At the System Controller:
|
|||||||
| 1 | subcloud1 | unmanaged | offline | complete | unknown |
|
| 1 | subcloud1 | unmanaged | offline | complete | unknown |
|
||||||
+----+-----------+------------+--------------+---------------+---------+
|
+----+-----------+------------+--------------+---------------+---------+
|
||||||
|
|
||||||
4. Continue provisioning the subcloud system as required using the StarlingX
|
#. Continue provisioning the subcloud system as required using the StarlingX
|
||||||
R5.0 Installation procedures and starting from the 'Configure controller-0'
|
R5.0 Installation procedures and starting from the 'Configure controller-0'
|
||||||
step.
|
step.
|
||||||
|
|
@ -1,136 +1,138 @@
|
|||||||
===========================
|
.. _index-install-r5-ca4053cb3ab9:
|
||||||
StarlingX R5.0 Installation
|
|
||||||
===========================
|
===========================
|
||||||
|
StarlingX R5.0 Installation
|
||||||
StarlingX provides a pre-defined set of standard
|
===========================
|
||||||
:doc:`deployment configurations </introduction/deploy_options>`. Most deployment options may
|
|
||||||
be installed in a virtual environment or on bare metal.
|
StarlingX provides a pre-defined set of standard
|
||||||
|
:doc:`deployment configurations </introduction/deploy_options>`. Most deployment options may
|
||||||
-----------------------------------------------------
|
be installed in a virtual environment or on bare metal.
|
||||||
Install StarlingX Kubernetes in a virtual environment
|
|
||||||
-----------------------------------------------------
|
-----------------------------------------------------
|
||||||
|
Install StarlingX Kubernetes in a virtual environment
|
||||||
.. toctree::
|
-----------------------------------------------------
|
||||||
:maxdepth: 1
|
|
||||||
|
.. toctree::
|
||||||
virtual/aio_simplex
|
:maxdepth: 1
|
||||||
virtual/aio_duplex
|
|
||||||
virtual/controller_storage
|
virtual/aio_simplex
|
||||||
virtual/dedicated_storage
|
virtual/aio_duplex
|
||||||
virtual/rook_storage
|
virtual/controller_storage
|
||||||
|
virtual/dedicated_storage
|
||||||
.. toctree::
|
virtual/rook_storage
|
||||||
:hidden:
|
|
||||||
|
.. toctree::
|
||||||
virtual/config_virtualbox_netwk
|
:hidden:
|
||||||
virtual/install_virtualbox
|
|
||||||
|
virtual/config_virtualbox_netwk
|
||||||
------------------------------------------
|
virtual/install_virtualbox
|
||||||
Install StarlingX Kubernetes on bare metal
|
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
|
Install StarlingX Kubernetes on bare metal
|
||||||
.. toctree::
|
------------------------------------------
|
||||||
:maxdepth: 1
|
|
||||||
|
.. toctree::
|
||||||
bare_metal/aio_simplex
|
:maxdepth: 1
|
||||||
bare_metal/aio_duplex
|
|
||||||
bare_metal/controller_storage
|
bare_metal/aio_simplex
|
||||||
bare_metal/dedicated_storage
|
bare_metal/aio_duplex
|
||||||
bare_metal/ironic
|
bare_metal/controller_storage
|
||||||
bare_metal/rook_storage
|
bare_metal/dedicated_storage
|
||||||
|
bare_metal/ironic
|
||||||
**********
|
bare_metal/rook_storage
|
||||||
Appendixes
|
|
||||||
**********
|
**********
|
||||||
|
Appendixes
|
||||||
|
**********
|
||||||
.. _use-private-docker-registry-r5:
|
|
||||||
|
|
||||||
Use a private Docker registry
|
.. _use-private-docker-registry-r5:
|
||||||
*****************************
|
|
||||||
|
Use a private Docker registry
|
||||||
.. toctree::
|
*****************************
|
||||||
:maxdepth: 1
|
|
||||||
|
.. toctree::
|
||||||
bare_metal/bootstrapping-from-a-private-docker-registry
|
:maxdepth: 1
|
||||||
|
|
||||||
Set up a Simple DNS Server in Lab
|
bare_metal/bootstrapping-from-a-private-docker-registry
|
||||||
*********************************
|
|
||||||
|
Set up a Simple DNS Server in Lab
|
||||||
.. toctree::
|
*********************************
|
||||||
:maxdepth: 1
|
|
||||||
|
.. toctree::
|
||||||
setup-simple-dns-server-in-lab
|
:maxdepth: 1
|
||||||
|
|
||||||
|
setup-simple-dns-server-in-lab
|
||||||
Install controller-0 from a PXE boot server
|
|
||||||
*******************************************
|
|
||||||
|
Install controller-0 from a PXE boot server
|
||||||
.. toctree::
|
*******************************************
|
||||||
:maxdepth: 1
|
|
||||||
|
.. toctree::
|
||||||
bare_metal/configuring-a-pxe-boot-server
|
:maxdepth: 1
|
||||||
bare_metal/accessing-pxe-boot-server-files-for-a-custom-configuration
|
|
||||||
|
bare_metal/configuring-a-pxe-boot-server
|
||||||
|
bare_metal/accessing-pxe-boot-server-files-for-a-custom-configuration
|
||||||
Add and reinstall a host
|
|
||||||
************************
|
|
||||||
|
Add and reinstall a host
|
||||||
.. toctree::
|
************************
|
||||||
:maxdepth: 1
|
|
||||||
|
.. toctree::
|
||||||
bare_metal/adding-hosts-using-the-host-add-command
|
:maxdepth: 1
|
||||||
|
|
||||||
|
bare_metal/adding-hosts-using-the-host-add-command
|
||||||
Add hosts in bulk
|
|
||||||
,,,,,,,,,,,,,,,,,
|
|
||||||
|
Add hosts in bulk
|
||||||
.. toctree::
|
,,,,,,,,,,,,,,,,,
|
||||||
:maxdepth: 1
|
|
||||||
|
.. toctree::
|
||||||
bare_metal/adding-hosts-in-bulk
|
:maxdepth: 1
|
||||||
bare_metal/bulk-host-xml-file-format
|
|
||||||
|
bare_metal/adding-hosts-in-bulk
|
||||||
|
bare_metal/bulk-host-xml-file-format
|
||||||
Reinstall a system or a host
|
|
||||||
,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
|
||||||
|
Reinstall a system or a host
|
||||||
.. toctree::
|
,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
||||||
:maxdepth: 1
|
|
||||||
|
.. toctree::
|
||||||
bare_metal/reinstalling-a-system-or-a-host
|
:maxdepth: 1
|
||||||
bare_metal/reinstalling-a-system-using-an-exported-host-configuration-file
|
|
||||||
bare_metal/exporting-host-configurations
|
bare_metal/reinstalling-a-system-or-a-host
|
||||||
|
bare_metal/reinstalling-a-system-using-an-exported-host-configuration-file
|
||||||
.. toctree::
|
bare_metal/exporting-host-configurations
|
||||||
:hidden:
|
|
||||||
|
.. toctree::
|
||||||
ansible_bootstrap_configs
|
:hidden:
|
||||||
|
|
||||||
-------------------------------------------------
|
ansible_bootstrap_configs
|
||||||
Install StarlingX Distributed Cloud on bare metal
|
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
Install StarlingX Distributed Cloud on bare metal
|
||||||
.. toctree::
|
-------------------------------------------------
|
||||||
:maxdepth: 1
|
|
||||||
|
.. toctree::
|
||||||
distributed_cloud/index
|
:maxdepth: 1
|
||||||
|
|
||||||
-----------------
|
distributed_cloud/index-install-r5-distcloud-8164d5952ac5
|
||||||
Access Kubernetes
|
|
||||||
-----------------
|
-----------------
|
||||||
|
Access Kubernetes
|
||||||
.. toctree::
|
-----------------
|
||||||
:maxdepth: 1
|
|
||||||
|
.. toctree::
|
||||||
kubernetes_access
|
:maxdepth: 1
|
||||||
|
|
||||||
--------------------------
|
kubernetes_access
|
||||||
Access StarlingX OpenStack
|
|
||||||
--------------------------
|
--------------------------
|
||||||
|
Access StarlingX OpenStack
|
||||||
.. toctree::
|
--------------------------
|
||||||
:maxdepth: 1
|
|
||||||
|
.. toctree::
|
||||||
openstack/index
|
:maxdepth: 1
|
||||||
|
|
||||||
|
openstack/index-install-r5-os-bf0f49699241
|
||||||
|
|
@ -1,16 +1,18 @@
|
|||||||
===================
|
.. _index-install-r5-os-bf0f49699241:
|
||||||
StarlingX OpenStack
|
|
||||||
===================
|
===================
|
||||||
|
StarlingX OpenStack
|
||||||
This section describes the steps to install and access StarlingX OpenStack.
|
===================
|
||||||
Other than the OpenStack-specific configurations required in the underlying
|
|
||||||
StarlingX Kubernetes infrastructure (described in the installation steps for
|
This section describes the steps to install and access StarlingX OpenStack.
|
||||||
StarlingX Kubernetes), the installation of containerized OpenStack for StarlingX
|
Other than the OpenStack-specific configurations required in the underlying
|
||||||
is independent of deployment configuration.
|
StarlingX Kubernetes infrastructure (described in the installation steps for
|
||||||
|
StarlingX Kubernetes), the installation of containerized OpenStack for StarlingX
|
||||||
.. toctree::
|
is independent of deployment configuration.
|
||||||
:maxdepth: 2
|
|
||||||
|
.. toctree::
|
||||||
install
|
:maxdepth: 2
|
||||||
access
|
|
||||||
uninstall_delete
|
install
|
||||||
|
access
|
||||||
|
uninstall_delete
|
@ -278,8 +278,8 @@ Console usage:
|
|||||||
For details on how to specify installation parameters such as rootfs device
|
For details on how to specify installation parameters such as rootfs device
|
||||||
and console port, see :ref:`config_install_parms_r5`.
|
and console port, see :ref:`config_install_parms_r5`.
|
||||||
|
|
||||||
Follow the :doc:`StarlingX Installation and Deployment Guides </deploy_install_guides/index>`
|
Follow the :ref:`StarlingX Installation and Deployment Guides
|
||||||
to continue.
|
<index-install-e083ca818006>` to continue.
|
||||||
|
|
||||||
* Ensure that boot priority on all VMs is changed using the commands in the "Set
|
* Ensure that boot priority on all VMs is changed using the commands in the "Set
|
||||||
the boot priority" step above.
|
the boot priority" step above.
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.. _index-install-r6-distcloud-46f4880ec78b:
|
||||||
|
|
||||||
===================================
|
===================================
|
||||||
Distributed Cloud Installation R6.0
|
Distributed Cloud Installation R6.0
|
||||||
===================================
|
===================================
|
||||||
@ -158,16 +160,19 @@ Install a subcloud
|
|||||||
|
|
||||||
At the subcloud location:
|
At the subcloud location:
|
||||||
|
|
||||||
1. Physically install and cable all subcloud servers.
|
#. Physically install and cable all subcloud servers.
|
||||||
2. Physically install the top of rack switch and configure it for the
|
|
||||||
|
#. Physically install the top of rack switch and configure it for the
|
||||||
required networks.
|
required networks.
|
||||||
3. Physically install the gateway routers which will provide IP routing
|
|
||||||
|
#. Physically install the gateway routers which will provide IP routing
|
||||||
between the subcloud OAM and Management subnets and the System Controller
|
between the subcloud OAM and Management subnets and the System Controller
|
||||||
OAM and management subnets.
|
OAM and management subnets.
|
||||||
4. On the server designated for controller-0, install the StarlingX
|
|
||||||
|
#. On the server designated for controller-0, install the StarlingX
|
||||||
Kubernetes software from USB or a PXE Boot server.
|
Kubernetes software from USB or a PXE Boot server.
|
||||||
|
|
||||||
5. Establish an L3 connection to the System Controller by enabling the OAM
|
#. Establish an L3 connection to the System Controller by enabling the OAM
|
||||||
interface (with OAM IP/subnet) on the subcloud controller using the
|
interface (with OAM IP/subnet) on the subcloud controller using the
|
||||||
``config_management`` script. This step is for subcloud ansible bootstrap
|
``config_management`` script. This step is for subcloud ansible bootstrap
|
||||||
preparation.
|
preparation.
|
||||||
@ -217,7 +222,7 @@ At the subcloud location:
|
|||||||
|
|
||||||
At the System Controller:
|
At the System Controller:
|
||||||
|
|
||||||
1. Create a ``bootstrap-values.yml`` override file for the subcloud. For
|
#. Create a ``bootstrap-values.yml`` override file for the subcloud. For
|
||||||
example:
|
example:
|
||||||
|
|
||||||
.. code:: yaml
|
.. code:: yaml
|
||||||
@ -246,7 +251,7 @@ At the System Controller:
|
|||||||
.. note:: The `systemcontroller_gateway_address` is the address of central
|
.. note:: The `systemcontroller_gateway_address` is the address of central
|
||||||
cloud management network gateway.
|
cloud management network gateway.
|
||||||
|
|
||||||
2. Add the subcloud using the CLI command below:
|
#. Add the subcloud using the CLI command below:
|
||||||
|
|
||||||
.. code:: sh
|
.. code:: sh
|
||||||
|
|
||||||
@ -279,7 +284,7 @@ At the System Controller:
|
|||||||
| 1 | subcloud1 | unmanaged | offline | complete | unknown |
|
| 1 | subcloud1 | unmanaged | offline | complete | unknown |
|
||||||
+----+-----------+------------+--------------+---------------+---------+
|
+----+-----------+------------+--------------+---------------+---------+
|
||||||
|
|
||||||
4. Continue provisioning the subcloud system as required using the StarlingX
|
#. Continue provisioning the subcloud system as required using the StarlingX
|
||||||
R6.0 Installation procedures and starting from the 'Configure controller-0'
|
R6.0 Installation procedures and starting from the 'Configure controller-0'
|
||||||
step.
|
step.
|
||||||
|
|
@ -1,135 +1,137 @@
|
|||||||
===========================
|
.. _index-install-r6-8966076f0e81:
|
||||||
StarlingX R6.0 Installation
|
|
||||||
===========================
|
===========================
|
||||||
|
StarlingX R6.0 Installation
|
||||||
StarlingX provides a pre-defined set of standard
|
===========================
|
||||||
:doc:`deployment configurations </introduction/deploy_options>`. Most deployment options may
|
|
||||||
be installed in a virtual environment or on bare metal.
|
StarlingX provides a pre-defined set of standard :doc:`deployment
|
||||||
|
configurations </introduction/deploy_options>`. Most deployment options may be
|
||||||
-----------------------------------------------------
|
installed in a virtual environment or on bare metal.
|
||||||
Install StarlingX Kubernetes in a virtual environment
|
|
||||||
-----------------------------------------------------
|
-----------------------------------------------------
|
||||||
|
Install StarlingX Kubernetes in a virtual environment
|
||||||
.. toctree::
|
-----------------------------------------------------
|
||||||
:maxdepth: 1
|
|
||||||
|
.. toctree::
|
||||||
virtual/aio_simplex
|
:maxdepth: 1
|
||||||
virtual/aio_duplex
|
|
||||||
virtual/controller_storage
|
virtual/aio_simplex
|
||||||
virtual/dedicated_storage
|
virtual/aio_duplex
|
||||||
virtual/rook_storage
|
virtual/controller_storage
|
||||||
|
virtual/dedicated_storage
|
||||||
.. toctree::
|
virtual/rook_storage
|
||||||
:hidden:
|
|
||||||
|
.. toctree::
|
||||||
virtual/config_virtualbox_netwk
|
:hidden:
|
||||||
virtual/install_virtualbox
|
|
||||||
|
virtual/config_virtualbox_netwk
|
||||||
------------------------------------------
|
virtual/install_virtualbox
|
||||||
Install StarlingX Kubernetes on bare metal
|
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
|
Install StarlingX Kubernetes on bare metal
|
||||||
.. toctree::
|
------------------------------------------
|
||||||
:maxdepth: 1
|
|
||||||
|
.. toctree::
|
||||||
bare_metal/aio_simplex
|
:maxdepth: 1
|
||||||
bare_metal/aio_duplex
|
|
||||||
bare_metal/controller_storage
|
bare_metal/aio_simplex
|
||||||
bare_metal/dedicated_storage
|
bare_metal/aio_duplex
|
||||||
bare_metal/ironic
|
bare_metal/controller_storage
|
||||||
bare_metal/rook_storage
|
bare_metal/dedicated_storage
|
||||||
|
bare_metal/ironic
|
||||||
**********
|
bare_metal/rook_storage
|
||||||
Appendixes
|
|
||||||
**********
|
**********
|
||||||
|
Appendixes
|
||||||
|
**********
|
||||||
.. _use-private-docker-registry-r6:
|
|
||||||
|
|
||||||
Use a private Docker registry
|
.. _use-private-docker-registry-r6:
|
||||||
*****************************
|
|
||||||
|
Use a private Docker registry
|
||||||
.. toctree::
|
*****************************
|
||||||
:maxdepth: 1
|
|
||||||
|
.. toctree::
|
||||||
bare_metal/bootstrapping-from-a-private-docker-registry
|
:maxdepth: 1
|
||||||
|
|
||||||
Set up a Simple DNS Server in Lab
|
bare_metal/bootstrapping-from-a-private-docker-registry
|
||||||
*********************************
|
|
||||||
|
Set up a Simple DNS Server in Lab
|
||||||
.. toctree::
|
*********************************
|
||||||
:maxdepth: 1
|
|
||||||
|
.. toctree::
|
||||||
setup-simple-dns-server-in-lab
|
:maxdepth: 1
|
||||||
|
|
||||||
Install controller-0 from a PXE boot server
|
setup-simple-dns-server-in-lab
|
||||||
*******************************************
|
|
||||||
|
Install controller-0 from a PXE boot server
|
||||||
.. toctree::
|
*******************************************
|
||||||
:maxdepth: 1
|
|
||||||
|
.. toctree::
|
||||||
bare_metal/configuring-a-pxe-boot-server
|
:maxdepth: 1
|
||||||
bare_metal/accessing-pxe-boot-server-files-for-a-custom-configuration
|
|
||||||
|
bare_metal/configuring-a-pxe-boot-server
|
||||||
|
bare_metal/accessing-pxe-boot-server-files-for-a-custom-configuration
|
||||||
Add and reinstall a host
|
|
||||||
************************
|
|
||||||
|
Add and reinstall a host
|
||||||
.. toctree::
|
************************
|
||||||
:maxdepth: 1
|
|
||||||
|
.. toctree::
|
||||||
bare_metal/adding-hosts-using-the-host-add-command
|
:maxdepth: 1
|
||||||
|
|
||||||
|
bare_metal/adding-hosts-using-the-host-add-command
|
||||||
Add hosts in bulk
|
|
||||||
,,,,,,,,,,,,,,,,,
|
|
||||||
|
Add hosts in bulk
|
||||||
.. toctree::
|
,,,,,,,,,,,,,,,,,
|
||||||
:maxdepth: 1
|
|
||||||
|
.. toctree::
|
||||||
bare_metal/adding-hosts-in-bulk
|
:maxdepth: 1
|
||||||
bare_metal/bulk-host-xml-file-format
|
|
||||||
|
bare_metal/adding-hosts-in-bulk
|
||||||
|
bare_metal/bulk-host-xml-file-format
|
||||||
Reinstall a system or a host
|
|
||||||
,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
|
||||||
|
Reinstall a system or a host
|
||||||
.. toctree::
|
,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
||||||
:maxdepth: 1
|
|
||||||
|
.. toctree::
|
||||||
bare_metal/reinstalling-a-system-or-a-host
|
:maxdepth: 1
|
||||||
bare_metal/reinstalling-a-system-using-an-exported-host-configuration-file
|
|
||||||
bare_metal/exporting-host-configurations
|
bare_metal/reinstalling-a-system-or-a-host
|
||||||
|
bare_metal/reinstalling-a-system-using-an-exported-host-configuration-file
|
||||||
.. toctree::
|
bare_metal/exporting-host-configurations
|
||||||
:hidden:
|
|
||||||
|
.. toctree::
|
||||||
ansible_bootstrap_configs
|
:hidden:
|
||||||
|
|
||||||
-------------------------------------------------
|
ansible_bootstrap_configs
|
||||||
Install StarlingX Distributed Cloud on bare metal
|
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
Install StarlingX Distributed Cloud on bare metal
|
||||||
.. toctree::
|
-------------------------------------------------
|
||||||
:maxdepth: 1
|
|
||||||
|
.. toctree::
|
||||||
distributed_cloud/index
|
:maxdepth: 1
|
||||||
|
|
||||||
-----------------
|
distributed_cloud/index-install-r6-distcloud-46f4880ec78b
|
||||||
Access Kubernetes
|
|
||||||
-----------------
|
-----------------
|
||||||
|
Access Kubernetes
|
||||||
.. toctree::
|
-----------------
|
||||||
:maxdepth: 1
|
|
||||||
|
.. toctree::
|
||||||
kubernetes_access
|
:maxdepth: 1
|
||||||
|
|
||||||
--------------------------
|
kubernetes_access
|
||||||
Access StarlingX OpenStack
|
|
||||||
--------------------------
|
--------------------------
|
||||||
|
Access StarlingX OpenStack
|
||||||
.. toctree::
|
--------------------------
|
||||||
:maxdepth: 1
|
|
||||||
|
.. toctree::
|
||||||
openstack/index
|
:maxdepth: 1
|
||||||
|
|
||||||
|
openstack/index-install-r6-os-adc44604968c
|
||||||
|
|
@ -1,16 +1,18 @@
|
|||||||
===================
|
.. _index-install-r6-os-adc44604968c:
|
||||||
StarlingX OpenStack
|
|
||||||
===================
|
===================
|
||||||
|
StarlingX OpenStack
|
||||||
This section describes the steps to install and access StarlingX OpenStack.
|
===================
|
||||||
Other than the OpenStack-specific configurations required in the underlying
|
|
||||||
StarlingX Kubernetes infrastructure (described in the installation steps for
|
This section describes the steps to install and access StarlingX OpenStack.
|
||||||
StarlingX Kubernetes), the installation of containerized OpenStack for StarlingX
|
Other than the OpenStack-specific configurations required in the underlying
|
||||||
is independent of deployment configuration.
|
StarlingX Kubernetes infrastructure (described in the installation steps for
|
||||||
|
StarlingX Kubernetes), the installation of containerized OpenStack for
|
||||||
.. toctree::
|
StarlingX is independent of deployment configuration.
|
||||||
:maxdepth: 2
|
|
||||||
|
.. toctree::
|
||||||
install
|
:maxdepth: 2
|
||||||
access
|
|
||||||
uninstall_delete
|
install
|
||||||
|
access
|
||||||
|
uninstall_delete
|
@ -278,7 +278,7 @@ Console usage:
|
|||||||
For details on how to specify installation parameters such as rootfs device
|
For details on how to specify installation parameters such as rootfs device
|
||||||
and console port, see :ref:`config_install_parms_r6`.
|
and console port, see :ref:`config_install_parms_r6`.
|
||||||
|
|
||||||
Follow the :doc:`StarlingX Installation and Deployment Guides </deploy_install_guides/index>`
|
Follow the :ref:`StarlingX Installation and Deployment Guides <index-install-e083ca818006>`
|
||||||
to continue.
|
to continue.
|
||||||
|
|
||||||
* Ensure that boot priority on all VMs is changed using the commands in the "Set
|
* Ensure that boot priority on all VMs is changed using the commands in the "Set
|
||||||
|
@ -64,7 +64,7 @@ Installation guides
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
deploy_install_guides/index
|
deploy_install_guides/index-install-e083ca818006
|
||||||
|
|
||||||
--------
|
--------
|
||||||
Security
|
Security
|
||||||
|
@ -111,7 +111,7 @@ Edge cloud platform
|
|||||||
*******************
|
*******************
|
||||||
|
|
||||||
#. Install STX environment: follow the instructions from the
|
#. Install STX environment: follow the instructions from the
|
||||||
:doc:`Installation Guides </deploy_install_guides/index>` to install one
|
:ref:`Installation Guides <index-install-e083ca818006>` to install one
|
||||||
STX environment (for example STX AIO).
|
STX environment (for example STX AIO).
|
||||||
|
|
||||||
#. Prepare a :abbr:`VM (Virtual Machine)` image. Create image ``tsn_ubuntu_19_04.img``
|
#. Prepare a :abbr:`VM (Virtual Machine)` image. Create image ``tsn_ubuntu_19_04.img``
|
||||||
|
@ -28,7 +28,7 @@ Deployment
|
|||||||
A system install is required to deploy StarlingX release 5.0.1. There is no
|
A system install is required to deploy StarlingX release 5.0.1. There is no
|
||||||
upgrade path from previous StarlingX releases.
|
upgrade path from previous StarlingX releases.
|
||||||
|
|
||||||
Use the :doc:`R5.0 Installation Guides </deploy_install_guides/r5_release/index>`
|
Use the :ref:`R5.0 Installation Guides <index-install-r5-ca4053cb3ab9>`
|
||||||
to install R5.0.1.
|
to install R5.0.1.
|
||||||
|
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
@ -27,7 +27,7 @@ Deployment
|
|||||||
|
|
||||||
A system install is required to deploy StarlingX release 5.0. There is no
|
A system install is required to deploy StarlingX release 5.0. There is no
|
||||||
upgrade path from previous StarlingX releases. For detailed instructions, see
|
upgrade path from previous StarlingX releases. For detailed instructions, see
|
||||||
the :doc:`R5.0 Installation Guides </deploy_install_guides/r5_release/index>`.
|
the :ref:`R5.0 Installation Guides <index-install-r5-ca4053cb3ab9>`.
|
||||||
|
|
||||||
-----------------------------
|
-----------------------------
|
||||||
New features and enhancements
|
New features and enhancements
|
||||||
|
@ -29,7 +29,7 @@ Deployment
|
|||||||
|
|
||||||
A system install is required to deploy StarlingX release 6.0. There is no
|
A system install is required to deploy StarlingX release 6.0. There is no
|
||||||
upgrade path from previous StarlingX releases. For detailed instructions, see
|
upgrade path from previous StarlingX releases. For detailed instructions, see
|
||||||
the :doc:`R6.0 Installation Guides </deploy_install_guides/r6_release/index>`.
|
the :ref:`R6.0 Installation Guides <index-install-r6-8966076f0e81>`.
|
||||||
|
|
||||||
-----------------------------
|
-----------------------------
|
||||||
New features and enhancements
|
New features and enhancements
|
||||||
|
Loading…
x
Reference in New Issue
Block a user