Giter Club home page Giter Club logo

ansible-horton-sr-deployment's Introduction

Hortonworks Schema Registry deployment

Install a Hortonworks Schema Registry server using ansible

Prerequisites

  • 1 Ubuntu hosts (Tested with 18.04)
  • A ssh key to connect to the host
  • Make and Ansible binaries installed (Tested with 2.12.10)
apt-add-repository ppa:ansible/ansible
apt update
apt install make
apt install ansible

Instructions

  1. Edit hosts file to put the right ip address of your inventory.
  2. Set the location of the ssh private key in env var ANSIBLE_KEY_FILE
  3. Test connectivity with command
make ping-hosts
  1. Install Schema Registry with command
make install
  1. Test Schema Registry cluster status with command
make test

Utils

To provision infra in azure first create a network like this

az network vnet create \
  --name your-vnet \
  --resource-group your-resource-group \
  --address-prefix 10.1.0.0/16

And then use this repo

https://github.com/ogomezso/tf-cp-cloud-infra-provision

I used the following settings to provision a basic set of machines

export TF_VAR_pub_key_path="~/.ssh/1682512529_1817129.pub"
export TF_VAR_resource_group_name="your-resource-group"
export TF_VAR_subnet_addres_prefix="10.1.0.0/24"
export TF_VAR_subnet_name="your-subnet"
export TF_VAR_user_name="kafka"
export TF_VAR_vnet_name="your-vnet"

export TF_VAR_sr_count=1

ansible-horton-sr-deployment's People

Contributors

vcosqui avatar

Watchers

 avatar

ansible-horton-sr-deployment's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.