Skip to content

Databases creation Issue #64

@anisf

Description

@anisf

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

No one assigned

    Labels

    bugPOINT - Bugfix entry in the CHANGELOG

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions