diff options
author | Patrick Brady <pb071s@att.com> | 2018-09-02 19:14:53 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-09-02 19:14:57 -0700 |
commit | e146a1a7fa3a6c0a5c9f350c3bc3cae3427953fe (patch) | |
tree | e288b017e2f6704d2ed244621bd6b371a36ec905 | |
parent | 65b44f9c209b54b308b4b738c1077af53e1a871e (diff) |
Stop install of design services
Temporarily stop install of the cdt connection features
so that appc provider will work.
Change-Id: I4bd9b23c71a29c5606119024f5713044bd206524
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1185
-rw-r--r-- | installation/appc/src/main/scripts/installFeatures.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/installation/appc/src/main/scripts/installFeatures.sh b/installation/appc/src/main/scripts/installFeatures.sh index 858ce39..6be11f4 100644 --- a/installation/appc/src/main/scripts/installFeatures.sh +++ b/installation/appc/src/main/scripts/installFeatures.sh @@ -86,9 +86,7 @@ APPC_FEATURES_1=" \ onap-appc-config-params \ onap-appc-aai-client \ onap-appc-event-listener \ - onap-appc-network-inventory-client \ - onap-appc-design-services \ - onap-appc-interfaces-service" + onap-appc-network-inventory-client" APPC_FEATURES_UNZIP=" \ appc-core \ |