diff --git a/doc/source/node_management/kubernetes/configuring_node_labels/assigning-node-labels-from-the-cli.rst b/doc/source/node_management/kubernetes/configuring_node_labels/assigning-node-labels-from-the-cli.rst index 46aca2fc0..2ea157d5d 100644 --- a/doc/source/node_management/kubernetes/configuring_node_labels/assigning-node-labels-from-the-cli.rst +++ b/doc/source/node_management/kubernetes/configuring_node_labels/assigning-node-labels-from-the-cli.rst @@ -30,48 +30,48 @@ refer to `https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ | ) = [= ...] + system host-label-assign ( | ) = [= ...] - For example: +For example: - .. code-block:: none +.. code-block:: none - ~(keystone)admin)$ system host-label-assign controller-0 openstack-compute-node=enabled openvswitch=enabled sriov=enabled - +-------------+--------------------------------------+ - | Property | Value | - +-------------+--------------------------------------+ - | uuid | 2909d775-cd6c-4bc1-8268-27499fe38d5e | - | host_uuid | 1f00d8a4-f520-41ee-b608-1b50054b1cd8 | - | label_key | openstack-compute-node | - | label_value | enabled | - +-------------+--------------------------------------+ - +-------------+--------------------------------------+ - | Property | Value | - +-------------+--------------------------------------+ - | uuid | 8dafcfcf-e417-4fd0-8829-8baadb3a3981 | - | host_uuid | 1f00d8a4-f520-41ee-b608-1b50054b1cd8 | - | label_key | openvswitch | - | label_value | enabled | - +-------------+--------------------------------------+ - +-------------+--------------------------------------+ - | Property | Value | - +-------------+--------------------------------------+ - | uuid | d8e29e62-4173-4445-886c-9a95b0d6fee1 | - | host_uuid | 1f00d8a4-f520-41ee-b608-1b50054b1cd8 | - | label_key | SRIOV | - | label_value | enabled | - +-------------+--------------------------------------+ + ~(keystone)admin)$ system host-label-assign controller-0 openstack-compute-node=enabled openvswitch=enabled sriov=enabled + +-------------+--------------------------------------+ + | Property | Value | + +-------------+--------------------------------------+ + | uuid | 2909d775-cd6c-4bc1-8268-27499fe38d5e | + | host_uuid | 1f00d8a4-f520-41ee-b608-1b50054b1cd8 | + | label_key | openstack-compute-node | + | label_value | enabled | + +-------------+--------------------------------------+ + +-------------+--------------------------------------+ + | Property | Value | + +-------------+--------------------------------------+ + | uuid | 8dafcfcf-e417-4fd0-8829-8baadb3a3981 | + | host_uuid | 1f00d8a4-f520-41ee-b608-1b50054b1cd8 | + | label_key | openvswitch | + | label_value | enabled | + +-------------+--------------------------------------+ + +-------------+--------------------------------------+ + | Property | Value | + +-------------+--------------------------------------+ + | uuid | d8e29e62-4173-4445-886c-9a95b0d6fee1 | + | host_uuid | 1f00d8a4-f520-41ee-b608-1b50054b1cd8 | + | label_key | SRIOV | + | label_value | enabled | + +-------------+--------------------------------------+ - .. note:: - You can look up host names and IDs using the :command:`host-list` - command. +.. note:: + + You can look up host names and IDs using the :command:`host-list` command. diff --git a/doc/source/node_management/kubernetes/configuring_node_labels/listing-node-labels-from-the-cli.rst b/doc/source/node_management/kubernetes/configuring_node_labels/listing-node-labels-from-the-cli.rst index 1c70fc826..94292314f 100644 --- a/doc/source/node_management/kubernetes/configuring_node_labels/listing-node-labels-from-the-cli.rst +++ b/doc/source/node_management/kubernetes/configuring_node_labels/listing-node-labels-from-the-cli.rst @@ -22,25 +22,25 @@ to `https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ | ) + system host-label-list ( | ) - For example: +For example: - .. code-block:: none +.. code-block:: none - ~(keystone)admin)$ system host-label-list controller-0 - +--------------+-------------------------+-------------+ - | hostname | label key | label value | - +--------------+-------------------------+-------------+ - | controller-0 | openstack-compute-node | enabled | - | controller-0 | openstack-control-plane | enabled | - | controller-0 | openvswitch | enabled | - | controller-0 | SRIOV | enabled | - +--------------+-------------------------+-------------+ + ~(keystone)admin)$ system host-label-list controller-0 + +--------------+-------------------------+-------------+ + | hostname | label key | label value | + +--------------+-------------------------+-------------+ + | controller-0 | openstack-compute-node | enabled | + | controller-0 | openstack-control-plane | enabled | + | controller-0 | openvswitch | enabled | + | controller-0 | SRIOV | enabled | + +--------------+-------------------------+-------------+ diff --git a/doc/source/node_management/kubernetes/configuring_node_labels/removing-node-labels-from-the-cli.rst b/doc/source/node_management/kubernetes/configuring_node_labels/removing-node-labels-from-the-cli.rst index 7aa46bd52..421f6dbb4 100644 --- a/doc/source/node_management/kubernetes/configuring_node_labels/removing-node-labels-from-the-cli.rst +++ b/doc/source/node_management/kubernetes/configuring_node_labels/removing-node-labels-from-the-cli.rst @@ -29,22 +29,21 @@ to `https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ | ) [ ...] + system host-label-remove ( | ) [ ...] - For example: +For example: - .. code-block:: none +.. code-block:: none - ~(keystone)admin)$ system host-label-remove worker-0 openstack-compute-node openvswitch sriov - Deleted host label openstack-compute-node for host worker-0 - Deleted host label openvswitch for host worker-0 - Deleted host label SRIOV for host worker-0 + ~(keystone)admin)$ system host-label-remove worker-0 openstack-compute-node openvswitch sriov + Deleted host label openstack-compute-node for host worker-0 + Deleted host label openvswitch for host worker-0 + Deleted host label SRIOV for host worker-0 diff --git a/doc/source/node_management/kubernetes/install-power-metrics-application-a12de3db7478.rst b/doc/source/node_management/kubernetes/install-power-metrics-application-a12de3db7478.rst index 73211fbd1..872b5c7ee 100644 --- a/doc/source/node_management/kubernetes/install-power-metrics-application-a12de3db7478.rst +++ b/doc/source/node_management/kubernetes/install-power-metrics-application-a12de3db7478.rst @@ -117,14 +117,14 @@ You can activate the Intel |PMU| plugin with the following command: .. code-block:: none [sysadmin@controller-0 ~(keystone_admin)]$ system helm-override-update power-metrics telegraf power-metrics --set pmu_enabled=true - +----------------+-------------------+ - | Property | Value | - +----------------+-------------------+ - | name | telegraf | - | namespace | power-metrics | - | user_overrides | pmu_enabled: true | - | | | - +----------------+-------------------+ + +----------------+-------------------+ + | Property | Value | + +----------------+-------------------+ + | name | telegraf | + | namespace | power-metrics | + | user_overrides | pmu_enabled: true | + | | | + +----------------+-------------------+ Override Input Plugins ---------------------- @@ -666,4 +666,4 @@ a container, it is exposed as ``container_perf_events_total``. It also reports the scaling ratio, which calculates the ratio of performance events in a container, it is exposed as -``container_perf_events_scaling_ration``. \ No newline at end of file +``container_perf_events_scaling_ration``. diff --git a/doc/source/node_management/kubernetes/node_interfaces/configuring-ethernet-interfaces-on-sriov-interface-using-cli.rst b/doc/source/node_management/kubernetes/node_interfaces/configuring-ethernet-interfaces-on-sriov-interface-using-cli.rst index fed211c3a..547bc9d6b 100644 --- a/doc/source/node_management/kubernetes/node_interfaces/configuring-ethernet-interfaces-on-sriov-interface-using-cli.rst +++ b/doc/source/node_management/kubernetes/node_interfaces/configuring-ethernet-interfaces-on-sriov-interface-using-cli.rst @@ -93,10 +93,10 @@ to platform networks using the CLI. +-----------------+--------------------------------------+ ~(keystone_admin)$ system host-if-list controller-0 - +------------+----------+-----------+----------+------+---------------+-------------+---------------------------------+------------+ + +----------+----------+-----------+----------+------+---------------+-------------+---------------------------------+------------+ | uuid | name | class | type | vlan | ports | uses i/f | used by i/f | attributes | | | | | | id | | | | | - +------------+----------+-----------+----------+------+---------------+-------------+---------------------------------+------------+ + +----------+----------+-----------+----------+------+---------------+-------------+---------------------------------+------------+ | 0c4b1cc | sriov00 | pci-sriov | vf | None | [] | [u'sriov0'] | [] | MTU=1500 | | 1a51169 | pxeboot0 | platform | ethernet | None | [] | [u'sriov0'] | [] | MTU=1500 | | 3a191c4 | oam0 | platform | vlan | 200 | [] | [u'sriov0'] | [] | MTU=1500 | @@ -107,7 +107,7 @@ to platform networks using the CLI. | | | | | | | | , u'mgmt0'] | | | | | | | | | | | | | e7bd04f | cluster0 | platform | vlan | 158 | [] | [u'sriov0'] | [] | MTU=1500 | - +------------+----------+-----------+----------+------+---------------+-------------+---------------------------------+------------+ + +----------+----------+-----------+----------+------+---------------+-------------+---------------------------------+------------+ #. Attach the ethernet interface to a platform network. diff --git a/doc/source/node_management/kubernetes/node_interfaces/nic-replacement-with-the-same-vendor-and-device-id-32942b7b05e5.rst b/doc/source/node_management/kubernetes/node_interfaces/nic-replacement-with-the-same-vendor-and-device-id-32942b7b05e5.rst index 8c2e60b07..2dd5991fa 100644 --- a/doc/source/node_management/kubernetes/node_interfaces/nic-replacement-with-the-same-vendor-and-device-id-32942b7b05e5.rst +++ b/doc/source/node_management/kubernetes/node_interfaces/nic-replacement-with-the-same-vendor-and-device-id-32942b7b05e5.rst @@ -23,7 +23,7 @@ types of NIC classes (``pci-sriov``, ``data``, ``pci-passthrough``, and ~(keystone_admin)]$ system host-lock - #. Wait for the host to be reported as locked. + Wait for the host to be reported as locked. #. Power down the host manually and make the NIC card replacement. diff --git a/doc/source/node_management/kubernetes/node_interfaces/provisioning-sr-iov-interfaces-using-the-cli.rst b/doc/source/node_management/kubernetes/node_interfaces/provisioning-sr-iov-interfaces-using-the-cli.rst index a95f0d93b..d2427d5e1 100644 --- a/doc/source/node_management/kubernetes/node_interfaces/provisioning-sr-iov-interfaces-using-the-cli.rst +++ b/doc/source/node_management/kubernetes/node_interfaces/provisioning-sr-iov-interfaces-using-the-cli.rst @@ -89,7 +89,7 @@ See |datanet-doc|: :ref:`Add Data Networks using the CLI | host_uuid | 8c28fe10-8849-4597-8a5d-89a97ea8febf | | label_key | sriovdp-vhostnet | | label_value | enabled | - +-------------+--------------------------------------+ + +-------------+--------------------------------------+ #. Identify the interfaces to be configured. @@ -162,7 +162,7 @@ See |datanet-doc|: :ref:`Add Data Networks using the CLI .. code-block:: none ~(keystone_admin)$ system host-if-modify -m 1500 -n sriov1 -c pci-sriov -N 16 compute-0 ens787f3 - +----------------+--------------------------------------+ + +-----------------+--------------------------------------+ | Property | Value | +-----------------+--------------------------------------+ | ifname | sriov1 | diff --git a/doc/source/node_management/kubernetes/single-physical-core-for-platform-function-in-all-in-one-deployments-bec61d5a13f4.rst b/doc/source/node_management/kubernetes/single-physical-core-for-platform-function-in-all-in-one-deployments-bec61d5a13f4.rst index b338a3d0a..01f771e8a 100644 --- a/doc/source/node_management/kubernetes/single-physical-core-for-platform-function-in-all-in-one-deployments-bec61d5a13f4.rst +++ b/doc/source/node_management/kubernetes/single-physical-core-for-platform-function-in-all-in-one-deployments-bec61d5a13f4.rst @@ -35,23 +35,23 @@ the system API and thru deployment manager. System API: -#. Lock hosts +#. Lock hosts. -.. code-block:: none + .. code-block:: none - system host-lock + system host-lock -#. Set cores reserved to platform +#. Set cores reserved to platform. -.. code-block:: none + .. code-block:: none - system host-cpu-modify -f platform -p <#-of-physical-cores> + system host-cpu-modify -f platform -p <#-of-physical-cores> -#. Unlock host +#. Unlock host. -.. code-block:: none + .. code-block:: none - system host-unlock + system host-unlock .. only:: partner