Git Product home page Git Product logo

concourse-bosh-deployment's Introduction

Deploy Concourse with BOSH on GCP

Description

This repository is derived from https://github.com/concourse/concourse-bosh-deployment

Its main purpose is to offer a simple way to deploy Concourse v5.5.x (cluster only) for Platform Automation (i.e. with a Credhub and Uaa), on top of a pre-configured Ops Manager and BOSH Director on GCP.

Assumptions

  1. GCP has been paved and you have a file named terraform-outputs.yml which, among other items, contains your target concourse url in a variable named concourse_url

  2. The bosh and om cli's are installed and configured to target the ops manager and bosh director respectively.

  3. The credhub cli is installed and configured to target the bosh credhub.

Steps

  1. Create a user in the BOSH Credhub for Concourse basic auth

    credhub generate --name=/p-bosh/concourse/local_user --type=user --username=admin
  2. Interpolate the file vars.yml.template

    om interpolate --config vars.yml.template --vars-file ../terraform-outputs.yml > vars.yml
  3. Upload latest 621 family stemcell for Xenial

    bosh upload-stemcell --sha1 8a91be2437e1c37991e601c0869e4d95a023f704 \
      https://bosh.io/d/stemcells/bosh-google-kvm-ubuntu-xenial-go_agent?v=621.61
  4. Execute the script deploy.sh to kick off the bosh deployment

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.