|
bosh-init with external s3 blobstore
Hi,
I want to use external s3 compatible blobstore with bosh-init deployment
- for that I provided the required configuration in bosh-init.yml manifest
file (mentioned blobstore config below) -
Hi,
I want to use external s3 compatible blobstore with bosh-init deployment
- for that I provided the required configuration in bosh-init.yml manifest
file (mentioned blobstore config below) -
|
By
Anuj Jain <anuj17280@...>
·
#4671
·
|
|
Re: Question regarding simple application statistics
Can you clarify what you think is an internal site?
Both the links Dan sent;
http://apidocs.cloudfoundry.org/234/apps/get_detailed_stats_for_a_started_app.html
and
Can you clarify what you think is an internal site?
Both the links Dan sent;
http://apidocs.cloudfoundry.org/234/apps/get_detailed_stats_for_a_started_app.html
and
|
By
Graham Bleach
·
#4670
·
|
|
Re: Question regarding simple application statistics
Oops, replied too quickly. Looks like that's an internal site. Is there any external-facing documentation equivalence?
Oops, replied too quickly. Looks like that's an internal site. Is there any external-facing documentation equivalence?
|
By
Don Nelson
·
#4669
·
|
|
Re: Question regarding simple application statistics
Thanks Dan!
By
Don Nelson
·
#4668
·
|
|
Re: Question regarding simple application statistics
Hi Don,
The stats endpoint
<http://apidocs.cloudfoundry.org/234/apps/get_detailed_stats_for_a_started_app.html>
gives
statistics about each instance individually. In the returned JSON object,
each
Hi Don,
The stats endpoint
<http://apidocs.cloudfoundry.org/234/apps/get_detailed_stats_for_a_started_app.html>
gives
statistics about each instance individually. In the returned JSON object,
each
|
By
Dan Wendorf
·
#4667
·
|
|
Question regarding simple application statistics
Someone recently asked me about the data returned from /v2/apps/<APPLICATION_GUID>/stats, regarding whether the stats returned were a total across all instances of the application. I assume that they
Someone recently asked me about the data returned from /v2/apps/<APPLICATION_GUID>/stats, regarding whether the stats returned were a total across all instances of the application. I assume that they
|
By
Don Nelson
·
#4666
·
|
|
Re: Postgresql data is not migrated after CF is upgraded from v197 to v230
Auto-migration does happen, but at some point we end support for certain
versions. Upgrading to 211 will automigrate your Postgres to 9.4.2.
Upgrading to 230 will automigrate that to 9.4.6.
Auto-migration does happen, but at some point we end support for certain
versions. Upgrading to 211 will automigrate your Postgres to 9.4.2.
Upgrading to 230 will automigrate that to 9.4.6.
|
By
Amit Kumar Gupta
·
#4665
·
|
|
Re: Postgresql data is not migrated after CF is upgraded from v197 to v230
Hi, Amit
Thank you for you explanation. I will try this process out. However I would suggest to take auto migration as consideration for next time upgrading any CF component.
Regards,
Maggie
Sent:
Hi, Amit
Thank you for you explanation. I will try this process out. However I would suggest to take auto migration as consideration for next time upgrading any CF component.
Regards,
Maggie
Sent:
|
By
MaggieMeng
·
#4664
·
|
|
Re: Doppler/Firehose - Multiline Log Entry
Another possible solution is to enhance platform logging by adding a unique event id such as a UUID to each message. This likely helps auditing efforts by being able to specify an exact message and
Another possible solution is to enhance platform logging by adding a unique event id such as a UUID to each message. This likely helps auditing efforts by being able to specify an exact message and
|
By
Mike Jacobi
·
#4663
·
|
|
Re: Request for Multibuildpack Use Cases
We used heroku-buildpack-multi to deploy OpenProject (NodeJS and Ruby).
https://github.com/Stackato-Apps/openproject
The manifest.yml in that repo has some Stackato-isms, but you get the idea.
We used heroku-buildpack-multi to deploy OpenProject (NodeJS and Ruby).
https://github.com/Stackato-Apps/openproject
The manifest.yml in that repo has some Stackato-isms, but you get the idea.
|
By
Troy Topnik
·
#4662
·
|
|
Re: Maven: Resolve Dependencies on Platform?
Great thought, Jesse. It was a nested /node_modules directory that was the bulk of the size. I added that to .cfignore. Thanks.
Great thought, Jesse. It was a nested /node_modules directory that was the bulk of the size. I added that to .cfignore. Thanks.
|
By
Matthew Tyson
·
#4661
·
|
|
Re: Doppler/Firehose - Multiline Log Entry
Thanks for pointing that out, Mike! From the executor commit history, seems
to have been the path of least resistance when Diego switched to the newer
dropsonde API circa Dec 2014. Also looks to me
Thanks for pointing that out, Mike! From the executor commit history, seems
to have been the path of least resistance when Diego switched to the newer
dropsonde API circa Dec 2014. Also looks to me
|
By
Eric Malm <emalm@...>
·
#4660
·
|
|
Re: Doppler/Firehose - Multiline Log Entry
I added Eric's comments to the spike
<https://www.pivotaltracker.com/story/show/117583365>.
--
Jim Campbell | Product Manager | Cloud Foundry | Pivotal.io | 303.618.0963
I added Eric's comments to the spike
<https://www.pivotaltracker.com/story/show/117583365>.
--
Jim Campbell | Product Manager | Cloud Foundry | Pivotal.io | 303.618.0963
|
By
Jim CF Campbell
·
#4659
·
|
|
Re: Doppler/Firehose - Multiline Log Entry
Yup, makes sense. I'm sure there is some valid reason for Diego not to use
log_sender.ScanLogStream today. When that get's sorted out then the event
demarcation and this replacement will all be in
Yup, makes sense. I'm sure there is some valid reason for Diego not to use
log_sender.ScanLogStream today. When that get's sorted out then the event
demarcation and this replacement will all be in
|
By
Mike Youngstrom <youngm@...>
·
#4658
·
|
|
Re: Maven: Resolve Dependencies on Platform?
The cf CLI also respects a .cfignore file in the top level of your repo, if
there's stuff you'd like to explicitly exclude from push.
The cf CLI also respects a .cfignore file in the top level of your repo, if
there's stuff you'd like to explicitly exclude from push.
|
By
Jesse T. Alford
·
#4657
·
|
|
Re: Maven: Resolve Dependencies on Platform?
It's the cf cli that does this. It looks through your JAR / WAR or push
path for files and then uses the resource matching endpoint to ask the
server what it needs to upload. Then it uploads just
It's the cf cli that does this. It looks through your JAR / WAR or push
path for files and then uses the resource matching endpoint to ask the
server what it needs to upload. Then it uploads just
|
By
Daniel Mikusa
·
#4656
·
|
|
Re: Doppler/Firehose - Multiline Log Entry
Thanks, Mike, don't be too hard on yourself. :) I think that's a valid
point that if there is processing to translate a byte-stream from process
stdout/stderr to loggregator log events, it would be
Thanks, Mike, don't be too hard on yourself. :) I think that's a valid
point that if there is processing to translate a byte-stream from process
stdout/stderr to loggregator log events, it would be
|
By
Eric Malm <emalm@...>
·
#4655
·
|
|
Re: Intended UAA-specific user identity fields in JWT access token ?
Guillaume,
We just realized that you can remove any PII, personally identifiable
information, from tokens without us having to add new features
You just configure
jwt:
token:
claims:
Guillaume,
We just realized that you can remove any PII, personally identifiable
information, from tokens without us having to add new features
You just configure
jwt:
token:
claims:
|
By
Filip Hanik
·
#4654
·
|
|
Re: Maven: Resolve Dependencies on Platform?
It does help -- thanks guys. I looks like Heroku has a buildpack that does this also (https://github.com/heroku/heroku-buildpack-java).
The question I am coming up with is this: How does cloud
It does help -- thanks guys. I looks like Heroku has a buildpack that does this also (https://github.com/heroku/heroku-buildpack-java).
The question I am coming up with is this: How does cloud
|
By
Matthew Tyson
·
#4653
·
|
|
Re: Postgresql data is not migrated after CF is upgraded from v197 to v230
Hi Maggie,
First off, please be sure to backup your data in case anything goes wrong
during an upgrade.
Also, do note that while private vendors of Cloud Foundry may support
upgrades between several
Hi Maggie,
First off, please be sure to backup your data in case anything goes wrong
during an upgrade.
Also, do note that while private vendors of Cloud Foundry may support
upgrades between several
|
By
Amit Kumar Gupta
·
#4652
·
|