diff options
Diffstat (limited to 'repo')
-rw-r--r-- | repo/openstack/make_ppa/ubuntu/xenial/newton/download_pkg.tmpl | 2 | ||||
-rw-r--r-- | repo/pip/code_url.conf | 2 | ||||
-rw-r--r-- | repo/pip/extra-requirement-tar.txt | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/repo/openstack/make_ppa/ubuntu/xenial/newton/download_pkg.tmpl b/repo/openstack/make_ppa/ubuntu/xenial/newton/download_pkg.tmpl index 7bec8878..0790552c 100644 --- a/repo/openstack/make_ppa/ubuntu/xenial/newton/download_pkg.tmpl +++ b/repo/openstack/make_ppa/ubuntu/xenial/newton/download_pkg.tmpl @@ -11,7 +11,7 @@ apt-get install -d nova-compute-kvm -y #make pernoca database apt-get install -y apt-transport-https debconf-utils libaio1 libc6 libdbd-mysql-perl libgcc1 libgcrypt20 libstdc++6 python-software-properties wget apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 -add-apt-repository 'deb https://mirrors.tuna.tsinghua.edu.cn/mariadb/mariadb-10.0.26/repo/ubuntu/ xenial main' +add-apt-repository 'deb http://ftp.hosteurope.de/mirror/archive.mariadb.org/mariadb-10.0.26/repo/ubuntu/ xenial main' apt-get update apt-get install -d mariadb-client mariadb-galera-server-10.0 galera-3 rsync socat -y #make pernoca database end diff --git a/repo/pip/code_url.conf b/repo/pip/code_url.conf index c3c90c4c..8d82875c 100644 --- a/repo/pip/code_url.conf +++ b/repo/pip/code_url.conf @@ -16,7 +16,7 @@ export GIT_URL="https://github.com/openstack/keystone.git \ https://github.com/openstack/heat.git \ https://github.com/openstack/python-heatclient.git \ https://github.com/openstack/aodh.git \ - https://github.com/openstack/python-aodhclient.git \ + https://github.com/openstack/python-aodhclient.git" export PIP_GIT_URL="https://github.com/openstack/congress.git \ https://github.com/openstack/python-congressclient.git \ diff --git a/repo/pip/extra-requirement-tar.txt b/repo/pip/extra-requirement-tar.txt index 6d70d563..46bcd98c 100644 --- a/repo/pip/extra-requirement-tar.txt +++ b/repo/pip/extra-requirement-tar.txt @@ -3,3 +3,4 @@ networking-odl==3.2.0 pymongo==3.0.3 +networking-sfc==3.0.0 |