If there is an update on SDC TOSCA node type, you need to delete Cassandra database file from SDC VM, and download docker images
Code Block |
---|
language | bash |
---|
title | SDC Normative TOSCA Node Type Update |
---|
linenumbers | true |
---|
collapse | true |
---|
|
ubuntu@vm03-sdc:~$ sudo rm -rf /data/CS/
ubuntu@vm03-sdc:~$ sudo bash -x /opt/sdc_vm_init.sh |
Code Block |
---|
language | bash |
---|
title | SDC Enable Debug Log |
---|
linenumbers | true |
---|
collapse | true |
---|
|
Inside container sbc-BE, change log configuration
root@405b964017de:/var/lib/jetty# vi /var/lib/jetty/config/catalog-be/logback.xml
Enable enable-all-log to true
<property scope="context" name="enable-all-log" value="true" />
Change log level from INFO to DEBUG in all places |
Code Block |
---|
language | bash |
---|
title | SDC-BE Log Files |
---|
|
On SDC VM, run:
ubuntu@vm03-sdc:~$ tail -f /data/logs/BE/SDC/SDC-BE/debug.log
|
Code Block |
---|
language | bash |
---|
title | CSAR Onboarding SDC Self Test Report |
---|
|
root@vm03-sdc:~# ls -l /data/logs/sdc-sanity/ExtentReport/SDC*.html
-rw-r--r-- 1 root root 31929 Oct 29 13:51 /data/logs/sdc-sanity/ExtentReport/SDC_CI_Extent_Report.html |
SDC ignores zip file in vendor CSAR Artifacts/ directory. See
Jira Legacy |
---|
server | System Jira |
---|
serverId | 4733707d-2057-3a0f-ae5e-4fd8aff50176 |
---|
key | SDC-483 |
---|
|
The workaround is after VSP onboarding and import, go to Deployment Artifacts on VNF design GUI, and click Add Artifact then choose Type as Other. From there you should be able to upload your zip file. The zip file will be stored under Artifacts/Other directory of SDC output TOSCA CSAR file.