Vladislav Naumov | 43e4154 | 2017-09-26 14:15:42 +0300 | [diff] [blame] | 1 | --- |
| 2 | summary: > |
| 3 | change OS-cloud credentials defining process |
| 4 | |
| 5 | upgrades: |
| 6 | * 'cacert_path' and 'cafile' variables for Security Audit and Cleanup services were changed to: |
| 7 | |
| 8 | .. code-block:: yaml |
| 9 | security_monkey_openstack: |
| 10 | source_credentials: source/path/for/os/credentials/on/env |
| 11 | service_credentials: path/to/os/credentials/in/service/container |
| 12 | |
| 13 | janitor_monkey_openstack: |
| 14 | source_credentials: source/path/for/os/credentials/on/env |
| 15 | service_credentials: path/to/os/credentials/in/service/container |
| 16 | |
| 17 | Now you do not need to specify cert-file properly, need to define directory only. |
| 18 | Cert-file named 'cert.pem' by default for all services. |
| 19 | 'source_credentials' equal to 'oss_openstack_credentials_path'. |
| 20 | |
| 21 | * 'oss_openstack_cert_path' was changed to: |
| 22 | |
| 23 | .. code-block:: yaml |
| 24 | |
| 25 | oss_openstack_credentials_path: source/path/for/os/credentials/on/env |
| 26 | |
| 27 | .. code-block:: text |
| 28 | |
| 29 | Changes affect cluster and system levels. |
| 30 | |
| 31 | fixes: |
| 32 | - https://mirantis.jira.com/browse/PROD-14863 |
| 33 | - https://mirantis.jira.com/browse/PROD-14870 |
| 34 | |
| 35 | other: |
| 36 | * full change-list: |
| 37 | https://gerrit.mcp.mirantis.net/#/q/topic:os-creds+(status:open+OR+status:merged) |