GithubHelp home page GithubHelp logo

eshnil2000 / clusterinthecloud-terraform Goto Github PK

View Code? Open in Web Editor NEW

This project forked from clusterinthecloud/terraform

0.0 0.0 0.0 226 KB

Terraform config for Cluster in the Cloud

Home Page: https://cluster-in-the-cloud.readthedocs.io

License: MIT License

HCL 63.31% Shell 11.85% Makefile 3.00% Smarty 1.87% Python 19.98%

clusterinthecloud-terraform's Introduction

Terraform configuration for Cluster in the Cloud

https://cluster-in-the-cloud.readthedocs.io

Changes required:

variables.tf

# AWS Information
variable "region" {
  default = "us-west-1"
}

security-groups.tf

resource "aws_security_group" "mgmt" {
  name        = "citc-mgmt-${local.cluster_id}"
  description = "Management node"
  vpc_id      = aws_vpc.vpc_network.id

  ingress {
    from_port   = 22
    to_port     = 22
    protocol    = "tcp"
    cidr_blocks = ["YOUR.IP.ADDRESS/32"]
  }

After install script complete, add Management Instance IP address to the security group (created manually) of the Packer instance:

sudo /usr/local/bin/run-packer
sudo -i
/root/run_ansible --skip-tags=packer

useful references:

clusterinthecloud-terraform's People

Contributors

milliams avatar eshnil2000 avatar christopheredsall avatar david-young-appsbroker avatar geoffnewell avatar ab-philburke avatar chryswoods avatar alisonrclarke avatar mikeoconnor0308 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.