e7ba6828a0
- With Ubuntu bionic based deckhand docker image, uswsi crashes with segmentation fault when it tries to load psycopg2 library, causing the deckhand service become unavailable. The root cause of this problem seems to be that uwsgi and psycopg2 binary wheels are built with different ssl libraries. To address this issue, upgrading psycopg2 to the latest release to the latest binary release. - For opensuse 15.1 image build, python3-six was updated to address package not found issue. - Updated gating ansbile playbooks to address non-voting gate failures. Change-Id: I7be920e16e6114eb2bdbc052a6761f29008baf81
49 lines
1.0 KiB
Plaintext
49 lines
1.0 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.
|
|
|
|
hacking==1.1.0
|
|
|
|
alembic==1.0.1
|
|
beaker==1.10.0
|
|
cryptography==2.3.1
|
|
deepdiff==3.3.0
|
|
falcon==1.4.1
|
|
jsonpath-ng==1.4.3
|
|
jsonschema==2.6.0
|
|
keystoneauth1==3.11.1
|
|
keystonemiddleware==5.3.0
|
|
networkx==2.2
|
|
oslo.cache==1.31.1
|
|
oslo.concurrency==3.28.1
|
|
oslo.config==6.6.2
|
|
oslo.context>=2.21.0
|
|
oslo.messaging==9.1.1
|
|
oslo.db==4.41.1
|
|
oslo.log==3.40.1
|
|
oslo.middleware==3.36.0
|
|
oslo.policy==1.40.1
|
|
oslo.serialization==2.28.1
|
|
oslo.utils==3.40.2
|
|
pbr==5.1.0
|
|
PasteDeploy==1.5.2
|
|
Paste==3.0.1
|
|
psycopg2-binary==2.8.4
|
|
pyyaml~=5.1
|
|
|
|
# TODO(alanmeadows)
|
|
# this must match the container service
|
|
# likely this should be imported from a
|
|
# container sidecar long-term
|
|
python-barbicanclient==4.7.0
|
|
python-keystoneclient==3.18.0
|
|
python-memcached==1.59
|
|
|
|
Routes==2.4.1
|
|
six==1.11.0
|
|
stevedore==1.30.0
|
|
urllib3==1.24.3
|
|
uwsgi==2.0.17.1
|
|
# To support profiling in non-prod
|
|
Werkzeug==0.16.1
|