cf-charmers team mailing list archive
-
cf-charmers team
-
Mailing list archive
-
Message #00028
Re: CF deployed with JUJU bundler
two options..
you can tag just the bundle branch
first in that bundle branch you reference the specific revision of the
charms..
ie in each charm.. do $ bzr revno it returns a number
modify the deployer file to use @number for that specific charm branch
commit the bundle changes and tag the commit in that branch.
alternatively these are all being published directly to the charm store so
you could just omit the branch urls (which pull from vcs) and use the store
urls for the charm.. ie charm: cs:~cf-charmers/trusty/cf-cloud-controller-16
http://manage.jujucharms.com/search?search_text=cf-charmers&op=
hope that helps.
-kapil
On Mon, Apr 7, 2014 at 9:48 AM, <prismakov@xxxxxxxxx> wrote:
> Thank you, Kapil, I altered bundle.yaml to use 'expose' instead of
> 'exposed' and now it works well.
> I've added tag 'v001' to all charms but I can't find how to specify it in
> address.
> I guess I need change bundle file to use smth like:
> 'branch: lp:~cf-charmers/charms/trusty/cf-nats/trunk@v001' ?
>
> How to do it correctly?
>
> -Alexander Prismakov
>
> On Apr 7, 2014, at 15:43, Kapil Thangavelu <
> kapil.thangavelu@xxxxxxxxxxxxx> wrote:
>
> re router exposing.. adding expose: true to the bundle should resolve.
>
>
> On Mon, Apr 7, 2014 at 8:43 AM, Kapil Thangavelu <
> kapil.thangavelu@xxxxxxxxxxxxx> wrote:
>
>> The bundle supports @ revision syntax for version pinning on charm branch
>> urls, so you can just tag the bundle repo.
>>
>>
>> On Mon, Apr 7, 2014 at 12:19 AM, <prismakov@xxxxxxxxx> wrote:
>>
>>> Congrats guys!
>>>
>>> After resolving several minor issues I've managed to deploy CF bundle
>>> with Juju bundler and publish an application to it. Application runs and
>>> answers to requests.
>>> So we are ready for CATs (Cloud foundry Acceptance Tests). Only one
>>> remaining issue is that bundler not expose the router. Destroying also
>>> works well.
>>> I think we need tag current version of charms.
>>>
>>>
>>> -Alexander Prismakov
>>>
>>> --
>>> Mailing list: https://launchpad.net/~cf-charmers
>>> Post to : cf-charmers@xxxxxxxxxxxxxxxxxxx
>>> Unsubscribe : https://launchpad.net/~cf-charmers
>>> More help : https://help.launchpad.net/ListHelp
>>>
>>>
>>
>
>
Follow ups
References