In OOM beijing this will be handled by sdc-be-config job. Sdc-fe will only get up after completion of sdc-be-config job
Thanks, Kranthi From: <[email protected]> on behalf of bharath thiruveedula <[email protected]> Reply-To: "[email protected]" <[email protected]>, "[email protected]" <[email protected]> Date: Wednesday, August 1, 2018 at 2:01 PM To: "[email protected]" <[email protected]>, "[email protected]" <[email protected]> Subject: Re: [onap-discuss] issue with Python inside SDC-BE Docker Hi Satyaki, I faced similar issue. Actually sdc-config-be job will take care of importing normative types to sdc-be. But in my case it was not happening. So I tried the following steps: * Clone "https://git.onap.org/sdc" into the machine where you can access the sdc-be. * Change to the directory "sdc/catalog-be/src/main/resources/scripts/import/tosca/" * If it is heat based deployment run "python importNormativeAll.py -i <sdc-ip> -p 8080" * If it is OOM based deployment run "python importNormativeAll.py -i <oom-ip> -p 30205" This hack solved my issue. Best Regards Bharath T ________________________________ From: [email protected] <[email protected]> on behalf of Satyaki Mallick <[email protected]> Sent: Wednesday, August 1, 2018 7:54 PM To: [email protected] Subject: [onap-discuss] issue with Python inside SDC-BE Docker Hello, For importing the data-types and normative-types, we need to run the python scripts present inside BE docker. But recently, the BE docker container is not generating pre-installed with Python. We also weren't very much successful in installing Python inside the docker.. A look into the Dockerfile didn't help much Can somebody point out where are things going wrong ..? We have been stuck up in this for quite a while now .. Thank You, Satyaki Mallick -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11619): https://lists.onap.org/g/onap-discuss/message/11619 Mute This Topic: https://lists.onap.org/mt/24005635/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
