05-11-2021 09:13 PM
Hi team,
Link to the Sandbox:
I logged into the devbox: 10.10.20.50
[developer@devbox ~]$ ping google.com
ping: google.com: Temporary failure in name resolution
[developer@devbox ~]$ git clone https://github.com/CiscoDevNet/cicd_learninglab_demo.git
Cloning into 'cicd_learninglab_demo'...
fatal: unable to access 'https://github.com/CiscoDevNet/cicd_learninglab_demo.git/': Could not resolve host: github.com; Unknown error
[developer@devbox ~]$ cat /etc/resolv.conf
# Generated by NetworkManager
search abc.inc
nameserver 10.10.20.100
nameserver 10.17.248.12
Solved! Go to Solution.
05-12-2021 02:48 AM
@vantruongsinh thank you i raised this with our team to check - the issue is raised here --> https://github.com/CiscoDevNet/learning-labs-issues/issues/307
Thanks again!
05-11-2021 09:25 PM
I got it at the end.
Seems like the sandbox all have the local hosting for the end-to-end solution and does not need to use GitHub.
Just because I am following this lab:https://developer.cisco.com/learning/lab/cicd-intro/step/2
05-12-2021 12:20 AM
Hello @vantruongsinh this is correct - sandboxes have limited (some none) internet access due to the security posture. Did you find in the learning lab instructions requiring external connection?
Thanks!
05-12-2021 12:41 AM - edited 05-12-2021 12:42 AM
Hi @bigevilbeard ,
In the lab note https://developer.cisco.com/learning/lab/cicd-intro/step/2, it did mention that I will need to clone the repository.
A. Our sample codebase
SSH to the devbox, clone the git repository
ssh root@10.10.20.20
# password is cisco123
git clone https://github.com/CiscoDevNet/cicd_learninglab_demo.git
cd cicd_learninglab_demo
There is another guide in the sandbox note, which makes more sense.
https://devnetsandbox.cisco.com/sandbox-instructions/CICD_Pipeline/helloworld.html
Regards,
Sinh
05-12-2021 02:48 AM
@vantruongsinh thank you i raised this with our team to check - the issue is raised here --> https://github.com/CiscoDevNet/learning-labs-issues/issues/307
Thanks again!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide