forked from camptocamp/odoo-cloud-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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).
- Loading branch information
Showing
2 changed files
with
38 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters