-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
bugPOINT - Bugfix entry in the CHANGELOGPOINT - Bugfix entry in the CHANGELOG
Description
Databases creation behaviour changed between 3.3.0 & 3.4.0:
- 3.3.0: all databases matching cluster services are created and password updated. Everything else is left untouched
- 3.4.0: all default databases are created and password updated
I think this is due to this commit :
- 3.3.0:
loop: "{{ databases | intersect(services) }}"
- 3.4.0:
loop: "{{ databases }}"
Impact : When upgrading from CDH 6.3.2 to CDP 7.1.7
I put Ranger and not Sentry in cluster services
And I provide Ranger DB settings, and not Sentry DB settings.
It creates Ranger DB with correct username and password, but for Sentry (which I want to leave untouched), it changes the password to the default one
Metadata
Metadata
Assignees
Labels
bugPOINT - Bugfix entry in the CHANGELOGPOINT - Bugfix entry in the CHANGELOG