Coder Social home page Coder Social logo

build-a-cloud's Introduction

build-a-cloud

Pre-requisites:

Install PIP on Centos 7:

yum install epel-release
yum install python-devel python-pip

Install OpenStack Clients:

yum groupinstall development
pip install python-openstackclient
pip install 'setuptools>=11.3'
pip install shade

Install EC2 Clients:

pip install awscli

Install Ansible:

yum -y install libffi-devel openssl-devel
pip install git+git://github.com/ansible/[email protected]

Install Azure API/CLI:

pip install --no-cache-dir --upgrade 'azure==2.0.0rc5'
yum -y install npm
npm install azure-cli -g

Proceedure:

  1. Create a hosts file (named "hosts") in the working directory:
[hubs]
[spokes]
[hosts]
  1. Update "cloud_vars.yml" with regions, amis, ssh-keys, etc.

Running the Playbooks:

ansible-playbook build_aws_vpc.yml

ansible-playbook -i hosts destroy_aws_vpc.yml

build-a-cloud's People

Contributors

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