Merge "Fix escaped underscores (r5,r6,dsR6)"

This commit is contained in:
Zuul 2022-06-15 12:21:47 +00:00 committed by Gerrit Code Review
commit 88bcd8c3b3
3 changed files with 11 additions and 11 deletions

View File

@ -78,7 +78,7 @@ In this method you can run Ansible Restore playbook and point to controller-0.
.. code-block:: none .. code-block:: none
-e backup\_filename= localhost_platform_backup_2019_07_15_14_46_37.tgz -e backup_filename= localhost_platform_backup_2019_07_15_14_46_37.tgz
- The initial_backup_dir is the location on the Ansible control - The initial_backup_dir is the location on the Ansible control
machine where the platform backup tar file is placed to restore the machine where the platform backup tar file is placed to restore the

View File

@ -64,27 +64,27 @@ To review detailed information about a specific alarm instance, see
| | | | | |
| | ~(keystone_admin)$ fm alarm-list --query uuid=4ab5698a-19cb... | | | ~(keystone_admin)$ fm alarm-list --query uuid=4ab5698a-19cb... |
+-----------------------------------------------------+----------------------------------------------------------------------------+ +-----------------------------------------------------+----------------------------------------------------------------------------+
| :command:`alarm\_id=<alarm id\>` | Query alarms by alarm ID, for example: | | :command:`alarm_id=<alarm id\>` | Query alarms by alarm ID, for example: |
| | | | | |
| | .. code-block:: none | | | .. code-block:: none |
| | | | | |
| | ~(keystone_admin)$ fm alarm-list --query alarm_id=100.104 | | | ~(keystone_admin)$ fm alarm-list --query alarm_id=100.104 |
+-----------------------------------------------------+----------------------------------------------------------------------------+ +-----------------------------------------------------+----------------------------------------------------------------------------+
| :command:`alarm\_type=<type\>` | Query alarms by type, for example: | | :command:`alarm_type=<type\>` | Query alarms by type, for example: |
| | | | | |
| | .. code-block:: none | | | .. code-block:: none |
| | | | | |
| | ~(keystone_admin)$ fm alarm-list --query \ | | | ~(keystone_admin)$ fm alarm-list --query \ |
| | alarm_type=operational-violation | | | alarm_type=operational-violation |
+-----------------------------------------------------+----------------------------------------------------------------------------+ +-----------------------------------------------------+----------------------------------------------------------------------------+
| :command:`entity\_type\_id=<type id\>` | Query alarms by entity type ID, for example: | | :command:`entity_type_id=<type id\>` | Query alarms by entity type ID, for example: |
| | | | | |
| | .. code-block:: none | | | .. code-block:: none |
| | | | | |
| | ~(keystone_admin)$ fm alarm-list --query \ | | | ~(keystone_admin)$ fm alarm-list --query \ |
| | entity_type_id=system.host | | | entity_type_id=system.host |
+-----------------------------------------------------+----------------------------------------------------------------------------+ +-----------------------------------------------------+----------------------------------------------------------------------------+
| :command:`entity\_instance\_id=<instance id\>` | Query alarms by entity instance id, for example: | | :command:`entity_instance_id=<instance id\>` | Query alarms by entity instance id, for example: |
| | | | | |
| | .. code-block:: none | | | .. code-block:: none |
| | | | | |
@ -117,17 +117,17 @@ To review detailed information about a specific alarm instance, see
UUID can be used in display alarm details with the UUID can be used in display alarm details with the
:command:`fm alarm-show` <UUID> command. :command:`fm alarm-show` <UUID> command.
**--include\_suppress** **--include_suppress**
Use this option to include suppressed alarms in the list. Use this option to include suppressed alarms in the list.
**--mgmt\_affecting** **--mgmt_affecting**
Management affecting alarms prevent some critical administrative Management affecting alarms prevent some critical administrative
actions from being performed. For example, software upgrades. Using the actions from being performed. For example, software upgrades. Using the
``--mgmt\_affecting`` option will list an additional column in the output, ``--mgmt_affecting`` option will list an additional column in the output,
'Management Affecting', which indicates whether the alarm is management 'Management Affecting', which indicates whether the alarm is management
affecting or not. affecting or not.
**--degrade\_affecting** **--degrade_affecting**
Include degrade affecting status in output. Include degrade affecting status in output.
The following example shows alarm UUIDs. The following example shows alarm UUIDs.

View File

@ -89,11 +89,11 @@ The optional arguments are:
``--reset-values`` ``--reset-values``
Replace any existing helm chart overrides with the ones specified. Replace any existing helm chart overrides with the ones specified.
``--values <file\_name>`` ``--values <file_name>``
Specify a YAML file containing helm chart override values. Can specify Specify a YAML file containing helm chart override values. Can specify
multiple times. multiple times.
``--set <commandline\_overrides>`` ``--set <commandline_overrides>``
Set helm chart override values on the command line. Multiple override Set helm chart override values on the command line. Multiple override
values can be specified with multiple ``--set`` arguments. These are values can be specified with multiple ``--set`` arguments. These are
processed after ``--values`` files. processed after ``--values`` files.