Remove creation of httpboot folder 51/70751/3
authorRihab Banday <rihab.banday@ericsson.com>
Wed, 12 Aug 2020 09:01:24 +0000 (11:01 +0200)
committerRihab Banday <rihab.banday@ericsson.com>
Fri, 14 Aug 2020 08:13:16 +0000 (10:13 +0200)
Remove creation of httpboot folder and manual copy
of CentOS 7 image as the support is now added
upstream by [1] and [2].

[1] https://gerrit.nordix.org/c/infra/provisioner/bifrost/+/5547
[2] https://gerrit.nordix.org/c/infra/stack/ironic/+/5550

Change-Id: I3eae2816091e2631d2170f9950fedd2f13e84db7
Signed-off-by: Rihab Banday <rihab.banday@ericsson.com>
functions.sh

index 5f7c0db..b79dfa4 100755 (executable)
@@ -56,9 +56,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 \