diff options
author | Harry Huang <huangxiangyu5@huawei.com> | 2017-01-18 16:47:25 +0800 |
---|---|---|
committer | Harry Huang <huangxiangyu5@huawei.com> | 2017-01-23 15:02:30 +0800 |
commit | 6f279a7362504418cfcc453e11b3a9c2d458a2ea (patch) | |
tree | 4ab9f1edf274b289c006225059295ced06831cf5 /repo/pip/core-requirement.txt | |
parent | 66e8997c590523fdda22f6251a96bc08e001ae76 (diff) |
Adjust make repo
Demand:
1.Compass4nfv master code only support one OPNFV version
now, no need to keep previous version's repo scripts
2.Currently java packages are in /var/www/package/onos
directory which is unreasonable
3.repo.conf has a lot of download URL which can turn into
pip requirements
Modification:
1.Remove previous version's directory in compass4nfv/repo
2.Only leave java and odl in compass4nfv/repo/features.
Other features can be added when they are ready
3.Seperate URLs in repo.conf into compass-core and openstack
pip requirements. Therefore pip.tar.gz only contains pip
packages for compass-core and pip-openstack.tar.gz only
contains pip packages for openstack
3.Move java packages into /var/www/package/java directory
4.Add make pip wheel package function to support congress
5.Use ODL package distribution-karaf-0.5.0-Boron.tar.gz
6.Use python package netwoking-odl-3.2.0
Change-Id: Ifa818e7630ac4435e3bdb7756b83f80f50c24a76
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'repo/pip/core-requirement.txt')
-rw-r--r-- | repo/pip/core-requirement.txt | 62 |
1 files changed, 62 insertions, 0 deletions
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 |