From dd4df9816a939cb816966a7fcae17687fd17c892 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 17 Jun 2019 18:59:03 -0700 Subject: [PATCH] Install odl cluster features Change-Id: Ia32d266653e1f6cfb64a3a7f217235c399651576 Signed-off-by: Patrick Brady Issue-ID: APPC-1242 (cherry picked from commit ea86839d64e23fe3ed3c8cbc829149108b0e1204) --- installation/appc/src/main/scripts/installFeatures.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installation/appc/src/main/scripts/installFeatures.sh b/installation/appc/src/main/scripts/installFeatures.sh index 4138fdc..eb10b5c 100644 --- a/installation/appc/src/main/scripts/installFeatures.sh +++ b/installation/appc/src/main/scripts/installFeatures.sh @@ -126,10 +126,10 @@ APPC_FEATURES_1=" \ echo "Enabling core APP-C features" -featureInstall odl-netconf-connector-all +featureInstall odl-netconf-connector featureInstall odl-restconf-noauth -featureInstall odl-netconf-topology - +featureInstall odl-netconf-clustered-topology +featureInstall odl-mdsal-clustering sleep 7s echo "Installing APP-C Features" echo "" -- 2.16.6