You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a cross model relation with an offer made with an alias, the show-relation sub-command is unable to resolve the app from both the "offerer" and the "consumer" models.
Model dev:
juju deploy opensearch main
juju offer main:peer-cluster-orchestrator main-orchestrator
Model dev1:
juju deploy opensearch data
juju integrate data:peer-cluster admin/dev.main-orchestrator
jhack show-relation -m dev main-orchestrator:peer-cluster-orchestrator data:peer-cluster
===> RuntimeError: No relation found with endpoints 'main-orchestrator:peer-cluster-orchestrator' -> 'data:peer-cluster' in model 'dev'. 'data' not found in model 'dev'
jhack version: 0.4.3.1
Simplified juju status:
Model Controller Cloud/Region Version SLA Timestamp
dev1 lxd localhost/localhost 3.4.5 unsupported 16:14:28Z
SAAS Status Store URL
main unknown lxd admin/dev.main
main-orchestrator active lxd admin/dev.main-orchestrator
App Version Status Scale Charm Channel Rev Exposed Message
data active. 3 opensearch 0 no
Unit Workload Agent Machine Public address Ports Message
data/0* active idle 0 10.122.32.14
data/1 active idle 1 10.122.32.134
data/2 active idle 2 10.122.32.195
Machine State Address Inst id Base AZ Message
0 started 10.122.32.14 juju-075bd2-0 [email protected] Running
1 started 10.122.32.134 juju-075bd2-1 [email protected] Running
2 started 10.122.32.195 juju-075bd2-2 [email protected] Running
Integration provider Requirer Interface Type Message
main-orchestrator:peer-cluster-orchestrator data:peer-cluster peer_cluster regular
The text was updated successfully, but these errors were encountered:
I'm struggling to find the aliased app's data anywhere in juju show-unit.
I suspect there's a bug in show-unit itself, which won't list any aliased SAAS.
If that's the case, there's currently no way in juju to inspect aliased CMR data.
On a cross model relation with an offer made with an alias, the
show-relation
sub-command is unable to resolve the app from both the "offerer" and the "consumer" models.Model
dev
:Model
dev1
:Then from the model
dev1
:or by specifying the model name:
jhack version:
0.4.3.1
Simplified juju status:
The text was updated successfully, but these errors were encountered: