Coder Social home page Coder Social logo

jenkins-bg-tf's Introduction

jenkins-bg-tf

Info

This Terraform module creates a range of resources to deliver a fully functional Jenkins Master infrastructure with some of the Blue/Green capabilities, all based on my professional Jenkins usage experience.

Story

Jenkins HA in AWS — a proven architecture

Usage

module "jenkins" {
  source = "github.com/sebolabs/jenkins-bg-tf.git"

  project     = "lab"
  environment = "test"
  component   = "mgmt"

  vpc_id             = "vpc-XXXXXXX"
  availability_zones = "${data.aws_availability_zones.available.names}"
  hosted_zone_id     = "XXXXXXXXXXX"
  domain_name        = "test.lab.aws"

  private_route_table_ids = ["rtb-XXXXXXX"]
  lc_instance_type        = "m3.medium"
  lc_ami_id               = "ami-ebd02392"
  lc_key_name             = "my-lab-key-name"

  ebs_volume_size = 10
  
  jenkins_blue_version       = "2.73.1-1.1"
  jenkins_green_version      = "latest"
  jenkins_blue_subnet_cidrs  = ["10.1.0.0/28"]
  jenkins_green_subnet_cidrs = ["10.1.0.16/28"]

  elb_subnets_cidrs = [
    "10.1.0.32/28",
    "10.1.0.48/28",
  ]
}

OS Support

Supported operating systems:

  1. RedHat 6
  2. CentOS 6
  3. Amazon Linux

Terraform compatibility

TF versions tested: 0.9.11, 0.10.7

Dependencies

  1. microservice-tf
  2. subnets-tf

jenkins-bg-tf's People

Contributors

sebolabs 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.