/srv/irclogs.ubuntu.com/2018/05/01/#juju.txt

veebersbabbageclunk: will juju version always be major.minor.patch? when we release 2.4 will it be 2.4.0 or 2.4?02:28
veebersanastasiamac: ^^?02:29
anastasiamacveebers: yes, always... 2.4.0 :)]02:30
veebersawesome, cheers anastasiamac :-)02:30
anastasiamacveebers: nws02:30
veebersgah, I can't just take a 2.4-beta2 jujud, repackage it as 2.4-beta3.*.tgz and have a streams entry as 2.3-beta3 right? the actual upgrade will fail as it'll check the `jujud version` I presume?02:40
babbageclunkveebers: you can put a force-version file in there, which will change what jujud version reports02:42
veebersbabbageclunk: oh, tell me more. Is that put in the agent tarball?02:42
babbageclunklook at what's in the directory when you do upgrade-juju --build-agent02:43
babbageclunkhang on, I'm just looking myself02:43
babbageclunkyeah, it's FORCE-VERSION02:44
babbageclunkveebers: https://github.com/juju/juju/blob/develop/version/version.go#L3602:45
veebersbabbageclunk: awesome thanks! I'll incorp into the functional test02:47
babbageclunkyeah, I think it just needs to be included in the tarball - if you search for FORCE-VERSION in the codebase you can see where upgrade-juju --build-agent includes it.02:48
veebersmuch appreciated (damn I tried finding that strongbad vid but couldn't find it)02:57
babbageclunkappriciated?03:15
veebersbabbageclunk: my search only comes up with the technology introduction one03:16
babbageclunkveebers: http://www.homestarrunner.com/sbemail53.html03:19
veebersbabbageclunk: you're a star!03:20
babbageclunkthanks hrwiki.org, you saved my bacon again!03:20
veebersah and it's such a milestone vid too!03:20
veebershah03:20
vinobabbageclunk: hi I have the remaining unittests and addressed the review comments.05:11
babbageclunkvino: ok, taking a look now05:14
vinosure.05:14
veebersbabbageclunk: hah I'm vying for your attention too :-) I've finally pushed the upgrade CI test updates for the agent-stream PR if you could take a look when you can (and addressed your comments too)05:18
babbageclunkveebers: ok, will do05:18
babbageclunkhey veebers, I have to go and help wrangle the animals now, I'll loook at your PR first thing tomorrow, sorry!06:04
veebersbabbageclunk: no worries, good luck with the wranglin'07:11
ice9when i bootsrap localhost, it throw error about unknown certificate authority and it doesn't create the controller!08:55
=== lifeless_ is now known as lifeless
BlackDexHello there. I have an environment with juju 1.25.13 (not able to upgrade now) and i have several sub-charms (nrpe) running, which aren't beining removed. I tried several times to do remove-relation, but they are still there. No action is taken it seems11:04
BlackDexi Also tried to restart the jujud-unit-nrpe on these nodes.11:04
BlackDexno effect11:04
CG__hi..12:58
CG__am using jenkins charm..12:59
CG__when i do $juju gui --browser12:59
CG__it opens up a browser, and am looking to change the UI12:59
CG__please suggest how to12:59
BlackDexchange the UI?13:06
CG__yes, am looking to modify/change the UI13:07
BlackDexof juju web-interface?13:07
BlackDexi think you should take a look at https://github.com/juju/juju-gui13:08
CG__yes correct13:08
BlackDexand the juju-gui is located on the system where you installed the controller13:09
BlackDexso where  you bootstraped juju to13:09
BlackDexhttps://github.com/juju/juju-gui/blob/develop/docs/hacking.md13:09
BlackDexis what you are looking for i think13:09
CG__not exactly. Have tried that as well.13:11
CG__am planning to develop my own UI13:12
ice9is possible to deploy charms (model) on one lxc container or each charm must have it's own container?13:15
BlackDexice9: Why do you want to deploy multiple charms in one container?13:20
BlackDexkinda defeats the purpose of containers13:21
ice9BlackDex, if they are small services that you want to keep on one container only13:55
BlackDexbut why do you want to keep them in one container? containers don't use much resources, so i do not see why you want to merge those :).14:04
BlackDexBut it is possible14:04
BlackDexjust use `juju deploy cs:charm application-name --to 0/lxd/1` where you need to change the 0/lxd/1 to the correct machine id14:06
ice9when i try to create a juju controller i get this error14:06
ice9"x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate14:06
BlackDexnever saw that before14:07
ice9how to specify ubuntu version when creating controller?17:12
bdxice9: juju help bootstrap17:13
bdxice9: `juju help <any-juju-command-you-want-help-with>`17:14
ice9bdx, it's not clear in the help about which option can do that17:22
bdxice9: juju help bootstrap | grep series17:23
ice9thanks17:23
bdxnp17:23
[Kid]anyone had issues with juju deploying openstack on hosts that have shared storage?19:18
[Kid]specifically fiber channel multipathed storage19:19
[Kid]i am using conjure and juju is failing at provisioning the osd container19:19
[Kid]hook failed: "mon-relation-changed" for ceph-mon:osd19:19
[Kid]and it is saying it cannot lock the device that is one of the paths to my shared storage19:20
[Kid]https://paste.ubuntu.com/p/Y6Hh758CPQ/19:21
veebersMorning o/20:43
babbageclunkok veebers, looking at your PR now!21:36
veebersbabbageclunk: excellent, thanks!21:37
babbageclunkveebers: approved! (with a couple of minor comments)22:06
veebers\o/ thanks babbageclunk22:07
* babbageclunk highfives veebers22:07
veeberso/*\o22:08
babbageclunkoh thanks22:12
veebersbabbageclunk: so, to test the early error (arg not support on ye old controller) I need a MockAPIConnection and try get a upgradeJujuCommand command that uses that (and set the bestFacadeVersion)?23:54
veebersbabbageclunk: oh, or do I patch the s.APIState in the test (api.Connection) so that BestFacadeVersion returns the value I want?23:54
babbageclunkveebers: yeah, basically - I think we should have something that does it, since it's a reasonably common kind of test for the API clients23:55
babbageclunkHang on, just having a look23:55
veebersbabbageclunk: awesome thanks, I had a look but the one thing I can find that does what I want (cmd/juju/machin/remove_test.go) doesn't mesh with the upgrademodel_test.go stuff that is currently there23:58

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!