Giter Site home page Giter Site logo

uberstack's Introduction

Uberstack

Uberstack is a simple tool that sits on top of Rancher Compose and Docker Compose.

It allows you to create a set of "stacks", and then use them in various combinations, providing each combination with its own set of configurations.

Installation

Uberstack is a pretty simple Bash script. Place the ust script somewhere on your path. Then, define an UBER_HOME environment variable that points to your configurations for Uberstack.

Configuration

UBER_HOME points to a directory that contains two directories:

  • stacks: contains a directory per stack, each stack contains a docker-compose.yml, and optionally a rancher-compose.yml file
  • uberstacks: contains a directory per uberstack. Each uberstack contains a stacks.conf file, naming one stack per line, and any set of *.env files. Env files define configurations for specific environments, such as local, dev, staging, prod. If a stack in stacks.conf begins with an @, it will be treated as a reference to another uberstack - all stacks for that uberstack will be included.

Usage

To start up a new uberstack called solrcloud, on your local setup, use the up action:

ust up solrcloud local

To remove this setup, do:

ust rm solrcloud local

Where an environment isn't specified, local is assumed.

When removing a stack, you will be asked to confirm the deletion, with the exception of local which will proceed without confirmation.

uberstack's People

Contributors

upayavira avatar

Watchers

 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.