-
Bug
-
Resolution: Done
-
Major
-
RH358 - RHEL 8.1 1 20200713
-
None
-
12
-
-
en-US (English)
URL: https://role.rhu.redhat.com/rol-rhu/app/courses/rh358-8.1/pages/ch12s02
Reporter RHNID: alpaslank
Section: - Lab: Configuring Network Infrastructure Services
Language: en-US (English)
Workaround: Add the ansible_proj_dir to /usr/local/lib/lab-compreview-network on workstation (or /content/courses/rh358/rhel8.1/grading-scripts/lab-compreview-network on foundation0):
...
export ansible_proj_dir=/home/student/cr-network
and update the relevant line as follows:
#if ${ssh} serverc "${cmd1} && ${cmd2} && ${cmd3} && ${cmd4}"
if ${ssh} serverc '${cmd1} && ${cmd2} && ${cmd3} && ${c
Description: I don't know if it's related to my setup but "lab compreview-network grade" fails although serverc is configured properly.
At first I noticed that "ansible_proj_dir" variable was not set. So I manually set it to /home/student/cr-network in /usr/local/lib/lab-compreview-network
But this time I was getting: " Confirm dhcp-conn connection is configured on serverc....... FAIL".
I've changed double quotes with single quotes for the below line and I got PASS for overall lab grade:
...
#if ${ssh} serverc "${cmd1} && ${cmd2} && ${cmd3} && ${cmd4}"
if ${ssh} serverc '${cmd1} && ${cmd2} && ${cmd3} && ${cmd4}'
- is duplicated by
-
PTL-5534 RH358-47: Comprehensive Review lab 12.2 fails as not able to find the ansible playbook
-
- Closed
-