Giter VIP home page Giter VIP logo

redpanda-ansible's Introduction

Redpanda

Ansible role for installing and configuring Redpanda.

Installation

Add the following to a requirements.yml file:

- src: computology.packagecloud
- src: mrlesmithjr.mdadm
- src: git+https://github.com/vectorizedio/redpanda-ansible

Then execute:

ansible-galaxy install -r requirements.yml

Recommended hardware

The role assumes that the hosts where Redpanda is running are provisioned with SSD devices, and available as /dev/nvme0n1, /dev/nvme0n2, etc. In the case of AWS, it is recommended to use instance type i3.8xlarge and enable the redpanda_with_raid variable (see Role Variables below).

Requirements

  • Ansible >= 2.9
  • Ubuntu 18.04 on hosts.

Role Variables

  • redpanda_vectorizedio_packagecloud_token Required The master token provided by VectorizedIO to https://packagecloud.io.
  • redpanda_with_raid. Whether to aggregate the local SSD devices in RAID0 configuration (default: true).
  • redpanda_cluster_id. ID of the cluster being deployed (default: redpanda).
  • redpanda_cluster_org_id. ID of the organization that the cluster belongs to (default: vectorized-customer).

In addition, the role expects hosts in the inventory to be tagged with a private_ip variable that denotes the internal network IP address assigned to them.

Dependencies

Example Playbook

- hosts: redpanda
  roles:
  - { role: redpanda, redpanda_with_raid: true }

Author Information

VectorizedIO dev team

LICENSE

Apache-2.0

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.