[02:48] Bug #1532932 changed: Unable to bootstrap the lxd provider on vivid <2.0-count> [03:39] Bug #1571254 changed: Can't deploy multiseries charms in bundles [04:36] Bug #1544850 changed: unit-test failure: cloudImageMetadataSuite.TestFindMetadata [04:36] Bug #1545216 changed: upgrade-mongo panic: juju home hasn't been initialized === akhavr1 is now known as akhavr === mup_ is now known as mup === meetingology` is now known as meetingology === marlinc_ is now known as marlinc === hazmat_ is now known as hazmat === akhavr1 is now known as akhavr [18:23] Bug #1571254 opened: Can't deploy multiseries charms in bundles === meetingology` is now known as meetingology === bodie__ is now known as bodie_ [22:05] Bug #1570963 changed: Model Controller refuses deployment with error code 400 === rharper` is now known as rharper === aluria` is now known as aluria [23:51] wallyworld: morning [23:51] hey [23:51] wallyworld: is it a known thing that juju no longer works on vivid [23:52] could be. vivid is out of support anyway [23:52] wallyworld: with master I now get: [23:52] $ juju bootstrap local lxd --config ~/canonical/juju-local.yaml --upload-tools [23:52] ERROR cannot find network interface "lxdbr0": route ip+net: no such network interface [23:52] ERROR invalid config: route ip+net: no such network interface [23:52] and there's no current lxd packages for vivid [23:52] not surprised [23:52] time to upgrade my laptop I guess [23:52] yep [23:53] I was holding out until xenial was final :) [23:53] i've been on xenial for a while, it works fine [23:53] wallyworld: next question, I'm looking at this replicaset voting bug. the issue seems to be that the mongodb on the new controller hosts can't find the replicaset config. [23:54] wallyworld: this familiar error from mongodb: replSet can't get local.system.replset config from self or any seed (EMPTYCONFIG) [23:54] wallyworld: the replicaset is fine on the bootstrap node though [23:55] joy [23:55] wallyworld: i'm trying to find where the new controller nodes get added to the replicaset and I haven't found it yet. any pointers? [23:55] i have nfi sorry :-( [23:55] oh wait [23:56] in state somewhere i think there is code to manage that, let me check [23:56] menn0: oh, and there's a peergrouper worker [23:56] i think that worker responds to the changes in state [23:58] menn0: addmachine.go in state has func (st *State) EnableHA [23:58] that sets up the desired replicaset state [23:58] and the worker then acts on it [23:59] wallyworld: ok, thanks. I'll keep digging from there. [23:59] sorry, that's all i know