|
Re: Packaging CF app as bosh-release
The shared file system aspect is an interesting wrinkle to the problem.
Unless you use some network layer to how you write to the shared file
system, e.g. SSHFS, I think apps will not work because
The shared file system aspect is an interesting wrinkle to the problem.
Unless you use some network layer to how you write to the shared file
system, e.g. SSHFS, I think apps will not work because
|
By
Amit Kumar Gupta
·
#1788
·
|
|
Re: Packaging CF app as bosh-release
They are tasks that run forever. The jobs are subscribers to RabbitMQ
queues that process
messages in batches.
The jobs write to shared filesystem.
No.
No.
They are tasks that run forever. The jobs are subscribers to RabbitMQ
queues that process
messages in batches.
The jobs write to shared filesystem.
No.
No.
|
By
Paul Bakare
·
#1787
·
|
|
Re: Packaging CF app as bosh-release
Are the spark jobs tasks that you expect to end, or apps that you expect to
run forever?
Do your jobs need to write to the file system, or do they access a
shared/distributed file system somehow?
Do
Are the spark jobs tasks that you expect to end, or apps that you expect to
run forever?
Do your jobs need to write to the file system, or do they access a
shared/distributed file system somehow?
Do
|
By
Amit Kumar Gupta
·
#1786
·
|
|
Re: DEA/Warden staging error
Worth noting that the git repo also needs to allow anonymous access. If
it's a private repo, then the 'git clone' is going to fail.
Can you verify that you can download the buildpack from your repo
Worth noting that the git repo also needs to allow anonymous access. If
it's a private repo, then the 'git clone' is going to fail.
Can you verify that you can download the buildpack from your repo
|
By
Mike Dalessio
·
#1785
·
|
|
Re: cc metric: total_users
Hi,
I did look deeper into implementation. Actually there are two databases: ccdb and uaadb. Each of them has its own users table. The user count value of the uaadb/users is reported to admin ui and
Hi,
I did look deeper into implementation. Actually there are two databases: ccdb and uaadb. Each of them has its own users table. The user count value of the uaadb/users is reported to admin ui and
|
By
Klevenz, Stephan <stephan.klevenz@...>
·
#1784
·
|
|
Re: User cannot do CF login when UAA is being updated
If you can't get the list to accept the attachment, you can give it to Dies
and he should be able to get it to us.
Joseph
OSS Release Integration Team
wrote:
If you can't get the list to accept the attachment, you can give it to Dies
and he should be able to get it to us.
Joseph
OSS Release Integration Team
wrote:
|
By
CF Runtime
·
#1783
·
|
|
Re: cc metric: total_users
The users reported by CloudController.total_users are the users the Cloud
Controller has in its database. This is normally the same set of users that
exist in UAA.
However, there is nothing that
The users reported by CloudController.total_users are the users the Cloud
Controller has in its database. This is normally the same set of users that
exist in UAA.
However, there is nothing that
|
By
CF Runtime
·
#1782
·
|
|
Relationship between HM9000 and router jobs
Hello,
My team was working on solving inconsistencies issue on etcd jobs, and realized that two hm9000 jobs were running at same time.
When fixing this, we experienced route loss to our apps (then
Hello,
My team was working on solving inconsistencies issue on etcd jobs, and realized that two hm9000 jobs were running at same time.
When fixing this, we experienced route loss to our apps (then
|
By
Sylvain FAUVE
·
#1781
·
|
|
Re: Packaging CF app as bosh-release
I'm working on an experimental analytics project that leverages logsearch +
Apache Spark.
So instead of having the Spark jobs as apps, I'm thinking of building a
bosh release job for it.
Can
I'm working on an experimental analytics project that leverages logsearch +
Apache Spark.
So instead of having the Spark jobs as apps, I'm thinking of building a
bosh release job for it.
Can
|
By
Paul Bakare
·
#1780
·
|
|
Re: cc metric: total_users
Hi John,
thanks for your answer, however, I don’t understand that completely. For the open source version of CF, what does “register in CF console” mean? And what might be an example of
Hi John,
thanks for your answer, however, I don’t understand that completely. For the open source version of CF, what does “register in CF console” mean? And what might be an example of
|
By
Marco Voelz
·
#1779
·
|
|
Re: cc metric: total_users
Thanks for clarification
-- Stephan
Von: John Liptak
Antworten an: "Discussions about Cloud Foundry projects and the system overall."
Datum: Dienstag, 15. September 2015 18:17
An: "Discussions about
Thanks for clarification
-- Stephan
Von: John Liptak
Antworten an: "Discussions about Cloud Foundry projects and the system overall."
Datum: Dienstag, 15. September 2015 18:17
An: "Discussions about
|
By
Klevenz, Stephan <stephan.klevenz@...>
·
#1778
·
|
|
Re: Proposal: Decomposing cf-release and Extracting Deployment Strategies
Thanks for the feedback Mike!
Can you tell us more specifically what sort of extensions you need? It
would be great if cf-deployment provided an interface that could serve the
needs of essentially
Thanks for the feedback Mike!
Can you tell us more specifically what sort of extensions you need? It
would be great if cf-deployment provided an interface that could serve the
needs of essentially
|
By
Amit Kumar Gupta
·
#1777
·
|
|
Re: Packaging CF app as bosh-release
Can possibly package anything but that way application will run inside a vm
rather than on platform.
Can possibly package anything but that way application will run inside a vm
rather than on platform.
|
By
Ronak Banka
·
#1776
·
|
|
Re: Packaging CF app as bosh-release
Can you say a bit more about what you're trying to do?
Can you say a bit more about what you're trying to do?
|
By
Amit Gupta
·
#1775
·
|
|
Re: User cannot do CF login when UAA is being updated
Hi Joseph,
Yes that is the case. I have sent my test result but it seems that my e-mail does not get through. How can I sent attachment in this mailing list?
Regards,
Ricky
Sent: Tuesday, 15
Hi Joseph,
Yes that is the case. I have sent my test result but it seems that my e-mail does not get through. How can I sent attachment in this mailing list?
Regards,
Ricky
Sent: Tuesday, 15
|
By
Yunata, Ricky <rickyy@...>
·
#1774
·
|
|
Re: DEA/Warden staging error
It's not something we've ever seen before.
In theory, the warden container needs the git binary, which I think it gets
from the cflinuxfs2 stack; and internet access to wherever the git
It's not something we've ever seen before.
In theory, the warden container needs the git binary, which I think it gets
from the cflinuxfs2 stack; and internet access to wherever the git
|
By
CF Runtime
·
#1773
·
|
|
Re: Proposal: Decomposing cf-release and Extracting Deployment Strategies
This is great stuff! My organization currently maintains our own custom
ways to generate manifests, include secure properties, and manage release
versions.
We would love to base the next generation
This is great stuff! My organization currently maintains our own custom
ways to generate manifests, include secure properties, and manage release
versions.
We would love to base the next generation
|
By
Mike Youngstrom <youngm@...>
·
#1772
·
|
|
Re: valid org, space and service instance name?
The regexes you found are correct. From the database for org and space name the max length is 255.
Thanks,
Zach
The regexes you found are correct. From the database for org and space name the max length is 255.
Thanks,
Zach
|
By
Zach Robinson
·
#1771
·
|
|
Re: anomaly in dealing with SharedDomains
Hey Nima,
The expected behavior is that neither a Shared nor Private domain can take over an existing domain.
We tried using your example test and found that it passed for both shared and private
Hey Nima,
The expected behavior is that neither a Shared nor Private domain can take over an existing domain.
We tried using your example test and found that it passed for both shared and private
|
By
Zach Robinson
·
#1770
·
|
|
[ANN] python-buildpack v1.5.1 released
python-buildpack v1.5.1 has been released!
----
python-buildpack v1.5.1 -
https://github.com/cloudfoundry/python-buildpack/releases/tag/v1.5.1
* Adding support for Python 3.5.0
python-buildpack v1.5.1 has been released!
----
python-buildpack v1.5.1 -
https://github.com/cloudfoundry/python-buildpack/releases/tag/v1.5.1
* Adding support for Python 3.5.0
|
By
Mike Dalessio
·
#1769
·
|