=== frankban|afk is now known as frankban [08:46] admcleod: so in order to use the latest packages and distribution of bigtop you will need to change the following configuration variables [08:48] "bigtop_version": [08:48] "bigtop-master" "bigtop_release_url": "https://github.com/apache/bigtop/archive/master.zip" [08:48] "bigtop_repo-x86_64": "https://ci.bigtop.apache.org/job/Bigtop-trunk/BUILD_ENVIRONMENTS%3Dubuntu-14.04,label%3Ddocker-slave/lastSuccessfulBuild/artifact/output/apt/" [08:48] kjackal: where are those values? [08:48] kjackal: in which file [08:49] these are config variables of the bigtop-base layer [08:49] so they have to be set at the layer.yaml of your charm [08:50] It would be nice if we had the option of setting them ad deployment time [08:50] right now they have to be set at build time [08:51] admcleod: there is something else to be aware of. The patches under resources inside the bigtop base have now been grouped per release [08:51] kjackal: i see. ok, thanks [08:52] for master the directory is bigtop.master [08:53] the idea is as soon as 1.2.0 release is out we should move all patches to a new directory re build our charms and publish them again [08:54] there is a titcket+email that describes the situation [08:54] kjackal: yes im aware of that, thanks [09:12] I'm new to Juju. I'm trying to deploy openstack-base. When I'm trying to deploy using the GUI, an error occurs instantly: 'The following errors occurred while retrieving bundle changes: unknown object type "ChangeSet"' and nothing happens. [09:12] When trying with the CLI, stuff seems to be deploying properly when inspected through "juju status" (however, the GUI doesnt show that anything has been deployed). Things however seems to get stuck though on that Keystone-unit won't recognize its Database-connection. [09:12] Anybody knows where I should start to diagnose stuff? Shouldn't the services deployed through CLI show up in the GUI? [09:14] I'm deploying on AWS by the way. [10:08] eeemil_: It sounds like there's a version mismatch between the GUI and the version of juju you're running. What beta are you on? [10:10] eeemil_: Are you on the mailing list? There was an API change recently that would cause this. [10:10] eeemil_: https://lists.ubuntu.com/archives/juju/2016-July/007505.html [10:11] eeemil_: That has instructions to upgrade the GUI so it'll work with the new API.. [10:14] I'll look into it, I'm not on the mailing list but have subscribed now! [10:15] eeemil_: As far as the keystone unit not connecting to the database - maybe try looking in the logs? "juju debug-log --replay" [10:21] Ahh, wasnt aware of the --replay-flag. Thanks! I'll look into it further. Do you know of any more helpful commands for debugging charms? I tried SSH:ing to the machines but couldnt find much of use. [10:22] you can look at the log on the charm itself in /var/log/juju as well [10:22] but its identical to the replay log, so you won't see much else :) [10:22] of course ssh'ing when you have an error does allow you to double check configuration settings etc manually [10:23] also you can do stuff like juju run --unit dcos-master9/0 "hooks/install" to forcibly re-run a hook [10:25] Yeah, the juju run-command seems really helpful, I didn't know you could force-run a hook like that! [10:35] By the way, babbageclunk: the newer juju gui version did the trick, I can now see everything through the gui! :) [10:35] eeemil_: Great! [10:55] SaMnCo: admcleod: Michael replied and he seemed realy eager to work with us. Are you interested in talking with him? Do you have any time constraints? [10:58] kjackal: sure [11:49] Not after 5PM please, got people at home after that [11:49] Otherwise my calendar is up to date [12:10] kjackal: ^ [12:23] Ok SaMnCo, thanks [14:42] marcoceppi, https://code.launchpad.net/~james-page/charm-helpers/apache-2.0/+merge/299320 [14:47] marcoceppi, that was quick [14:47] jamespage: lgtm [14:57] jamespage: do you forsee major issues with moving charmhelpers to gh? I know it'd be an undertaking, and we'd have to setup lp to mirror gh for legacy - curious your opinion [15:09] marcoceppi, +1 [15:13] admcleod: heya [15:13] are you guys going to submit to big data spain [15:13] http://www.bigdataspain.org/ [15:14] jamespage: cool, I'll take a stab at initial migration later this week [16:21] Hi, when I deploy my charm in juju 2.0 and try to change default value for config opion using juju set-config, config-changed hook is triggering but config.changed.