Credentials:
SDNC API URL: http://sdnc:8282/apidoc/explorer/index.html, credential: admin/Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
DGBuilder URL: http://{{sdnc_ip}}:3000/# with dguser/test123
...
Code Block |
---|
root@ac761f8e8c33:/# cd /opt/app/ueb-listener/logs/ |
Disable Replica
Code Block |
---|
root@sb00-rancher:~/oom# kubectl -n onap edit StatefulSet/dev-sdnc-sdnc spec: podManagementPolicy: Parallel replicas: 1 ... - name: SDNC_REPLICAS value: "1" |
Steps to check DG
- http://{{sdnc_ip}}:3000/# with dguser/test123
- Open menu from GUI top right corner, and choose Import→Clipboard
- Copy DG json file from gerrit sdnc/oam/platform-logic/generic-resource-api/src/main/json, e.g. GENERIC-RESOURCE-API_dci-connects-network-topology-operation-activate.json
- In the DG graph, click on the left of DGSTART node to see more function on the DG, like validate XML, download XML, etc
- You can download XML and search for error message you see in sdnc_controller_container karaf log
...