summaryrefslogtreecommitdiffstats
path: root/code/install_interface_patch.sh
blob: 8502118a9b1c05fcd27b4359d084d4195a8abe64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/bash
##############################################################################
# Copyright (c) 2016 ZTE Corporation and others.
# hu.zhijiang@zte.com.cn
# lu.yao135@zte.com.cn
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
imagebranch="pike"
imageversion="171031195331"
imageserver="http://artifacts.opnfv.org/daisy/upstream"
imagedir="/var/lib/daisy/versionfile/kolla"
imagename="kolla-image-$imagebranch-$imageversion.tgz"
mkdir -p $imagedir
if [ ! -e "$imagedir/$imagename" ];then
    cp $imagename $imagedir
fi
if [ ! -e "$imagedir/registry-server.tar" ];then
    cp registry-server.tar $imagedir
fi
cp CentOS*.iso /var/lib/daisy/kolla

mkdir -p /var/lib/daisy/images/
cp cirros*.img /var/lib/daisy/images/