Giter VIP home page Giter VIP logo

tix-queue-devops's Introduction

help-queue-devops

all DevOps related code for Help Queue Application

Full Deployment Demo Steps:

(from setupVM)

# Deploy terraform
cd terraform
terraform init
terraform apply -var-file secrets.tfvars

# Wait for JenkinsVM EC2 instance to get created
cd -

# Run ansible to configure JenkinsVM
cd ansible

# Update inventory with the JenkinsVM new IP
vim inventory

# Run Ansible Playbook
ansible-playbook -i inventory playbook.yaml

# Take the initial Jenkins Admin Password and configure Jenkins
# 1) Setup Admin Account
# 2) Install nodeJS Plugin & Docker Pipeline Plugin
# 3) Install node14.1.0 manually
# 4) Add git Credentials
# 5) Add Docker Credentials
# 6) Restart Jenkins
# 7) Setup frontendPipeline
#       - Configure webhook
# 8) Setup backendPipeline
#       - Configure webhook
# 9) Trigger builds to demonstrate the pipelines

# Run Kubernetes setup.sh script
cd ../kubernetes
./setup.sh -u <db_username> -p <db_password> -h <db_hostname> -n <eks_cluster_name>

# Run Postman collection to populate initial data
# Demo application

# Demo new deployment
# Trigger pipeline by webhook
# kubectl rollout restart deployment/

tix-queue-devops's People

Contributors

zckoh avatar

Watchers

James Cloos 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.