13 Commits
Author SHA1 Message Date
Vincent RenavilleandGitHub 156921bc6f feat: bump azure library (#428) 2023-06-07 17:11:10 +02:00
Yannick VaucherandGitHub 13d7d156a3 Merge pull request #243 from p-tombez/backport_attachment_azure
[MIG] attachment_azure: Backport from 14.0 to 13.0
2021-08-05 10:24:57 +02:00
Patrick TombezandGitHub 6d5a6edd5c [13.0][ADD] monitoring_prometheus (#239)
[13.0][ADD] monitoring_prometheus
2021-08-04 11:16:46 +02:00
Vincent RenavilleandPatrick Tombez 223a84d6a9 [IMP] Add identity (#238)
* [IMP] can use ad identity to access storage
2021-07-26 10:26:40 +02:00
Hiren PattaniandPatrick Tombez 1d8bbcf765 [ADD] attachment_azure 2021-07-26 10:26:40 +02:00
Akim Juillerat 7bd76d3cd0 Fix authentication to Keystone v3
- Use newer version from python lib.
 - Define project_domain_id + user_domain_id in auth
2020-03-09 13:01:43 +01:00
Guewen Baconnier d032e518ba 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:58 +02:00
Guewen Baconnier c6456a58f7 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:58 +02:00
Akim Juillerat c61cf6c4e5 attachment_s3: Migrate to boto3 2019-03-11 15:39:53 +01: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