aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-02-08 17:43:09 -0500
committerPatrick Brady <pb071s@att.com>2018-02-12 22:18:04 +0000
commit48c27336308516768b4d2244958e729d6d3c9802 (patch)
tree019c676d84efa5d1f5f0922face6efbbee2de1f3
parent086e4e884f6e57f3f28bd61addce150f653cfc88 (diff)
Move appc-artifact-handler in install order
The artifact handler depends on exports by config params feature. Change-Id: I6bfd589541a195e55b14423db85675deebb2aaab Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-587
-rw-r--r--installation/appc/src/main/scripts/installFeatures.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/appc/src/main/scripts/installFeatures.sh b/installation/appc/src/main/scripts/installFeatures.sh
index 735123c..cd45824 100644
--- a/installation/appc/src/main/scripts/installFeatures.sh
+++ b/installation/appc/src/main/scripts/installFeatures.sh
@@ -58,12 +58,12 @@ APPC_FEATURES=" \
appc-sequence-generator \
appc-config-generator \
appc-config-data-services \
- appc-artifact-handler \
appc-config-adaptor \
appc-config-audit \
appc-config-encryption-tool \
appc-config-flow-controller \
appc-config-params \
+ appc-artifact-handler \
appc-aai-client"
# Temp fix to fix bouncycastle issue that is preventing netconf to work correctly