Commit Graph
4 Commits
Author SHA1 Message Date
Guewen BaconnierandGitHub 5f587bc47b Merge pull request #128 from sebalix/7.0-backport-labs-support
[7.0] Add support of 'labs' RUNNING_ENV in cloud_platform
2020-06-22 07:40:36 +02:00
Guewen Baconnierandsebalix c35300a99d Add an advice in error message 2020-01-23 12:17:52 +01:00
Guewen Baconnierandsebalix bf35de5c59 Add support of 'labs' RUNNING_ENV in cloud_platform
The labs env can be anything starting by 'labs', such as
'labs-logistics', 'labs-finance', ...

* At install, s3/swift is set as default storage
* However, unlike prod/integration, the storage is not forced to be an
object storage
* Redis is required
* When the storage is set on s3/swift, then the bucket name is mandatory
(otherwise, there is no place where to create the files...)

The redis prefix regex match is relaxed: anything starting by a project
name, then '-odoo-', then any combination of letters, digits, and dashes
is accepted (so a prefix my-project9-odoo-labs-web3 is valid).
2020-01-23 12:17:29 +01:00
Guewen BaconnierandSimone Orsi 3fb5c01503 [7.0] Filter /monitoring/status werkzeug logs (#70)
* Filter /monitoring/status werkzeug logs

With healtchecks, they constitute 95% of our logs. Let's stop wasting
resources and shut them up.
2019-07-19 15:35:16 +02:00