relations aren't added when deployment from bundle
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Triaged
|
High
|
Unassigned |
Bug Description
Hello,
We are experiencing an issue where juju doesn't add relations between applications when a bundle is deployed.
I can deploy my charms and relate them by hand, but when I deploy a bundle, only some or no relations are made.
See https:/
applications:
slurmctld:
charm: slurmctld
channel: stable
num_units: 1
slurmd:
charm: slurmd
channel: stable
num_units: 1
slurmdbd:
charm: slurmdbd
channel: stable
num_units: 1
percona-cluster:
charm: cs:percona-
series: bionic
num_units: 1
relations:
- - slurmdbd:db
- percona-cluster:db
- - slurmctld:slurmdbd
- slurmdbd:slurmdbd
- - slurmctld:slurmd
- slurmd:slurmd
Deployig the above bundle fails to create relations where deploying the components and making the relations by hand work.
Changed in juju: | |
milestone: | 2.9.5 → 2.9.6 |
Changed in juju: | |
milestone: | 2.9.6 → 2.9.7 |
Changed in juju: | |
status: | Triaged → Incomplete |
Changed in juju: | |
milestone: | 2.9.7 → 2.9.8 |
Changed in juju: | |
milestone: | 2.9.8 → 2.9.9 |
Changed in juju: | |
milestone: | 2.9.9 → 2.9.10 |
Changed in juju: | |
status: | Incomplete → Triaged |
Changed in juju: | |
milestone: | 2.9.10 → 2.9.11 |
Changed in juju: | |
milestone: | 2.9.11 → 2.9.12 |
Changed in juju: | |
milestone: | 2.9.12 → 2.9.13 |
Changed in juju: | |
milestone: | 2.9.13 → 2.9.14 |
Changed in juju: | |
milestone: | 2.9.14 → 2.9.15 |
Changed in juju: | |
milestone: | 2.9.15 → 2.9.16 |
Changed in juju: | |
milestone: | 2.9.16 → 2.9.17 |
Adding to a milestone so we can get someone to try and reproduce this to see what's happening.