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

=== yuanyou_ is now known as yuanyou
=== gberginc_ is now known as gberginc
suchvenuHi04:28
suchvenuDoes all the charms which are tested on local containers and AWS , work on Canonical MAAS and VMs if we just configure these environments ?04:30
lathiatsuchvenu: generally speaking the charms should work on any cloud provider05:06
suchvenuya. So if we have the environemnt configured for any of the Juju supported environments, it should ideally work, right ?05:08
suchvenuAlso is Softlayer supported by Juju ?05:09
lathiatyeah, i am sure there are some exceptions, i.e. some less well supported/third party charms might make a bad assumption or may depend on some cloud specific service.. but that would be the exception and unlikely found in any of the major supported charms05:10
lathiatcertianly if it works on a local container, it would likely work in anything maas, vm/metal/containers05:10
suchvenuok05:13
suchvenuAlso is Softlayer supported by Juju ?05:13
lathiatif you google, it would seem to suggest there is a third party plugin for it but it's possibly outdated05:14
lathiatyou can see a list of providers at https://jujucharms.com/docs/stable/getting-started if you expand the "Install & Configure" section with the + symbol05:14
suchvenuYa i had a look at this section, but couldn't find Softlayer there.05:16
suchvenuThanks lathiat for your response.05:20
jamespagegnuoy, morning09:13
jamespageany chance of a review of https://code.launchpad.net/~james-page/charm-helpers/lp1531102/+merge/28158909:13
jamespageour version detection code is a little foobar for >= liberty09:13
gnuoyjamespage, sure09:14
jamespagegnuoy, do we have that auto-resync process yet?09:48
jamespage;)09:48
gnuoyjamespage, we do not I'm afraid09:49
jamespagegnuoy, OK I'll raise the MP's now then09:52
=== yuanyou_ is now known as yuanyou
=== yuanyou__ is now known as yuanyou
marcoceppilazyPower: you around?13:06
iceyanybody have time to take a look soon at a new charm layer before I push it out to the world?14:07
marcoceppiicey: I could take a look but it wouldn't be immediate14:07
iceymarcoceppi https://github.com/ChrisMacNaughton/juju-layer-rails is where it lives for now14:10
iceyand thanks!14:11
lazyPowermarcoceppi i am14:18
=== sk_ is now known as Guest25772
sharanHi kevin18:07
sharani was implementing peer relation18:08
sharanwhen i removing the unit, i want to restart the server  on all the unit18:08
sharanwhere i can implement this piece of code18:09
sharando i need implement this code in relation-departed hook?18:10
sharanHi18:12
sharani am implementing peer relation, once i remove the unit, server has to be restarted on all the container, how can achieve this18:13
sharani am implementing peer relation, once i remove the unit, server has to be restarted on all the container, how can i achieve this18:27
bdxmarcoceppi: I've added my charm to the review queue, it looks like some jenkins tests ran and failed for aws and lxc, it also looks like jenkins deployed the tests on precise. Also, I can't seem to login to the review queue.18:39
bdxmarcoceppi: is this all expected behavior?18:40
sharani am implementing peer relation, once i remove the unit, server has to be restarted on all the container, how can i achieve this18:41
josetvansteenburgh: ping19:28
tvansteenburghjose: hey19:32
josetvansteenburgh: just wondering, is it usual for the CI infrastructure to delete test results after a certain period of time?19:33
tvansteenburghjose: it's expected, yeah19:33
josehmm ok19:33
tvansteenburghnot necessarily ideal, but it will be addressed19:34
tvansteenburghplan is to link to the parsed results page instead of the ci log19:34
tvansteenburghsince those are archived in a db and won't go away19:35
joseok, awesome19:37
josewas worried because when I was checking at some test results for unreviewed MPs they were gone19:37
tvansteenburghyeah, sorry about that. feel free to rerun tests when that happens until this is improved19:38
josethanks!19:38
josemarcoceppi: hey! just as a reminder, if there's anything related to charms that could use a hand, there's some GCI students eager to help19:53
marcoceppijose: yes, I'm about to submit some more tasks19:53
josewoot woot!19:54
jcastromarcoceppi: would submitting some charms consuming like the php layer be GCI appropriate?20:36
=== ericsnow is now known as ericsnow_afk
marcoceppijcastro: maybe?20:53
marcoceppiI mean, we want people to maintain charms, not really drive by20:53
=== ericsnow_afk is now known as ericsnow
stokachuis there docs other than the email that describe the layer.yaml options?22:27
stokachumarcoceppi, ^22:28
stokachunever did see that followup post to the announce email on an example22:30
rick_h_stokachu: https://jujucharms.com/docs/devel/authors-charm-building have anything?22:33
stokachurick_h_, nah doesn't have anything describing the new layer.yaml options feature22:33
rick_h_stokachu: oh, :(22:33
stokachuit supposedly uses jsonschema22:38
stokachubut the layer config is yaml22:38
stokachubcsaller, any docs on this ^?22:39
marcoceppistokachu: sorry, not yet, but ehre's an example22:52
marcoceppistokachu: https://github.com/juju-solutions/reactive-base-layer/pull/18/files22:53
marcoceppistokachu: while building the example I found a bug22:53
marcoceppihttps://github.com/juju/charm-tools/issues/85#issuecomment-16842813822:54
stokachumarcoceppi, nice so defines: then the options in jsonschema form?22:56
marcoceppistokachu: yes, and the key name is the key that's used22:56
marcoceppistokachu: it follows actions.yaml format almost to a T22:57
stokachuso packages would be the option name22:57
stokachuand it would be prefixed?22:57
stokachuso like nodejs-packages as the config option to query22:58
stokachumarcoceppi, ^22:58
marcoceppistokachu: see this for example:23:01
marcoceppihttps://github.com/juju/charm-tools/issues/85#issue-12451690023:01
marcoceppistokachu: options is a dictionary of layers whos keys are dictionaries of key-val23:02
marcoceppistokachu: so it's options: nodejs: packages:23:02
marcoceppistokachu: however, packages we agreed should be a basic layer functionality23:02
marcoceppistokachu: we just have a problem where lists and dicts are not additive23:03
marcoceppiwe're working on a fix23:03

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