|
Re: Binding an App to the controller hostname
Thanks,
I guessed this would be the recommendation. I was slightly surprised there is no function for this built in.
The suggestion about adding routes In a system domain is good too although do you
Thanks,
I guessed this would be the recommendation. I was slightly surprised there is no function for this built in.
The suggestion about adding routes In a system domain is good too although do you
|
By
Tim Lawrence
·
#3780
·
|
|
Re: Is there any mechanism for restoring the Cloud Foundry state with Diego after rebooting the machine
Hi Hristo,
Thank you so much. The script seems to be very useful to me. I will use it and report you if I get any errors. Thank you again.
Best regards,
Nanduni.
Hi Hristo,
Thank you so much. The script seems to be very useful to me. I will use it and report you if I get any errors. Thank you again.
Best regards,
Nanduni.
|
By
Nanduni Nimalsiri
·
#3778
·
|
|
Re: Is there any mechanism for restoring the Cloud Foundry state with Diego after rebooting the machine
Hi Gwenn,
Well I did not know about this 'microPCF'. I found something called MicroCloudFoundry, which I suppose is not available any more. Thank you very much for this valuable information. I will
Hi Gwenn,
Well I did not know about this 'microPCF'. I found something called MicroCloudFoundry, which I suppose is not available any more. Thank you very much for this valuable information. I will
|
By
Nanduni Nimalsiri
·
#3777
·
|
|
Re: Is there any mechanism for restoring the Cloud Foundry state with Diego after rebooting the machine
Hi Hristo,
Thank you so much. The script seems to be very useful for me. I will use it and report you if I get any errors. Thank you again.
Best regards,
Nanduni.
Hi Hristo,
Thank you so much. The script seems to be very useful for me. I will use it and report you if I get any errors. Thank you again.
Best regards,
Nanduni.
|
By
Nanduni Nimalsiri
·
#3779
·
|
|
Re: Is there any mechanism for restoring the Cloud Foundry state with Diego after rebooting the machine
I use a script [1] for restoring my BOSH-lite after computer restart.
Basically it starts the VM, adds routes and then targets bosh with specific
deployment manifest so BOSH knows what to check
I use a script [1] for restoring my BOSH-lite after computer restart.
Basically it starts the VM, adds routes and then targets bosh with specific
deployment manifest so BOSH knows what to check
|
By
Hristo Iliev
·
#3776
·
|
|
Re: Error dialing loggregator server: unexpected EOF
Hello Ramon,
I think I remember having seen this message when we used an Local
Traffic Manager (F5) as the entrypoint. I could not figure out the root
cause, but there obviously went something wrong
Hello Ramon,
I think I remember having seen this message when we used an Local
Traffic Manager (F5) as the entrypoint. I could not figure out the root
cause, but there obviously went something wrong
|
By
Felix Friedrich
·
#3775
·
|
|
Re: Binding an App to the controller hostname
Tim,
Alternatively, if you don't want to have a separate system domain for
whatever reason, I recommend you create a "system" org and space with the
admin account and use create-route to reserve any
Tim,
Alternatively, if you don't want to have a separate system domain for
whatever reason, I recommend you create a "system" org and space with the
admin account and use create-route to reserve any
|
By
Jesse T. Alford
·
#3774
·
|
|
Re: Binding an App to the controller hostname
Hi,
Do you have separate system & app domains in your manifest? E.g.
properties:
domain: DOMAIN
system_domain: SYSTEM_DOMAIN
app_domains:
- APP_DOMAIN
If so you would be able to push
Hi,
Do you have separate system & app domains in your manifest? E.g.
properties:
domain: DOMAIN
system_domain: SYSTEM_DOMAIN
app_domains:
- APP_DOMAIN
If so you would be able to push
|
By
James Leavers
·
#3773
·
|
|
Re: Cloud Foundry being used for an EU social learning games platform
Dr. Nic created the cloudfoundry-community github org but anyone who is a
current member of the org can invite others.
I've sent you an invite.
Please keep in mind that org is not managed by the
Dr. Nic created the cloudfoundry-community github org but anyone who is a
current member of the org can invite others.
I've sent you an invite.
Please keep in mind that org is not managed by the
|
By
Dieu Cao <dcao@...>
·
#3772
·
|
|
Diego: Permission denied when starting application with startup command
Hi,
Our application is started by a shell script. So we pushed our application with -c option. It works fine with dea. Application could be started successfully. But when I pushed the application
Hi,
Our application is started by a shell script. So we pushed our application with -c option. It works fine with dea. Application could be started successfully. But when I pushed the application
|
By
MaggieMeng
·
#3771
·
|
|
Reg cant find template : metron_agent
Hi
I am working on cloud foundry and I could create a development bosh release of cloud foundry using the following source:
git clone https://github.com/cloudfoundry/cf-release.git (added some rules
Hi
I am working on cloud foundry and I could create a development bosh release of cloud foundry using the following source:
git clone https://github.com/cloudfoundry/cf-release.git (added some rules
|
By
Nithiyasri Gnanasekaran -X (ngnanase - TECH MAHINDRA LIM@Cisco) <ngnanase at cisco.com...>
·
#3770
·
|
|
Re: Is there any mechanism for restoring the Cloud Foundry state with Diego after rebooting the machine
Hi Hristo,
Thank you so much for the information. Where should I use this command? Is it at workspace/cf-release and workspace/diego-release and then enable Docker support in Cloud Foundry?
Best
Hi Hristo,
Thank you so much for the information. Where should I use this command? Is it at workspace/cf-release and workspace/diego-release and then enable Docker support in Cloud Foundry?
Best
|
By
Nanduni Nimalsiri
·
#3769
·
|
|
Re: Is there any mechanism for restoring the Cloud Foundry state with Diego after rebooting the machine
Btw, if you are just looking to use CF and Diego you can use microPCF
https://github.com/pivotal-cf/micropcf
Btw, if you are just looking to use CF and Diego you can use microPCF
https://github.com/pivotal-cf/micropcf
|
By
Gwenn Etourneau
·
#3768
·
|
|
Re: Is there any mechanism for restoring the Cloud Foundry state with Diego after rebooting the machine
Hi,
You can use bosh cloudcheck command to restore the VM state. That saves you
the time-consuming part of build/upload/deploy cycle, since it will just
restore the processes on the
Hi,
You can use bosh cloudcheck command to restore the VM state. That saves you
the time-consuming part of build/upload/deploy cycle, since it will just
restore the processes on the
|
By
Hristo Iliev
·
#3767
·
|
|
Is there any mechanism for restoring the Cloud Foundry state with Diego after rebooting the machine
I have successfully deployed Diego in BOSH-Lite. But this process takes me a long time, nearly an hour. So whenever I shut down and restart my machine, I have to follow this process again and again.
I have successfully deployed Diego in BOSH-Lite. But this process takes me a long time, nearly an hour. So whenever I shut down and restart my machine, I have to follow this process again and again.
|
By
Nanduni Nimalsiri
·
#3766
·
|
|
database migration
I've got a monolithic CF deployment that has become quite a burden to
upgraded because of it's all releases in one manifest nature. I'm currently
working on a plan to cleanup and disaggregate and the
I've got a monolithic CF deployment that has become quite a burden to
upgraded because of it's all releases in one manifest nature. I'm currently
working on a plan to cleanup and disaggregate and the
|
By
Jeff Weber <jweber@...>
·
#3765
·
|
|
Scaling Down etcd
Hi Cloud Foundry!
We are trying to split the cloud foundry deployment in to multiple
deployments. Each CF component will have its own deployment manifest.
We are doing this activity in an existing CF.
Hi Cloud Foundry!
We are trying to split the cloud foundry deployment in to multiple
deployments. Each CF component will have its own deployment manifest.
We are doing this activity in an existing CF.
|
By
Suren R
·
#3764
·
|
|
Re: Downloading Buildpack Bits from Cloud Foundry
Try these:
https://github.com/cloudfoundry/cf-release/blob/master/jobs/cloud_controller_ng/spec#L220-L225
wrote:
--
Matthew Sykes
matthew.sykes(a)gmail.com
Try these:
https://github.com/cloudfoundry/cf-release/blob/master/jobs/cloud_controller_ng/spec#L220-L225
wrote:
--
Matthew Sykes
matthew.sykes(a)gmail.com
|
By
Matthew Sykes <matthew.sykes@...>
·
#3763
·
|
|
Binding an App to the controller hostname
Hi all,
We have been testing one of our CF deployments and have found that we can deploy an app bound to the "api" hostname. eg "api.domain.com".
It appears that the router then forwards traffic to
Hi all,
We have been testing one of our CF deployments and have found that we can deploy an app bound to the "api" hostname. eg "api.domain.com".
It appears that the router then forwards traffic to
|
By
Tim Lawrence
·
#3762
·
|
|
Re: Downloading Buildpack Bits from Cloud Foundry
Hi.
I tried both solutions and have some questions:
1) when I invoke on the host with cc mentioned wget I get:
===
# wget --server-response --http-user=user --http-password=pass
Hi.
I tried both solutions and have some questions:
1) when I invoke on the host with cc mentioned wget I get:
===
# wget --server-response --http-user=user --http-password=pass
|
By
Rafal Radecki
·
#3761
·
|