cannot specify --via in bundle?
Bug #1881823 reported by
Paul Collins
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Triaged
|
High
|
Unassigned |
Bug Description
I've just written a bundle for a production service based on my local development model.
Among other stuff, juju export-bundle against my development model gave me:
```
saas:
postgresql:
url: mm-rc3:
relations:
- - mattermost:db
- postgresql:db
```
However, this relation was created with an additional --via flag, and will not function without it (postgresql needs to know which IPs to allow in pg_hba.conf).
Is there a way to specify this in a bundle?
tags: | added: bundles |
Changed in juju: | |
milestone: | 2.8.1 → 2.8-next |
Changed in juju: | |
milestone: | 2.8-next → 2.9.1 |
Changed in juju: | |
milestone: | 2.9.1 → 2.9.2 |
Changed in juju: | |
milestone: | 2.9.2 → 2.9.3 |
Changed in juju: | |
milestone: | 2.9.3 → 3.0.0 |
Changed in juju: | |
milestone: | 3.0.0 → 3.0.1 |
Changed in juju: | |
milestone: | 3.0.1 → 3.0.2 |
Changed in juju: | |
milestone: | 3.0.2 → 3.0.3 |
Changed in juju: | |
assignee: | nobody → Simon Richardson (simonrichardson) |
Changed in juju: | |
assignee: | Simon Richardson (simonrichardson) → nobody |
milestone: | 3.0.3 → 3.2.0 |
Changed in juju: | |
milestone: | 3.2.0 → none |
To post a comment you must log in.
It does seem like this is currently an omission.