Merge "Conditionalize tabbed content (r10, r9)"

This commit is contained in:
Zuul 2025-04-16 14:07:22 +00:00 committed by Gerrit Code Review
commit a9a86eb9da
4 changed files with 114 additions and 114 deletions

View File

@ -37,7 +37,7 @@ Overview
Minimum hardware requirements
-----------------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -114,7 +114,7 @@ Minimum hardware requirements
shown in the example above, you must reboot the server to fully
install the apparmor-profile modules.
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/prepare-servers-for-installation-91baad307173.rest
:start-after: begin-min-hw-reqs-dx
@ -124,7 +124,7 @@ Minimum hardware requirements
Installation Prerequisites
--------------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -147,7 +147,7 @@ Installation Prerequisites
Alternately, you can get an older release ISO from `here <https://mirror.starlingx.cengn.ca/mirror/starlingx/release/>`__.
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/installation-prereqs.rest
:start-after: begin-install-prereqs
@ -157,7 +157,7 @@ Installation Prerequisites
Prepare Servers for Installation
--------------------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -224,7 +224,7 @@ Prepare Servers for Installation
virt-manager GUI is not absolutely required and you can safely
ignore errors and continue.
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/prepare-servers-for-installation-91baad307173.rest
:start-after: start-prepare-servers-common
@ -234,7 +234,7 @@ Prepare Servers for Installation
Install Software on Controller-0
--------------------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -273,7 +273,7 @@ Install Software on Controller-0
the server to reboot. This can take 5-10 minutes, depending on the
performance of the host machine.
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/inc-install-software-on-controller.rest
:start-after: incl-install-software-controller-0-aio-start
@ -298,7 +298,7 @@ Bootstrap system on controller-0
#. Verify and/or configure IP connectivity.
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -321,7 +321,7 @@ Bootstrap system on controller-0
sudo ip link set up dev enp7s1
sudo ip route add default via $DEFAULT_OAM_GATEWAY dev enp7s1
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/aio_duplex_install_kubernetes.rest
:start-after: begin-aio-dx-install-verify-ip-connectivity
@ -487,7 +487,7 @@ Configure controller-0
#. Configure the |OAM| interface of controller-0 and specify the
attached network as "oam".
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -505,7 +505,7 @@ Configure controller-0
~(keystone_admin)$ system host-if-modify controller-0 $OAM_IF -c platform
~(keystone_admin)$ system interface-network-assign controller-0 $OAM_IF oam
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/aio_duplex_install_kubernetes.rest
:start-after: begin-config-controller-0-oam-interface-dx
@ -517,7 +517,7 @@ Configure controller-0
#. Configure the MGMT interface of controller-0 and specify the attached
networks of both "mgmt" and "cluster-host".
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -559,7 +559,7 @@ Configure controller-0
~(keystone_admin)$ system interface-network-assign controller-0 $MGMT_IF cluster-host
.. only:: partner
.. only:: partner and (html or latex)
.. include:: aio_duplex_install_kubernetes.rst
:start-after: begin-config-controller-0-mgmt-interface
@ -570,7 +570,7 @@ Configure controller-0
#. Configure |NTP| servers for network time synchronization:
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -593,7 +593,7 @@ Configure controller-0
~(keystone_admin)$ system ntp-modify ntpservers=0.pool.ntp.org,1.pool.ntp.org
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/aio_duplex_install_kubernetes.rest
:start-after: begin-config-controller-0-ntp-interface-dx
@ -640,7 +640,7 @@ Configure controller-0
on the |AIO| controller platform cores, additional platform cores may be
required.
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -658,7 +658,7 @@ Configure controller-0
platform in this scenario.
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/aio_duplex_install_kubernetes.rest
:start-after: begin-config-controller-0-OS-add-cores-dx
@ -697,7 +697,7 @@ Configure controller-0
#. **For OpenStack only:** Configure the system setting for the vSwitch.
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -742,7 +742,7 @@ Configure controller-0
environment OVS-DPDK is not supported, only |OVS| is supported.
Therefore, simply use the default |OVS| vSwitch here.
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/aio_duplex_install_kubernetes.rest
:start-after: begin-config-controller-0-OS-vswitch-dx
@ -754,7 +754,7 @@ Configure controller-0
based nova-local volume group, which is needed for |prefix|-openstack
nova ephemeral disks.
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -775,7 +775,7 @@ Configure controller-0
~(keystone_admin)$ system host-fs-add ${NODE} instances=34
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/aio_duplex_install_kubernetes.rest
:start-after: begin-config-controller-0-OS-add-fs-dx
@ -793,7 +793,7 @@ Configure controller-0
* Configure the data interfaces for controller-0.
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -840,7 +840,7 @@ Configure controller-0
~(keystone_admin)$ system interface-datanetwork-assign ${NODE} ${DATA1IFUUID} ${PHYSNET1}
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/aio_duplex_install_kubernetes.rest
:start-after: begin-config-controller-0-OS-data-interface-dx
@ -897,7 +897,7 @@ Optionally Configure PCI-SRIOV Interfaces
* **For Kubernetes Only:** To enable using |SRIOV| network attachments for
the above interfaces in Kubernetes hosted application containers:
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -915,7 +915,7 @@ Optionally Configure PCI-SRIOV Interfaces
~(keystone_admin)$ system host-label-assign controller-0 sriovdp=enabled
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/aio_duplex_install_kubernetes.rest
:start-after: begin-config-controller-0-OS-k8s-sriov-dx
@ -1053,7 +1053,7 @@ Install software on controller-1 node
#. Power on the controller-1 server.
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -1079,7 +1079,7 @@ Install software on controller-1 node
$ virsh console duplex-controller-1
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/aio_duplex_install_kubernetes.rest
:start-after: begin-power-on-controller-1-server-dx
@ -1130,7 +1130,7 @@ Configure controller-1
#. Configure the |OAM| interface of controller-1 and specify the attached
network of "oam".
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -1152,7 +1152,7 @@ Configure controller-1
To configure a |VLAN| or aggregated ethernet interface, see
|node-interfaces-index|.
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/aio_duplex_install_kubernetes.rest
:start-after: begin-config-controller-1-server-oam-dx
@ -1209,7 +1209,7 @@ Configure controller-1
#. **For OpenStack only:** Due to the additional openstack services running
on the |AIO| controller platform cores, additional cores may be required.
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -1225,7 +1225,7 @@ Configure controller-1
and 2 for |VMs|; there are not additional cores available
for platform in this scenario.
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/aio_duplex_install_kubernetes.rest
:start-after: begin-increase-cores-controller-1-dx
@ -1263,7 +1263,7 @@ Configure controller-1
#. **For OpenStack only:** Configure the host settings for the vSwitch.
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -1278,7 +1278,7 @@ Configure controller-1
No additional configuration is required for the OVS vswitch in
virtual environment.
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/aio_duplex_install_kubernetes.rest
:start-after: begin-config-vswitch-controller-1-dx
@ -1289,7 +1289,7 @@ Configure controller-1
based nova-local volume group, which is needed for |prefix|-openstack
nova ephemeral disks.
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -1309,7 +1309,7 @@ Configure controller-1
~(keystone_admin)$ export NODE=controller-1
~(keystone_admin)$ system host-fs-add ${NODE} instances=34
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/aio_duplex_install_kubernetes.rest
:start-after: begin-config-fs-controller-1-dx
@ -1327,7 +1327,7 @@ Configure controller-1
* Configure the data interfaces for controller-1.
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -1367,7 +1367,7 @@ Configure controller-1
~(keystone_admin)$ system interface-datanetwork-assign ${NODE} ${DATA0IFUUID} ${PHYSNET0}
~(keystone_admin)$ system interface-datanetwork-assign ${NODE} ${DATA1IFUUID} ${PHYSNET1}
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/aio_duplex_install_kubernetes.rest
:start-after: begin-config-data-interfaces-controller-1-dx
@ -1423,7 +1423,7 @@ Optionally Configure PCI-SRIOV Interfaces
* **For Kubernetes only:** To enable using |SRIOV| network attachments for
the above interfaces in Kubernetes hosted application containers:
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -1442,7 +1442,7 @@ Optionally Configure PCI-SRIOV Interfaces
~(keystone_admin)$ system host-label-assign controller-1 sriovdp=enabled
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/aio_duplex_install_kubernetes.rest
:start-after: begin-config-k8s-sriov-controller-1-dx

