ONAP Developer Set-Up
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<proxies> <proxy> <id>evil-corp-http</id> <active>true</active> <protocol>http</protocol> <host>proxy.evil-corp.com</host> <port>599</port> <nonProxyHosts>localhost|127.0.0.1|*.evil-corp.com|*.happy.evil-corp.com|fun.evil-corp.com</nonProxyHosts> </proxy> <proxy> <id>evil-corp-https</id> <active>true</active> <protocol>https</protocol> <host>proxy.evil-corp.com</host> <port>599</port> <nonProxyHosts>localhost|127.0.0.1|*.evil-corp.com|*.happy.evil-corp.com|fun.evil-corp.com</nonProxyHosts> </proxy> </proxies> |
OS Specific Instructions
MAC/OSX (
...
in review under 10.15.7)
Expand |
---|
get your MBP 2016 2020 16 inch ready for development - refer to http://wiki.obrienlabs.cloud/display/DEV/Developer+Guide#DeveloperGuide-OSX Install homebrew package manager -
python should already be installed. - do a --version check install openstack tools install docker (dmg) - https://docs.docker.com/docker-for-mac/install/#download-docker-for-mac |
Redhat/CentOS (
...
in review under RHEL 8.3)
Expand | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
|
Ubuntu (in review under 20.04 )
Expand | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...