[00:53] veebers: do you have an example you can show me with the tests that fail due to lack of "virsh"? I ran all the tests yesterday locally, after removing libvirt-bin [00:53] (and they passed) [00:55] veebers: also, latest s390x run on 2.3 looks much better. thanks for picking up that error: http://qa.jujucharms.com/releases/6156/job/run-unit-tests-xenial-s390x/attempt/2313 [00:55] still a few errors, but not completely hosed [01:03] axw: can do, one moment while I grab th right url. awesome great to see the s390x improved [01:07] axw: you'll need the vpn connected: http://10.125.0.203:8080/job/RunUnittests-amd64/182/testReport/ (github.com/juju/juju/container/kvm.Test) [01:07] veebers: thanks [01:08] axw, babbageclunk would it be fair to say to run the unit tests you need lxd installed and setup (i.e. you need to be in the group etc.), that's out of the scope of the test itself [01:09] veebers: I'm not sure if there are any tests that run lxd things directly. wouldn't surprise me [01:10] veebers: not sure what you mean about scope sorry [01:10] axw: I ask because there are test failures occuring and I'm pretty sure it's due to them being run within fresh lxd containers each time now (i.e. no long running setup, installs) [01:11] veebers: IMO, if you've run "make install-dependencies", then you should be able to run the tests. I don't know what the reality is though [01:15] axw: install-deps doesn't install lxd :-\ so if it's actually needed by the tests is assuming its installed and setup. I'll dig further and pester you later on :-) [01:15] okey dokey [02:07] veebers: FYI: https://github.com/juju/juju/pull/8292. skips live tests when virsh is missing. I had other errors when trying to run them - pretty sure nobody is running them, since they only work when run as root [02:09] anastasiamac: thanks [02:12] axw: Interesting, I'm just looking now that the unit tests in lxd containers get run as root (and changing that so it's ubuntu user instead) [02:13] axw: nws, was curious :D [02:13] veebers: sounds good, that will also fix the kvm test issue [02:17] axw: appears it will fix the lxd test errors too [02:17] veebers: cool :) [06:15] wpk_: ping [07:32] morning [07:32] anastasiamac, ping? [07:46] tasdomas: ? :D [07:47] tasdomas: i saw u landing ur PR in 2.3, so assumed that u do not need any other reviews... generally, staright forward ports r self-approved [07:57] anastasiamac, does https://github.com/juju/juju/pull/8290 look alright as a forward port? [08:05] * anastasiamac looking [08:08] tasdomas: i *think* so :) lgtm'ed [08:18] anastasiamac, thanks [10:06] Hi, is there support for availability zones in openstack? [10:11] kjackal: yes there is. is something not working for you? [10:26] axw: we are suposed to use openstack as a cloud provider [10:26] this openstack deployment has 3 availability zones [10:27] is it possible to use a constraint to request certain applications to be spread accross all availability zones? [10:27] is there a zone constraint [10:27] axw: ^ [10:28] kjackal: all applications will (should) be spread across AZs without you having to do anything extra [10:29] i.e. "juju deploy -n 3 foo" should give you a unit in each AZ [10:29] ok, can I request a certain availability zone for a unit? [10:29] there is no zone constraint. there is zone *placement*, if you want to assign specific units to a zone [10:30] ok, where can I read about this? [10:30] juju docs? [10:30] kjackal: https://jujucharms.com/docs/2.3/charms-deploying looks to be the most appropriate link [10:30] kjackal: see "--to zone=" [10:33] axw: ok, cool [10:33] axw: is the "--to" available from a bundle as well? [10:35] kjackal: I don't think so [10:42] axw: hm... it gives me an "invalid placement" error [10:42] kjackal: what command did you use? [10:43] axw: placement works from command line but I need it to be part of a bundle [10:44] so in the "-to: " of the bundle I tried "zone=nova" or just "nova" [10:46] kjackal: that doesn't make for a very portable bundle. what do you think about supporting --to on the CLI for bundles, so you'd do something like "juju deploy bundle.yaml --to ubuntu/0:zone=nova --to ubuntu/1:zone=super" [10:48] kjackal: anyway, probably best to file a bug/feature request on launchpad - I'm past EOD, going to head off in a moment [11:01] axw: thank you for your help [11:01] yes you are right the bundle will not be portable. It would be too essoteric [11:58] babbageclunk: giving audit logging demo tomorrow morning here [11:59] babbageclunk: what is the current status of the outstanding items we had on audit logging? [12:02] ah.. 1am, you won't see this [15:52] hml, ping