diff options
author | Victor Morales <victor.morales@intel.com> | 2017-10-12 10:56:35 -0700 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2017-10-12 10:56:35 -0700 |
commit | 51e61ce4085e2de224f869a6d9b67905482600fa (patch) | |
tree | 43ac1b67e265d83ec89a25202912efe3a1c9149a /bootstrap/vagrant-onap/lib | |
parent | 1679be9e3560192c7894a747b913776ebd34412e (diff) |
Update AAI repos list
This change includes the latest repos required for AAI module. It was
also updated the Unit tests as well.
Change-Id: I4b57e5a3c1116b8d8b9fa9d0e2d19c5f64645055
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: INT-274
Diffstat (limited to 'bootstrap/vagrant-onap/lib')
-rwxr-xr-x | bootstrap/vagrant-onap/lib/aai | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap/vagrant-onap/lib/aai b/bootstrap/vagrant-onap/lib/aai index bd72ae0f3..4da5763ca 100755 --- a/bootstrap/vagrant-onap/lib/aai +++ b/bootstrap/vagrant-onap/lib/aai @@ -6,7 +6,10 @@ source /var/onap/functions hbase_version=1.2.3 aai_src_folder=$git_src_folder/aai -aai_repos=("aai-common" "aai-config" "aai-data" "aai-service" "data-router" "logging-service" "model-loader" "resources" "rest-client" "router-core" "search-data-service" "test-config" "traversal" "sparky-fe" "sparky-be") +aai_repos=("aai-common" "aai-config" "aai-data" "aai-service" "babel" "champ" \ +"data-router" "esr-gui" "esr-server" "gizmo" "logging-service" "model-loader" \ +"resources" "rest-client" "router-core" "search-data-service" "test-config" \ +"traversal" "sparky-fe" "sparky-be") # install_hadoop() - Function that installs Hadoop function install_hadoop { |