aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap/lib/ccsdk
AgeCommit message (Collapse)AuthorFilesLines
2017-12-08Centralize src_folder and repos infoVictor Morales1-7/+0
The configuration values that determines where the source code will be cloned and the list of repos associated to specific project have been included in a new global configuration file, which pretends to facilitate their changes. Change-Id: I700bfe02e6b2f8bf8eef763e44b5e037357ec892 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-367
2017-11-20Refactor clone and compile functionsVictor Morales1-18/+5
The clone_all_* and compile_all_* functions share same instructions for performing their functionality. This change pretends to reduce the duplication of the code. Change-Id: Ief63a5a58c79af85c829602b0451637424659438 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-339
2017-11-06Add debug supportVictor Morales1-2/+0
This change allows to control the level of verbosity for the ONAP on vagrant execution. The new debug configuration value enables verbosity setting its value to *True* Change-Id: I29a3694ea3182a02cb585af5ae8ada1f8a415c8c Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-323
2017-10-20Create a upstream repos validatorVictor Morales1-9/+10
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-09-28Add support to configuration valuesVictor Morales1-7/+0
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-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-12Add CCSDK supportVictor Morales1-0/+64
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