Vladislav Naumov | 43e4154 | 2017-09-26 14:15:42 +0300 | [diff] [blame] | 1 | --- |
| 2 | summary: > |
OlgaGusarenko | 3d11939 | 2017-10-05 13:22:25 +0300 | [diff] [blame] | 3 | Improved the OpenStack cloud credentials defining process for the OSS services |
Vladislav Naumov | 43e4154 | 2017-09-26 14:15:42 +0300 | [diff] [blame] | 4 | |
| 5 | upgrades: |
OlgaGusarenko | 3d11939 | 2017-10-05 13:22:25 +0300 | [diff] [blame] | 6 | - | |
| 7 | Improved the OpenStack cloud credentials defining process for the OSS |
| 8 | services. The changes affect cluster and system levels of an MCP |
| 9 | deployment and include the following: |
Vladislav Naumov | 43e4154 | 2017-09-26 14:15:42 +0300 | [diff] [blame] | 10 | |
OlgaGusarenko | 3d11939 | 2017-10-05 13:22:25 +0300 | [diff] [blame] | 11 | * ``cacert_path`` and ``cafile`` parameters for the Security Audit and |
| 12 | Cleanup services has changed to: |
Vladislav Naumov | 43e4154 | 2017-09-26 14:15:42 +0300 | [diff] [blame] | 13 | |
OlgaGusarenko | 3d11939 | 2017-10-05 13:22:25 +0300 | [diff] [blame] | 14 | .. code-block:: yaml |
Vladislav Naumov | 43e4154 | 2017-09-26 14:15:42 +0300 | [diff] [blame] | 15 | |
OlgaGusarenko | 3d11939 | 2017-10-05 13:22:25 +0300 | [diff] [blame] | 16 | security_monkey_openstack: |
| 17 | source_credentials: source/path/for/os/credentials/on/env |
| 18 | service_credentials: path/to/os/credentials/in/service/container |
Vladislav Naumov | 43e4154 | 2017-09-26 14:15:42 +0300 | [diff] [blame] | 19 | |
OlgaGusarenko | 3d11939 | 2017-10-05 13:22:25 +0300 | [diff] [blame] | 20 | janitor_monkey_openstack: |
| 21 | source_credentials: source/path/for/os/credentials/on/env |
| 22 | service_credentials: path/to/os/credentials/in/service/container |
Vladislav Naumov | 43e4154 | 2017-09-26 14:15:42 +0300 | [diff] [blame] | 23 | |
OlgaGusarenko | 3d11939 | 2017-10-05 13:22:25 +0300 | [diff] [blame] | 24 | Now, you do not need to specify the certificate file but only the |
| 25 | directory where it is located. |
| 26 | The certificate file is named ``cert.pem`` for all services by default; |
| 27 | and the ``source_credentials`` value equals to |
| 28 | the value of the ``oss_openstack_credentials_path`` parameter. |
Vladislav Naumov | 43e4154 | 2017-09-26 14:15:42 +0300 | [diff] [blame] | 29 | |
OlgaGusarenko | 3d11939 | 2017-10-05 13:22:25 +0300 | [diff] [blame] | 30 | * ``oss_openstack_cert_path`` has changed as follows: |
Vladislav Naumov | 43e4154 | 2017-09-26 14:15:42 +0300 | [diff] [blame] | 31 | |
OlgaGusarenko | 3d11939 | 2017-10-05 13:22:25 +0300 | [diff] [blame] | 32 | .. code-block:: yaml |
Vladislav Naumov | 43e4154 | 2017-09-26 14:15:42 +0300 | [diff] [blame] | 33 | |
OlgaGusarenko | 3d11939 | 2017-10-05 13:22:25 +0300 | [diff] [blame] | 34 | oss_openstack_credentials_path: source/path/for/os/credentials/on/env |
Vladislav Naumov | 43e4154 | 2017-09-26 14:15:42 +0300 | [diff] [blame] | 35 | |
OlgaGusarenko | 3d11939 | 2017-10-05 13:22:25 +0300 | [diff] [blame] | 36 | .. fixes: |
| 37 | - https://mirantis.jira.com/browse/PROD-14863 |
| 38 | - https://mirantis.jira.com/browse/PROD-14870 |
Vladislav Naumov | 43e4154 | 2017-09-26 14:15:42 +0300 | [diff] [blame] | 39 | |
OlgaGusarenko | 3d11939 | 2017-10-05 13:22:25 +0300 | [diff] [blame] | 40 | .. full change-list: |
| 41 | https://gerrit.mcp.mirantis.net/#/q/topic:os-creds+(status:open+OR+status:merged) |
| 42 | |