canonical / opensearch-operator

OpenSearch operator
Apache License 2.0
11 stars 6 forks source link

[DPE-4729] network.host should have a single IP #337

Closed phvalguima closed 3 months ago

phvalguima commented 3 months ago

On a multi-space deployment, we may end up on a conflict where OpenSearch will select a different IP from what is originally set for the peers* relations.

That happens because _site_ is being passed.

This PR removes the _site_ and narrows down the list of possible values for network.host to a single IP value.

Closes: #334