ONAP's ODL distro


Alexis de Talhouet
 

Greetings all,

Following a call last week, I started creating a specific ODL distro for ONAP’s need.
Here is the current draft: https://gerrit.onap.org/r/#/c/79075/

Question is: when creating the ODL distro, a few files get added under src/main/assembly: https://github.com/opendaylight/integration-distribution/tree/master/karaf/src/main/assembly
I was wondering if these files could be moved to karaf4-parent or a place where I could simple
inherit them without having to fork them.

Thoughts?
Alexis


Robert Varga
 

On 25/02/2019 13:17, Alexis de Talhouët wrote:
Greetings all,
Hello Alexis,

Following a call last week, I started creating a specific ODL distro for
ONAP’s need.
Here is the current draft: https://gerrit.onap.org/r/#/c/79075/

Question is: when creating the ODL distro, a few files get added under
src/main/assembly: https://github.com/opendaylight/integration-distribution/tree/master/karaf/src/main/assembly
I was wondering if these files could be moved to karaf4-parent or a
place where I could simple
inherit them without having to fork them.
looks good. karaf4-parent is not the right place, as they are inherently
CDS-aware. I think the best option would be to provide them through a
separate artifact from int/dist.

Regards,
Robert


Alexis de Talhouet
 



On Feb 25, 2019, at 7:35 AM, Robert Varga <nite@...> wrote:

 I think the best option would be to provide them through a
separate artifact from int/dist.



Let me know your thoughts.
Alexis