diff options
author | Kalpesh Chaniyara <kalpeshkumar.chaniyara@amdocs.com> | 2017-08-29 05:47:10 -0400 |
---|---|---|
committer | Kalpesh Chaniyara <kalpeshkumar.chaniyara@amdocs.com> | 2017-08-31 00:06:01 -0400 |
commit | 9c0c1d9c4dc3dae0588d53191631e297d8b21dfc (patch) | |
tree | cd71592e6e209dde11da87d9c9f11384ca627793 /installation | |
parent | 96d258ab43fa73cd9fc1ae5a32d3d9d07828b3a2 (diff) |
Modified deployment script for new feature
Modified deployment script to include new
feature appc-sequence-generator
Issue-Id : APPC-178
Change-Id: Ie223543d4ec8c3eb20ce318594970fcd784df8e1
Signed-off-by: Kalpesh Chaniyara <kalpeshkumar.chaniyara@amdocs.com>
Diffstat (limited to 'installation')
-rw-r--r-- | installation/appc/src/main/scripts/installFeatures.sh | 3 | ||||
-rw-r--r-- | installation/appc/src/main/scripts/installZips.sh | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/installation/appc/src/main/scripts/installFeatures.sh b/installation/appc/src/main/scripts/installFeatures.sh index 8371847..02bf762 100644 --- a/installation/appc/src/main/scripts/installFeatures.sh +++ b/installation/appc/src/main/scripts/installFeatures.sh @@ -55,7 +55,8 @@ APPC_FEATURES=" \ appc-asdc-listener \ appc-oam \ appc-iaas-adapter \ - appc-ansible-adapter" + appc-ansible-adapter \ + appc-sequence-generator" echo "Enabling core APP-C features" featureInstall odl-netconf-connector-all diff --git a/installation/appc/src/main/scripts/installZips.sh b/installation/appc/src/main/scripts/installZips.sh index 6ec878d..a39004f 100644 --- a/installation/appc/src/main/scripts/installZips.sh +++ b/installation/appc/src/main/scripts/installZips.sh @@ -52,7 +52,8 @@ APPC_FEATURES=" \ appc-dg-shared \ appc-iaas-adapter \ appc-ansible-adapter \ - appc-oam" + appc-oam \ + appc-sequence-generator" APPC_VERSION=${APPC_VERSION:-0.0.1} APPC_OAM_VERSION=${APPC_OAM_VERSION:-0.1.1} |