Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Be able to consum web links as iso pathes #84

Open
nikolas-hermanns opened this issue Dec 4, 2015 · 3 comments
Open

Be able to consum web links as iso pathes #84

nikolas-hermanns opened this issue Dec 4, 2015 · 3 comments
Assignees
Milestone

Comments

@nikolas-hermanns
Copy link
Collaborator

it would be nice if it is possible to use weblinks, so that the iso is directly downloaded.
./ci_pipeline.sh -a elx_no_ha -i http://artifacts.opnfv.org/fuel/opnfv-2015-12-04_03-04-43.iso

@jonasbjurel
Copy link
Owner

Thanks Nikolas
I will schedule this for next release Q1 2016

@jonasbjurel jonasbjurel self-assigned this Dec 4, 2015
@jonasbjurel jonasbjurel added this to the R2 milestone Dec 4, 2015
@nikolas-hermanns
Copy link
Collaborator Author

Hey,

this patch could do the work:
diff --git a/ci_fuel_opnfv/ci_pipeline.sh b/ci_fuel_opnfv/ci_pipeline.sh
index c9a885b..6dcf615 100755
--- a/ci_fuel_opnfv/ci_pipeline.sh
+++ b/ci_fuel_opnfv/ci_pipeline.sh
@@ -523,7 +523,12 @@ function deploy {
if [ $BUILD -eq 1 ]; then
ISOFILE=${BUILD_ARTIFACT_STORE}/${BRANCH}/${VERSION}/${ISO}
else

  •   ISOFILE=${LOCAL_ISO}
    
  •   if [[ ${LOCAL_ISO} == _"http"_ ]];then
    
  •       wget $LOCAL_ISO -O ${SCRIPT_PATH}/cache/opnfv.iso
    
  •       ISOFILE=${SCRIPT_PATH}/cache/opnfv.iso
    
  •   else
    
  •       ISOFILE=${LOCAL_ISO}
    
  •   fi
    
    fi

@jonasbjurel
Copy link
Owner

Thanks Nikolas I will try it next week.
Super great that you engage!
Sure you dont want to be engaged in OPNFV Fuel@OPNFV?
BR/Jonas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants