|
Re: CF Job Failure
Hi Nick, Hi Daniel,
The app push using the CLI works. I haven’t had the chance to check the cloud controller logs yet—that’s the next thing on my plate.
Best Regards,
Abhik
Sent: Tuesday,
Hi Nick, Hi Daniel,
The app push using the CLI works. I haven’t had the chance to check the cloud controller logs yet—that’s the next thing on my plate.
Best Regards,
Abhik
Sent: Tuesday,
|
By
Gupta, Abhik
·
#4648
·
|
|
Re: [PROPOSAL]: Removing ability to specify npm version
We have had a few use cases where users have requested to stay on nodejs
version 4 (LTS), while taking advantage of npm 3's new flat dependency
tree. Node 4 by default bundles witn npm 2. Node 5
We have had a few use cases where users have requested to stay on nodejs
version 4 (LTS), while taking advantage of npm 3's new flat dependency
tree. Node 4 by default bundles witn npm 2. Node 5
|
By
Shawn Nielsen
·
#4647
·
|
|
Re: CF Job Failure
Hi Abhik,
Another bit of information that would be interesting is whether or not you
can push your app using the CLI.
Thanks,
Nick
Hi Abhik,
Another bit of information that would be interesting is whether or not you
can push your app using the CLI.
Thanks,
Nick
|
By
Nicholas Calugar
·
#4646
·
|
|
pushing docker image to CF.
hi, I am pushing jboss/drools-workbench-showcase docker image to cloudfoundry
from my CLI.
This is the command,
cf push workbench -o jboss/drools-workbench-showcase:6.2.0.Final
But I get an
hi, I am pushing jboss/drools-workbench-showcase docker image to cloudfoundry
from my CLI.
This is the command,
cf push workbench -o jboss/drools-workbench-showcase:6.2.0.Final
But I get an
|
By
sangeeus <sangeetha081315@...>
·
#4674
·
|
|
Re: app guid uniqueness
Hi John,
An application's guid will never change. If you delete an app, and push the
code again, you are creating a new app with another guid.
Thanks,
Nick
Hi John,
An application's guid will never change. If you delete an app, and push the
code again, you are creating a new app with another guid.
Thanks,
Nick
|
By
Nicholas Calugar
·
#4645
·
|
|
app guid uniqueness
Based on my brief testing and observation, the guid of an app sticks around
for as long as the app remains running (whether we restart or restage). But
removing the app, then cf push a new guid is
Based on my brief testing and observation, the guid of an app sticks around
for as long as the app remains running (whether we restart or restage). But
removing the app, then cf push a new guid is
|
By
John Wong
·
#4644
·
|
|
Re: CF Job Failure
Does the app actually push and get started? i.e. if you run `cf apps`
after you get this message is the app up and running? Also, do you see
similar issues when you push with `cf push`?
Take a
Does the app actually push and get started? i.e. if you run `cf apps`
after you get this message is the app up and running? Also, do you see
similar issues when you push with `cf push`?
Take a
|
By
Daniel Mikusa
·
#4643
·
|
|
Re: Maven: Resolve Dependencies on Platform?
As an experiment, I created a build pack that would do this. It hasn't
been updated in a while, I don't plan to update it and it was never very
solid to begin with. It was more to just see if I
As an experiment, I created a build pack that would do this. It hasn't
been updated in a while, I don't plan to update it and it was never very
solid to begin with. It was more to just see if I
|
By
Daniel Mikusa
·
#4642
·
|
|
How can i configure HA Doppler at cf.yml?
I read "Overview of the Loggregator System " - https://docs.cloudfoundry.org/loggregator/architecture.html
In that document, metron_agent can forward metrics or logs to N doppler.
But i don't know
I read "Overview of the Loggregator System " - https://docs.cloudfoundry.org/loggregator/architecture.html
In that document, metron_agent can forward metrics or logs to N doppler.
But i don't know
|
By
inho cho
·
#4641
·
|
|
CF Job Failure
Hi,
We are trying to push a node.js application using the Cloud Controller REST APIs. The flow that we follow is similar to the flow followed by CF CLI:
Create Application Metadata > Create Route
Hi,
We are trying to push a node.js application using the Cloud Controller REST APIs. The flow that we follow is similar to the flow followed by CF CLI:
Create Application Metadata > Create Route
|
By
Gupta, Abhik
·
#4640
·
|
|
Re: How can we customized "404 Not Found"
Hi Amit,
Am 17.04.2016 um 21:10 schrieb Amit Gupta:
For my current use case we need the 503 page as a catch-all for stopped
applications in all application domains. It displays a "nice" generic
Hi Amit,
Am 17.04.2016 um 21:10 schrieb Amit Gupta:
For my current use case we need the 503 page as a catch-all for stopped
applications in all application domains. It displays a "nice" generic
|
By
Stefan Mayr
·
#4639
·
|
|
Re: How can we customized "404 Not Found"
Hi Stefan, Mike,
For real applications, would you want a common 503 page for all
applications on the platform, or would your different applications have
different custom domains, with custom 503
Hi Stefan, Mike,
For real applications, would you want a common 503 page for all
applications on the platform, or would your different applications have
different custom domains, with custom 503
|
By
Amit Kumar Gupta
·
#4638
·
|
|
Re: How can we customized "404 Not Found"
Hi,
Am 14.04.2016 um 18:14 schrieb Mike Youngstrom:
I verified this today: only the the text "404" is required to pass the
smoke tests. So I created a 503 service unavailable page containing an
Hi,
Am 14.04.2016 um 18:14 schrieb Mike Youngstrom:
I verified this today: only the the text "404" is required to pass the
smoke tests. So I created a 503 service unavailable page containing an
|
By
Stefan Mayr
·
#4637
·
|
|
Re: Maven: Resolve Dependencies on Platform?
I'm not sure if this is the right forum. I doubt it.
* you could achieve what you want by forking the buildpack used. If you're
using the Java buildpack then
I'm not sure if this is the right forum. I doubt it.
* you could achieve what you want by forking the buildpack used. If you're
using the Java buildpack then
|
By
Josh Long <starbuxman@...>
·
#4636
·
|
|
Re: Maven: Resolve Dependencies on Platform?
Please let me know if there is a more appropriate forum for this type of question.
Please let me know if there is a more appropriate forum for this type of question.
|
By
Matthew Tyson
·
#4635
·
|
|
Maven: Resolve Dependencies on Platform?
Is anyone aware of a way to deploy a maven application via cloud foundry that will:
1) Take only the application bits and upload them
2) Run the maven build based on the pom.xml
3) pull down the
Is anyone aware of a way to deploy a maven application via cloud foundry that will:
1) Take only the application bits and upload them
2) Run the maven build based on the pom.xml
3) pull down the
|
By
Matthew Tyson
·
#4634
·
|
|
Help needed building CF Certifications
Hello Cloud Foundry Experts -
As you may know, the Cloud Foundry Foundation is working on building a
certification program for professionals who use Cloud Foundry. Initially
we are tackling a CF
Hello Cloud Foundry Experts -
As you may know, the Cloud Foundry Foundation is working on building a
certification program for professionals who use Cloud Foundry. Initially
we are tackling a CF
|
By
Timothy Harris <tharris@...>
·
#4633
·
|
|
Re: openstack / CF v234 deployment
Hi William,
Yes, this looks like a mixup between domain and system_domain. Both should
be the same value, system.domain.com. The two separate properties exist
for historical reasons, we plan to
Hi William,
Yes, this looks like a mixup between domain and system_domain. Both should
be the same value, system.domain.com. The two separate properties exist
for historical reasons, we plan to
|
By
Amit Kumar Gupta
·
#4632
·
|
|
CF CLI v6.17.0 Released Today
The CF CLI team just cut 6.17.0. Binaries and link to release notes are available at:
https://github.com/cloudfoundry/cli#downloads
The command reference guide on http://cli.cloudfoundry.org is
The CF CLI team just cut 6.17.0. Binaries and link to release notes are available at:
https://github.com/cloudfoundry/cli#downloads
The command reference guide on http://cli.cloudfoundry.org is
|
By
Koper, Dies <diesk@...>
·
#4631
·
|
|
openstack / CF v234 deployment
We've ventured through https://docs.cloudfoundry.org/deploying/openstack/index.html and have CF deployed on OpenStack.
[root(a)cfinstaller my-bosh]# bosh
We've ventured through https://docs.cloudfoundry.org/deploying/openstack/index.html and have CF deployed on OpenStack.
[root(a)cfinstaller my-bosh]# bosh
|
By
Bean William R
·
#4628
·
|