=== natefinch_ is now known as natefnich === natefnich is now known as natefinch [02:35] * arosales forgot to put in here that I was reviewing xcat, but sent my findings to the list === verterok-away is now known as verterok [04:55] jamespage, i missed your message earlier, here's the MP: https://code.launchpad.net/~ddellav/charms/trusty/neutron-api/ml2-port-security/+merge/276764 [13:59] Hey guys. Any way of deploying a juju charm from local source code instead of pulling from github. [13:59] Any pointers or help appreciated. === ackk is now known as Guest18118 === ackk` is now known as ack` === ack` is now known as ackk === ackk is now known as Guest84099 === Guest84099 is now known as ackk` === ackk` is now known as ackk === JoshStrobl is now known as JoshStrobl|AFK [19:12] rajalokan: https://jujucharms.com/docs/devel/charms-deploying#deploying-from-a-local-repository [19:38] Thanks tvansteenburgh for replying. Was away so couldn't reply. But this isn't the answer I was looking. [19:38] I guess I was wrong in framing the question. [19:40] What I want is to deploy say OpenStack keystone, But not any distro packaged liberty release or liberty release from OpenStack github page. Rather keystone should be installed from my local source code. [19:41] Was thinking if we can use juju to setup developer workstation. Apologies again for improperly framed question. [19:45] rajalokan: there is a "Deploying from source" section here https://jujucharms.com/keystone/trusty/31, maybe that helps? [19:56] Thanks tvansteenburgh. Going though it but I remember seeing `repositories` accept only 'git' or 'bzr'. Nothing like a file system. [19:56] Let me find that out. [19:56] rajalokan: yeah you would probably have to push your code to a public repo [19:58] Yeah. seems like it. Just wanted to confirm it here. I will stick with devstack for some more while then. [20:53] rajalokan: you may want to touch base with coreycb on the deploy from source. Presumably the local file system it's being deployed from points to a guy repo somewhere, iirc it uses that to branch locally - theoretically you could make local edits then redeploy but I may be wrong on that. coreycb is the guy you want to talk to on it though [20:54] err s/guy repo/git repo - on my phone - lovely autocorrect [21:02] rajalokan: tvansteenburgh we're working on something like this for this cycle [21:02] rajalokan: tvansteenburgh where you can mount your local filesystem with the lxd provider to do openstack dev as you describe [21:02] rajalokan: and the charms would be able to locate the source code to use off that mounted shared filesystem [21:02] rajalokan: tvansteenburgh so it's not here atm, but a use case teams are working on for 16.04 [21:03] rajalokan: look for the lxd provider work soon (the first leg of the task) and happy to have folks test things out and see how they feel as we work along [21:38] rick_h__: cool, thanks. saw a demo of the lxd provider yesterday - eager to give that a spin