diff options
author | Rihab Banday <rihab.banday@ericsson.com> | 2020-08-17 08:44:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2020-08-17 08:44:56 +0000 |
commit | c9677cb936e57045c3a7e56c7368b27c7d09a5ad (patch) | |
tree | 4c7733462b2ff152613246bebcac8d69e13364c3 /functions.sh | |
parent | a281ecc3c1cd85d5adc3ca68f877a251e1f82dbc (diff) | |
parent | 9050714ef12e9453fafee4bd0d437f156d8991cc (diff) |
Merge "Remove creation of httpboot folder"
Diffstat (limited to 'functions.sh')
-rwxr-xr-x | functions.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/functions.sh b/functions.sh index c8493d2..129a3a6 100755 --- a/functions.sh +++ b/functions.sh @@ -67,9 +67,6 @@ if [ ! -d "${PROJECT_ROOT}/engine" ]; then git clone https://gerrit.nordix.org/infra/engine.git cp $PROJECT_ROOT/$VENDOR/{pdf.yaml,idf.yaml} \ ${PROJECT_ROOT}/engine/engine -# NOTE: will be removed when centos image path will be added in infra-engine -sudo mkdir /httpboot -# sudo cp -r ${PROJECT_ROOT}/deployment_image.qcow2 /httpboot fi cd ${PROJECT_ROOT}/engine/engine ./deploy.sh -s ironic -d centos7 \ |