You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace all instances of {{ site.data.product.title }} with {{ site.data.product.title_short }}
This has zero impact to upstream ManageIQ docs as both are defined as "ManageIQ". Downstream this helps with client experience by replacing the long title name "IBM Cloud Pak for Multicloud Management - Infrastructure Management" with the shorter title name "Infrastructure Management".
Copy file name to clipboardexpand all lines: _includes/appe-appliance-console-cli.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Currently, the `appliance_console_cli` feature is a subset of the full functionality of the `appliance_console` itself, and covers functions most likely to be scripted by using the command-line interface (CLI).
2
2
3
-
1. After starting the {{ site.data.product.title }} appliance, log in with a user name of `root` and the default password of `smartvm`. This displays the Bash prompt for the root user.
3
+
1. After starting the {{ site.data.product.title_short }} appliance, log in with a user name of `root` and the default password of `smartvm`. This displays the Bash prompt for the root user.
4
4
5
5
2. Enter the `appliance_console_cli` or `appliance_console_cli --help` command to see a list of options available with the command, or simply enter `appliance_console_cli --option <argument>` directly to use a specific option.
<td><p>Restart the {{ site.data.product.title }} appliance. You can either restart the appliance and clear the logs or just restart the appliance.</p></td>
78
+
<td><p>Restart the {{ site.data.product.title_short }} appliance. You can either restart the appliance and clear the logs or just restart the appliance.</p></td>
79
79
</tr>
80
80
<trclass="odd">
81
81
<td><p><strong>Shut Down Appliance</strong></p></td>
82
82
<td><p>Power down the appliance and exit all processes.</p></td>
Copy file name to clipboardexpand all lines: _includes/create-playbook-service-catalog-item.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
**Note:**
2
2
3
-
- Before creating an Ansible service, at least one repository, one playbook, and one credential must exist in the {{ site.data.product.title }} inventory. Check your inventory and add the appropriate resources before creating an Ansible service. For more information, see [Automation Management Providers](../managing_providers/index.html#automation-management-providers) in *Managing Providers*.
3
+
- Before creating an Ansible service, at least one repository, one playbook, and one credential must exist in the {{ site.data.product.title_short }} inventory. Check your inventory and add the appropriate resources before creating an Ansible service. For more information, see [Automation Management Providers](../managing_providers/index.html#automation-management-providers) in *Managing Providers*.
4
4
5
5
- Debugging verbosity is available for Ansible playbook catalog items.
6
6
Selecting a higher verbosity value provides more detailed output as
0 commit comments