aboutsummaryrefslogtreecommitdiffstats
path: root/installation
diff options
context:
space:
mode:
authorHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>2020-10-26 17:15:03 +0000
committerGerrit Code Review <gerrit@onap.org>2020-10-26 17:15:03 +0000
commitcc70bead590ac4423a5e3f5a98bc26571ef9a4cb (patch)
treec0f87166bf5de101e179fdf1c81fc789451d92c6 /installation
parent7a6c197bd0a2543ce21ab851767006963e835cd3 (diff)
parent45332eb4c99ee8fa6ff43838d041684284cb5f77 (diff)
Merge "Add all missing specific devicemanagers"
Former-commit-id: c3499b3deb41ec4ba7e7b184b5ee9266e9d180f6
Diffstat (limited to 'installation')
-rwxr-xr-xinstallation/sdnc/src/main/scripts/startODL.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/installation/sdnc/src/main/scripts/startODL.sh b/installation/sdnc/src/main/scripts/startODL.sh
index d3c59059..8b496311 100755
--- a/installation/sdnc/src/main/scripts/startODL.sh
+++ b/installation/sdnc/src/main/scripts/startODL.sh
@@ -101,7 +101,6 @@ install_sdnrwt_features() {
# Repository setup provided via sdnc dockerfile
if $SDNRWT; then
addRepository "$SDNRDM_BASE_REPO"
- addRepository "$SDNRDM_ONF_REPO"
if $SDNRONLY; then
cleanupFeatureBoot
@@ -242,9 +241,8 @@ SDNRWT_BOOTFEATURES=${SDNRWT_BOOTFEATURES:-sdnr-wt-feature-aggregator}
SDNRDM=${SDNRDM:-false}
# Add devicemanager base and specific repositories
SDNRDM_BASE_REPO=${SDNRDM_BASE_REPO:-mvn:org.onap.ccsdk.features.sdnr.wt/sdnr-wt-feature-aggregator-devicemanager-base/$CCSDKFEATUREVERSION/xml/features}
-SDNRDM_ONF_REPO=${SDNRDM_ONF_REPO:-mvn:org.onap.ccsdk.features.sdnr.wt/sdnr-wt-devicemanager-onf-feature/$CCSDKFEATUREVERSION/xml/features}
# Add devicemanager features
-SDNRDM_SDM_LIST=${SDNRDM_SDM_LIST:-sdnr-wt-devicemanager-onf-feature}
+SDNRDM_SDM_LIST=${SDNRDM_SDM_LIST:-sdnr-wt-feature-aggregator-devicemanager}
SDNRDM_BOOTFEATURES=${SDNRDM_BOOTFEATURES:-sdnr-wt-feature-aggregator-devicemanager-base, ${SDNRDM_SDM_LIST}}
# Whether to Initialize the ElasticSearch DB.
SDNRINIT=${SDNRINIT:-false}