=== Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha === vladk|offline is now known as vladk === CyberJacob|Away is now known as CyberJacob [07:02] Goodmorning to all. Can someone explain to me how the version number of the charm is calculated? When I do a bzr checkout for a charm I get (e.g.) a revision file with a number 7, but the charm shows ‘-13’ === CyberJacob is now known as CyberJacob|Away [07:47] zchander: while not a full explanation to your question, sinzui did a writeup over this http://curtis.hovey.name/2013/06/26/managing-juju-charm-versions/ [07:48] So, effectively there are different revisions depending on context. A revision that you see in teh charm store, is how many releases have been pushed to the store. Each time I merge a charm proposal, it increments the rev no in the store by 1 [07:48] every time you deploy a charm locally, it increments in your environment by 1 for each deployment [07:49] so if i deployed elasticsearch-1, and tweaked something thend eployed again, it would be elasticsearch-2 === vladk is now known as vladk|offline [09:25] lazyPower: Thanks for the info. [09:26] np. it can be confusing at first - but it's pretty straight forward once you get there's 3 possible revisions to reference. [09:28] lazyPower: I am busy with ownCloud again (got my MaaS up and running again..) [09:28] Is it possible to clean the juju charm cache? [09:37] not that i'm aware of. I believe you'll want to upgrade the charm. [09:37] i mean, its possible, but not in a sane and clean manner. [09:45] I am trying to deploy my (updated) test version of ownCloud, but it won’t pick up the change(s) I made, e.g. in my config.yaml [09:46] lazyPower: What happens if I rm-ed /var/lib/juju/charmcache/cs_ from my juju node? [09:47] you'll kill kittens [09:47] Oops…. [09:47] did you try juju upgrade-charm ? [09:47] that should be all you need to do to have it increment revision to whats deployed +1 [09:56] In my initial config.yaml I made an error for the source, e.g. cloud:precise-updates:havana. But this should be cloud:precise-updates/havana (obvious, huh ;) ) [09:56] But my current devel version I changed this, but it isn’t picked up [09:59] is a hook in an error state? [09:59] or with an active debug-hooks session open? [10:00] those two instances will prevent an upgrade from landing, as its waiting in line to execute. [10:00] hook execution in juju is serial. You can queue many operations that will stack and resolve in FIFO fashion. [10:01] I just did a juju upgrade-charm but my new config.yaml isn’t picked up [10:05] did you deploy from local or from teh charm store? [10:06] lazyPower: Local [10:06] strange [10:11] zchander: i dont know :( that should work. Aside from tearing down i'm out of ideas this early in the morning. [10:12] lazyPower: np. I’ll continue my quest :D In the worst case, I’ll tear down my juju and rebuild it [10:25] lazyPower: Is there documentation for charm-helpers? Seems I cannot find any (or my Google skills are getting worse) [10:26] just a few charm schools - there are no official documents to speak of [10:26] its on the todo list to get them documented, but it hasn't happened yet. [10:26] most of the code in charm helpers is pretty straight forward though, well enough to gleen what its doing. [10:31] lazyPower: I am trying to add a new source (like cs:precise-updates/havana) to my charm, but it seems the ordinairy add-apt-repository doesn’t understand this kind of URL. It seems the charm-helpers does have it, but I need/search the correct syntax [10:32] cs:precise isn't a valid ppa url. [10:32] ppa:precise-updates/havana? [10:33] zchander: here's how dosaboy did it in the MySQL charm w/ charm helpers fetch: https://code.launchpad.net/~hopem/charms/precise/mysql/lp1281752/+merge/209312 === vladk|offline is now known as vladk [10:37] lazyPower: I know it isn’t a valid ppd url, but I want(ed) to keep it a bit like e.g. the Ceph charm does it [10:37] I’ll have a look at the MySQL charm [10:37] it's using a helper from charm_helpers in the fetch module. === vladk is now known as vladk|offline === vladk|offline is now known as vladk === vladk is now known as vladk|offline === psivaa is now known as psivaa-afk === tedg is now known as ted === vladk|offline is now known as vladk === ted is now known as tedg [13:09] jcastro: hey man! not sure you noticed another small fix: https://github.com/juju/docs/pull/98 === psivaa-afk is now known as psivaa === vladk is now known as vladk|offline === vladk|offline is now known as vladk === BradCrittenden is now known as bac [14:00] didrocks: thanks for the fix! [15:00] marcoceppi: yw! [15:00] thanks for looking at it :) === natefinch is now known as natefinch-afk [15:25] hello, I tried to juju deploy wordpress using default-series: trusty and I get "ERROR charm not found: cs:trusty/wordpress". Is there really no charm for wordpress on trusty, or do I need to update something for this to work? [15:25] btw I'm just curious, I don't need this for production or anything, just thought it was odd and worth pointing out [15:38] roadmr: it has not been pushed to trusty yet [15:39] lazyPower: thanks! well that takes care of my question :) [15:39] roadmr: http://manage.jujucharms.com/charms/trusty - are all our current trusty charms. There's an audit effort going on to ensure were promoting charms of good quality to the trusty series. We appreciate your patience while we continue the effort. [15:40] lazyPower: sure thing, no rush from me, and thanks for your work on this [15:45] hey sinzui [15:45] cjohnston and I are seeing https://bugs.launchpad.net/juju-core/+bug/1306537 still [15:45] <_mup_> Bug #1306537: LXC local provider fails to provision precise instances from a trusty host [15:45] what's the procedure for reopening, I just didn't want to toggle it without talking to you first [15:50] jcastro, Lets open a new bug citing the old bug targeted to 1.18.4. The issue may not be the same since it was tested to be fixed === diogobaeder is now known as diogobaeder-lunc [17:07] jcastro: whats your output from dmesg? [17:08] i want to validate i'm not nuts if at all possible. === CyberJacob|Away is now known as CyberJacob [17:22] negronjl: https://code.launchpad.net/~jose/charms/precise/seafile/add-set--eux/+merge/219736 for you to check === vladk is now known as vladk|offline === diogobaeder-lunc is now known as diogobaeder [17:33] jcastro: did you open a new bug by chance? [17:33] no === natefinch-afk is now known as natefinch [17:37] jcastro: bug #1319947 if you want to confirm it please :-) [17:38] <_mup_> Bug #1319947: LXC local provider fails to provision precise instances from a trusty host - take 2 === roadmr is now known as roadmr_afk === tedg is now known as ted === CyberJacob is now known as CyberJacob|Away [19:00] Can anyone help with this error. I get it during the bootstrap: DEBUG juju.utils.ssh ssh_openssh.go:122 running: ssh -o "StrictHostKeyChecking no" -o "PasswordAuthentication no" -i [19:05] charmers https://code.launchpad.net/~juju-qa/charms/precise/jenkins-slave/trunk/+merge/219749 [19:07] sinzui: will take a peek in a min === roadmr_afk is now known as roadmr [19:24] jose: https://code.launchpad.net/~jose/charms/precise/seafile/add-set--eux/+merge/219736 ... Approved and Merged. Thank you sir :) [19:24] negronjl: thanks to you :) [19:24] another MP coming soon to fix a little bug === isviridov is now known as zaletniy === zaletniy is now known as isviridov_away === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha [23:11] http://askubuntu.com/questions/465508/juju-bootstrap-debug-failed-to-connect-https-streams-canonical-com [23:11] any ideas here? [23:13] jcastro: sometimes it happens with the archives that I hit in a second when they're down or something, but if it's an SSL error contact IS?