Re: Routing release and upper case web contexts
Shannon Coen
Hello Iain,
toggle quoted message
Show quoted text
If you upload the 0.145.0 final release of routing-release to your director, and update your cf-release manifest to point the template for the router job at the routing release instead of using cf, you can pull in the source for the latest gorouter. In cf-release manifest you'd add these lines: releases: - name: routing version: 0.145.0 And change these lines from: jobs: - name: router_z1 templates: - name: gorouter release: cf to release: routing Or something like that. Then redeploy cf-release. Best, Shannon On Feb 24, 2017, at 2:23 AM, Iain Jackson <iain.jackson(a)sas.com> wrote: |
|