Container on sshprovided machine doesn't respect net binding
Bug #1819171 reported by
Peter Sabaini
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Triaged
|
Low
|
Unassigned |
Bug Description
I've added a physical node via juju add-machine ssh:... which has one interfaces on oam-net (ipv4) and ext-net (ipv6). Deploying a containerized application with interfaces in both networks gets me a container with both an ipv4 and ipv6 address as expected.
However, even though the charm is deployed with --bind oam-space the unit uses the ipv6 addr from ext-net as it's primary address, and relations to the unit therefore fail.
Juju 2.5.1 on xenial
Changed in juju: | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → 2.6-beta1 |
Changed in juju: | |
milestone: | 2.6-beta1 → 2.6-beta2 |
Changed in juju: | |
milestone: | 2.6-beta2 → 2.6-rc1 |
Changed in juju: | |
milestone: | 2.6-rc1 → 2.6-rc2 |
Changed in juju: | |
milestone: | 2.6-rc2 → 2.6.1 |
Changed in juju: | |
milestone: | 2.6.1 → 2.6.2 |
Changed in juju: | |
milestone: | 2.6.2 → 2.6.3 |
Changed in juju: | |
milestone: | 2.6.3 → 2.6.4 |
Changed in juju: | |
milestone: | 2.6.4 → 2.6.5 |
Changed in juju: | |
milestone: | 2.6.5 → 2.6.6 |
Changed in juju: | |
milestone: | 2.6.6 → 2.6.7 |
Changed in juju: | |
milestone: | 2.6.7 → 2.7-beta1 |
Changed in juju: | |
milestone: | 2.7-beta1 → 2.7-rc1 |
Changed in juju: | |
milestone: | 2.7-rc1 → none |
To post a comment you must log in.
Can you also provide the output of juju spaces as we as juju show-machine X where it's the machine you added to the model manually?
I want to see how the spaces are defined such that binding to them should have worked but did not.
Thanks