Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 654 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 654 Bytes

Confluent.io cluster on centos 6.

Tested on Ansible 1.8.x.

Cluster of CentOS 6.x nodes. Each runs:

  • a zookeeper
  • a kafka node
  • a schema registry instance

all configs are stock from the Confluent distro, barring changes to setup HA zookeeper and configure each component to talk to that.

See vagrant.md for Vagrant instructions.

install

vagrant plugin install vagrant-hostmanager
vagrant up
ansible-playbook -i vagrant/ site.yml

Then see USAGE.md.

proxy support

If you need yum to install via a proxy, set a http_proxy var. either on the ansible command line or in an inventory file (see vagrant/hosts for example)