Azure DevOps Utilities
Перейти к файлу
Menghua Xiao 7cb811dc8d Script extension to bootstrap the Jenkins and pipeline for blue-green ACS deployment 2017-12-05 11:00:02 +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 Script extension to bootstrap the Jenkins and pipeline for blue-green ACS deployment 2017-12-05 11:00:02 +08:00
powershell fix maven source 2017-10-31 14:09:15 +08:00
quickstart_template Script extension to bootstrap the Jenkins and pipeline for blue-green ACS deployment 2017-12-05 11:00:02 +08:00
solution_template use random password for the agents admin password. 2017-11-30 17:34:39 +08:00
spinnaker Update Spinnaker templates to use Halyard 2017-06-15 17:10:28 -07: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.