Code Monkey home page Code Monkey logo

cloud-stacks's Introduction

GitHub issues GitHub forks GitHub stars GitHub license

Cloud Stacks

Set of cloud based stacks managed with terraform.

Dependencies

To setup these stacks, install the following:

Usage

Go to the stack directory and chose one use case:

$ tree -L 2 openstack/
openstack/
├── base
│   ├── backend
│   ├── bastion
│   ├── gateway
│   ├── lbaas
│   ├── lbaas_with_fip
│   ├── multiple_fip
│   ├── router
│   ├── security_group_http
│   ├── security_group_ssh_icmp
│   ├── vm_on_one_network
│   ├── vm_with_floatingip
│   └── vm_with_single_network
└── stack
    ├── mysql
    └── nginx

For each stack the workflow is basically the same:

$ cd openstack/stack/nginx/v1
$ vim terraform.tfvars
$ terraform init
$ terraform apply
$ terraform-inventory -u <SSH_USER> -k <SSH_KEY>
$ ansible-galaxy install -r requirements.yml
$ ansible-playbook playbook.yml

For some stack with specific steps to perform, refer to the related documentation.

Support

Currently support only Openstack API provider.

cloud-stacks's People

Contributors

rasta-rocket avatar

Watchers

James Cloos avatar nia hoy 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.