I reserved the lab to try again ansible scripts (second time), however now seems I am not able to even start virl simulation, from other post I found that I need to start the nodes (on past session I was able to do it). This time I am getting this message over and over:
[developer@devbox learning_labs]$virl up
Pulling from default
Exception raised while running your command
Please open an issue and provide this info:
HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /default/master/topology.virl (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x304bd10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
Seems like some connectivity problem to the url where file is located
Solved! Go to Solution.
OK figured it out , the issue is executing the virl up command on the wrong directory, the topology.virl is located on subdirectory:
[developer@devbox sbx_nxos]$pwd
/home/developer/code/sbx_nxos
[developer@devbox sbx_nxos]$
After changing to this directory the nodes went up correctly
OK figured it out , the issue is executing the virl up command on the wrong directory, the topology.virl is located on subdirectory:
[developer@devbox sbx_nxos]$pwd
/home/developer/code/sbx_nxos
[developer@devbox sbx_nxos]$
After changing to this directory the nodes went up correctly