diff options
author | Patrick Brady <pb071s@att.com> | 2018-09-10 13:56:14 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-09-10 14:10:08 -0700 |
commit | 3fad8837732726decb60a2ce54bcaadb1249e89e (patch) | |
tree | 3737f07b227a6d44ebf56684d41031c28cef3262 /installation | |
parent | 60c63ceeaa95279c15467d7c76916933f36303e7 (diff) |
Add back cdt features
Features were temporarily removed while features were being fixed.
Change-Id: Ifd4a2eaebfd483d94b47f2dcf92281eaf8022df6
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1185
Diffstat (limited to 'installation')
-rw-r--r-- | installation/appc/src/main/scripts/installFeatures.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/installation/appc/src/main/scripts/installFeatures.sh b/installation/appc/src/main/scripts/installFeatures.sh index 6be11f4..a363279 100644 --- a/installation/appc/src/main/scripts/installFeatures.sh +++ b/installation/appc/src/main/scripts/installFeatures.sh @@ -84,9 +84,12 @@ APPC_FEATURES_1=" \ onap-appc-config-encryption-tool \ onap-appc-config-flow-controller \ onap-appc-config-params \ + onap-appc-artifact-handler onap-appc-aai-client \ onap-appc-event-listener \ - onap-appc-network-inventory-client" + onap-appc-network-inventory-client \ + onap-appc-design-services \ + onap-appc-interfaces-service" APPC_FEATURES_UNZIP=" \ appc-core \ |