“CABUORCH-1697”的版本间的差异
来自qingwei personal wiki
(→在NSO docker安装ntool) |
|||
第5行: | 第5行: | ||
=== 在NSO docker安装ntool === | === 在NSO docker安装ntool === | ||
<source lang="shell"> | <source lang="shell"> | ||
+ | # 修改 repo | ||
+ | # editing both /etc/yum.repos.d/epel.repo and /etc/yum.repos.d/epel-testing.repo files, commenting all entries starting with mirrorlist=... and uncommenting all the entries starting with baseurl=.... | ||
+ | |||
# 配置代理 | # 配置代理 | ||
bash-4.2# export http_proxy=http://proxy-wsa.esl.cisco.com:80 | bash-4.2# export http_proxy=http://proxy-wsa.esl.cisco.com:80 | ||
第11行: | 第14行: | ||
http_proxy=http://proxy-wsa.esl.cisco.com:80 | http_proxy=http://proxy-wsa.esl.cisco.com:80 | ||
https_proxy=http://proxy-wsa.esl.cisco.com:80 | https_proxy=http://proxy-wsa.esl.cisco.com:80 | ||
+ | |||
+ | # 安装 make | ||
+ | yum install make | ||
</source> | </source> | ||
[[category: cisco]] | [[category: cisco]] | ||
[[category: task]] | [[category: task]] |
2018年5月28日 (一) 06:32的版本
描述
Investigation: CLI to XML Conversion for NSO
tool
https://github.com/NSO-developer/ntool
在NSO docker安装ntool
# 修改 repo
# editing both /etc/yum.repos.d/epel.repo and /etc/yum.repos.d/epel-testing.repo files, commenting all entries starting with mirrorlist=... and uncommenting all the entries starting with baseurl=....
# 配置代理
bash-4.2# export http_proxy=http://proxy-wsa.esl.cisco.com:80
bash-4.2# export https_proxy=http://proxy-wsa.esl.cisco.com:80
bash-4.2# env | grep proxy
http_proxy=http://proxy-wsa.esl.cisco.com:80
https_proxy=http://proxy-wsa.esl.cisco.com:80
# 安装 make
yum install make