Sync latest changes for vagrant-onap 83/6283/1
authorVictor Morales <victor.morales@intel.com>
Wed, 26 Jul 2017 21:06:35 +0000 (16:06 -0500)
committerVictor Morales <victor.morales@intel.com>
Wed, 26 Jul 2017 21:06:35 +0000 (16:06 -0500)
commitdd074806ad51761392a9cca3f1f04fbbebd3de22
tree9088768b55bf307875369e7368f56c7e66149424
parent8805879b4dc92014381ba55b75955b295944ded6
Sync latest changes for vagrant-onap

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>
38 files changed:
bootstrap/vagrant-onap/.gitignore
bootstrap/vagrant-onap/CONTRIBUTING.md [new file with mode: 0644]
bootstrap/vagrant-onap/LICENSE [new file with mode: 0644]
bootstrap/vagrant-onap/README.md
bootstrap/vagrant-onap/Vagrantfile
bootstrap/vagrant-onap/doc/source/features/features.rst [new file with mode: 0644]
bootstrap/vagrant-onap/doc/source/features/openstack.rst [new file with mode: 0644]
bootstrap/vagrant-onap/doc/source/index.rst [new file with mode: 0644]
bootstrap/vagrant-onap/lib/_composed_functions [new file with mode: 0755]
bootstrap/vagrant-onap/lib/_onap_functions [new file with mode: 0755]
bootstrap/vagrant-onap/lib/aai
bootstrap/vagrant-onap/lib/appc
bootstrap/vagrant-onap/lib/asserts
bootstrap/vagrant-onap/lib/commons
bootstrap/vagrant-onap/lib/dcae
bootstrap/vagrant-onap/lib/files/settings.template [new file with mode: 0644]
bootstrap/vagrant-onap/lib/functions
bootstrap/vagrant-onap/lib/mr
bootstrap/vagrant-onap/lib/mso
bootstrap/vagrant-onap/lib/policy
bootstrap/vagrant-onap/lib/portal
bootstrap/vagrant-onap/lib/robot
bootstrap/vagrant-onap/lib/sdc
bootstrap/vagrant-onap/lib/sdnc
bootstrap/vagrant-onap/lib/vfc [new file with mode: 0755]
bootstrap/vagrant-onap/lib/vid
bootstrap/vagrant-onap/postinstall.sh
bootstrap/vagrant-onap/tests/_test_base [new file with mode: 0644]
bootstrap/vagrant-onap/tests/test_functions [new file with mode: 0644]
bootstrap/vagrant-onap/tests/test_mr [new file with mode: 0644]
bootstrap/vagrant-onap/tests/test_mso [new file with mode: 0644]
bootstrap/vagrant-onap/tests/test_sdnc [new file with mode: 0644]
bootstrap/vagrant-onap/tests/test_vfc [new file with mode: 0644]
bootstrap/vagrant-onap/tools/get_repos.sh [new file with mode: 0755]
bootstrap/vagrant-onap/tools/run.sh [new file with mode: 0755]
bootstrap/vagrant-onap/tools/setup_openstack.sh [new file with mode: 0755]
bootstrap/vagrant-onap/tox.ini
bootstrap/vagrant-onap/unit_testing.sh [new file with mode: 0755]