Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App not inheriting cluster name in large deployments when --config cluster_name not specified #549

Open
smethnani opened this issue Feb 13, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@smethnani
Copy link
Contributor

smethnani commented Feb 13, 2025

Steps to reproduce

  1. Deploy main application
juju deploy opensearch main \
   --channel 2/edge \
   --config profile="testing"
  1. Deploy second application
juju deploy opensearch failover \
    --config init_hold="true" \
    --config roles="cluster_manager"  \
    --channel 2/edge \
    --config profile="testing"
  1. Deploy TLS and integrate
juju deploy self-signed-certificates --config ca-common-name="Test CA"
juju integrate self-signed-certificates main
juju integrate self-signed-certificates failover
juju integrate main:peer-cluster-orchestrator failover:peer-cluster

Expected behavior

The failover app should inherit the cluster name from the main app

Actual behavior

Failover app doesn't inherit cluster name and can't start

App                       Version  Status   Scale  Charm                     Channel        Rev  Exposed  Message
failover                           blocked      1  opensearch                2/edge         204  no       Cannot relate 2 clusters with different 'cluster_name' values.

Versions

Operating system: Ubuntu 24.04

Juju CLI: 3.5.6-genericlinux-amd64

Juju agent: 3.5.5

Charm revision: 204

LXD: 5.21.2 LTS

@smethnani smethnani added the bug Something isn't working label Feb 13, 2025
Copy link

Thank you for reporting your feedback to us!

The internal ticket has been created: https://warthogs.atlassian.net/browse/DPE-6582.

This message was autogenerated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant