kafka-boshrelease

所属分类:中间件编程
开发工具:Shell
文件大小:0KB
下载次数:0
上传日期:2016-03-02 12:29:23
上 传 者sh-1993
说明:  卡夫卡·博什莱塞,,
(kafka-boshrelease,,)

文件列表:
.final_builds/ (0, 2015-12-17)
.final_builds/jobs/ (0, 2015-12-17)
.final_builds/jobs/kafka/ (0, 2015-12-17)
.final_builds/jobs/kafka/index.yml (328, 2015-12-17)
.final_builds/license/ (0, 2015-12-17)
.final_builds/license/index.yml (328, 2015-12-17)
.final_builds/packages/ (0, 2015-12-17)
.final_builds/packages/java/ (0, 2015-12-17)
.final_builds/packages/java/index.yml (328, 2015-12-17)
.final_builds/packages/kafka/ (0, 2015-12-17)
.final_builds/packages/kafka/index.yml (328, 2015-12-17)
LICENSE.md (0, 2015-12-17)
ci/ (0, 2015-12-17)
ci/bin/ (0, 2015-12-17)
ci/bin/update_pipeline.sh (610, 2015-12-17)
ci/ci_image/ (0, 2015-12-17)
ci/ci_image/Dockerfile (648, 2015-12-17)
ci/credentials.yml.erb (1188, 2015-12-17)
ci/pipeline.yml (4911, 2015-12-17)
ci/release_notes.md (0, 2015-12-17)
ci/scripts/ (0, 2015-12-17)
ci/scripts/acceptance_tests.sh (401, 2015-12-17)
ci/scripts/create_release_and_deploy.sh (613, 2015-12-17)
ci/scripts/shipit.sh (1242, 2015-12-17)
config/ (0, 2015-12-17)
config/blobs.yml (305, 2015-12-17)
config/final.yml (112, 2015-12-17)
jobs/ (0, 2015-12-17)
jobs/kafka/ (0, 2015-12-17)
jobs/kafka/monit (302, 2015-12-17)
jobs/kafka/spec (1327, 2015-12-17)
jobs/kafka/templates/ (0, 2015-12-17)
jobs/kafka/templates/bin/ (0, 2015-12-17)
jobs/kafka/templates/bin/kafka_ctl (1034, 2015-12-17)
jobs/kafka/templates/bin/monit_debugger (294, 2015-12-17)
... ...

BOSH release to run kafka ======================= Background ---------- ### What is kafka? Apache Kafka is publish-subscribe messaging rethought as a distributed commit log. Usage ----- To use this bosh release, first upload it to your bosh: ``` bosh upload release https://github.com/hybris/kafka-boshrelease ``` For [bosh-lite](https://github.com/cloudfoundry/bosh-lite), you can quickly create a deployment manifest & deploy a cluster: ``` templates/make_manifest warden bosh -n deploy ``` For AWS EC2, create a single VM: ``` templates/make_manifest aws-ec2 bosh -n deploy ``` ### Override security groups For AWS & Openstack, the default deployment assumes there is a `default` security group. If you wish to use a different security group(s) then you can pass in additional configuration when running `make_manifest` above. Create a file `my-networking.yml`: ```yaml --- networks: - name: kafka1 type: dynamic cloud_properties: security_groups: - kafka ``` Where `- kafka` means you wish to use an existing security group called `kafka`. You now suffix this file path to the `make_manifest` command: ``` templates/make_manifest openstack-nova my-networking.yml bosh -n deploy ```

近期下载者

相关文件


收藏者