Azure DevOps Utilities
Перейти к файлу
Mickaël Mottet 0ef03e153d
Fix wrong Jenkins repositories keys (#89)
Fix the repositories public keys url for Jenkins (see https://pkg.jenkins.io/debian-stable/ and https://pkg.jenkins.io/debian/ )
2020-09-24 11:27:46 +08:00
bash Update README.md 2017-04-28 10:25:47 -07:00
deploy-dev-ops Default deploy-devops script to 'westus' 2017-06-13 08:27:12 -07:00
jenkins Fix wrong Jenkins repositories keys (#89) 2020-09-24 11:27:46 +08:00
powershell fix maven source 2017-10-31 14:09:15 +08:00
quickstart_template Update deploy script for some issues (#88) 2019-06-28 17:08:31 +08:00
solution_template Change the default cloud agents to 'VM'. 2017-12-01 12:06:10 +08:00
spinnaker Fix VM extension script for spinnaker and Jenkins setup (#80) 2019-05-14 10:27:59 +08:00
.gitignore Script extension to bootstrap the Jenkins and pipeline for blue-green ACS deployment 2017-12-05 11:00:02 +08:00
LICENSE Initial commit 2016-11-28 11:19:15 -08:00
README.md Update Spinnaker templates to use Halyard 2017-06-15 17:10:28 -07:00

README.md

Azure DevOps Utilities

This repository contains utility scripts to run/configure DevOp systems in Azure. These scripts can be used individually, but are also leveraged in several 'Getting Started' solutions:

Contents

  • Common
  • Jenkins
  • Spinnaker
    • add_k8s_pipeline.sh: Adds a Kubernetes pipeline with three main stages:
      1. Deploy to a development environment
      2. Wait for manual judgement
      3. Deploy to a production environment
    • copy_kube_config.sh: Programatically copies a kubeconfig file from an Azure Container Service Kubernetes cluster to a Spinnaker machine.
    • install_halyard.sh: Install Halyard and automatically configure Spinnaker to use Azure Storage (azs) as its persistent storage.

Questions/Comments? azdevopspub@microsoft.com

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.