Code Monkey home page Code Monkey logo

demobuild's Introduction

DemoBuilder

CentOS Logo

The DemoBuilder is a series of hardware references, scripts, playbooks, and canned presentations designed to make it easy for community managers and members to showcase the best their project has to offer.

This repository will provide:

  • Hardware specs and configurations
  • Baseline images for easy provisioning
  • Ansible playbooks for simple setup of various project demos
  • Key points and features to showcase for each project

Participating projects:

Getting Started

Production Requirements:

  • SD Card Writer

Development Requirements:

  • A working Vagrant install
  • awscli
  • Ansible v2.0 (On EL7 install from epel-testing)

Generating an ssh key to deploy to the cluster:

ssh-keygen -f /path/to/demobuild/ansible/roles/base/files/ansible-id-rsa

For development purposes, a Vagrantfile is provided to simulate the multi-node environment.

Below are setup steps for deploying a development cluster

Vagrant: The AWS Provisioner

  1. Set up a VPC and credentials for EC2

  2. Configure the awscli tools with the appropriate credentials, the correct region, and the subnetid of your VPC

#~/.aws/config
[default]
output = json
region = <your_favorite_aws_region>

[vagrant]
subnet = <your_aws_subnet_id>
#~/.aws/credentials
[default]
aws_access_key_id = <your_aws_credential_id>
aws_secret_access_key = <your_aws_credential_secret>
  1. Generate a new keypair in AWS and place the secret key in the root of the demobuild project named aws.pem

  2. vagrant up will provision the VMs and run the playbooks for the default scenario

NOTE: Be sure you vagrant destroy when you're finished to avoid an extra bill.

demobuild's People

Contributors

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