aboutsummaryrefslogtreecommitdiffstats
path: root/lib/openstack
AgeCommit message (Collapse)AuthorFilesLines
2018-10-18Add license headersVictor Morales1-0/+8
Change-Id: Ie361141e2c70ad515fcf3d57621c8801fc80095a Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-478
2018-05-14Add skip_get_images and skip_install to OSVictor Morales1-4/+8
The skip_get_images and skip_install variables controls the workflow for every script. These conditionals weren't present for openstack script. Change-Id: Ie640bad0b8cab2a3bc620d382550ce79aad36080 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-329
2018-05-03General improvementsVictor Morales1-3/+42
This script contains several changes to improve the code: - The OOM configuration file for deploying ONAP services has been changed to enable more services. - Expose the proxy configuration process for docker. - Remove All-in-One scenario from the options and documentation Change-Id: I7e089f846148fc3ee2ba3572628b7175a677d324 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-478
2018-03-13Migrate vagrant-onap to devtool repoVictor Morales1-0/+75
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