Giter Site home page Giter Site logo

hands-on-with-teamcity's Introduction

README

  • content folder is to hold your playground content you'll use during the presentation
  • infrastructure folder have a terraform script to deploy the audience instances

Provision infrastructure

You'll need a terraform.tfvars file or you'll need to supply the variables in the command line. Please see an example file below:

vpc_id = "vpc-cd9f1ba9"
vpc_subnet_id = "subnet-aa53f3f2"
key_name = "dan2test"
aws_region = "eu-west-1"
r53_zone_id = "ZHQ86ZHWMXO1D"
inst_base_name = "mytraining" # optional
ssh_user = "playground" # optional
ssh_password = "PeoplesComputers1" # optional

Notes

  1. The r53_zone_id points to devopsplayground.com, so your domain name for the instance will be <animal>.devopsplayground.com.
  2. The framework is expecting the following resources to already exist and the values to line up with those resources: vpc_id, vpc_subnet_id, key_name, aws_region. r53_zone_id. The other parameters are generted by the script using the values provided and so don't need to exit beforehand.
cd infrastructure
terraform init
terraform get
AWS_PROFILE=training terraform plan -var instances_to_deploy=1
AWS_PROFILE=training terraform apply -var instances_to_deploy=1

then you can browse/SSH <animal>.devopsplayground.com

user: playground  
pass: PeoplesComputers1

hands-on-with-teamcity's People

Contributors

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