diff --git a/doc/source/operations/ceph-management.rst b/doc/source/operations/ceph-management.rst index e48a8d3e0..98988959b 100644 --- a/doc/source/operations/ceph-management.rst +++ b/doc/source/operations/ceph-management.rst @@ -120,7 +120,7 @@ Ceph can report details about failed OSDs by running: sudo cephadm shell ceph health detail -.. note :: +.. note:: Remember to run ceph/rbd commands from within ``cephadm shell`` (preferred method) or after installing Ceph client. Details in the diff --git a/doc/source/operations/control-plane-operation.rst b/doc/source/operations/control-plane-operation.rst index e2de52709..3dfd1ec44 100644 --- a/doc/source/operations/control-plane-operation.rst +++ b/doc/source/operations/control-plane-operation.rst @@ -81,12 +81,6 @@ Then, create another silence to match ``hostname=`` (this is required because, for the OpenStack exporter, the instance is the host running the monitoring service rather than the host being monitored). -.. note:: - - After creating the silence, you may get redirected to a 404 page. This is a - `known issue `__ - when running several Alertmanager instances behind HAProxy. - Control Plane Shutdown Procedure ================================ @@ -353,8 +347,7 @@ Deploying to a Specific Hypervisor ---------------------------------- To test creating an instance on a specific hypervisor, *as an admin-level user* -you can specify the hypervisor name as part of an extended availability zone -description. +you can specify the hypervisor name. To see the list of hypervisor names: diff --git a/doc/source/operations/gpu-in-openstack.rst b/doc/source/operations/gpu-in-openstack.rst index 2d7e30dee..1fd99d30d 100644 --- a/doc/source/operations/gpu-in-openstack.rst +++ b/doc/source/operations/gpu-in-openstack.rst @@ -190,35 +190,6 @@ Configure the VGPU devices: - mdev_type: nvidia-697 index: 1 -Running the playbook -^^^^^^^^^^^^^^^^^^^^ - -The playbook defined in the :ref:`previous step` -should be run after `kayobe overcloud host configure` has completed. This will -ensure the host has been fully bootstrapped. With default settings, internet -connectivity is required to download `MIG Partition Editor for NVIDIA GPUs`. If -this is not desirable, you can override the one of the following variables -(depending on host OS): - -.. code-block:: yaml - :caption: $KAYOBE_CONFIG_PATH/inventory/group_vars/compute_vgpu/vgpu - - vgpu_nvidia_mig_manager_rpm_url: "https://github.com/NVIDIA/mig-parted/releases/download/v0.5.1/nvidia-mig-manager-0.5.1-1.x86_64.rpm" - vgpu_nvidia_mig_manager_deb_url: "https://github.com/NVIDIA/mig-parted/releases/download/v0.5.1/nvidia-mig-manager_0.5.1-1_amd64.deb" - -For example, you may wish to upload these artifacts to the local pulp. - -Run the playbook that you defined earlier: - -.. code-block:: shell - - kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/host-configure.yml - -Note: This will reboot the hosts on first run. - -The playbook may be added as a hook in ``$KAYOBE_CONFIG_PATH/hooks/overcloud-host-configure/post.d``; this will -ensure you do not forget to run it when hosts are enrolled in the future. - .. _NVIDIA Kolla Ansible Configuration: Kolla-Ansible configuration