canonical / opensearch-operator

OpenSearch operator
Apache License 2.0
9 stars 5 forks source link

[DPE-4729] Separate network.publish_host #341

Closed phvalguima closed 4 days ago

phvalguima commented 6 days ago

Separate option network.host from network.publish_host. OpenSearch uses a single IP for transport, vs. its HTTP server for port 9200. The network.publish_host forces to the right IP on the peer relation.

Removes the need to retrieve hostnames from cm_ips addresses on add_seed_hosts.

Updates tls_certificates lib.

Closes #334