|
Re: [cf-bosh] Re: CF Summit code for Contributors
Thanks Chip, much appreciated!
wrote:
Thanks Chip, much appreciated!
wrote:
|
By
Amit Kumar Gupta
·
#4252
·
|
|
Re: Replacing mysql with mariadb in cflinuxfs2
This work has been completed and can be found in this commit [1] as part of
the stacks master branch.
[1] -
https://github.com/cloudfoundry/stacks/commit/bf6762724c60d72a5d2c76090ea1d6fbbb7e867e
This work has been completed and can be found in this commit [1] as part of
the stacks master branch.
[1] -
https://github.com/cloudfoundry/stacks/commit/bf6762724c60d72a5d2c76090ea1d6fbbb7e867e
|
By
Danny Rosen
·
#4251
·
|
|
Re: [cf-bosh] Re: CF Summit code for Contributors
If you are a contributor and have submitted a talk, please hold off. I'll
take care of you if need be. ;-)
Chip Childers | VP Technology | Cloud Foundry Foundation
If you are a contributor and have submitted a talk, please hold off. I'll
take care of you if need be. ;-)
Chip Childers | VP Technology | Cloud Foundry Foundation
|
By
Chip Childers <cchilders@...>
·
#4250
·
|
|
Re: Reg the upgrade from cf-205 to cf-231
Hi Amit
Bosh deployment has completed successfully. I could set the endpoint, but I could not login to it with the credentials I have given in the properties. Logs and properties
Hi Amit
Bosh deployment has completed successfully. I could set the endpoint, but I could not login to it with the credentials I have given in the properties. Logs and properties
|
By
Nithiyasri Gnanasekaran -X (ngnanase - TECH MAHINDRA LIM@Cisco) <ngnanase at cisco.com...>
·
#4249
·
|
|
Re: Running instances are "-1"
If you're running on DEA's, check (or maybe restart) your health manager.
It's usually the culprit for question marks in the instance count.
Dan
If you're running on DEA's, check (or maybe restart) your health manager.
It's usually the culprit for question marks in the instance count.
Dan
|
By
Daniel Mikusa
·
#4248
·
|
|
Re: Deprecating/Removing usage of nfs for cloud controller's blobstore
Hi Dieu,
it’s been a while since you posted, but I just wanted to let you know, that we are currently using a NFS share on our NetApp for the cc blobstore as well.
Regards,
Carsten
--
Carsten
Hi Dieu,
it’s been a while since you posted, but I just wanted to let you know, that we are currently using a NFS share on our NetApp for the cc blobstore as well.
Regards,
Carsten
--
Carsten
|
By
Carsten Hiort
·
#4247
·
|
|
Re: Failed to login to Cloud Foundry after upgrading from cfv212 to cfv218
Thanks for your help, Amit
I double checked my deployment, I did not include "route_registrar" in the
template. I modified the manifest as below, is it correct now? thanks.
BTW, if I did not use
Thanks for your help, Amit
I double checked my deployment, I did not include "route_registrar" in the
template. I modified the manifest as below, is it correct now? thanks.
BTW, if I did not use
|
By
王小锋 <zzuwxf at gmail.com...>
·
#4246
·
|
|
Re: Failed to login to Cloud Foundry after upgrading from cfv212 to cfv218
You do not have the route registrar colocated with the uaa.
You do not have the route registrar colocated with the uaa.
|
By
Amit Kumar Gupta
·
#4245
·
|
|
Re: Failed to login to Cloud Foundry after upgrading from cfv212 to cfv218
Hi, Amit
My manifest snippet is as below, anything wrong? thanks.
- instances: 1
name: uaa_z1
networks:
- name: cf1
persistent_disk: 100240
properties:
metron_agent:
zone: z1
Hi, Amit
My manifest snippet is as below, anything wrong? thanks.
- instances: 1
name: uaa_z1
networks:
- name: cf1
persistent_disk: 100240
properties:
metron_agent:
zone: z1
|
By
王小锋 <zzuwxf at gmail.com...>
·
#4244
·
|
|
Re: Failed to login to Cloud Foundry after upgrading from cfv212 to cfv218
Did you also configure route_registrar correctly? You need to tell it
which routes to register on behalf of the UAA. That information was also
in the release notes. You should not add the
Did you also configure route_registrar correctly? You need to tell it
which routes to register on behalf of the UAA. That information was also
in the release notes. You should not add the
|
By
Amit Kumar Gupta
·
#4243
·
|
|
Running instances are "-1"
Hi, there
I upgraded cf 212 to 218 using bosh in aws.
when I try to list all the apps in one space, I find that the column of
instances is not as expected: it has a "?" before the slash "/", seems
Hi, there
I upgraded cf 212 to 218 using bosh in aws.
when I try to list all the apps in one space, I find that the column of
instances is not as expected: it has a "?" before the slash "/", seems
|
By
王小锋 <zzuwxf at gmail.com...>
·
#4242
·
|
|
Re: Failed to login to Cloud Foundry after upgrading from cfv212 to cfv218
Yes,
I added route_registrar and colocated it with cloud_controller_ng, uaa,
hm9000, and loggregator_trafficcontroller jobs.
I login to uaa VM and compare uaa_cf-registrar_ctl located
Yes,
I added route_registrar and colocated it with cloud_controller_ng, uaa,
hm9000, and loggregator_trafficcontroller jobs.
I login to uaa VM and compare uaa_cf-registrar_ctl located
|
By
王小锋 <zzuwxf at gmail.com...>
·
#4241
·
|
|
Re: [cf-bosh] Re: CF Summit code for Contributors
Hey Chip,
Sounds like you're saying we should hold off on signing up as a contributor
if we've submitted a talk and are waiting to hear back on whether it's
accepted. Is there a risk that all the
Hey Chip,
Sounds like you're saying we should hold off on signing up as a contributor
if we've submitted a talk and are waiting to hear back on whether it's
accepted. Is there a risk that all the
|
By
Amit Kumar Gupta
·
#4240
·
|
|
Re: Failed to login to Cloud Foundry after upgrading from cfv212 to cfv218
The UAA component should serve the login.example.com route. Did you check
out the release notes for 218? The first bullet in the important section
mentions how to configure and colocate the route
The UAA component should serve the login.example.com route. Did you check
out the release notes for 218? The first bullet in the important section
mentions how to configure and colocate the route
|
By
Amit Kumar Gupta
·
#4239
·
|
|
Failed to login to Cloud Foundry after upgrading from cfv212 to cfv218
Hi, there
I am using bosh to upgrade Cloud Foundry from cfv212 to cfv218. The bosh
deployment was successful, but when I try to login to cf, I met the
following error:
the detailed error info is
Hi, there
I am using bosh to upgrade Cloud Foundry from cfv212 to cfv218. The bosh
deployment was successful, but when I try to login to cf, I met the
following error:
the detailed error info is
|
By
王小锋 <zzuwxf at gmail.com...>
·
#4238
·
|
|
Re: cf push "stack: unknown"
FYI, https://github.com/cloudfoundry/cli/issues/799
FYI, https://github.com/cloudfoundry/cli/issues/799
|
By
Daniel Mikusa
·
#4237
·
|
|
Re: Reg the upgrade from cf-205 to cf-231
Hi Amit
Thanks for your quick reply. Pls let me know in which Vm , should I login to see the compilation logs..
Previously when I did the upgrade, it dint compile the individual packages. Logs
Hi Amit
Thanks for your quick reply. Pls let me know in which Vm , should I login to see the compilation logs..
Previously when I did the upgrade, it dint compile the individual packages. Logs
|
By
Nithiyasri Gnanasekaran -X (ngnanase - TECH MAHINDRA LIM@Cisco) <ngnanase at cisco.com...>
·
#4236
·
|
|
Re: Using swift as a blobstore in cloud foundry with keystone v3
This can be nice ! As Bosh support V3 it can be nice that the CC do the
same.
To be able to fully use v3.
This can be nice ! As Bosh support V3 it can be nice that the CC do the
same.
To be able to fully use v3.
|
By
Gwenn Etourneau
·
#4235
·
|
|
Re: Upcoming extraction of cflinuxfs2 rootfs release from diego-release
That's nice.
Thanks Eric.
That's nice.
Thanks Eric.
|
By
Gwenn Etourneau
·
#4234
·
|
|
Re: Reg the upgrade from cf-205 to cf-231
I'm not sure why it's taking >40 mins to compile some simple go binaries.
You may have network issues (compilation jobs taking a long time to
download dependencies from BOSH director blobstore, or
I'm not sure why it's taking >40 mins to compile some simple go binaries.
You may have network issues (compilation jobs taking a long time to
download dependencies from BOSH director blobstore, or
|
By
Amit Kumar Gupta
·
#4233
·
|