Commit Graph

13 Commits

Author SHA1 Message Date
ricolin eb2ce826ef Revert "Remove uwsgi by default"
This reverts commit 39aaeb3f32.

Change-Id: Ib607f3ecd5ada46ffe724fbc0d245d08f2a0fe01
2024-01-18 21:01:12 +08:00
Gage Hugo c4281d2291 Remove pyldap from pydep
The pyldap library was needed only through the queens release, which
we no longer support. This change removes the entry as well as
removes the checks for python-ldap for these older releases.

Change-Id: Id387d4d0bd901682d0aec87ef5e5ee784b9af10c
2023-02-16 06:03:04 +00:00
Sam Yaple 39aaeb3f32 Remove uwsgi by default
Not all deploys will use uwsgi by default but there is no way to disable
it currently. Since uwsgi itself isnt truly a python app (just a C
program with a python building shim).

The user will still be able to install binary package based uwsgi or
include uwsgi in the extra pip packages to install if they wish to.

Related-Id: I76612794c1ba8dbc45b62dff00cee43c6ba10a34
Change-Id: I15008d41633168fda31e061003ccf4681cade68e
2022-11-18 16:44:58 +00:00
Gage Hugo 7dd55124c3 Add cryptography back for placement
The compute-kit jobs are currently failing in osh-images due to
placement not having cryptography available. At this time the
placement project does not specify cryptography in their
requirements, so in the meantime this change adds it back but
specifically for the placement project.

Change-Id: I4e7d8c81d3793d4d3b85b450ded673ad122dc266
2022-11-08 10:49:18 -06:00
Mohammed Naser f156030190 Drop cryptography from dependencies
There is no need to always install it, projects will usually
have it listed in their requirements.txt anyways.

Change-Id: I50b92ea36ab2d4157a8ec9e118a7f49fbd8ede2f
2022-08-17 18:39:21 -04:00
okozachenko c488166421 Add neutron vpn packages
Change-Id: I2e272ce1ed971509e79b3518f5493e68ec8d6e63
2022-03-02 01:26:46 +11:00
okozachenko 181ef53369 Add monasca-api profile
Add zuul ci

Change-Id: I30760e6f7378c35d4afea837b238967509017da5
2021-02-05 18:26:14 +02:00
Andrii Ostapenko e3f6a436de Add purestorage to requirements image
Purestorage is a supported profile, however is not available from PyPi
in wheel form and not a part of UC

Change-Id: Ic1860f4ef01fff60ea24232fb06822941e87f10d
2020-07-24 04:44:10 +00:00
Sam Yaple dfec5ade4c
python-ldap fix
In rocky and beyond pyldap becomes python-ldap. The structure of the
previous patch to fix them means we must always update the pydep.txt
list with a new release of openstack.

Reordering this we can explictly install only when the version is older
than rocky. Added openstack releases back to the Newton release for
compatibility.

Change-Id: Ibf88bd2113029d750f9a4f32e288e3d8be3a1bfd
2019-08-16 17:16:08 -04:00
Itxaka 491f76105b allow using python-ldap instead of pyldap
pyldap has been deprecated and merged back into python-ldap so
using pyldap should be used on versions lower than rocky

Change-Id: I3973d6a9d8156f305e4ea2f3ffbb831ee94156be
2019-03-15 14:09:45 +00:00
Sam Yaple 3c4f0a2fde Add fluentd lib for native fluentd logging
Change-Id: I92a4493a0870edf9ab71ee1ce8f7aff9270ba817
2018-04-12 18:11:18 +00:00
Jalli, Randeep (rj2083) 2b4d9931e5 add pure storage profiles for cinder and nova
Change-Id: I898a19d2b19dbac7eb157e12c9625c20fe897229
2018-03-26 15:45:02 -04:00
Sam Yaple 7a9855eb00
Add python packages "bindep" file
Change-Id: Ia313a689d3b57578fe8f30a584e04ddc3af97a18
2018-03-08 13:06:57 -05:00