The Portal
The portal is the entry point to design/provision/operate ONAP. From there you can get to SDC, VID and Policy portals.
The portal can be found at:
Portal
One requires role based user names and passwords to receive the full portal functionality. In the demo setup we pre provisioned:
- jh0003 Admin
- cs0008 Designer
- jm0007 Tester
- op0001 Operator
- gv0001 Governance
- pm0001 Product Manager
- ps0001 Product Strategy
the password for all of them is: demo123456!
The Reality
As everything should go through the portal there are many subsystems which have there own GUI or API which come in very handy when debugging things. Here the most important once.
Testing
Not working. :
Test Report
SDN-C
Controller with admin/Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
To sign up
Admin
App-C
Controller with admin/Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
Policy
Not working. :
Healthcheck
MSO
JBOSS GUI with admin/Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
Camunda GUI with admin/Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
DCAE
General GUIs
DCAE Controller
This might show up empty in a web browser as no content type is set in the response. If that's the case use curl:
curl http://console:ZjJkYjllMjljMTI2M2Iz@${dcae_controller}:9998/resources
CDAP GUI
DCAE internal Message Router
Topics
MR topic for collector to TCA
MR topic for TCA alert to Policy
Message Router used between core components
List of Topics
Topics of Interest
For topics without authentication one can monitor the traffic on a topic with:
http://${message_router}:3904/events/PUT_TOPIC_HERE/group1/C1?timeout=5000
some important once listed below.
SSH to VM
The following links will open a shell and ssh to the various running VMs (at least on a Mac). It assumes that the .ssh/config file has been set appropriately and /etc/hosts has been updated to the running instance.
AAI
Policy
SDC
Portal
DCAE
APP-C
MSO
SDN-C
VID
Message Router
Robot Framework for testing
DNS server for management network
Inside the VM you can list the docker containers by typing:
docker ps
and can get a shell prompt by executing the bash command.
For example:
docker exec -it openecompete_container bash