View File

@ -38,7 +38,7 @@ Overview
Minimum hardware requirements
-----------------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -115,7 +115,7 @@ Minimum hardware requirements
shown in the example above, you must reboot the server to fully
install the apparmor-profile modules.
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/prepare-servers-for-installation-91baad307173.rest
:start-after: begin-min-hw-reqs-sx
@ -125,7 +125,7 @@ Minimum hardware requirements
Installation Prerequisites
--------------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -148,7 +148,7 @@ Installation Prerequisites
Alternately, you can get an older release ISO from `here <https://mirror.starlingx.cengn.ca/mirror/starlingx/release/>`__.
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/installation-prereqs.rest
:start-after: begin-install-prereqs
@ -158,7 +158,7 @@ Installation Prerequisites
Prepare Servers for Installation
--------------------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -208,7 +208,7 @@ Prepare Servers for Installation
virt-manager GUI is not absolutely required and you can safely
ignore errors and continue.
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/prepare-servers-for-installation-91baad307173.rest
:start-after: start-prepare-servers-common
@ -218,7 +218,7 @@ Prepare Servers for Installation
Install Software on Controller-0
--------------------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -257,7 +257,7 @@ Install Software on Controller-0
the server to reboot. This can take 5-10 minutes, depending on the
performance of the host machine.
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/inc-install-software-on-controller.rest
:start-after: incl-install-software-controller-0-aio-start
@ -282,7 +282,7 @@ Bootstrap system on controller-0
#. Verify and/or configure IP connectivity.
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -298,7 +298,7 @@ Bootstrap system on controller-0
:start-after: begin-aio-sx-install-verify-ip-connectivity
:end-before: end-aio-sx-install-verify-ip-connectivity
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/aio_simplex_install_kubernetes.rest
:start-after: begin-aio-sx-install-verify-ip-connectivity
@ -465,7 +465,7 @@ The newly installed controller needs to be configured.
#. Configure the |OAM| interface of controller-0 and specify the attached
network as "oam".
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -483,7 +483,7 @@ The newly installed controller needs to be configured.
system host-if-modify controller-0 $OAM_IF -c platform
system interface-network-assign controller-0 $OAM_IF oam
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/aio_simplex_install_kubernetes.rest
:start-after: begin-config-controller-0-oam-interface-sx
@ -491,7 +491,7 @@ The newly installed controller needs to be configured.
#. Configure |NTP| servers for network time synchronization:
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -522,7 +522,7 @@ The newly installed controller needs to be configured.
~(keystone_admin)$ system ntp-modify ntpservers=0.pool.ntp.org,1.pool.ntp.org
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/aio_simplex_install_kubernetes.rest
:start-after: begin-config-controller-0-ntp-interface-sx
@ -571,7 +571,7 @@ The newly installed controller needs to be configured.
on the |AIO| controller platform cores, additional platform cores may be
required.
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -589,7 +589,7 @@ The newly installed controller needs to be configured.
platform in this scenario.
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/aio_simplex_install_kubernetes.rest
:start-after: begin-config-controller-0-OS-add-cores-sx
@ -627,7 +627,7 @@ The newly installed controller needs to be configured.
#. **For OpenStack only:** Configure the system setting for the vSwitch.
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -670,7 +670,7 @@ The newly installed controller needs to be configured.
environment OVS-DPDK is not supported, only |OVS| is supported.
Therefore, simply use the default |OVS| vSwitch here.
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/aio_simplex_install_kubernetes.rest
:start-after: begin-config-controller-0-OS-vswitch-sx
@ -680,7 +680,7 @@ The newly installed controller needs to be configured.
based nova-local volume group, which is needed for |prefix|-openstack
nova ephemeral disks.
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -701,7 +701,7 @@ The newly installed controller needs to be configured.
~(keystone_admin)$ system host-fs-add ${NODE} instances=34
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/aio_simplex_install_kubernetes.rest
:start-after: begin-config-controller-0-OS-add-fs-sx
@ -719,7 +719,7 @@ The newly installed controller needs to be configured.
* Configure the data interfaces for controller-0.
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -760,7 +760,7 @@ The newly installed controller needs to be configured.
~(keystone_admin)$ system interface-datanetwork-assign ${NODE} ${DATA1IFUUID} ${PHYSNET1}
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/aio_simplex_install_kubernetes.rest
:start-after: begin-config-controller-0-OS-data-interface-sx
@ -817,7 +817,7 @@ Optionally Configure PCI-SRIOV Interfaces
#. **For Kubernetes Only:** To enable using |SRIOV| network attachments for
the above interfaces in Kubernetes hosted application containers:
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -835,7 +835,7 @@ Optionally Configure PCI-SRIOV Interfaces
~(keystone_admin)$ system host-label-assign controller-0 sriovdp=enabled
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/aio_simplex_install_kubernetes.rest
:start-after: begin-config-controller-0-OS-k8s-sriov-sx

