diff options
author | Clement Delafargue <clement.delafargue@fretlink.com> | 2020-07-01 11:48:04 +0200 |
---|---|---|
committer | Clement Delafargue <clement.delafargue@fretlink.com> | 2020-07-02 11:44:09 +0200 |
commit | 45a5c1337b777f34c06d2ce99931414ba9f57ecd (patch) | |
tree | be4ec30d22ee9440d6404e972f4e43d62172c978 /README.md | |
parent | f642276169b56be94e8537458d0ce2286dc71748 (diff) | |
download | ansible-clever-45a5c1337b777f34c06d2ce99931414ba9f57ecd.tar.gz ansible-clever-45a5c1337b777f34c06d2ce99931414ba9f57ecd.tar.zst ansible-clever-45a5c1337b777f34c06d2ce99931414ba9f57ecd.zip |
Add support for linking service dependencies
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ Variables for the application: | |||
34 | - `clever_env_output_file`: as a post deploy task you might need to retrieve the full Clever environment configuration (i.e. with addon env variables). If this variable is set to a filename then the env will be retrieved after a successful deploy and written to this file. Beware, the resulting file will contain sensitive information (addon passwords, …). Optional. | 34 | - `clever_env_output_file`: as a post deploy task you might need to retrieve the full Clever environment configuration (i.e. with addon env variables). If this variable is set to a filename then the env will be retrieved after a successful deploy and written to this file. Beware, the resulting file will contain sensitive information (addon passwords, …). Optional. |
35 | - `clever_build_flavor`: an optional text value used to configure the size of the dedicated build instance (for instance `S` or `XL`). If not defined, it delegates to clever cloud default behaviour. Setting `disabled` disables the dedicated build instance altogether. | 35 | - `clever_build_flavor`: an optional text value used to configure the size of the dedicated build instance (for instance `S` or `XL`). If not defined, it delegates to clever cloud default behaviour. Setting `disabled` disables the dedicated build instance altogether. |
36 | - `clever_scaling`: an optional object used to configure the runtime instances flavours and numbers. If not defined, it delegates to clever cloud default behaviour. | 36 | - `clever_scaling`: an optional object used to configure the runtime instances flavours and numbers. If not defined, it delegates to clever cloud default behaviour. |
37 | - `clever_service_dependencies`: a list of the service dependencies needed by the application (each service being a dict containing either an `app_id` field, or an `addon_id` field), optional.<br/> | ||
38 | Example: `[{ addon_id: addon_00000000-0000-0000-0000-000000000000 }, { app_id: app_00000000-0000-0000-0000-000000000000 }]` | ||
37 | 39 | ||
38 | Variables specific to deployment, defaults should be fine: | 40 | Variables specific to deployment, defaults should be fine: |
39 | 41 | ||