Hi, After you delete the data you need to restart all the dockers using the docker run command. If you are using LF dockers for your testing use this command /data/scripts/docker_run.sh -r 1.2-STAGING-latest
This will stop all the dockers and restart them. Please validate that you have the latest docker_run and validate that all the parts in the /date/environment/<env name>.json matches to the ones we have in the master. https://git.onap.org/sdc/tree/sdc-os-chef/scripts/docker_run.sh https://git.onap.org/sdc/tree/sdc-os-chef/environments/Template.json if this does not help please provide me with the logs from you env so I will be able to assit. Regarding the testing of the normative. The sdc automatically loads the normative as part of the backend init docker. This means that each time you start sdc the normative will be imported, the error you shared with me yesterday is caused by you trying to remove a property from a data type. After they were already load by our init. To get out of this situation I suggest you build our dockers locally after you comment out this line https://git.onap.org/sdc/tree/sdc-os-chef/environments/Template.json Which will create the init without preloading the normative. From this point you can run the normative your self. It is important you run the main script that imports all the normative and their parts: importONAPNormativeAll.py if you are importing for the fist time upgradeONAPNormative.py this is an upgrade it will reimport the datatypes capabelties and suche and it will not file on node types if they already exist, it simply skips them. Also if you append --debug=true to the scrips you will be shown the error message from our backend for easier debugging. BR, [Michael Lando] AT&T Network Application Development · NetCom Tel Aviv | Tampa | Atlanta | New Jersey |Chicago ··········································································· Office: +972 (3) 5451487 Mobile: +972 (54) 7833603 e-mail: [email protected]<mailto:[email protected]> From: Yunxia Chen <[email protected]> Sent: Friday, May 11, 2018 07:50 To: Gaoweitao (Victor, MANO) <[email protected]>; Lando,Michael <[email protected]> Cc: [email protected]; denghui (L) <[email protected]>; Lefevre, Catherine <[email protected]>; FREEMAN, BRIAN D <[email protected]> Subject: Re: How to install a "clean SDC" for DM verification Hi, Victor, Do you have an env for it? After your lunch, maybe we could try it together at integration lab. Please ping me through WeChat. Hi, Michael, We still need you to help us to verify it. Regards, Helen Chen From: "Gaoweitao (Victor, MANO)" <[email protected]<mailto:[email protected]>> Date: Thursday, May 10, 2018 at 8:27 PM To: "LANDO, MICHAEL" <[email protected]<mailto:[email protected]>> Cc: onap-discuss <[email protected]<mailto:[email protected]>>, "denghui (L)" <[email protected]<mailto:[email protected]>>, Helen Chen 00725961 <[email protected]<mailto:[email protected]>> Subject: How to install a "clean SDC" for DM verification Hi Michael, SDC Team, As we discussed yesterday after TSC meeting , can you give me some instruction that install a local clean sdc env for DM verification. I try to delete /data/CS/* , and restart the sdc-cs docker or re-install sdc-cs/sdc-cs-init docker, but when I try execute the docker_health.sh , it should titan is down. Can you give me some guidance on this? Thank you in advance. BR Victor
_______________________________________________ onap-discuss mailing list [email protected] https://lists.onap.org/mailman/listinfo/onap-discuss
