summaryrefslogtreecommitdiffstats
path: root/code/install_interface_patch.sh
blob: e0ac0876385ca4a55285da9e210827cf8f6c1dbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/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
##############################################################################
mkdir -p /home/kolla_install/docker
if [ ! -e "/home/kolla_install/docker/registry-mitaka-latest.tgz" ];then
    cp registry-mitaka-latest.tgz /home/kolla_install/docker
fi
if [ ! -e "/home/kolla_install/docker/registry-server.tar" ];then
    cp registry-server.tar /home/kolla_install/docker
fi
cp CentOS-7-x86_64-Minimal-1511.iso /var/lib/daisy/kolla