Re: Silicon SR1 CSIT check
Robert Varga
On 18/05/2021 21:07, Luis Gomez wrote:
https://git.opendaylight.org/gerrit/c/integration/distribution/+/96247
The second step is to rehost that script to controller, but I'll need to
figure out how to do that in packaging-friendly way.
something like
https://git.opendaylight.org/gerrit/c/integration/test/+/95692 (but
handling both Artery and Classic remoting).
Regards,
Robert
CSIT cluster jobs use distribution bin/configure_cluster.sh script:Right, and we need this backport:
https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=blob;f=karaf-scripts/src/main/assembly/bin/configure_cluster.sh;h=d93ac44d2a4af25578acac98b4e0386e8f968fd4;hb=HEAD#l187
https://git.opendaylight.org/gerrit/c/integration/distribution/+/96247
The second step is to rehost that script to controller, but I'll need to
figure out how to do that in packaging-friendly way.
And this script uses controller project files in ${CONTROLLER_DIR}/system/org/opendaylight/controller/sal-clustering-config, according to the link above.Yes, but only for the downing provider -- for the akka.tcp, we'll need
So maybe we just need to update these files in controller project?
something like
https://git.opendaylight.org/gerrit/c/integration/test/+/95692 (but
handling both Artery and Classic remoting).
Regards,
Robert