Re: How to set local charm path in bundle file

2017-08-03 Thread fengxia
Thanks Dmitrii. This is... not exactly an ideal in my case. The bundle file is a static, and charms are built by a CI. So I would rather have a cleaner way to decouple the two. In other words, CI can have a /dist somewhere it feels so, and bundle only needs know the charms are local, and

Re: How to set local charm path in bundle file

2017-08-03 Thread Dmitrii Shcherbakov
Hi Feng, Just use an absolute path: https://github.com/juju/docs/pull/1980 Best Regards, Dmitrii Shcherbakov Field Software Engineer IRC (freenode): Dmitrii-Sh On Thu, Aug 3, 2017 at 11:34 PM, fengxia wrote: > Hi Juju, > > Trying to deploy a bundle which consists of local

How to set local charm path in bundle file

2017-08-03 Thread fengxia
Hi Juju, Trying to deploy a bundle which consists of local charms. $JUJU_REPOSITORY=/home/fengxia/workspace/dist in this folder, all charms are in "trusty/" Bundle file is located in /home/fengxia/workspace/project/test.yaml: services: # solution solution: charm: ./trusty/solution