From: Peter Gubka Date: Tue, 29 Nov 2016 13:25:56 +0000 (+0100) Subject: adding odl-netconf-topology install feature X-Git-Tag: release/boron-sr2~35^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=releng%2Fbuilder.git;a=commitdiff_plain;h=ce070492e64cd44a70b37706d47d3a7de04404d0 adding odl-netconf-topology install feature the purpose of this change will be a step by step removal of odl-netconf-connector-all(ssh) feature from the jobs step 1) adding odl-netconf-topology (present change) step 2) replace connector functionality in integration/test suites step 3) removal of odl-netconf-connector-.. from installed features installing of odl-netconf-topology should not affect any jobs. No collisions are expected in B and C. Be jobs may log some exceptions as the feature is not existing, but this should be harmless to the functionality. Change-Id: Ibd39888516fcd240e864a6c9befc6ae57a398ac4 Signed-off-by: Peter Gubka --- diff --git a/jjb/netconf/netconf-scale.yaml b/jjb/netconf/netconf-scale.yaml index 8678b011b..080fdd11b 100644 --- a/jjb/netconf/netconf-scale.yaml +++ b/jjb/netconf/netconf-scale.yaml @@ -28,7 +28,7 @@ scope: 'all' # Features to install - install-features: 'odl-restconf,odl-clustering-test-app,odl-netconf-mdsal,odl-netconf-connector-all' + install-features: 'odl-restconf,odl-clustering-test-app,odl-netconf-mdsal,odl-netconf-connector-all,odl-netconf-topology' # Robot custom options robot-options: '' diff --git a/jjb/netconf/netconf-userfeatures.yaml b/jjb/netconf/netconf-userfeatures.yaml index 51ca4f3ce..4f65ba1a1 100644 --- a/jjb/netconf/netconf-userfeatures.yaml +++ b/jjb/netconf/netconf-userfeatures.yaml @@ -29,7 +29,7 @@ scope: 'all' # Features to install - install-features: 'odl-restconf,odl-netconf-mdsal,odl-clustering-test-app,odl-netconf-connector-all' + install-features: 'odl-restconf,odl-netconf-mdsal,odl-clustering-test-app,odl-netconf-connector-all,odl-netconf-topology' # Robot custom options robot-options: '-v NETOPEER_USER:root'