...
Code Block | ||
---|---|---|
| ||
root@oom-rancher:~# kubectl -n onap exec -it dev-so-so-bpmn-infra-5887f8c6c8-xdvvj sh /app # cat /etc/os-release NAME="Alpine Linux" ID=alpine VERSION_ID=3.8.1 PRETTY_NAME="Alpine Linux v3.8" HOME_URL="http://alpinelinux.org" BUG_REPORT_URL="http://bugs.alpinelinux.org" /app # apk add tcpdump |
Known issue
- After ONAP installation, update so docker container topology.properties with correct MSB and SDNC ip and port. Every time SO VM is restarted, this file needs to update again (don't restart the docker after config file update).
Enable debug log
Turn on debug by access http://{{so}}:8080/mso/logging/debug from browser. Also you need to add/change line like "log.debug.CustomE2EGetService=true" in /etc/mso/config.d/mso.bpmn.urn.properties to enable Groove file level debugging. Other debug flags are:
...
Code Block |
---|
root@db:~# mysql -uroot -ppassword |
To set/reset Mariadb root password inside Mariadb container
Code Block | ||
---|---|---|
| ||
/usr/bin/mysqladmin -u root password 'password'
|
Important tables are vnf_resource and vnf_recipe
...