Git Product home page Git Product logo

bots-deployment's Introduction

Ansible playbooks and scripts for deploying bots to Openshift

tl;dr How to deploy

  1. in vars copy vars/template.yml to {deployment}.yml where {deployment} is one of prod, stage, dev, test
  2. in vars/{deployment}.yml fill in missing values
  3. DEPLOYMENT={deployment} make deploy

What's in here

Variable files

vars/template.yml is a variable file template.

You have to copy it to prod.yml, stage.yml, dev.yml, test.yml depending on what environment you want to deploy to.

For example if you want to deploy to a cluster started on your machine with oc cluster up, you just cp template.yml dev.yml and in dev.yml you set host: https://172.17.0.1:8443. Then you run DEPLOYMENT=dev make deploy.

If you want to deploy to 'staging environment', you cp template.yml stage.yml and in stage.yml you set host: your-staging-cluster-url. Then you run DEPLOYMENT=stage make deploy.

The ansible playbook then includes one of the variable files depending on the value of DEPLOYMENT environment variable and processes all the templates with variables defined in the file.

If you want to remove all objects from the deployment (project) run e.g. DEPLOYMENT=dev make cleanup.

bots-deployment's People

Contributors

jpopelka avatar lbarcziova avatar tomastomecek 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.