Age | Commit message (Collapse) | Author | Files | Lines |
|
The setup.sh bash script install vagrant dependencies for this
project. This script has been improved and now includes instructions
to enable nested-virtualization.
Change-Id: I98112c2b97383f7f33d06ad725768d7e0422d788
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: INT-478
|
|
It has been included another method for retrieving OOM images. This
function uses a cvs file to get the information to previously loads
the Docker registry for Helm Charts deployment.
Change-Id: I2e6d154cd7911d65b44592f9cf512180bb05bef6
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: INT-478
|
|
The libvirt_group variable has been declared as read-only variable
and given that's changed in Ubuntu distros, this needs to be
writetable.
Change-Id: I9526225870aafbc766ddd1aa44dcdb7f477af85a
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: INT-370
|
|
|
|
Vagrant client has changed the DEFAULT_SERVER_URL string type for a
constant[1]. This change is available since v2.0.3 and causes an
error in those clients so it's necessary to revert the change
I069eae9370ecdf1483098528cee57d9b3e81a41b which modifies that value.
[1] https://github.com/hashicorp/vagrant/commit/f2bf18e56be36ed4bfbfe42fe20ab9147910ab3f
Change-Id: I153a7adb9322244c34a55dd884cb75e158dfd54d
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: INT-434
|
|
The libvirt group name can differ for every distro. This change
fixes this difference on Ubuntu distributions.
Change-Id: Id69d10cbf23249e36d5b3c0a0b2e2e2bd3dc44dd
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: INT-370
|
|
This change covers the migration of the vagrant-onap tool's code
which was located under integration repo to devtool's repository.
The tool was renamed to avoid misunderstandings about its goals.
Change-Id: I79df8c35fccaa266a789217d441a6cf1183bd42a
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: INT-441
|