diff options
author | shuai chen <chenshuai@huawei.com> | 2015-09-28 03:24:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-09-28 03:24:14 +0000 |
commit | f597677ccc0a438961666f0d8e95eac2bd4c186d (patch) | |
tree | db7d7543bd1c0836dd9405cbe55ec42e7889ddf6 /build/templates/RedHat_juno.tmpl | |
parent | 8338b0630a39d6a07b20fcbb4fad54519aee228d (diff) | |
parent | 03f295703d62f1eb2436d6ba9c1fb889b9a3c53c (diff) |
Merge "switch the source to ubuntu"
Diffstat (limited to 'build/templates/RedHat_juno.tmpl')
-rw-r--r-- | build/templates/RedHat_juno.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/templates/RedHat_juno.tmpl b/build/templates/RedHat_juno.tmpl index 51cc0772..6381ef8d 100644 --- a/build/templates/RedHat_juno.tmpl +++ b/build/templates/RedHat_juno.tmpl @@ -4,11 +4,11 @@ set -x yum remove systemd -y # add 163 repo yum install wget -y -wget -O /etc/yum.repos.d/CentOS7-Base-163.repo http://mirrors.163.com/.help/CentOS7-Base-163.repo +#wget -O /etc/yum.repos.d/CentOS7-Base-163.repo http://mirrors.163.com/.help/CentOS7-Base-163.repo wget -O /epel-release-7-5.noarch.rpm http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm yum remove wget iptables-services -y yum update -y -rm -f /etc/yum.repos.d/CentOS-*.repo +#rm -f /etc/yum.repos.d/CentOS-*.repo yum repolist yum clean all # add openstack juno repo |