blob: e5bc283c412d3d8e19634ebc215973bb1986e93f [file] [log] [blame]
Vladislav Naumov43e41542017-09-26 14:15:42 +03001---
2summary: >
OlgaGusarenko3d119392017-10-05 13:22:25 +03003 Improved the OpenStack cloud credentials defining process for the OSS services
Vladislav Naumov43e41542017-09-26 14:15:42 +03004
5upgrades:
OlgaGusarenko3d119392017-10-05 13:22:25 +03006 - |
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 Naumov43e41542017-09-26 14:15:42 +030010
OlgaGusarenko3d119392017-10-05 13:22:25 +030011 * ``cacert_path`` and ``cafile`` parameters for the Security Audit and
12 Cleanup services has changed to:
Vladislav Naumov43e41542017-09-26 14:15:42 +030013
OlgaGusarenko3d119392017-10-05 13:22:25 +030014 .. code-block:: yaml
Vladislav Naumov43e41542017-09-26 14:15:42 +030015
OlgaGusarenko3d119392017-10-05 13:22:25 +030016 security_monkey_openstack:
17 source_credentials: source/path/for/os/credentials/on/env
18 service_credentials: path/to/os/credentials/in/service/container
Vladislav Naumov43e41542017-09-26 14:15:42 +030019
OlgaGusarenko3d119392017-10-05 13:22:25 +030020 janitor_monkey_openstack:
21 source_credentials: source/path/for/os/credentials/on/env
22 service_credentials: path/to/os/credentials/in/service/container
Vladislav Naumov43e41542017-09-26 14:15:42 +030023
OlgaGusarenko3d119392017-10-05 13:22:25 +030024 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 Naumov43e41542017-09-26 14:15:42 +030029
OlgaGusarenko3d119392017-10-05 13:22:25 +030030 * ``oss_openstack_cert_path`` has changed as follows:
Vladislav Naumov43e41542017-09-26 14:15:42 +030031
OlgaGusarenko3d119392017-10-05 13:22:25 +030032 .. code-block:: yaml
Vladislav Naumov43e41542017-09-26 14:15:42 +030033
OlgaGusarenko3d119392017-10-05 13:22:25 +030034 oss_openstack_credentials_path: source/path/for/os/credentials/on/env
Vladislav Naumov43e41542017-09-26 14:15:42 +030035
OlgaGusarenko3d119392017-10-05 13:22:25 +030036 .. fixes:
37 - https://mirantis.jira.com/browse/PROD-14863
38 - https://mirantis.jira.com/browse/PROD-14870
Vladislav Naumov43e41542017-09-26 14:15:42 +030039
OlgaGusarenko3d119392017-10-05 13:22:25 +030040 .. full change-list:
41 https://gerrit.mcp.mirantis.net/#/q/topic:os-creds+(status:open+OR+status:merged)
42