aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap
AgeCommit message (Collapse)AuthorFilesLines
2017-09-27vagrant-onap sdc script improvementsIdan Amit1-11/+17
Fixed compile_repo mistake Added use in pull_dokcer_image is sdc script Added docker_login and docker_clean scripts to the copied scripts Change-Id: Iccd8a3084c5321754fce9cda14c3e0c4afb377c1 Issue-Id: INT-214 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2017-09-26Remove nonexisting VFC UTsVictor Morales1-4/+1
There are some Unit Tests that haven't been defined for VFC component. This change removes them from the list. Change-Id: I21f5370bd677640eda08eceae88bea859389dd98 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-105
2017-09-25Recheck VFC UTsVictor Morales2-58/+49
It was reviewed the Unit Tests for VFC component which results in refactoring and updating some portions of the code Change-Id: I0d3f09a5a24e2e96bd733346eaf4b9cd988f98c3 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-105
2017-09-24Fix identation formatVictor Morales1-6/+6
Change-Id: Id31362326c84353b6370dd1d3b65241e9fe30dda Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-227
2017-09-22Adding support for connecting via socks proxyKiran1-0/+9
Issue-ID: INT-227 Change-Id: I90a4fd2d85591b5ab2226ab7648189328eb1336d Signed-off-by: Kiran <kiran.k.kamineni@intel.com>
2017-09-21Update SDNC UTsVictor Morales2-31/+22
This change updates the Unit tests of SDNC scripts as well as the repositories of the project. Change-Id: I83d9d92f23b35857371e533d51c44a67a260a9ad Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-24
2017-09-20Update SDC lib and test scriptsVictor Morales4-53/+46
The SDC project has updated its compilation output files, as result the Unit Test needs to be changed. Change-Id: I31c7773a2de1ac865ce8b45a5c10e5995ee960d0 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-16
2017-09-19vagrant-onap vagrant file improvementsIdan Amit1-336/+345
Change-Id: Ibb8c46cc2ec7005ad4ca115c4cb6991a778d668f Issue-Id: INT-214 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2017-09-18Merge "Rename variable for portal script"Gary Wu2-21/+19
2017-09-18Rename variable for portal scriptVictor Morales2-21/+19
The name of the variables of the portal script was using policy names which could result in conflicts with policy scripts. This change fixes that name convention. Change-Id: Ic3838a2e9292f23923c0b0c20dbd7726a83b3aee Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-21
2017-09-15Fix test_policy compilation functionVictor Morales1-4/+4
The compilation policy test function was generating different output than the expected. This change syncs the output generated with the expected. Change-Id: I9043517a07b77851e303e5e7adec4010ca80001e Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-23
2017-09-15Update multicloud tarballs outputVictor Morales1-1/+0
The multicloud projects have changed the output file of its project. This change reflects that. Change-Id: Id9bf0c584ff233c66150e03c6154530d9643bf2a Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: MULTICLOUD-53
2017-09-15Merge "Revert compilation and clone order for CCSDK"Gary Wu1-1/+1
2017-09-15Merge "Fix function UTs"Gary Wu1-6/+4
2017-09-14Update Java jobs in Vagrant JenkinsGary Wu1-4/+10
Issue-ID: INT-146 Change-Id: I1b665016cea4e3b63e47d2511ee8f19147887e20 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-09-14Revert compilation and clone order for CCSDKVictor Morales1-1/+1
This functions were implemented in reverse order. This change fixes that. Change-Id: I88a8f8016d45415c6987a17a1f3989e60db18cb2 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-196
2017-09-14Fix function UTsVictor Morales1-6/+4
The python installation function is not installing tox module anymore. Therefore it's necessary to reflect this change in the Unit Test scripts. Change-Id: I33ffde7b2c0885af88830f29465e0c943228d054 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-15
2017-09-14Merge "Rename SDNC Docker Images"Gary Wu3-11/+9
2017-09-14Merge "Update VFC docker image builds in Vagrant ONAP"Gary Wu2-25/+79
2017-09-14Rename SDNC Docker ImagesVictor Morales3-11/+9
The SDNC docker images where renamed to use ONAP repository. This change fixes that. Change-Id: I74371c9a796aa5ade68d3799b2366f60e6a10e07 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: SDNC-50
2017-09-14Update VFC docker image builds in Vagrant ONAPShashank Kumar Shankar2-25/+79
Add/update VFC docker image builds in Vagrant ONAP. Change-Id: I714c3b846576cab8af1c0632853ba7e3aca35127 Issue-Id: INT-136 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2017-09-13Update AAI compilation outputVictor Morales1-13/+2
There are some files which are not generated during the compilation process anymore. This change removes them from the AAI Unit Tests Change-Id: I991f500acc55c3e3c9007851935c502a71dbc15c Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-18
2017-09-12Add CCSDK supportVictor Morales9-13/+184
This changes add support to Common Controller SDK project, which it's extracting some code from SDNC. Change-Id: I0e7365fdc854c4c6357c5c3b4bc7608f0076d241 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-196
2017-09-06Update Java jobs in Vagrant JenkinsGary Wu1-18/+237
Change-Id: I973cf83725605c345b5c1d3724d4ae5bb007cbb3 Issue-ID: INT-146 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-09-06Add msb integration test scriptHuabingZhao1-0/+11
Add test script for tcp service discovery and access Modify license header Issue-Id: MSB-61 Change-Id: I385aa76d247e081845d7e2bab729dd1d3c60243d Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-06Merge "Add VFC LCM docker image build in Vagrant ONAP"Gary Wu3-6/+50
2017-09-05Add VFC LCM docker image build in Vagrant ONAPShashank Kumar Shankar3-6/+50
This patch adds support for building docker image for the VFC NFVO LCM repo. Change-Id: I5aa999a872bc727959180389ff354c029af513a0 Issue-Id: INT-136 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2017-09-05Add Robot UTsVictor Morales2-8/+89
This commit adds the required Unit Tests for covering Robot script functions and the refactoring process for adapting them. Change-Id: Id6b8be035461a37f6a399b6e04f8ce2d72d68cf4 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-19
2017-09-01Merge "Add MultCloud/MultiVIM support"Gary Wu6-4/+98
2017-08-31Add MultCloud/MultiVIM supportVictor Morales6-4/+98
These changes allows to provide MultiCloud support. Change-Id: Ic420817df1471077f71290a926fd7e509c052d75 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: MULTICLOUD-53
2017-08-31Fix SDC compile optionVictor Morales1-1/+1
The compile_all_sdc_repos function was cloning sdc repositories instead of compile it. This change fix that behavior. Change-Id: Icc9478bda6e64b2176817a22b6ba031f763459f4 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-16
2017-08-31Merge "Complete assertions of UTs for Policy"Gary Wu2-13/+59
2017-08-30Create UTs for SDCVictor Morales5-33/+106
This change create a script that contains Unit Tests that covers functionality of SDC component. Change-Id: Ie51dac0fe112319da3f9522cdb36ac7de49d523d Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-16
2017-08-30Complete assertions of UTs for PolicyVictor Morales2-13/+59
The asserts functions of the Policy Unit Tests was not checking files in specific. This change helps to check every file expected as an output. Change-Id: I0cd83ced7ddb600f203f0f97d13b7d5792797dfe Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-23
2017-08-30Merge "Replace src_folder for mr_src_folder"Gary Wu2-4/+4
2017-08-30Replace src_folder for mr_src_folderVictor Morales2-4/+4
Change-Id: Ie48521aafc503fd961e5286be8fbc425d46fdb36 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-104
2017-08-30Changed asdc script back to sdcIdan Amit2-6/+6
The I2eb9ff087d3cfd61c0c1347d085dd02da64c2d89 change allows to revert this change Change-Id: Iafb1d2455f7f1b06b218b4bc1509177823d89dc2 Issue-Id: INT-101 Signed-off-by: Idan Amit <ia096e@intl.att.com> Signed-off-by: Victor Morales <victor.morales@intel.com>
2017-08-29Add UTs for Portal scriptShashank Kumar Shankar2-34/+121
This patch adds Unit Test for checking Portal installation. Issue-Id: INT-21 Change-Id: I8cb93db08134e9cc96400476a7d1f19d4c789e0c Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2017-08-29Add the option to clone the source code repoIdan Amit11-29/+51
Change-Id: Iba5f7e5a1c6586a1a8c158854f95904944ba62c0 Issue-Id: INT-101 Signed-off-by: Idan Amit <ia096e@intl.att.com> Co-Authored-By: Victor Morales <victor.morales@intel.com>
2017-08-23Create UTs for VID scriptsVictor Morales2-25/+77
This change includes the creation of Unit tests for VID module. This also refactors the source code of the provisioning script. Change-Id: I81fdd69e685a55c0b77ee02d138c7870f586f1d1 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-20
2017-08-23Merge "Use the pull_docker_image function"Gary Wu1-2/+1
2017-08-23Merge "Fix function documentation typo"Gary Wu1-1/+1
2017-08-23Use the pull_docker_image functionVictor Morales1-2/+1
The portal script was calling docker CLI to retrieve a mariadb docker image that is hosted in the public hub. This change uses the pull_docker_image functioUse the pull_docker_image function Change-Id: Ie9f40fc019bda3655075b09d46360cdade8df949 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-21
2017-08-23Fix function documentation typoVictor Morales1-1/+1
Change-Id: I24c505fe8317ccd389403effe7cdfc26596546f6 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-22
2017-08-22Documented the process to use provisining scriptsVictor Morales5-2/+95
It's possible to use these provisioning scripts to setup a development environment without installing vagrant on it. This commit specifies the steps and variables required for that process. Change-Id: Ica3e377f76b65c149d7ea7b805853b2e315e114c Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-25
2017-08-22Fixed Setup Titan AAI processVictor Morales4-20/+52
The way to configure properties files was wrong causing problems during the DB creation. This change files that function as well as others related with that function. Change-Id: I5cc637e170b64e15fff5de4cb04bdcbd2506ea87 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-18
2017-08-22Merge "Add DCAE UTs"Gary Wu3-55/+167
2017-08-21Add DCAE UTsVictor Morales3-55/+167
This change adds the Unit Tests that verify the functionality of DCAE scripts and makes proper changes to refactor the lib/dcae source code. Change-Id: I0a6c000ddf1ff29bd094e8bc552e6bea5ef3e8ec Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-22
2017-08-21Merge "Refactor AAI source folder variable"Gary Wu2-50/+48
2017-08-21Refactor AAI source folder variableVictor Morales2-50/+48
Given that $src_folder variable name has conflict with other modules it was changed to something more specific Change-Id: I8106c3961cd4369b4c8e75cbe3d906c57869a50a Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-18