[02:45] shouldn't no_proxy contain localhost? [09:58] we're facing an issue with MAAS while deploying a charm. The storage disk attached to the VM (sdb) is not getting picked up by the charm. The juju storage list always shows the disk status as pending. Any clues on what could be going wrong here? [09:58] the MAAS version we're using is 1.9 and that of juju is 2.0. [11:01] hi o/ -- I was looking for logstash plugins to parse juju logs -- I can't find none at https://www.elastic.co/guide/en/logstash/current/filter-plugins.html === Guest91977 is now known as ahasenack [11:01] do you know if such plugin exists somewhere else? === ahasenack is now known as Guest60864 === Guest60864 is now known as ahasenack === ahasenack is now known as Guest42345 [12:20] Hello there, i'm looking voor cholcombe or icey about the ceph-dash to get access to the private repo === Spads_ is now known as Spads [12:59] hi folks, got a question about actions for anyone who wouldn't mind taking a shot: http://askubuntu.com/questions/842795/can-i-make-a-juju-action-pass-a-file-back-to-where-it-was-called-from [14:40] BlackDex, sure what's your launchpad id? [15:37] can you not run 'config-set' in an action? [15:39] stokachu - config-set isn't a thing. charms cannot set their own config [15:39] if im running an action that upgrades a piece of software and i want to update the charm's config to reflect that what is the alternative? [15:40] stokachu - unfortunately, charms cannot set their own config, that has to come from the operator [15:40] i dont know that we have any examples for that pattern === lazyPowe_ is now known as lazyPower [15:40] lazyPowe_: so is preferred to update the actual software via actions? [15:40] is it* [15:41] No, we tend to do that via config, or via resources. [15:41] ok [15:41] stokachu - i would probably crib from the openstack charms for workflow there. they have a pretty solid upgrade story [15:42] thanks [16:04] i think using resources is the way to go [16:04] +1 [16:05] if you come up with an interesting strategy to manage resources in terms of traceability we're all ears over here on the kubernetes team [16:05] with many minor version releases and major releases every 3 months, we're up to our ears in resources [16:05] lazyPower: mind elaborating on what you are looking for? [16:05] * stokachu just trying to understand [16:06] stokachu - we're currently working on a binary pipeline to give us s'more traceability into whats out there that gets deployed via resource. We want things like "Build ID, git hash, fingerprint" [16:06] so when someone opens an SOS report, we have all that data handy [16:06] we can pull that bin, redeploy and verify the bug [16:06] not everyone will juju upgrade-charm when there is a new resource available (it just says charm upgrade available) [16:07] ahh [16:07] so we have to have some level of accountability for what bins are out in the wild, and how we triage/treat support rquests for deployments that are not on the latest release. [16:07] i use to remember you could run an elf tool on the binary [16:07] to pull the buildid if it had one [16:07] well we're thinking about going even lower tech [16:07] just including a .release file with all that info [16:07] if you dont have that you're unsupported [16:07] lazyPower: yea if you have that ability i would do that instead [16:08] i had to try and pull the build-id out of kernel [16:08] ewww [16:08] so it was embedded at the beginning [16:08] but attaching a metadata file is easier [16:08] oh thats fair [16:08] thats less eww [16:09] im working on my dokuwiki charm right now ill see what kind of info i can pull from that wrt traceability [16:09] stokachu the longer lived a charm is, the larger the resource trail will be too [16:09] thats another area we're interested in knowing. [16:10] i've considered putting together a simple little database so we have more detailed information than what the store-api is giving us, which is just hash and date uploaded. [16:10] ah so, can you delete a resource form the charm store? [16:10] you cannot [16:10] once its in there, its in there [16:10] wow ok [16:10] you can release a new resource attached to a charm id [16:10] but in terms of resource streams, its a forward progression (in unpublished) and you get little aliases per channel that the resource is released (when associated with a charm release) [16:10] so to be clear, you can shuffle a resource out, but it never goes away [16:11] gotcha, yea querying the api may be the way to go [16:11] you're still only getting al imited subset, which is why i think it necessitates an additional meta source [16:11] no tonly in teh deliverable, but we're going to want a catalogue of what was published with what, when. [16:11] and the more automated we can make that process, the happier i'll be [16:11] release management sucks. point blank. [16:12] maybe someone out there likes it, i feel like its a time suck [16:12] haha [16:12] those guys get their own job title for a reason :) [16:13] +1 to that sentiment [16:14] but yea, more automation would make everyone's life easier [16:14] we have a pretty good start to standing up jenkins + plugins + build workspace snapshot/restore [16:14] so we're getting there, its just a matter of time until we get the whole pipeline captured as code [16:16] the problem with continuous deployment is that now you are deploying continuously. [16:16] * jrwren ducks [16:17] jrwren fact [16:17] i dont think anyone said its easy ;) and if they did, their pants.. they are on fire. [16:18] oh, it can be easy... when dealing with easy software on easy infrastructure. I've done that. it was easy. :] [16:27] jrwren - that smokey musty smell... i do believe your pants [16:27] they are on fire === Guest42345 is now known as ahasenack === ahasenack is now known as Guest79971 [16:35] lazyPower: lol. === freyes__ is now known as freyes === zz_CyberJacob is now known as CyberJacob [18:27] stokachu - when you were working with conjure to get resources working properly [18:28] stokachu did you file a bug for that? [18:30] stokachu: and did you manage to get it working in the end? [18:43] yea we have resources working in conjureup [18:43] we pull them down via the api if they exist [18:44] lazyPower: urulama https://github.com/conjure-up/conjure-up/blob/master/conjureup/juju.py#L385-L403 [18:44] using our macumba juju 2 api client [18:52] stokachu: ty! [18:53] np [18:53] nice drop stokachu, thanks for the pickup :) [18:53] we just tag teamed a gui bug [18:55] :D [23:21] urulama: http://paste.ubuntu.com/23395090/ [23:21] am i doing something wrong here? [23:22] or anyone else having issues uploading resources to charmstore?