Comment 4 for bug 1656304

Revision history for this message
Alvaro Uria (aluria) wrote : Re: juju2/maas2: nodes allocation fails if any bridge created in MAAS

Hi Andrew. Yeah, I'm creating such bridge(s) from MAAS UI.
* I've re-tested it by creating br0 against main interface (the one selected as PXE).
* I've configured br0 as the interface was (untagged, 10.245.88.0/23, (Auto assign))

$ juju deploy cs:xenial/ubuntu ubuntu-lp1656304 --debug --constraints tags=os-cs |& tee ubuntu-lp1656304.log
10:34:54 INFO juju.cmd supercommand.go:63 running juju [2.0.0 gc go1.6.2]
10:34:54 DEBUG juju.cmd supercommand.go:64 args: []string{"juju", "deploy", "cs:xenial/ubuntu", "ubuntu-lp1656304", "--debug", "--constraints", "tags=os-cs"}
10:34:54 INFO juju.juju api.go:72 connecting to API addresses: [10.245.89.10:17070]
10:34:54 INFO juju.api apiclient.go:519 dialing "wss://10.245.89.10:17070/model/83516b3d-94d1-4391-86e6-51cd687bc69c/api"
10:34:54 INFO juju.api apiclient.go:309 connection established to "wss://10.245.89.10:17070/model/83516b3d-94d1-4391-86e6-51cd687bc69c/api"
10:34:54 DEBUG juju.juju api.go:263 API hostnames unchanged - not resolving
10:34:54 DEBUG juju.cmd.juju.application deploy.go:762 cannot interpret as local bundle: bundle not found: cs:xenial/ubuntu
10:34:54 DEBUG juju.cmd.juju.application deploy.go:817 cannot interpret as local charm: file does not exist
10:34:54 DEBUG juju.cmd.juju.application deploy.go:713 cannot interpret as a redeployment of a local charm from the controller
10:34:54 DEBUG httpbakery client.go:244 client do GET https://api.jujucharms.com/charmstore/v5/xenial/ubuntu/meta/any?include=id&include=supported-series&include=published {
10:34:55 DEBUG httpbakery client.go:246 } -> error <nil>
10:34:55 DEBUG juju.cmd.juju.application deploy.go:865 cannot interpret as charmstore bundle: (series) != "bundle"
10:34:55 DEBUG httpbakery client.go:244 client do GET https://api.jujucharms.com/charmstore/v5/xenial/ubuntu/meta/any?include=id&include=supported-series&include=published {
10:34:55 DEBUG httpbakery client.go:246 } -> error <nil>
10:34:55 INFO juju.cmd.juju.application series_selector.go:104 with the user specified series "xenial"
10:34:55 INFO cmd cmd.go:129 Located charm "cs:ubuntu-10".
10:34:55 INFO cmd cmd.go:129 Deploying charm "cs:ubuntu-10".
10:34:55 DEBUG juju.api monitor.go:35 RPC connection died
10:34:55 INFO cmd supercommand.go:465 command finished