diff options
author | 2018-05-12 05:27:56 -0400 | |
---|---|---|
committer | 2018-05-12 05:27:56 -0400 | |
commit | c993457d9b2a580db9dde2d112ab754a8aaa6c7f (patch) | |
tree | 8368cb93eea9e4c5079b2dbc37b868fb6c7614d6 /lib/config | |
parent | 1d88c96c47c15d06b4a85f4b579e51df84a052b3 (diff) |
Pull images from csv file
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
Diffstat (limited to 'lib/config')
-rwxr-xr-x | lib/config/env-vars | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config/env-vars b/lib/config/env-vars index c448321..a3a4c33 100755 --- a/lib/config/env-vars +++ b/lib/config/env-vars @@ -1,5 +1,8 @@ #!/bin/bash +# URL repository +git_url="https://git.onap.org/" + # Source code destination folder git_src_folder=/opt/onap |