4bfed61fe3
Kubernetes Release 1.0 was announced at OSCON A new Fedora Atomic image has been built with version 1.0.4 and this series of patches will update the templates, scripts, documents to work with the new image. The api has also been changed from v1beta3 to v1 and the beta api is no longer available, so the interface between Magnum and Kubernetes master are updated as well in this series of patches. This particular patch will bring up a V1 cluster with the bay-create command. Because the switch to the V1 API requires all the code changes to be applied at once, this patch pulls in portion of 3 patches together. The changes include: 1. devstack plugin downloads the new image. 2. k8s conductor and other code calls the new V1 client and k8s methods. 3. Configuration for k8s services and docker updated with new parameters. 4. Minion registration and example code updated to V1. 5. Functional tests updated to V1. 6. Gate test setup points to the new image. Co-Authored-By: Hongbin Lu <hongbin.lu@huawei.com> Change-Id: I046931ad491e8b7ee45943852901eac5c3df913e Partially-Implements: blueprint kubernetes-v1
50 lines
1.3 KiB
Plaintext
50 lines
1.3 KiB
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
# Despite above warning added by global sync process, please use
|
|
# ascii betical order.
|
|
|
|
Babel>=1.3
|
|
PrettyTable<0.8,>=0.7
|
|
PyYAML>=3.1.0
|
|
SQLAlchemy<1.1.0,>=0.9.9
|
|
WSME>=0.7
|
|
WebOb>=1.2.3
|
|
alembic>=0.8.0
|
|
decorator>=3.4.0
|
|
docker-py>=1.1.0 # Apache-2.0
|
|
eventlet>=0.17.4
|
|
greenlet>=0.3.2
|
|
iso8601>=0.1.9
|
|
jsonpatch>=1.1
|
|
keystonemiddleware>=2.0.0
|
|
netaddr!=0.7.16,>=0.7.12
|
|
oslo.concurrency>=2.3.0 # Apache-2.0
|
|
oslo.config>=2.3.0 # Apache-2.0
|
|
oslo.context>=0.2.0 # Apache-2.0
|
|
oslo.db>=2.4.1 # Apache-2.0
|
|
oslo.i18n>=1.5.0 # Apache-2.0
|
|
oslo.log>=1.8.0 # Apache-2.0
|
|
oslo.messaging!=1.17.0,!=1.17.1,>=1.16.0 # Apache-2.0
|
|
oslo.policy>=0.5.0 # Apache-2.0
|
|
oslo.serialization>=1.4.0 # Apache-2.0
|
|
oslo.service>=0.7.0 # Apache-2.0
|
|
oslo.utils>=2.0.0 # Apache-2.0
|
|
oslo.versionedobjects>=0.9.0
|
|
oslo.reports>=0.1.0 # Apache-2.0
|
|
paramiko>=1.13.0
|
|
pbr>=1.6
|
|
pecan>=1.0.0
|
|
python-barbicanclient>=3.3.0
|
|
python-glanceclient>=0.18.0
|
|
python-heatclient>=0.3.0
|
|
python-novaclient>=2.28.1
|
|
python-keystoneclient>=1.6.0
|
|
requests>=2.5.2
|
|
six>=1.9.0
|
|
stevedore>=1.5.0 # Apache-2.0
|
|
taskflow>=1.16.0
|
|
cryptography>=1.0 # Apache-2.0
|
|
urllib3>=1.8.3
|