This is an example of how to run an ONAP sdnc-image with a minimal setup with SDN-R configuration with docker-compose. With this deployment you are able run the ODLUX gui within the SDNC which is then reachable on http://localhost:81818080/odlux/index.html.
Prerequisites
- vm (4 vCPU/ 4 gig RAM/ 40Gig HDD)
- ubuntu (e.g. Ubuntu server 20.04.2 LTS)
- docker
- docker-compose (v2 recommended)
...
version | ONAP release name | odl-base |
---|---|---|
2.8.X | Oslo | potassium-sr2 |
2.7.X | - | |
2.6.X | Montreal | argon-sr2 |
2.5.X | London | chlorine |
2.4.X | Kohn | sulfur |
2.3.X | Jakarta | phosphorus |
2.2.X | Istanbul | silicon-SR1 |
2.1.X | Honolulu | aluminium-SR1/3 |
2.0.X | Guilin | sodium-SR3/4 |
1.8.X | Frankfurt | |
1.7.X | El Alto |
...
you should be able to access the ODLUX gui via you webbrowser on http://localhost:81818080/odlux/index.html. Login credentials are username "admin" and password the one you have in your .env file, so by default also "admin".
...