Re: Using bosh-init to deploy BOSH on OpenStack
Alexander Lomov
Hey, all.
toggle quoted messageShow quoted text
I just deployed MicroBOSH to openstack. Here is a manifest that I used [1]. @Dmitry, I needed to make some more changes than manifest in docs use to have: for instance I needed to add `nats.port`, because bosh-openstack-cpi-release doesn't have default nats port [2]. [1] https://gist.github.com/allomov/d661622505e7cc980972 [2] https://github.com/cloudfoundry-incubator/bosh-openstack-cpi-release/blob/master/jobs/cpi/spec#L85 ------------------------ Alex Lomov *Altoros* — Cloud Foundry deployment, training and integration *Twitter:* @code1n <https://twitter.com/code1n> *GitHub:* @allomov <https://gist.github.com/allomov>
On Mon, May 4, 2015 at 6:41 AM, Dmitriy Kalinin <dkalinin(a)pivotal.io> wrote:
Please see http://bosh.io/docs/init-openstack.html
|
|
Re: Using bosh-init to deploy BOSH on OpenStack
Alexander Lomov
Just added a PR for this case:
toggle quoted messageShow quoted text
https://github.com/cloudfoundry-incubator/bosh-openstack-cpi-release/pull/3 ------------------------ Alex Lomov *Altoros* — Cloud Foundry deployment, training and integration *Twitter:* @code1n <https://twitter.com/code1n> *GitHub:* @allomov <https://gist.github.com/allomov>
On Mon, May 4, 2015 at 2:56 PM, Alexander Lomov <alexander.lomov(a)altoros.com
wrote: Hey, all.
|
|
Retrieving the number of instances in an .erb template
Cyrille Le Clerc
Dear all,
I work on a boshrelease that can deploy 1..* Jenkins master and 1..* Jenkins slaves. To dispatch the slaves between the master, I want to implement a rule based on a modulus using the instance index and the total number of instances. I know how to retrieve the index of the instance in a .erb template with <%= index %> (1) How can I retrieve the total number of instances of a job? Thanks for your help, Cyrille (1) https://github.com/cloudfoundry-community/bosh-gen/blob/master/lib/bosh/gen/generators/job_generator/templates/jobs/%25job_name%25_simple/templates/data/properties.sh.erb#L8 -- Cyrille Le Clerc email & gtalk : cleclerc(a)cloudbees.com / mob: +33-6.61.33.69.86 / skype: cyrille.leclerc CloudBees, Inc www.cloudbees.com <https://www.cloudbees.com/jenkins/juc-2015> <https://www.cloudbees.com/cdsummit-2015>
|
|
Re: Retrieving the number of instances in an .erb template
Dmitriy Kalinin
Currently there is no way to do that unless you specify it as a property
and manually update it. This will be possible once we implement links: https://github.com/cloudfoundry/bosh-notes/blob/master/links.md On Mon, May 4, 2015 at 8:39 PM, Cyrille Le Clerc <cleclerc(a)cloudbees.com> wrote: Dear all,
|
|
Re: Using bosh-init to deploy BOSH on OpenStack
王天青 <wang.tianqing.cn at gmail.com...>
Hi all,
toggle quoted messageShow quoted text
I found that 443 port should be enabled for the blob service in the security group (http://bosh.io/docs/init-openstack). Alexander Lomov <alexander.lomov(a)altoros.com>于2015年5月5日周二 上午12:48写道:
Just added a PR for this case:
|
|
Re: Using bosh-init to deploy BOSH on OpenStack
Dmitriy Kalinin
If you are using external blobstore?
toggle quoted messageShow quoted text
On Tue, May 5, 2015 at 12:51 AM, 王天青 <wang.tianqing.cn(a)gmail.com> wrote:
Hi all,
|
|
Deploy CF Diego Release on OpenStack
王天青 <wang.tianqing.cn at gmail.com...>
Hi all,
When deploying Cloud Foundry on OpenStack using BOSH, there is a good reference doc: http://docs.cloudfoundry.org/deploying/openstack/install_cf_openstack.html. For Diego release, is there any similar docs? If more specifically, is there any sample deployment manifest file? Like cf-stub.yml, thanks. Best Regards! $ ./generate_deployment_manifest openstack cf-stub.yml > cf-deployment.yml
|
|
Re: Retrieving the number of instances in an .erb template
Cyrille Le Clerc
Thanks Dmitriy,
toggle quoted messageShow quoted text
I discussed with the Pivotal OpsManager team, I will use OpsManager's capability to to inject the list of assigned IPs with ".ips" (1) and then count the number of elements of this array. I could also have used the ".instances" accessor but these IPs will help me for other use cases. Cyrille (1) http://docs.pivotal.io/pivotalcf/packaging/#opsmanager_accessors
On Mon, May 4, 2015 at 9:03 PM, Dmitriy Kalinin <dkalinin(a)pivotal.io> wrote:
Currently there is no way to do that unless you specify it as a property --
Cyrille Le Clerc email & gtalk : cleclerc(a)cloudbees.com / mob: +33-6.61.33.69.86 / skype: cyrille.leclerc CloudBees, Inc www.cloudbees.com <https://www.cloudbees.com/jenkins/juc-2015> <https://www.cloudbees.com/cdsummit-2015>
|
|
Full text search for the mailing list?
Cyrille Le Clerc
Dear all,
I imagine that there are reasons to move the mailing list from Google Groups to the OSS Mailman (1) that are related to the guidelines of the Cloud Foundry Foundation. Will it be possible to have full text search on the archive of the mailing-list? It will be much more difficult to search for questions that has already been answered. Cyrille (1) http://lists.cloudfoundry.org/pipermail/cf-bosh/ -- Cyrille Le Clerc email & gtalk : cleclerc(a)cloudbees.com / mob: +33-6.61.33.69.86 / skype: cyrille.leclerc CloudBees, Inc www.cloudbees.com <https://www.cloudbees.com/jenkins/juc-2015> <https://www.cloudbees.com/cdsummit-2015>
|
|
Best practices around porting CF to RHEL/SLES?
Rishi Misra <misra.rishi@...>
Folks,
I am looking for some guidance around getting CF to work on RHEL/SLES. From my limited knowledge of CF I have gathered the following: - CF only supports Ubuntu trusty - CF consists of CCNG/GoRouter/DEA/Health Manager/CLI/UAA/Loggregator/BOSH repositories - CF is deployed using BOSH on IaaS - CF can be deployed on a local system using BOSH lite - BOSH/BOSH lite deployment of CF consists of pushing components listed above in a virtual machines (based on stemcells) - BOSH uses trusty stemcells to deploy CF components (?) My guess would be if I have to make this work in RHEL envt I would need to do the following: - Investigate if BOSH RHEL stemcell can be created - For each CF repositories try to see if it compiles and runs (associated test suites) on RHEL - Create release/deployment manifest based on existing CF manifest - Use BOSH/BOSH lite to deploy - Debug failures - ... Any tips greatly appreciated. Thanks in advance for your help.
|
|
Re: Full text search for the mailing list?
Aaron Huber
I used to just view the posts in the Google Groups web interface as opposed to subscribing via email, so I’m missing the friendly web view and search abilities as well. I was looking around for something that might replace it and found http://www.nabble.com. It looks like they are archiving a large number of OSS mailing lists and it provides most of what is now missing including search and an RSS feed for the posts. I’m guessing it works by just subscribing to the list itself so there would be no impact to mailman.
Does anyone have any experience using it? Aaron From: cf-bosh-bounces(a)lists.cloudfoundry.org [mailto:cf-bosh-bounces(a)lists.cloudfoundry.org] On Behalf Of Cyrille Le Clerc Sent: Wednesday, May 6, 2015 8:20 AM To: cf-bosh(a)lists.cloudfoundry.org Subject: [cf-bosh] Full text search for the mailing list? Dear all, I imagine that there are reasons to move the mailing list from Google Groups to the OSS Mailman (1) that are related to the guidelines of the Cloud Foundry Foundation. Will it be possible to have full text search on the archive of the mailing-list? It will be much more difficult to search for questions that has already been answered. Cyrille (1) http://lists.cloudfoundry.org/pipermail/cf-bosh/ -- Cyrille Le Clerc email & gtalk : cleclerc(a)cloudbees.com<mailto:cleclerc(a)cloudbees.com> / mob: +33-6.61.33.69.86 / skype: cyrille.leclerc CloudBees, Inc www.cloudbees.com<http://www.cloudbees.com> [https://www.cloudbees.com/sites/default/files/2015-juc-world-tour-email.png]<https://www.cloudbees.com/jenkins/juc-2015>[https://www.cloudbees.com/sites/default/files/2015-cd-summit-world-tour-email.jpg]<https://www.cloudbees.com/cdsummit-2015>
|
|
Re: Best practices around porting CF to RHEL/SLES?
Wayne E. Seguin
Building RHEL 7 is very similar to building CentOS 7 and is supported by BOSH.
toggle quoted messageShow quoted text
There are also official released CentOS 7 Stemcells: http://bosh.io/stemcells/bosh-aws-xen-centos-7-go_agent <http://bosh.io/stemcells/bosh-aws-xen-centos-7-go_agent> In order to use these you update what stemcell is being used in the CF Deployment Manifest. I would recommend you get your deployment working with CentOS 7 while working on building your custom RHEL 7 stemcells. The BOSH repository has instructions within it for how to build custom stemcells: https://github.com/cloudfoundry/bosh <https://github.com/cloudfoundry/bosh> ~Wayne Wayne E. Seguin <wayneeseguin(a)starkandwayne.com <mailto:wayneeseguin(a)starkandwayne.com>> CTO ; Stark & Wayne, LLC
On May 6, 2015, at 13:17 , Rishi Misra <misra.rishi(a)gmail.com> wrote:
|
|
Re: Best practices around porting CF to RHEL/SLES?
Wayne E. Seguin
Specifically you want to look at the bosh-stemcell directory and use it’s Vagrantfile:
toggle quoted messageShow quoted text
https://github.com/cloudfoundry/bosh/tree/master/bosh-stemcell <https://github.com/cloudfoundry/bosh/tree/master/bosh-stemcell> Wayne E. Seguin <wayneeseguin(a)starkandwayne.com <mailto:wayneeseguin(a)starkandwayne.com>> CTO ; Stark & Wayne, LLC
On May 6, 2015, at 14:02 , Wayne E. Seguin <wayneeseguin(a)starkandwayne.com> wrote:
|
|
Re: Full text search for the mailing list?
Daniel Mikusa
Another list I monitor uses markmail.org. Perhaps someone could submit a
request to have them index our lists [1]? Looks like Nabble has a similar form [2]. Dan [1] - http://markmail.org/docs/feedback.xqy [2] - http://n6.nabble.com/archive-your-mailing-list.html On Wed, May 6, 2015 at 1:57 PM, Huber, Aaron M <aaron.m.huber(a)intel.com> wrote: I used to just view the posts in the Google Groups web interface as
|
|
Re: Best practices around porting CF to RHEL/SLES?
Rishi Misra <misra.rishi@...>
This is great .. thanks Wayne.
Does this mean CF already supports CentOS7? For some reason I thought it was Ubuntu trusty all the way. Is my understanding correct that when creating Stemcells for CF, I must also ensure that all CF components must first work on VMs with that Stemcell as its base? By "work" I mean it at least compiles and successfully runs associated testcases? Thanks again. On Wed, May 6, 2015 at 2:02 PM, Wayne E. Seguin < wayneeseguin(a)starkandwayne.com> wrote: Building RHEL 7 is very similar to building CentOS 7 and is supported by
|
|
Re: Full text search for the mailing list?
Chip Childers
It would be great if someone from the community took the initiative to
toggle quoted messageShow quoted text
register the lists with markmail and nabble! The reason that we changed the list platform was that we were too large for Google Groups (really!), and people were experiencing errors due to hard limits that google has set for the service. Chip Childers | Technology Chief of Staff | Cloud Foundry Foundation
On Wed, May 6, 2015 at 2:08 PM, Daniel Mikusa <dmikusa(a)pivotal.io> wrote:
Another list I monitor uses markmail.org. Perhaps someone could submit a
|
|
Re: Full text search for the mailing list?
Aaron Huber
I’ll go ahead and register the lists in Nabble. I’ll reply with the links once it’s working.
Aaron From: Chip Childers [mailto:cchilders(a)cloudfoundry.org] Sent: Wednesday, May 6, 2015 11:39 AM To: Daniel Mikusa Cc: Huber, Aaron M; Cyrille Le Clerc; cf-bosh(a)lists.cloudfoundry.org Subject: Re: [cf-bosh] Full text search for the mailing list? It would be great if someone from the community took the initiative to register the lists with markmail and nabble! The reason that we changed the list platform was that we were too large for Google Groups (really!), and people were experiencing errors due to hard limits that google has set for the service. Chip Childers | Technology Chief of Staff | Cloud Foundry Foundation On Wed, May 6, 2015 at 2:08 PM, Daniel Mikusa <dmikusa(a)pivotal.io<mailto:dmikusa(a)pivotal.io>> wrote: Another list I monitor uses markmail.org<http://markmail.org>. Perhaps someone could submit a request to have them index our lists [1]? Looks like Nabble has a similar form [2]. Dan [1] - http://markmail.org/docs/feedback.xqy [2] - http://n6.nabble.com/archive-your-mailing-list.html On Wed, May 6, 2015 at 1:57 PM, Huber, Aaron M <aaron.m.huber(a)intel.com<mailto:aaron.m.huber(a)intel.com>> wrote: I used to just view the posts in the Google Groups web interface as opposed to subscribing via email, so I’m missing the friendly web view and search abilities as well. I was looking around for something that might replace it and found http://www.nabble.com. It looks like they are archiving a large number of OSS mailing lists and it provides most of what is now missing including search and an RSS feed for the posts. I’m guessing it works by just subscribing to the list itself so there would be no impact to mailman. Does anyone have any experience using it? Aaron From: cf-bosh-bounces(a)lists.cloudfoundry.org<mailto:cf-bosh-bounces(a)lists.cloudfoundry.org> [mailto:cf-bosh-bounces(a)lists.cloudfoundry.org<mailto:cf-bosh-bounces(a)lists.cloudfoundry.org>] On Behalf Of Cyrille Le Clerc Sent: Wednesday, May 6, 2015 8:20 AM To: cf-bosh(a)lists.cloudfoundry.org<mailto:cf-bosh(a)lists.cloudfoundry.org> Subject: [cf-bosh] Full text search for the mailing list? Dear all, I imagine that there are reasons to move the mailing list from Google Groups to the OSS Mailman (1) that are related to the guidelines of the Cloud Foundry Foundation. Will it be possible to have full text search on the archive of the mailing-list? It will be much more difficult to search for questions that has already been answered. Cyrille (1) http://lists.cloudfoundry.org/pipermail/cf-bosh/ -- Cyrille Le Clerc email & gtalk : cleclerc(a)cloudbees.com<mailto:cleclerc(a)cloudbees.com> / mob: +33-6.61.33.69.86<tel:%2B33-6.61.33.69.86> / skype: cyrille.leclerc CloudBees, Inc www.cloudbees.com<http://www.cloudbees.com> <https://www.cloudbees.com/jenkins/juc-2015> <https://www.cloudbees.com/jenkins/juc-2015> <https://www.cloudbees.com/jenkins/juc-2015> _______________________________________________ cf-bosh mailing list cf-bosh(a)lists.cloudfoundry.org https://lists.cloudfoundry.org/mailman/listinfo/cf-bosh<https://www.cloudbees.com/jenkins/juc-2015> <https://www.cloudbees.com/jenkins/juc-2015> _______________________________________________ cf-bosh mailing list cf-bosh(a)lists.cloudfoundry.org https://lists.cloudfoundry.org/mailman/listinfo/cf-bosh<https://www.cloudbees.com/jenkins/juc-2015> <https://www.cloudbees.com/jenkins/juc-2015>
|
|
Re: Full text search for the mailing list?
Daniel Mikusa
I put in a request with markmail.org.
Dan On Wed, May 6, 2015 at 2:38 PM, Chip Childers <cchilders(a)cloudfoundry.org> wrote: It would be great if someone from the community took the initiative to
|
|
Re: Best practices around porting CF to RHEL/SLES?
Dmitriy Kalinin
Cloud Foundry Elastic Runtime can only be deployed at this point on Ubuntu
toggle quoted messageShow quoted text
Trusty stemcell. All components work of ER work on CentOS stemcell except the DEA (component that runs applications) due to certain incompatibilities with how containers are managed. Once CentOS 7.2+ is released that includes user namespacing, I believe there will be some effort to certify that full ER runs on CentOS/RHEL. RHEL stemcells can be built. See https://github.com/cloudfoundry/bosh/tree/master/bosh-stemcell for more details.
On Wed, May 6, 2015 at 11:13 AM, Rishi Misra <misra.rishi(a)gmail.com> wrote:
This is great .. thanks Wayne.
|
|
Re: Best practices around porting CF to RHEL/SLES?
Rishi Misra <misra.rishi@...>
Thanks Dmitriy - I guess with DEA not working there won't be any
toggle quoted messageShow quoted text
functioning CF on CentOS/RHEL. I wonder if SLES has better CF story at this point (in terms of porting)?
On Wed, May 6, 2015 at 3:18 PM, Dmitriy Kalinin <dkalinin(a)pivotal.io> wrote:
Cloud Foundry Elastic Runtime can only be deployed at this point on Ubuntu
|
|