Refactor clone and compile functions 23/24623/1
authorVictor Morales <victor.morales@intel.com>
Tue, 21 Nov 2017 00:38:28 +0000 (16:38 -0800)
committerVictor Morales <victor.morales@intel.com>
Tue, 21 Nov 2017 00:38:28 +0000 (16:38 -0800)
commitf1f1ba5dac1b531c346758072c798ceb511100b3
treea571f9e83be31abd3c63595c04a46dcd7e901a7d
parent25bfc6b99f73bd02047dcc13e64390140777402a
Refactor clone and compile functions

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
35 files changed:
bootstrap/vagrant-onap/lib/_composed_functions
bootstrap/vagrant-onap/lib/aai
bootstrap/vagrant-onap/lib/appc
bootstrap/vagrant-onap/lib/ccsdk
bootstrap/vagrant-onap/lib/dcae
bootstrap/vagrant-onap/lib/functions
bootstrap/vagrant-onap/lib/mr
bootstrap/vagrant-onap/lib/mso
bootstrap/vagrant-onap/lib/multicloud
bootstrap/vagrant-onap/lib/policy
bootstrap/vagrant-onap/lib/robot
bootstrap/vagrant-onap/lib/sdc
bootstrap/vagrant-onap/lib/sdnc
bootstrap/vagrant-onap/lib/vfc
bootstrap/vagrant-onap/lib/vid
bootstrap/vagrant-onap/lib/vnfsdk [changed mode: 0644->0755]
bootstrap/vagrant-onap/lib/vvp [changed mode: 0644->0755]
bootstrap/vagrant-onap/tests/_test_base [changed mode: 0644->0755]
bootstrap/vagrant-onap/tests/test_aai [changed mode: 0644->0755]
bootstrap/vagrant-onap/tests/test_appc [changed mode: 0644->0755]
bootstrap/vagrant-onap/tests/test_ccsdk [changed mode: 0644->0755]
bootstrap/vagrant-onap/tests/test_dcae [changed mode: 0644->0755]
bootstrap/vagrant-onap/tests/test_functions [changed mode: 0644->0755]
bootstrap/vagrant-onap/tests/test_mr [changed mode: 0644->0755]
bootstrap/vagrant-onap/tests/test_mso [changed mode: 0644->0755]
bootstrap/vagrant-onap/tests/test_multicloud [changed mode: 0644->0755]
bootstrap/vagrant-onap/tests/test_policy [changed mode: 0644->0755]
bootstrap/vagrant-onap/tests/test_portal [changed mode: 0644->0755]
bootstrap/vagrant-onap/tests/test_robot [changed mode: 0644->0755]
bootstrap/vagrant-onap/tests/test_sdc [changed mode: 0644->0755]
bootstrap/vagrant-onap/tests/test_sdnc [changed mode: 0644->0755]
bootstrap/vagrant-onap/tests/test_vfc [changed mode: 0644->0755]
bootstrap/vagrant-onap/tests/test_vid [changed mode: 0644->0755]
bootstrap/vagrant-onap/tests/test_vnfsdk [changed mode: 0644->0755]
bootstrap/vagrant-onap/tests/test_vvp [changed mode: 0644->0755]