View File

@ -38,7 +38,7 @@ Overview
Minimum hardware requirements
-----------------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -52,7 +52,7 @@ Minimum hardware requirements
.. include:: /shared/_includes/physical_host_req.txt
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/prepare-servers-for-installation-91baad307173.rest
:start-after: begin-min-hw-reqs-std
@ -69,7 +69,7 @@ Minimum hardware requirements
Installation Prerequisites
--------------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -91,7 +91,7 @@ Installation Prerequisites
<https://mirror.starlingx.cengn.ca/mirror/starlingx/release/latest_release/debian/monolithic/outputs/iso/>`__.
Alternately, you can get an older release ISO from `here <https://mirror.starlingx.cengn.ca/mirror/starlingx/release/>`__.
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/installation-prereqs.rest
:start-after: begin-install-prereqs
@ -103,7 +103,7 @@ Installation Prerequisites
Prepare Servers for Installation
--------------------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -156,7 +156,7 @@ Prepare Servers for Installation
virt-manager GUI is not absolutely required and you can safely
ignore errors and continue.
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/prepare-servers-for-installation-91baad307173.rest
:start-after: start-prepare-servers-common
@ -167,7 +167,7 @@ Prepare Servers for Installation
Install Software on Controller-0
--------------------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -206,7 +206,7 @@ Install Software on Controller-0
the server to reboot. This can take 5-10 minutes depending on the
performance of the host machine.
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/inc-install-software-on-controller.rest
:start-after: incl-install-software-controller-0-standard-start
@ -216,7 +216,7 @@ Install Software on Controller-0
Bootstrap system on controller-0
--------------------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -232,7 +232,7 @@ Bootstrap system on controller-0
:start-after: incl-bootstrap-controller-0-virt-controller-storage-start:
:end-before: incl-bootstrap-controller-0-virt-controller-storage-end:
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/incl-bootstrap-sys-controller-0-standard.rest
:start-after: incl-bootstrap-sys-controller-0-standard-start
@ -243,7 +243,7 @@ Bootstrap system on controller-0
Configure controller-0
----------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -259,7 +259,7 @@ Configure controller-0
:start-after: incl-config-controller-0-virt-controller-storage-start:
:end-before: incl-config-controller-0-virt-controller-storage-end:
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/incl-config-controller-0-storage.rest
:start-after: incl-config-controller-0-storage-start
@ -277,7 +277,7 @@ Configure controller-0
These steps are required only if the |prod-os| application
(|prefix|-openstack) will be installed.
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -312,7 +312,7 @@ Configure controller-0
.. only:: openstack
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/controller_storage_install_kubernetes.rest
:start-after: begin-openstack-specific-host-configs-bare-metal
@ -368,7 +368,7 @@ machine.
Install software on controller-1 and worker nodes
-------------------------------------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -474,7 +474,7 @@ Install software on controller-1 and worker nodes
| 4 | worker-1 | worker | locked | disabled | online |
+----+--------------+-------------+----------------+-------------+--------------+
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/controller_storage_install_kubernetes.rest
:start-after: start-install-sw-on-controller-0-and-workers-standard-with-storage
@ -486,7 +486,7 @@ Install software on controller-1 and worker nodes
Configure controller-1
----------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -503,7 +503,7 @@ Configure controller-1
:start-after: incl-config-controller-1-virt-controller-storage-start
:end-before: incl-config-controller-1-virt-controller-storage-end
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/incl-config-controller-1.rest
:start-after: incl-config-controller-1-start:
@ -567,7 +567,7 @@ machine.
Configure worker nodes
----------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -704,7 +704,7 @@ Configure worker nodes
done
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/controller_storage_install_kubernetes.rest
:start-after: start-config-worker-nodes-std-with-storage-bare-metal
@ -714,7 +714,7 @@ Configure worker nodes
Optionally Configure PCI-SRIOV Interfaces
*****************************************
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -728,7 +728,7 @@ Optionally Configure PCI-SRIOV Interfaces
Not applicable
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/controller_storage_install_kubernetes.rest
:start-after: start-config-pci-sriov-interfaces-standard-storage
@ -763,7 +763,7 @@ If configuring host based Ceph Storage Backend, Add Ceph OSDs to controllers
Currently |prod-os| does not support rook-ceph. If you plan on using
|prod-os|, choose host-based Ceph.
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -816,7 +816,7 @@ If configuring host based Ceph Storage Backend, Add Ceph OSDs to controllers
system host-stor-list $HOST
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/controller_storage_install_kubernetes.rest
:start-after: start-add-ceph-osds-to-controllers-std-storage

