|
Re: Diego IAAS settings for vsphere
Hi, Daya,
I'd start by looking at the auctioneer logs at
`/var/vcap/sys/log/auctioneer/auctioneer.stdout.log` on the brain VMs and
the BBS logs at `/var/vcap/sys/log/bbs/bbs.stdout.log` on the
Hi, Daya,
I'd start by looking at the auctioneer logs at
`/var/vcap/sys/log/auctioneer/auctioneer.stdout.log` on the brain VMs and
the BBS logs at `/var/vcap/sys/log/bbs/bbs.stdout.log` on the
|
By
Eric Malm <emalm@...>
·
#3529
·
|
|
Re: Cloud Foundry being used for an EU social learning games platform
See these StackOverflow questions about driving CF interactions via Python
from the last ~1
See these StackOverflow questions about driving CF interactions via Python
from the last ~1
|
By
Amit Kumar Gupta
·
#3528
·
|
|
Re: Cloud Foundry being used for an EU social learning games platform
@Amit: Could you embellish on the use cases you've encountered that have
attempted to drive interactions with CF via a python library?
@Juan: This is interesting and I'd like to obtain a better
@Amit: Could you embellish on the use cases you've encountered that have
attempted to drive interactions with CF via a python library?
@Juan: This is interesting and I'd like to obtain a better
|
By
Danny Rosen
·
#3527
·
|
|
Re: Cloud Foundry being used for an EU social learning games platform
Juan, good stuff! I've seen some people struggling recently to drive
interactions with CF via a Python library, it would be cool if there were
well-maintained client libraries in a bunch of different
Juan, good stuff! I've seen some people struggling recently to drive
interactions with CF via a Python library, it would be cool if there were
well-maintained client libraries in a bunch of different
|
By
Amit Kumar Gupta
·
#3526
·
|
|
push a python django app to cloudfoundry
Hi , we have a python django web app . In this web app, we will call VMware ovf tool (https://my.vmware.com/group/vmware/details?productId=491&downloadGroup=OVFTOOL410) .This tool is needed to be
Hi , we have a python django web app . In this web app, we will call VMware ovf tool (https://my.vmware.com/group/vmware/details?productId=491&downloadGroup=OVFTOOL410) .This tool is needed to be
|
By
Lynn Lin
·
#3525
·
|
|
Re: Add a new job/vm instance using Bosh
Ah yeah! Thanks
--
Odeyemi 'Kayode O.
http://ng.linkedin.com/in/kayodeodeyemi. t: @charyorde
Ah yeah! Thanks
--
Odeyemi 'Kayode O.
http://ng.linkedin.com/in/kayodeodeyemi. t: @charyorde
|
By
Paul Bakare
·
#3524
·
|
|
Re: Add a new job/vm instance using Bosh
Depends on what your manifest looks like, but if we take the example
Depends on what your manifest looks like, but if we take the example
|
By
Amit Kumar Gupta
·
#3523
·
|
|
Add a new job/vm instance using Bosh
Hi,
How can I increase DEA instance using Bosh?
Appreciate your help.
Hi,
How can I increase DEA instance using Bosh?
Appreciate your help.
|
By
Paul Bakare
·
#3522
·
|
|
Re: Diego IAAS settings for vsphere
Hi Eric,
Thanks for your helpI I could conjure up an iass-settings for vsphere and was able to deploy diego successfully but was having the same access_z1 VM failing problem but was able to bring up
Hi Eric,
Thanks for your helpI I could conjure up an iass-settings for vsphere and was able to deploy diego successfully but was having the same access_z1 VM failing problem but was able to bring up
|
By
Daya Shetty <daya.shetty@...>
·
#3521
·
|
|
Re: [abacus] MongoDB client
Hi Hristo,
This looks really good!
+1 to merging this as a new module in master, and continuing the work
there, as then we can all work together on creating the abstraction layer
that'll select
Hi Hristo,
This looks really good!
+1 to merging this as a new module in master, and continuing the work
there, as then we can all work together on creating the abstraction layer
that'll select
|
By
Jean-Sebastien Delfino
·
#3520
·
|
|
Re: Cloud Foundry being used for an EU social learning games platform
Good afternoon community,
after some months of, we have developed a stable client for cloud
Good afternoon community,
after some months of, we have developed a stable client for cloud
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#3519
·
|
|
Re: *.cf.internal on diego windows
Edward -
We used to detect the routable interface as you propose, but ran into
issues with that approach. After testing, we determined that Windows will
query to the first DNS server on every
Edward -
We used to detect the routable interface as you propose, but ran into
issues with that approach. After testing, we determined that Windows will
query to the first DNS server on every
|
By
Matthew Horan
·
#3518
·
|
|
Re: Cannot start access_z1
Thanks Eric for detail explanation and it works for me.
Thanks Eric for detail explanation and it works for me.
|
By
Stanley Shen <meteorping@...>
·
#3517
·
|
|
Re: Cannot start access_z1
Hi, Stanley,
I think you're missing the 'ssh_proxy.uaa_secret' value in your manifest.
This should be the same value as the secret in the 'ssh-proxy' client
that's registered with UAA. The Diego team
Hi, Stanley,
I think you're missing the 'ssh_proxy.uaa_secret' value in your manifest.
This should be the same value as the secret in the 'ssh-proxy' client
that's registered with UAA. The Diego team
|
By
Eric Malm <emalm@...>
·
#3516
·
|
|
Cannot start access_z1
Hello, all
I am trying to deploy cf+diego to AWS based on the minimal-aws.yml provided in cf-release project.
And I add some jobs for diego.
Right now the access_z1 is not started up and here are
Hello, all
I am trying to deploy cf+diego to AWS based on the minimal-aws.yml provided in cf-release project.
And I add some jobs for diego.
Right now the access_z1 is not started up and here are
|
By
Stanley Shen <meteorping@...>
·
#3515
·
|
|
Re: *.cf.internal on diego windows
Not too sure about how the Windows Cell gets provisioned, but the
consul_agent job in consul-release has been undergoing a lot of changes
recently in terms of how the startup scripts work. How does
Not too sure about how the Windows Cell gets provisioned, but the
consul_agent job in consul-release has been undergoing a lot of changes
recently in terms of how the startup scripts work. How does
|
By
Amit Kumar Gupta
·
#3514
·
|
|
Re: *.cf.internal on diego windows
Think the test should be:
TestScript = {
[array]$routeable_interfaces = Get-WmiObject Win32_NetworkAdapterConfiguration | Where { $_.IpAddress -AND ($_.IpAddress | Where { $addr = [Net.IPAddress]
Think the test should be:
TestScript = {
[array]$routeable_interfaces = Get-WmiObject Win32_NetworkAdapterConfiguration | Where { $_.IpAddress -AND ($_.IpAddress | Where { $addr = [Net.IPAddress]
|
By
Edward Hill
·
#3513
·
|
|
Re: *.cf.internal on diego windows
I had run the setup.ps1 but I had a lot of indecision about networking and reduced the number of adapters later which might have caused it
I notice the setup.ps1 selects the first interface
I had run the setup.ps1 but I had a lot of indecision about networking and reduced the number of adapters later which might have caused it
I notice the setup.ps1 selects the first interface
|
By
Edward Hill
·
#3512
·
|
|
Re: *.cf.internal on diego windows
That's it. localhost needs to be the first DNS server in the list for any
interface on the host. Otherwise, name resolution routines won't be able to
lookup names in Consul.
I'd be interested to hear
That's it. localhost needs to be the first DNS server in the list for any
interface on the host. Otherwise, name resolution routines won't be able to
lookup names in Consul.
I'd be interested to hear
|
By
Matthew Horan
·
#3511
·
|
|
Re: HA Docker cf services for MongoDB, Redis, &etc?
For all except commercial it is. :-)
--
Mit freundlichen Grüßen
Johannes Hiemer
For all except commercial it is. :-)
--
Mit freundlichen Grüßen
Johannes Hiemer
|
By
Johannes Hiemer <jvhiemer@...>
·
#3510
·
|