cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1014
Views
0
Helpful
2
Replies

Problem installing Ansible in the "Open NX-OS with Nexus 9Kv" sandbox devbox

obrigg
Cisco Employee
Cisco Employee

Dear DevNet team,

My customer is using the "Open NX-OS with Nexus 9Kv" sandbox, following the "Getting Hands On with Ansible" learning lab.

When trying to install Ansible (basically the first task..) we're getting some error messages.

 

root@10.10.20.20's password:
Last login: Thu Dec 12 06:45:42 2019
-bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
(venv) [root@devbox ~]# pip install ansible==2.2
Collecting ansible==2.2
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fc428b76630>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/ansible/
Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fc428b76c88>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/ansible/
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fc428b76978>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/ansible/
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fc428b76320>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/ansible/
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fc428b76470>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/ansible/
Could not find a version that satisfies the requirement ansible==2.2 (from versions: )
No matching distribution found for ansible==2.2
(venv) [root@devbox ~]#

 

Could there be a DNS availability problem or a connectivity problem preventing PIP to install Ansible?

 

Thanks in advace,

Oren.

1 Accepted Solution

Accepted Solutions

We have an open issue for this learning lab https://github.com/CiscoDevNet/learning-labs-issues/issues/220 this is being cleaned up. Per the issue - Recommendations are made in this forum post - https://community.cisco.com/t5/devnet-sandbox/issue-with-open-nx-os-with-nexus-9kv-sandbox/m-p/3948370#M4081

 

Hope this help.

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io

View solution in original post

2 Replies 2

We have an open issue for this learning lab https://github.com/CiscoDevNet/learning-labs-issues/issues/220 this is being cleaned up. Per the issue - Recommendations are made in this forum post - https://community.cisco.com/t5/devnet-sandbox/issue-with-open-nx-os-with-nexus-9kv-sandbox/m-p/3948370#M4081

 

Hope this help.

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io

Thanks Stuart!