cancel
Showing results for 
Search instead for 
Did you mean: 
jako
Cadet
Cadet
  • 158 Views

DO316 Chapter 4 - 4.5 Practice Lab - Can not continue starting lab (multihomed review)

Jump to solution

Concerning Training DO 316 - Managing Virtual Machines with Red Hat OpenShift Virtualization

Chapter 4  - 4.5 Lab: Connect Virtual Machines to External Networks

During the initialization with the script

lab start multihomed-review

an error occured in stage "Configuring web server settings" with this message:
The ansible playbook failed execution. I started the lab environment many times but the same error occurs every time.

I have lost 2 hours of valuable lab time. I can not continue the course.

 

 

 

 

Labels (1)
1 Solution

Accepted Solutions
Chetan_Tiwary_
Community Manager
Community Manager
  • 137 Views

@jako  Please try this workaround and let me know if this works for you:

Replace the SSH client configuration with this in the ~/.ssh/config file on the workstation machine.

Host *
IdentityFile ~/.ssh/lab_rsa
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
UpdateHostKeys yes

and retry the lab script.

View solution in original post

0 Kudos
2 Replies
Chetan_Tiwary_
Community Manager
Community Manager
  • 138 Views

@jako  Please try this workaround and let me know if this works for you:

Replace the SSH client configuration with this in the ~/.ssh/config file on the workstation machine.

Host *
IdentityFile ~/.ssh/lab_rsa
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
UpdateHostKeys yes

and retry the lab script.

0 Kudos
jako
Cadet
Cadet
  • 108 Views

Hi Chetan, it works!

Thanks a lot.

-Jan

0 Kudos
Join the discussion
You must log in to join this conversation.