diff options
author | Justin chi <chigang@huawei.com> | 2017-01-24 08:50:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-24 08:50:35 +0000 |
commit | d001a27936a5d55cda2d8ca0849f30a8bd1c0b3d (patch) | |
tree | a4a87d67dbb248d3ea2034adfe04dea79378df7f /repo/pip | |
parent | e5d3ebef36c73a8bcbad3d0236bdb663809033ea (diff) | |
parent | 6f279a7362504418cfcc453e11b3a9c2d458a2ea (diff) |
Merge "Adjust make repo"
Diffstat (limited to 'repo/pip')
-rw-r--r-- | repo/pip/Dockerfile | 36 | ||||
-rw-r--r-- | repo/pip/code_url.conf | 24 | ||||
-rw-r--r-- | repo/pip/core-requirement.txt | 62 | ||||
-rw-r--r-- | repo/pip/extra-requirement-tar.txt | 4 | ||||
-rw-r--r-- | repo/pip/extra-requirement-wheel.txt | 11 |
5 files changed, 137 insertions, 0 deletions
diff --git a/repo/pip/Dockerfile b/repo/pip/Dockerfile new file mode 100644 index 00000000..e8fed1ba --- /dev/null +++ b/repo/pip/Dockerfile @@ -0,0 +1,36 @@ +FROM ubuntu:16.04 +MAINTAINER Yifei Xue <xueyifei@huawei.com> + +ADD ./code_url.conf /code_url.conf + +RUN chmod +x code_url.conf + +ADD ./make_pip.sh /make_pip.sh + +RUN chmod +x make_pip.sh + +ADD ./make_pip_wheel.sh /make_pip_wheel.sh + +RUN chmod +x make_pip_wheel.sh + +ADD ./cp_pip.sh /cp_pip.sh + +RUN chmod +x cp_pip.sh + +RUN apt-get update + +RUN apt-get install -y git python-pip + +RUN apt-get install -y libssl-dev libffi-dev + +RUN mkdir -p /home/tmp + +RUN mkdir -p /pip-openstack + +RUN /make_pip.sh + +RUN /make_pip_wheel.sh + +RUN tar -zcvf pip-openstack.tar.gz /pip-openstack + +CMD ["/cp_pip.sh"] diff --git a/repo/pip/code_url.conf b/repo/pip/code_url.conf new file mode 100644 index 00000000..062e0bff --- /dev/null +++ b/repo/pip/code_url.conf @@ -0,0 +1,24 @@ +#export BRANCH=${BRANCH:-master} +export BRANCH=${BRANCH:-stable/newton} + +export GIT_URL="https://github.com/openstack/keystone.git \ + https://github.com/openstack/python-keystoneclient.git \ + https://github.com/openstack/nova.git \ + https://github.com/openstack/python-novaclient.git \ + https://github.com/openstack/neutron.git \ + https://github.com/openstack/python-neutronclient.git \ + https://github.com/openstack/cinder.git \ + https://github.com/openstack/python-cinderclient.git \ + https://github.com/openstack/glance.git \ + https://github.com/openstack/python-glanceclient.git \ + https://github.com/openstack/ceilometer.git \ + https://github.com/openstack/python-ceilometerclient.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/tacker.git \ + https://github.com/openstack/python-tackerclient.git " + +export PIP_GIT_URL="https://github.com/openstack/congress.git \ + https://github.com/openstack/python-congressclient.git" diff --git a/repo/pip/core-requirement.txt b/repo/pip/core-requirement.txt new file mode 100644 index 00000000..ce654d7c --- /dev/null +++ b/repo/pip/core-requirement.txt @@ -0,0 +1,62 @@ +# python packages used to install compass-core + +ez_setup +setuptools==18.2 +ansible==2.2.0.0 +virtualenv==13.1.2 +pexpect==3.3 +amqplib==1.0.2 +Cheetah==2.4.1 +daemon==1.1 +Flask==0.10.1 +Flask-Login==0.2.11 +Flask_RESTful==0.3.4 +Flask_WTF==0.12 +importlib==1.0.3 +lockfile==0.10.2 +MySQL-python==1.2.5 +netaddr==0.7.18 +PyChef==0.2.3 +SQLAlchemy==1.0.8 +simplejson==3.8.0 +requests==2.7.0 +celery==3.1.18 +Werkzeug==0.10.4 +ciso8601==1.0.1 +six==1.9.0 +WTForms==2.0.2 +docutils==0.12 +amqp==1.4.6 +Markdown<2.5 +argparse==1.3.0 +Flask-Script==2.0.5 +Flask-SQLAlchemy==0.10 +pytz==2014.3 +ecdsa==0.12 +itsdangerous==0.24 +paramiko==1.12.3 +python_daemon==2.0.4 +redis==2.7.1 +billiard==3.3.0.20 +kombu==3.0.26 +Jinja2==2.8 +aniso8601==0.85 +anyjson==0.3.3 +ordereddict==1.0 +lazypy==0.5 +pycrypto-on-pypi==2.3 +pymongo==3.0.3 +crudini==0.7 +python-keyczar==0.715 +pyasn1==0.1.9 +cliff==1.15.0 +Babel==2.3.4 +tosca-parser==0.5.0 +heat-translator==0.5.0 +yang2tosca==0.13 +oslo.concurrency==3.11.0 +oslo.service==1.12.0 +neutron-lib==0.2.0 +python-dateutil==2.4.2 +pycrypto>=2.6.1 +MarkupSafe>=0.23 diff --git a/repo/pip/extra-requirement-tar.txt b/repo/pip/extra-requirement-tar.txt new file mode 100644 index 00000000..a13c1305 --- /dev/null +++ b/repo/pip/extra-requirement-tar.txt @@ -0,0 +1,4 @@ +# extra python packages used in deployment +# download format tar.gz + +networking-odl==3.2.0 diff --git a/repo/pip/extra-requirement-wheel.txt b/repo/pip/extra-requirement-wheel.txt new file mode 100644 index 00000000..5cdc6469 --- /dev/null +++ b/repo/pip/extra-requirement-wheel.txt @@ -0,0 +1,11 @@ +# extra python packages used in deployment +# download format pip wheel + +python-cloudfoundryclient==1.0.2 +pip==9.0.1 +oslosphinx==4.5.0 +policy2tosca==1.0 +yang2tosca==0.13 +python-keyczar==0.715 +crudini==0.7 +pexpect==3.3 |