=== scuttle|afk is now known as scuttlemonkey [08:01] Good morning Juju world! [08:11] ybaumy: to scale out mysql (which is really percona-cluster in the base bundle) [08:11] you must set min-cluster-size=X before adding new units [08:11] so for 3 units - min-cluster-size=3 [08:12] and then you'll also need to use the hacluster charm [08:12] with a vip set on the percona-cluster charm = vip=a.b.c.d [08:12] to provide a single access point into the cluster for consuming clients [09:40] bdx: I don't think there is anything I can do on that bug, unless there is some valid reason we need to support trusty environments that don't have snapd in their archive. [09:41] bdx: Hmm... are you running an unusual architecture that we haven't ported snapd to? [09:46] morning [09:46] bdx: It would be possible to add the extra complexity to the snap layer to defer the snapd package install as late as possible, so the problem is only noticed once you trigger a code path that really does need snapd installed. [10:09] Hello good folks. Need some help with Ocata charms [10:09] Have configured openstack [10:09] but the keystone ports keep changing from 5000 to 4990 [11:49] Hi all. Facing issue with ocata nova-cloud-controller [11:50] the api port is being configured to 8764, eventhough the enpoints are configured on 8774 === freyes__ is now known as freyes [12:51] hi pranav_ you might want to report that to #openstack-charms [12:53] Thanks for the pointer. Will try there === Guest36874 is now known as zeus === scuttlemonkey is now known as scuttle|afk === scuttle|afk is now known as scuttlemonkey === fnordahl_ is now known as fnordahl [16:42] just a quick question what happens if i add-unit --to a machine where there is already a unit installed .. will there be a lxd container build? [16:47] i dont want to test it out in my setup ... i dont wanna f*ck up my installation right now that everything seems to be working [16:52] well except a few openstack bugs i ran into^^ === dosaboy_ is now known as dosaboy === hml_ is now known as hml [20:53] wpk: howdy [21:41] fun fun, actually moving into a "real" office :) [21:42] oh an congrats on getting 1.5.3 out lazyPower [22:26] ybaumy: it won't put into a container. If you use "--to" it will put that charm (application) on the same filesystem the original charm (application) had. [22:26] ybaumy: so there is a very real possibility of collision, port collision, etc. [22:27] ybaumy: some folks call it "hulk smash" as you force the services to co-exist on the same file system. If you know the services can co-exist on the same file system it should be ok.