View File

@ -37,7 +37,7 @@ Overview
Minimum hardware requirements
-----------------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -51,7 +51,7 @@ Minimum hardware requirements
.. include:: /shared/_includes/physical_host_req.txt
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/prepare-servers-for-installation-91baad307173.rest
:start-after: begin-min-hw-reqs-ded
@ -63,7 +63,7 @@ Minimum hardware requirements
Installation Prerequisites
--------------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -87,7 +87,7 @@ Installation Prerequisites
<https://mirror.starlingx.cengn.ca/mirror/starlingx/release/>`__.
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/installation-prereqs.rest
:start-after: begin-install-prereqs
@ -99,7 +99,7 @@ Installation Prerequisites
Prepare Servers for Installation
--------------------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -155,7 +155,7 @@ Prepare Servers for Installation
ignore errors and continue.
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/prepare-servers-for-installation-91baad307173.rest
:start-after: start-prepare-servers-common
@ -165,7 +165,7 @@ Prepare Servers for Installation
Install Software on Controller-0
--------------------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -204,7 +204,7 @@ Install Software on Controller-0
the server to reboot. This can take 5-10 minutes depending on the
performance of the host machine.
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/inc-install-software-on-controller.rest
:start-after: incl-install-software-controller-0-standard-start
@ -214,7 +214,7 @@ Install Software on Controller-0
Bootstrap system on controller-0
--------------------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -230,7 +230,7 @@ Bootstrap system on controller-0
:start-after: incl-bootstrap-controller-0-virt-controller-storage-start:
:end-before: incl-bootstrap-controller-0-virt-controller-storage-end:
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/incl-bootstrap-sys-controller-0-standard.rest
:start-after: incl-bootstrap-sys-controller-0-standard-start
@ -240,7 +240,7 @@ Bootstrap system on controller-0
Configure controller-0
----------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -257,7 +257,7 @@ Configure controller-0
:end-before: incl-config-controller-0-virt-controller-storage-end:
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/incl-config-controller-0-storage.rest
:start-after: incl-config-controller-0-storage-start
@ -287,7 +287,7 @@ machine.
Install software on controller-1, storage nodes, and worker nodes
-----------------------------------------------------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -432,7 +432,7 @@ Install software on controller-1, storage nodes, and worker nodes
| 6 | worker-1 | worker | locked | disabled | online |
+----+--------------+-------------+----------------+-------------+--------------+
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/dedicated_storage_install_kubernetes.rest
:start-after: begin-install-sw-cont-1-stor-and-wkr-nodes
@ -442,7 +442,7 @@ Install software on controller-1, storage nodes, and worker nodes
Configure controller-1
----------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -458,7 +458,7 @@ Configure controller-1
:start-after: incl-config-controller-1-virt-controller-storage-start
:end-before: incl-config-controller-1-virt-controller-storage-end
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/incl-config-controller-1.rest
:start-after: incl-config-controller-1-start:
@ -468,7 +468,7 @@ Configure controller-1
Unlock controller-1
-------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -484,7 +484,7 @@ Unlock controller-1
:start-after: incl-unlock-controller-1-virt-controller-storage-start:
:end-before: incl-unlock-controller-1-virt-controller-storage-end:
.. only:: partner
.. only:: partner and (html or latex)
.. include:: controller_storage_install_kubernetes.rst
:start-after: incl-unlock-controller-1-start:
@ -496,7 +496,7 @@ Unlock controller-1
Configure storage nodes
-----------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -551,7 +551,7 @@ Configure storage nodes
system host-stor-list $HOST
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/dedicated_storage_install_kubernetes.rest
:start-after: begin-dedicated-config-storage-nodes
@ -577,7 +577,7 @@ host machine.
Configure worker nodes
----------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -684,7 +684,7 @@ Configure worker nodes
done
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/dedicated_storage_install_kubernetes.rest
:start-after: begin-dedicated-stor-config-workers
@ -694,7 +694,7 @@ Configure worker nodes
Optionally Configure PCI-SRIOV Interfaces
*****************************************
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -708,7 +708,7 @@ Optionally Configure PCI-SRIOV Interfaces
Not applicable.
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/dedicated_storage_install_kubernetes.rest
:start-after: begin-dedicated-conf-pci-sriov-interfaces
@ -718,7 +718,7 @@ Optionally Configure PCI-SRIOV Interfaces
Unlock worker nodes
-------------------
.. only:: starlingx
.. only:: starlingx and html
.. tabs::
@ -734,7 +734,7 @@ Unlock worker nodes
:start-after: incl-unlock-compute-nodes-virt-controller-storage-start:
:end-before: incl-unlock-compute-nodes-virt-controller-storage-end:
.. only:: partner
.. only:: partner and (html or latex)
.. include:: /shared/_includes/dedicated_storage_install_kubernetes.rest
:start-after: begin-dedicated-unlock-workers