Code Monkey home page Code Monkey logo

ansible-role-openio-namespace's Introduction

Build Status

Ansible role namespace

An Ansible role for write the file namespace used in OpenIO SDS

Requirements

  • Ansible 2.4+

Role Variables

Variable Default Comments (type)
openio_namespace_chunk_size_megabytes 100 Size of chunk in mega-bytes
openio_namespace_conscience_url "{{ ansible_default_ipv4.address }}:6000 IP-Port of conscience
openio_namespace_ecd_url "" IP-Port of ecd daemon
openio_namespace_event_agent_url "beanstalk URI of event agent
openio_namespace_meta1_digits 2 Number of digits to agregate meta1 databases [1..4]
openio_namespace_name "OPENIO" Namespace context
openio_namespace_oioproxy_url "{{ ansible_default_ipv4.address }}:6006 IP-Port of oioproxy daemon
openio_namespace_overwrite false Overwrite a NS file
openio_namespace_service_update_policy dict The service update policy
openio_namespace_storage_policy "THREECOPIES" The storage policy
openio_namespace_udp_allowed "yes" Allow UDP
openio_namespace_zookeeper_url "" Tuple of zookeepers addresses and port (comma separated)

Dependencies

No dependencies.

Example Playbook

- hosts: all
  gather_facts: true
  become: true
  roles:
    - role: namespace
      openio_namespace_name: "FOO"
      openio_namespace_conscience_url: "{{ ansible_default_ipv4.address }}:6000"
      openio_namespace_zookeeper_url: ""
      openio_namespace_oioprxy_url: "{{ ansible_default_ipv4.address }}:6006"
      openio_namespace_event_agent_url: "beanstalk://{{ ansible_default_ipv4.address }}:6014"
      openio_namespace_ecd_url: "{{ ansible_default_ipv4.address }}:6017"
      openio_namespace_meta1_digits: 1
      openio_namespace_udp_allowed: "yes"
      openio_namespace_storage_policy: "THREECOPIES"
      openio_namespace_chunk_size_megabytes: 50
[all]
node1 ansible_host=192.168.1.173

Contributing

Issues, feature requests, ideas are appreciated and can be posted in the Issues section.

Pull requests are also very welcome. The best way to submit a PR is by first creating a fork of this Github project, then creating a topic branch for the suggested change and pushing that branch to your own fork. Github can then easily create a PR based on that branch.

License

GNU AFFERO GENERAL PUBLIC LICENSE, Version 3

Contributors

ansible-role-openio-namespace's People

Contributors

cdelgehier avatar

Watchers

James Cloos avatar Vladimir Dombrovski avatar

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.