Files
session_redis_public/cloud_platform
Guewen Baconnier a482f186ce 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).
2019-11-18 16:25:34 +01:00
..
2018-10-24 12:44:45 +02:00
2018-10-24 12:44:45 +02:00

Cloud Platform
==============

Install addons required for the Camptocamp Cloud platform, and that are
common to all platform providers.

* Provide a quick install that we can call at the setup / migration
  of a database
* Check if the environment variables are configured correctly according
  to the instance's environment (prod, integration, test or dev) to prevent
  data corruption between the environments (such as the integration server
  writing on the production object storage).