Date
1 - 6 of 6
metron_agent.deployment
Diego Lapiduz <diego@...>
Hi all,
I've been trying to figure out an issue here while upgrading to 210 from 208. It seems that a requirement has been added to the deployment manifests for a "metron_agent.deployment" property but I can't find it anywhere in the cf-release manifests. From what I can tell the only manifest with that setting is https://github.com/cloudfoundry/cf-release/blob/master/example_manifests/minimal-aws.yml#L327 . Is there a place to look for canonical manifests other than cf-release? Should I just rely on the release notes? I just added that property to cf-properties.yml and seems to work fine. Thanks for understanding as we are going through our first couple of big upgrades. Cheers, Diego
|
|
Ivan Sim <ivans@...>
For all the loggregator processes, you will be able to find their
toggle quoted messageShow quoted text
configuration properties in their respective spec and ERB files in the loggregator repository <https://github.com/cloudfoundry/loggregator/tree/develop/bosh/jobs>[1]. In your case, the metron_agent.deployment property is seen here <https://github.com/cloudfoundry/loggregator/blob/27490d3387566f42fb71bab3dc760ca1b5c1be6d/bosh/jobs/metron_agent/spec#L47> [2] [1] https://github.com/cloudfoundry/loggregator/tree/develop/bosh/jobs [2] https://github.com/cloudfoundry/loggregator/blob/27490d3387566f42fb71bab3dc760ca1b5c1be6d/bosh/jobs/metron_agent/spec#L47 .
On Tue, May 26, 2015 at 7:40 PM, Diego Lapiduz <diego(a)lapiduz.com> wrote:
Hi all, --
Ivan Sim
|
|
Diego Lapiduz <diego@...>
Thanks Ivan! That is exactly what I was looking for.
toggle quoted messageShow quoted text
On Tue, May 26, 2015 at 10:47 PM, Ivan Sim <ivans(a)activestate.com> wrote:
For all the loggregator processes, you will be able to find their
|
|
王小锋 <zzuwxf at gmail.com...>
Hi, Ivan and Diego
toggle quoted messageShow quoted text
I met the same issue when I try to upgrade cf version from 205 to 210. I did no quite understand how to add the property "metron_agent.deployment" to cf-deployment.yml, could you help paste the cf deployment snippets? thanks a lot 2015-05-27 11:49 GMT+08:00 Diego Lapiduz <diego(a)lapiduz.com>:
Thanks Ivan! That is exactly what I was looking for.
|
|
CF Runtime
There is a closed issue in the cf-release repo related to this:
toggle quoted messageShow quoted text
https://github.com/cloudfoundry/cf-release/issues/690 Make sure you have a meta.environment section defined in your manifest stub. meta: environment: YOUR_ENVIRONMENT_NAME
On Wed, Jun 10, 2015 at 1:34 AM, 王小锋 <zzuwxf(a)gmail.com> wrote:
Hi, Ivan and Diego
|
|
王小锋 <zzuwxf at gmail.com...>
Thanks, it works now!
toggle quoted messageShow quoted text
2015-06-11 6:01 GMT+08:00 CF Runtime <cfruntime(a)gmail.com>:
There is a closed issue in the cf-release repo related to this:
|
|