diff options
author | Brian Freeman <bf1936@att.com> | 2017-10-03 14:52:00 +0000 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2017-10-03 14:52:21 +0000 |
commit | 934177c0efb84b6e4d2e41bdb2e0ad2c3c8f5949 (patch) | |
tree | 7f456744d0b62b218f31203af4f281cabbdf7de6 | |
parent | 9b4375715aa4b93861f421db693ecb0b83b5510b (diff) |
Add generic-resource-api install
Issue-ID: SDNC-109
Change-Id: I2862c77cab4a458ebdf50956c298762f40b951fc
Signed-off-by: Brian Freeman <bf1936@att.com>
Former-commit-id: 4386a943edda6bd9011767aaf6ad97630f286342
-rw-r--r-- | installation/sdnc/src/main/scripts/installFeatures.sh | 1 | ||||
-rw-r--r-- | installation/sdnc/src/main/scripts/installZips.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/installation/sdnc/src/main/scripts/installFeatures.sh b/installation/sdnc/src/main/scripts/installFeatures.sh index cc1bbe39..29a3a70e 100644 --- a/installation/sdnc/src/main/scripts/installFeatures.sh +++ b/installation/sdnc/src/main/scripts/installFeatures.sh @@ -45,6 +45,7 @@ CCSDK_SLI_NORTHBOUND_FEATURES=" \ dataChange" SDNC_NORTHBOUND_FEATURES=" \ + generic-resource-api \ vnfapi \ vnftools" diff --git a/installation/sdnc/src/main/scripts/installZips.sh b/installation/sdnc/src/main/scripts/installZips.sh index 95414449..e8789bee 100644 --- a/installation/sdnc/src/main/scripts/installZips.sh +++ b/installation/sdnc/src/main/scripts/installZips.sh @@ -35,6 +35,7 @@ featureDir=${targetDir}/features SDNC_NORTHBOUND_FEATURES=" \ + generic-resource-api \ vnfapi \ vnftools" |