Giter Site home page Giter Site logo

ansible-service-broker's Introduction

Ansible Service Broker

Build Status Code Climate Issue Count

An Open Service Broker implementation.

Prerequisites

glide is used for dependency management. Binaries are available on the releases page.

Packages

Our dependencies currently require development headers for btrfs and dev-mapper.

CentOS/RHEL/Fedora (sub dnf for Fedora):

sudo yum install device-mapper-devel btrfs-progs-devel

Setup

mkdir -p $GOPATH/src/github.com/fusor
git clone https://github.com/fusor/ansible-service-broker.git $GOPATH/src/github.com/fusor/ansible-service-broker
cd $GOPATH/src/github.com/fusor/ansible-service-broker && glide install

Config

A broker is configured via a $ENV.config.yaml file. Example files can be found under etc/. It's recommended to simply copy over etc/ex.dev.config.yaml to etc/dev.config.yaml, and edit as desired. scripts/runbroker.sh should handle providing the location to this file. Of course, this can be customized or the configuration file can be specified by cli args as well.

Targets

make run: Runs the broker with the default profile, configured via /etc/dev.config.yaml make run-mock-registry: Mock registry. Entirely separate binary. make test: Runs the test suite.

Note

Scripts found in /test can act as manual Service Catalog requests until a larger user scenario can be scripted.

Ansible Playbook Bundle (APB)

The Ansible Service Broker is available as an ansibleapp itself; it is automatically built from this repo's tag: dockerhub-latest.

Packaging related files are found in ansible/, ansibleapp/, ansibleapp.yml, and the Dockerfile.

APB's and their packaging process are documented in the ansibleapp repo

ansible-service-broker's People

Contributors

eriknelson avatar jcpowermac avatar jmontleon avatar jmrodri avatar jwmatthews avatar luksa avatar

Watchers

 avatar  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.