|
Re: CF v205 / Pushing an app
We generally recommend to use a separate system domain from the shared apps
domain.
That could look like
Our test environment for example uses
a1.cf-app.com as the system domain and a1-app.cf-app.com
We generally recommend to use a separate system domain from the shared apps
domain.
That could look like
Our test environment for example uses
a1.cf-app.com as the system domain and a1-app.cf-app.com
|
By
Dieu Cao <dcao@...>
·
#2179
·
|
|
Re: CF deployment environments available for CF incubating projects to use?
development.
OK thanks so much for all the detailed info you've included here. I'll dig
into it and will report back here for any questions or issues.
Thanks!
public documentation suffices for any
development.
OK thanks so much for all the detailed info you've included here. I'll dig
into it and will report back here for any questions or issues.
Thanks!
public documentation suffices for any
|
By
Jean-Sebastien Delfino
·
#2178
·
|
|
Re: Multi-Line Loggregator events and the new Splunk "HTTP Event Collector" API
Thanks for the response Rohit. I hope this is the beginning of a good long
discussion on the topic. :)
Before going too deep with the '\' proposal are you aware if the
loggregator team considered
Thanks for the response Rohit. I hope this is the beginning of a good long
discussion on the topic. :)
Before going too deep with the '\' proposal are you aware if the
loggregator team considered
|
By
Mike Youngstrom <youngm@...>
·
#2177
·
|
|
Initialization script for SSHFS
I am looking for a way to push an application (ruby/node/java) and have a script run prior to the application starting that will setup SSHFS and move some of the content onto the share before the
I am looking for a way to push an application (ruby/node/java) and have a script run prior to the application starting that will setup SSHFS and move some of the content onto the share before the
|
By
Cory Jett
·
#2176
·
|
|
Re: [abacus] Usage processing authorization, was: Usage submission authorization
OK that confirms what I thought. Thanks!
Assk, any thoughts as well? Did that make sense to you?
-- Jean-Sebastien
OK that confirms what I thought. Thanks!
Assk, any thoughts as well? Did that make sense to you?
-- Jean-Sebastien
|
By
Jean-Sebastien Delfino
·
#2175
·
|
|
Re: CF v205 / Pushing an app
The cf-release templates allow for a "system_domain" (
https://github.com/cloudfoundry/cf-release/blob/master/templates/cf-jobs.yml#L616),
this allows for a separate namespace for non-app
The cf-release templates allow for a "system_domain" (
https://github.com/cloudfoundry/cf-release/blob/master/templates/cf-jobs.yml#L616),
this allows for a separate namespace for non-app
|
By
Jim Park
·
#2174
·
|
|
Re: cloud_controller_ng performance degrades slowly over time
We've seen issues on some environments where requests to cc that involve cc
making a request to uaa or hm9k have a 5s delay while the local consul
agent fails to resolves the DNS for uaa/hm9k, before
We've seen issues on some environments where requests to cc that involve cc
making a request to uaa or hm9k have a 5s delay while the local consul
agent fails to resolves the DNS for uaa/hm9k, before
|
By
Amit Kumar Gupta
·
#2173
·
|
|
Re: cloud_controller_ng performance degrades slowly over time
Hey Matt,
I'm trying to think of other things that would affect only the endpoints that interact with UAA and would be fixed after a CC restart. I'm wondering if it's possible there are a large
Hey Matt,
I'm trying to think of other things that would affect only the endpoints that interact with UAA and would be fixed after a CC restart. I'm wondering if it's possible there are a large
|
By
Zach Robinson
·
#2170
·
|
|
Re: UAA not sending routes registration and updates
What version of cf-release? If it's recent, see the "Important" section of
the release notes about colocating the new route_registrar for v217
What version of cf-release? If it's recent, see the "Important" section of
the release notes about colocating the new route_registrar for v217
|
By
Amit Kumar Gupta
·
#2171
·
|
|
Java Buildpack v3.3
I'm pleased to announce the release of the java-buildpack, version 3.3. This
release contains updates to various dependencies.
- When processing Java Options the $ and \ characters are no longer
I'm pleased to announce the release of the java-buildpack, version 3.3. This
release contains updates to various dependencies.
- When processing Java Options the $ and \ characters are no longer
|
By
Christopher Frost
·
#2172
·
|
|
UAA not sending routes registration and updates
I filed a GitHub issue: https://github.com/cloudfoundry/cf-registrar/issues/7
What is happening was that
- NATS receives route registration from CC and Traffic Controller
- UAA not sending route
I filed a GitHub issue: https://github.com/cloudfoundry/cf-registrar/issues/7
What is happening was that
- NATS receives route registration from CC and Traffic Controller
- UAA not sending route
|
By
Haitao Jiang
·
#2169
·
|
|
Re: "bosh ssh" times out
You can use your bosh director as a gateway:
bosh ssh --gateway-host ADDRESS-OF-DIRECTOR --gateway-user vcap
You can use your bosh director as a gateway:
bosh ssh --gateway-host ADDRESS-OF-DIRECTOR --gateway-user vcap
|
By
Amit Kumar Gupta
·
#2168
·
|
|
Re: "bosh ssh" times out
You can proxy through the director or whatever else if you'd like with
`bosh ssh --gateway_host director.example.com --gateway_user vcap
--gateway_identity_file /path/to/bosh_directors_key`.
BOSH
You can proxy through the director or whatever else if you'd like with
`bosh ssh --gateway_host director.example.com --gateway_user vcap
--gateway_identity_file /path/to/bosh_directors_key`.
BOSH
|
By
Jim Park
·
#2167
·
|
|
Re: "bosh ssh" times out
I was under the impression that you need to be able to connect directly,
but I can't say that definitively. Perhaps someone else can confirm.
Dan
I was under the impression that you need to be able to connect directly,
but I can't say that definitively. Perhaps someone else can confirm.
Dan
|
By
Daniel Mikusa
·
#2166
·
|
|
Re: "bosh ssh" times out
Hi Daniel,
10.0.16.103 is the internal address of that particular VM within the VPC (I've deployed CF in AWS). So I can't access it directly.
I thought that was the point of using "bosh ssh", i.e.,
Hi Daniel,
10.0.16.103 is the internal address of that particular VM within the VPC (I've deployed CF in AWS). So I can't access it directly.
I thought that was the point of using "bosh ssh", i.e.,
|
By
Remi Tassing
·
#2165
·
|
|
Re: "bosh ssh" times out
Have you checked that the connection is not being blocked by a firewall?
What happens if you SSH directly to that IP?
Dan
Have you checked that the connection is not being blocked by a firewall?
What happens if you SSH directly to that IP?
Dan
|
By
Daniel Mikusa
·
#2164
·
|
|
"bosh ssh" times out
Hi,
I was trying "bosh ssh" in the interactive mode and after choosing the VM it hangs for a bit then times out. I was following this tutorial:
Hi,
I was trying "bosh ssh" in the interactive mode and after choosing the VM it hangs for a bit then times out. I was following this tutorial:
|
By
Remi Tassing
·
#2163
·
|
|
Re: Metron: Timed out talking to store
I only have one ETCD node, and it's the correct address in the metron config.
From: Rohit Kumar <rokumar(a)pivotal.io<mailto:rokumar(a)pivotal.io>>
Reply-To: "Discussions about Cloud Foundry projects
I only have one ETCD node, and it's the correct address in the metron config.
From: Rohit Kumar <rokumar(a)pivotal.io<mailto:rokumar(a)pivotal.io>>
Reply-To: "Discussions about Cloud Foundry projects
|
By
Kyle Havlovitz (kyhavlov)
·
#2162
·
|
|
Re: Cloud Foundry REST API in Golang
The best we have to offer is the API package in CLI
https://github.com/cloudfoundry/cli
This is a private API implementation, and as such we wake no promises about
stability. In fact, we promise it
The best we have to offer is the API package in CLI
https://github.com/cloudfoundry/cli
This is a private API implementation, and as such we wake no promises about
stability. In fact, we promise it
|
By
Rasheed Abdul-Aziz
·
#2161
·
|
|
Cloud Foundry REST API in Golang
Hello,
I am developing CF dashboard in Golang that will communicate with the cloud
controller for REST call. I saw there is cfoundry
<https://github.com/cloudfoundry-attic/cfoundry> a ruby gem that
Hello,
I am developing CF dashboard in Golang that will communicate with the cloud
controller for REST call. I saw there is cfoundry
<https://github.com/cloudfoundry-attic/cfoundry> a ruby gem that
|
By
Pravin Mishra <pravinmishra88@...>
·
#2160
·
|