Skip to content

Commit 5e35fc2

Browse files
Insights remediations quickstart QE review edits (#344)
Fix QE testing comments
1 parent 5f9ed73 commit 5e35fc2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/quickstarts/insights-remediate-plan-create/insights-remediate-plan-create.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ spec:
1818

1919
# Optional.
2020
description: |-
21-
Create and execute a remediation plan to resolve an issue detected by the Insights Advisor service.
21+
Create and execute a remediation plan to resolve an issue detected by the Insights advisor service.
2222
introduction: |-
23-
In this quick start, from the console, you will create and execute a remediation plan on one or more systems to resolve an issue that the Insights Advisor service recommends remediating.
23+
In this quick start, from the Red Hat Hybrid Cloud Console, you will create and execute a remediation plan on one or more systems to resolve an issue that the Insights advisor service recommends remediating.
2424
<br>
2525
<br>
26-
The Advisor service assesses and monitors the health of your Red Hat Enterprise Linux (RHEL) infrastructure and provides recommendations to address availability, stability, performance, and security issues.
26+
The advisor service assesses and monitors the health of your Red Hat Enterprise Linux (RHEL) infrastructure and provides recommendations to address availability, stability, performance, and security issues.
2727
Remediation plans use Ansible playbooks to remediate issues on systems in your Red Hat Enterprise Linux (RHEL) infrastructure.
2828
<br>
2929
<br>
@@ -36,7 +36,7 @@ spec:
3636
tasks:
3737
- title: Create a Remediation plan
3838
description: |-
39-
Pick an issue that the Advisor service has recommended remediating on a system in your RHEL infrastructure, and then create a remediation plan to execute.
39+
Pick an issue that the advisor service has recommended remediating on a system in your RHEL infrastructure, and then create a remediation plan to execute.
4040
4141
1. On the left navigation bar, go to **Operations** > **Advisor** > **Recommendations**.
4242
2. Scroll through the list of recommendations and pick one whose **Remediation type** is set to **Playbook**.
@@ -51,7 +51,7 @@ spec:
5151
6. With the help of the wizard, create a remediation plan named **_My-Plan-1_** and ensure you select the **Create a playbook** option.
5252
7. Click **Next**.
5353
8. Review the default selections under **Review systems** and **Remediation review**, adjust them as needed, and then click **Submit**.
54-
9. Click **Open My-Plan-1** to view your new plan.
54+
9. To view your new plan, click **Return to application**, and then go to **Automation Toolkit** > **Remediation Plans** > **My-Plan-1**.
5555
review:
5656
instructions: |-
5757
- Were you presented with the details and status of the **_My-Plan-1_** remediation plan that you just created?
@@ -83,21 +83,21 @@ spec:
8383
For more information, see [Remote Host Configuration and Management](https://docs.redhat.com/en/documentation/red_hat_insights/1-latest/html/remote_host_configuration_and_management/index).
8484
8585
</details>
86-
3. For each system that you want to remediate from within Insights, ensure you have enabled the Remote Host Configuration client (`rhc connect`{{copy}}) and have a direct connection to the RHEL system:
86+
3. For each system that you want to remediate from within Insights, ensure you have enabled the Remote Host Configuration client (`rhc connect`) and have a direct connection to the RHEL system:
8787
<details>
8888
<summary><span style="color:#0066CC">&nbspNeed help connecting to a RHEL system?</span></summary>
8989
- Log on as a user with root access to the RHEL system, and execute the following commands:
9090
<ol type="a">
9191
<li> `dnf install rhc rhc-worker-playbook`{{copy}}</li>
9292
<li> `dnf upgrade rhc rhc-worker-playbook`{{copy}}</li>
93-
<li> `grep mqtt-reconnect-delay /etc/rhc/config.toml || echo 'mqtt-reconnect-delay = "10s"' >> /etc/rhc/config.toml rhc connect`{{copy}}</li>
94-
</ol>
95-
- After executing the commands, check the **Connection Status** column in the **Systems** tab of your remediation plan. The status should indicate that the system is **Connected**.
93+
<li> `grep mqtt-reconnect-delay /etc/rhc/config.toml || echo 'mqtt-reconnect-delay = "10s"' >> /etc/rhc/config.toml`{{copy}}</li>
94+
<li> `rhc connect`{{copy}}</li>
95+
</ol>
96+
- After executing the commands, refresh the plan details page and then check the **Connection Status** column in the **Systems** tab of your remediation plan. The status should indicate that the system is **Connected**.
9697
</details>
97-
4. Go to **Automation Toolkit** > **Remediation plans** and open the remediation plan details for “My-Plan-1”. The execution readiness check will automatically run again.
9898
review:
9999
instructions: |-
100-
- When the execution readiness check has rerun, is the **Execute** button now enabled?
100+
- When the execution readiness check reruns, is the **Execute** button now enabled?
101101
failedTaskHelp: Review the remediation plan settings again and adjust the configuration as needed. [Learn more ...](https://docs.redhat.com/en/documentation/red_hat_insights/1-latest/html/red_hat_insights_remediations_guide_with_fedramp/creating-managing-playbooks_red-hat-insights-remediation-guide#viewing-archived-remediation-playbook_creating-managing-playbooks)<i class="pf-icon [fa-external-link-alt]"></i>
102102
- title: Execute a remediation plan
103103
description: |-

0 commit comments

Comments
 (0)