aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap/lib/sdc
AgeCommit message (Collapse)AuthorFilesLines
2017-10-20Create a upstream repos validatorVictor Morales1-9/+7
This Unit Test helps to validate the usage of the official repositrories and fails in case that a minimum are not used. Change-Id: Id5a922163a8a0d16de5460aee92e5cced3f285a3 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-289
2017-10-05Implement skip_install case exceptionVictor Morales1-4/+8
The Skip install can be implemented differently for SDC module to allow specific scenarios where it's necessary to skip the get images process but install the services. Change-Id: I491bc6846b25030798e3613d01ec7d14dd08381d Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-236
2017-09-28Add support to configuration valuesVictor Morales1-26/+21
In order to make more flexible the execution workflow of this project, a new mechanism has been implemented to override the default configuration values. Change-Id: Ie6c5aeeb35b7f0de47379ea764ccc8dc21e4bff7 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-236
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-20Update SDC lib and test scriptsVictor Morales1-5/+5
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-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-30Create UTs for SDCVictor Morales1-28/+35
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-30Changed asdc script back to sdcIdan Amit1-0/+111
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-17Rename SDC script for asdcVictor Morales1-108/+0
Change-Id: I9ad0ca53bb8377c56aed58ba66886337b68716a8 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-100
2017-08-10Externalize IP_ADDRESS variableVictor Morales1-1/+0
Several places were using this variable, therefore it was placed in a common place. Change-Id: I481a62482cd2bb55b4a76623309d0977ddb67fe7 Signed-off-by: Victor Morales <victor.morales@intel.com>
2017-07-26Sync latest changes for vagrant-onapVictor Morales1-5/+35
Given some internal procedures was not possible to submit all the changes. In the meantime, those changes were placed into an non-official project. This change syncronizes the latest changes into the official repository. Issue-id: INT-17 Change-Id: Ia4125f4b70273401e4ed3cc1908d2e2ad7d1c2e9 Signed-off-by: Victor Morales <victor.morales@intel.com>
2017-06-20Add vagrant-onap projectVictor Morales1-0/+79
This commit contains the current state of the files and folders imported from github repository[1]. Fixes and features are expected to be implemented in this project. [1] https://github.com/electrocucaracha/vagrant-onap Change-Id: Ib1e8d264e9566c5e44454f5475b5da4638879cb7 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-id: CIMAN-28