overture-stack / rollcall

A service for managing indices and aliases in an elasticsearch cluster
GNU Affero General Public License v3.0
0 stars 1 forks source link

Implement Alias Initialization #13

Closed rosibaj closed 4 years ago

rosibaj commented 4 years ago

Rollcall updates indices linked to an Alias, but if an alias does not already exists Rollcall cannot interact with it.

We want to modify Rollcall to be able to initialize aliases.

jaserud commented 4 years ago

Looks like rollcall does add aliases to elasticsearch if they don't exist. The release request accepts an alias name as well. A thing to note here though, the aliases that rollcall expects is configured via env variables. Not sure if this is what we wanted to change.

rosibaj commented 4 years ago

@jaserud I think we thought it did not create the aliases, so great news. @hlminh2000, any issues with env configuring the aliases? I assume so as we want it per program?