Commit Graph
11 Commits
Author SHA1 Message Date
Patrick TombezandYannick Vaucher 11391132a3 [13.0][ADD] monitoring_prometheus (#239)
[13.0][ADD] monitoring_prometheus
2021-11-11 18:50:03 +01:00
Vincent RenavilleandNils Hamerlinck 66e910b48a [IMP] Add identity (#238)
* [IMP] can use ad identity to access storage
2021-09-07 11:02:26 +07:00
Hiren PattaniandNils Hamerlinck 62645b74aa [ADD] attachment_azure 2021-09-07 11:02:26 +07:00
Akim JuilleratandPatrick Tombez 85d274a10e attachment_s3: Migrate to boto3 2020-03-10 10:21:30 +01:00
Akim Juillerat df6c2aec0b Fix authentication to Keystone v3
- Use newer version from python lib.
 - Define project_domain_id + user_domain_id in auth
2020-03-09 09:40:31 +01:00
Guewen Baconnier fe827e6b3f Pin PyYAML version because 5.x does not work with Odoo
It would raise ConstructorError: could not determine a constructor for the tag '!record'
2019-05-09 10:10:36 +02:00
Guewen Baconnier 8a4e9d1f84 attachment_swift: share a session for all connections
OVH's Swift applies a rate limit on the authentication.

attachment_swift authenticates again each time it has to read/write an
attachment. When running upgrades on upgrades of files or installing a
new DB, at some point, we get rejected with HTTP 429.

This commit introduces a shared storage for Swift Session. All
connections will reuses the same authentication token created the first
time a connection needs a Session.

Note: needs python-swiftclient>=3.7.0 to have
https://github.com/openstack/python-swiftclient/commit/1971ef880ff225379d4a91f00f89f323a1605eeb
2019-05-09 10:10:36 +02:00
Thierry DucrestandGuewen Baconnier dd8f2fc5c8 Add auth v2.0 for swift connection 2017-09-20 12:43:38 +02:00
Thierry Ducrest 017e1c7bd9 Create the module for Swift attachment 2017-08-25 16:34:12 +02:00
Guewen Baconnier 65e9bad4e5 Add monitoring_statsd in cloud_platform 2016-11-04 10:30:10 +01:00
Guewen Baconnier bed41d6719 Add requirements.txt 2016-11-03 17:37:00 +01:00