Re: bosh-lite CI link
Dr Nic Williams
Networking will be like normal networks? Rather than one /30 per job?
On Thu, Sep 10, 2015 at 8:23 AM, Dmitriy Kalinin <dkalinin(a)pivotal.io> wrote: Networking configuration should be simpler as this would allow usage of bigger than /30 subnets. Otherwise everything stays the same, unless btrfs makes things faster. |
|
Re: bosh-lite CI link
Dmitriy Kalinin
Networking configuration should be simpler as this would allow usage of bigger than /30 subnets. Otherwise everything stays the same, unless btrfs makes things faster.
toggle quoted message
Show quoted text
Sent from my iPhone On Sep 10, 2015, at 8:19 AM, Dr Nic Williams <drnicwilliams(a)gmail.com> wrote: |
|
Re: bosh-lite CI link
Dr Nic Williams
Will garden bring any new features/stability to bosh-lite?
On Thu, Sep 10, 2015 at 8:15 AM, Dmitriy Kalinin <dkalinin(a)pivotal.io> wrote: Bosh-lite pipeline got moved to the main bosh CI: https://main.bosh-ci.cf-app.com/pipelines/bosh-lite |
|
Re: bosh-lite CI link
Dmitriy Kalinin
Bosh-lite pipeline got moved to the main bosh CI: https://main.bosh-ci.cf-app.com/pipelines/bosh-lite
toggle quoted message
Show quoted text
I'm making changes to bosh-lite to use official garden-linux release, and I'll update the README shortly. Sent from my iPhone On Sep 10, 2015, at 6:31 AM, Matthew Sykes <matthew.sykes(a)gmail.com> wrote: |
|
bosh-lite CI link
Matthew Sykes <matthew.sykes@...>
The bosh-lite README points to http://lite.bosh-ci.cf-app.com:8080 as the
concourse instance for CI. Can someone please verify that link as I'm unable to access it. Thanks. -- Matthew Sykes matthew.sykes(a)gmail.com |
|
Virus alert: Returned mail: see transcript for details
postmaster@...
A email from cf-bosh(a)lists.cloudfoundry.org may contains virus. Discarded by system
|
|
Re: BOSH/CF package compilation time
Dmitriy Kalinin
Few bugs were fixed on 3068.
toggle quoted message
Show quoted text
On Wed, Sep 9, 2015 at 9:53 PM, Mike Youngstrom <youngm(a)gmail.com> wrote:
Hi Dmitriy, |
|
Re: BOSH/CF package compilation time
Mike Youngstrom
Hi Dmitriy,
toggle quoted message
Show quoted text
Is "export release" considered stable in 3042? Thanks, Mike On Wed, Sep 9, 2015 at 9:12 PM, Dmitriy Kalinin <dkalinin(a)pivotal.io> wrote:
We just recently introduced compiled releases feature. I have not had a |
|
Re: BOSH/CF package compilation time
Satya Thokachichu
Thanks much..I will try and let you know how it goes
|
|
Re: Deploy CF Diego Release on AWS
王小锋 <zzuwxf at gmail.com...>
Sorry, It did mention AWS.
Not sure how /path/to/iaas-settings.yml should look like, any reference? thanks. iaas-settings.yml spiff merge \ manifest-generation/misc-templates/aws-iaas-settings.yml \ /path/to/iaas-settings.yml \ > /tmp/iaas-settings.yml 2015-09-10 9:50 GMT+08:00 jinsenglin <jinsenglin(a)iii.org.tw>: Actually It does. |
|
Re: BOSH/CF package compilation time
Dmitriy Kalinin
We just recently introduced compiled releases feature. I have not had a
toggle quoted message
Show quoted text
chance to document it yet, but in short it allows you to: bosh export release cf/215 ubuntu-trusty/2068 on one Director and later bosh upload release release-cf-215-on...tgz on a second Director No compilation will occur for a stemcell version 2068 on the second Director when deploying cf. On Wed, Sep 9, 2015 at 7:38 PM, Satya Thokachichu <tsnraju(a)yahoo.com> wrote:
during bosh deploy.. |
|
Re: Adding security groups in resource_pools instead of networks
Dmitriy Kalinin
It's a bit unclear to me if you are proposing to security groups feature in
the Director or in the OpenStack CPI specifically. If in the OpenStack CPI, then I think it makes sense to pull in security groups config into resource pool's cloud_properties section. For example: resource_pools: - name: my-fancy-web stemcell: { ... } cloud_properties: instance_type: m3.xlarge security_groups: [web] - name: my-fancy-worker stemcell: { ... } cloud_properties: instance_type: m3.xlarge security_groups: [worker] will assign web to VMs of type my-fancy-web and worker to VMs of type my-fancy-worker. When resource pool's cloud_properties are changed, VMs will be recreated with new config. Like you point out there is a case of configure_networks, imho we can just raise an error in create_vm if both networks' cloud_properties specifies security groups and resource pool cp's specifies security_groups. If you are proposing changes in the Director, then I think it gets a bit more complicated. I'm not sure we have enough good usage patterns to figure out a good abstraction *yet* (e.g. Azure has two different types of security groups: network and vm, which imho makes a lot of sense). Also if it's becoming a first class feature, may be BOSH at this point should be creating security groups automatically with certain rules and may be even with links generating these rules dynamically, etc. Btw we are currently implementing first class support for AZs + links in the Director, so all of the bosh-director core classes are going through significant changes on global-net branch. Related to that I am actually thinking we split up resource pool config into two pieces: vm type and stemcell. With recent cloud config changes it would make it more sense to keep stemcell os/version in the deployment manifest (just like releases) and vm type with iaas specifics in the cloud config file. On Wed, Sep 9, 2015 at 1:38 PM, john mcteague <john.mcteague(a)gmail.com> wrote: Would look forward to seeing this go through, it relates to a previous |
|
Re: BOSH/CF package compilation time
Satya Thokachichu
during bosh deploy..
|
|
Re: Deploy CF Diego Release on AWS
Jim
Actually It does.
toggle quoted message
Show quoted text
-----Original Message-----
From: 王小锋 [mailto:zzuwxf(a)gmail.com] Sent: Thursday, September 10, 2015 9:32 AM To: Discussions about the Cloud Foundry BOSH project. Subject: [cf-bosh] Re: Re: Deploy CF Diego Release on AWS Thanks, but this document does not mention how to deploy diego to AWS using bosh. 2015-09-10 9:08 GMT+08:00 jinsenglin <jinsenglin(a)iii.org.tw>: https://github.com/cloudfoundry-incubator/diego-release FYI -----Original Message----- From: 王小锋 [mailto:zzuwxf(a)gmail.com] Sent: Wednesday, September 09, 2015 8:22 PM To: Discussions about the Cloud Foundry BOSH project. Subject: [cf-bosh] Deploy CF Diego Release on AWS Hi, there I've deployed CloudFoundry 212 on AWS using BOSH, now I want to deploy Diego release using BOSH, but I have no idea how to generate the diego manifest file, anyone has such experience? Any guide to share? Best Regards! |
|
Re: Deploy CF Diego Release on AWS
王小锋 <zzuwxf at gmail.com...>
Thanks, but this document does not mention how to deploy diego to AWS using
toggle quoted message
Show quoted text
bosh. 2015-09-10 9:08 GMT+08:00 jinsenglin <jinsenglin(a)iii.org.tw>: https://github.com/cloudfoundry-incubator/diego-release |
|
Re: Deploy CF Diego Release on AWS
Jim
toggle quoted message
Show quoted text
-----Original Message-----
From: 王小锋 [mailto:zzuwxf(a)gmail.com] Sent: Wednesday, September 09, 2015 8:22 PM To: Discussions about the Cloud Foundry BOSH project. Subject: [cf-bosh] Deploy CF Diego Release on AWS Hi, there I've deployed CloudFoundry 212 on AWS using BOSH, now I want to deploy Diego release using BOSH, but I have no idea how to generate the diego manifest file, anyone has such experience? Any guide to share? Best Regards! |
|
Re: BOSH/CF package compilation time
Dmitriy Kalinin
Do you when using bosh-init or during bosh deploy?
toggle quoted message
Show quoted text
On Wed, Sep 9, 2015 at 3:13 PM, Satya Thokachichu <tsnraju(a)yahoo.com> wrote:
Is there anyway to reduce CF/BOSH package compilation time during |
|
BOSH/CF package compilation time
Satya Thokachichu
Is there anyway to reduce CF/BOSH package compilation time during deployments? It is taking roughly 15 minutes for each ..Just wanted to check if we have any option to pre compile once and use it forever sorta solution? Thanks for your help
|
|
Re: Adding security groups in resource_pools instead of networks
john mcteague
Would look forward to seeing this go through, it relates to a previous
toggle quoted message
Show quoted text
thread from early this year - https://groups.google.com/a/cloudfoundry.org/forum/#!topic/bosh-users/LJ2Kym6QCak. It fell off my radar and have not had time to revisit. On Wed, Sep 9, 2015 at 9:46 AM, Voelz, Marco <marco.voelz(a)sap.com> wrote:
|
|
Deploy CF Diego Release on AWS
王小锋 <zzuwxf at gmail.com...>
Hi, there
I've deployed CloudFoundry 212 on AWS using BOSH, now I want to deploy Diego release using BOSH, but I have no idea how to generate the diego manifest file, anyone has such experience? Any guide to share? Best Regards! |
|