Hi, the best entrypoint is the startODL.sh. Here the latest guilin version: https://gerrit.onap.org/r/gitweb?p=sdnc/oam.git;a=blob;f=installation/sdnc/src/main/scripts/startODL.sh;h=7f196603d208a76c767007c34c120bbc52281936;hb=refs/heads/guilin
The function you are looking for is "addToFeatureBoot()" (Line 56). In fact that we do not know with which config (I mean env vars) you are starting the container it's not so easy to tell you which var to modify. The point is that bringing opendaylight one time up with the prefilled featuresBoot in etc/org.apache.karaf.features.cfg is the best and most error-free way to do. So you have some options. [1] you can modify startODL.sh to your purpose and mount this into the container [2] find a env var which adds features, but be aware of flags like e.g. SDNRWT [3] you can modify the initial etc/org.apache.karaf.features.cfg in the container, because there are some base features already in the featuresBoot list. The easiest way for us (SDN-R team) is to modify the env var SDNRWT_BOOTFEATURES but this as I said before is only working if you have enabled SDN-R functionality with SDNRWT=true But please also check if all needed artifacts are in the local repository because our base opendaylight container has only a subset of the official one. Kind regards, Michael On 16.06.21 08:47, Vamshi K Namilikonda via lists.onap.org wrote: > > Dear CCSDK team, > > > > We found BGP-LS feature missing on the ONAP/SDN-C (Guilin version), so > wanted to install them. I found following Karaf features would serve > this purpose > odl-bgpcep-bgp-all > odl-bgpcep-pcep-all > > > As a sample exercise I've tried installing these features on the > standalone Karaf distribution by pointing out to the local maven > repository for the ODL artifacts. However it throws lots of dependency > issues with other artifacts. > > > So I started installing directly on the SDN-C of Guilin assuming > "feature:install odl-bgpcep-bgp-all" would fetch the artifacts from > the maven central repo and install all the related features required > for BGP-LS. But it is not working. > > > I am looking for some directions in this regard. Can anyone from > CCSDK/SDNC team please validate these steps are correct, if not could > you please suggest the right approach to get additional ODL features > in place in SDN-C release. > > > We wanted to join the CCSDK weekly meeting to know more on this. > Appreciate your help. > > > > > > Thanks > > > > Vamshi Namilikonda***| **Solutions Engineering*** > > Network Services***| *Tech Mahindra** > > (Desk: +91 20 66018100 x 3942 ** Mobile: +91 9848639561 > > > > *Connected World and Connected Experiences* > > > > > > ============================================================================================================================ > Disclaimer: This message and the information contained herein is > proprietary and confidential and subject to the Tech Mahindra policy > statement, you may review the policy at > http://www.techmahindra.com/Disclaimer.html externally > http://tim.techmahindra.com/tim/disclaimer.html internally within > TechMahindra. > ============================================================================================================================ > > -- *Michael Dürre* Software Engineer highstreet technologies GmbH Hähnelstraße 6 12159 Berlin Skype: [email protected] E-Mail: [email protected] <mailto:[email protected]> Web: http://www.highstreet-technologies.com <http://www.highstreet-technologies.com> Geschäftsführer: Dipl.-Ing. (FH) Alfons Mittermaier Handelsregister: Amtsgericht Charlottenburg, HRB 114905 B Firmensitz: Berlin USt-IdNr.: DE261090513 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#23310): https://lists.onap.org/g/onap-discuss/message/23310 Mute This Topic: https://lists.onap.org/mt/83575087/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
