adding odl-netconf-topology install feature 86/48786/1
authorPeter Gubka <pgubka@cisco.com>
Tue, 29 Nov 2016 13:25:56 +0000 (14:25 +0100)
committerPeter Gubka <pgubka@cisco.com>
Tue, 29 Nov 2016 13:25:56 +0000 (14:25 +0100)
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 <pgubka@cisco.com>
jjb/netconf/netconf-scale.yaml
jjb/netconf/netconf-userfeatures.yaml

index 8678b011bc259b7fefb94ead391969d3ebd606c1..080fdd11bdfa8d5decc6f0023a03a024b71c0c63 100644 (file)
@@ -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: ''
index 51ca4f3ce01b6761daf44d1de3ac93ff175404f4..4f65ba1a11de85fc1f10ec39da95eb63561dac7b 100644 (file)
@@ -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'