update the link with updated project name

This commit is contained in:
mizow8 2017-09-20 11:12:14 +08:00
Родитель 44f9df2666
Коммит 0ca43e0ddb
8 изменённых файлов: 13 добавлений и 13 удалений

Просмотреть файл

@ -1,4 +1,4 @@
# Microservices on Container Reference Architecture for Azure China
# DevOps Sample Solution for Azure China
## Overview

Просмотреть файл

@ -1,9 +1,9 @@
# Jenkins to Private Docker Registry to Kubernetes cluster
<a href="https://portal.azure.cn/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fmicroservice-reference-architectures%2Fmaster-dev%2Fcicd%2Farmtemplate%2Fjenkins_private_registry_k8s%2Fazuredeploy.json" target="_blank">
<a href="https://portal.azure.cn/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fdevops-sample-solution-for-azure-china%2Fmaster-dev%2Fcicd%2Farmtemplate%2Fjenkins_private_registry_k8s%2Fazuredeploy.json" target="_blank">
<img src="http://azuredeploy.net/deploybutton.png"/>
</a>
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fmicroservice-reference-architectures%2Fmaster-dev%2Fcicd%2Farmtemplate%2Fjenkins_private_registry_k8s%2Fazuredeploy.json" target="_blank">
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fdevops-sample-solution-for-azure-china%2Fmaster-dev%2Fcicd%2Farmtemplate%2Fjenkins_private_registry_k8s%2Fazuredeploy.json" target="_blank">
<img src="http://armviz.io/visualizebutton.png"/>
</a>

Просмотреть файл

@ -82,7 +82,7 @@
"vmExtensionName": "[concat(variables('resourcePrefix'), 'Init')]",
"virtualNetworkName": "[concat(variables('resourcePrefix'), 'VNET')]",
"frontEndNSGName": "[concat(variables('resourcePrefix'), 'NSG')]",
"_artifactsLocation": "https://raw.githubusercontent.com/Azure/microservice-reference-architectures/master-dev/cicd/script/",
"_artifactsLocation": "https://raw.githubusercontent.com/Azure/devops-sample-solution-for-azure-china/master-dev/cicd/script/",
"_extensionScript": "201-jenkins-private-registry-k8s.sh",
"_artifactsLocationSasToken": ""
},

Просмотреть файл

@ -55,7 +55,7 @@ job_description="A basic pipeline that builds a Docker container and deploy it t
repository="${USER}/myfirstapp"
scm_poll_schedule=""
scm_poll_ignore_commit_hooks="0"
artifacts_location="https://raw.githubusercontent.com/Azure/microservice-reference-architectures/master-dev/cicd/script"
artifacts_location="https://raw.githubusercontent.com/Azure/devops-sample-solution-for-azure-china/master-dev/cicd/script"
while [[ $# > 0 ]]
do

Просмотреть файл

@ -74,8 +74,8 @@ function bind_k8s_registry_secret_to_service_account() {
}
#defaults
artifacts_location="https://raw.githubusercontent.com/Azure/microservice-reference-architectures/master-dev/cicd/script/"
jenkins_version_location="https://raw.githubusercontent.com/Azure/microservice-reference-architectures/master-dev/cicd/script/jenkins/jenkins-verified-ver"
artifacts_location="https://raw.githubusercontent.com/Azure/devops-sample-solution-for-azure-china/master-dev/cicd/script/"
jenkins_version_location="https://raw.githubusercontent.com/Azure/devops-sample-solution-for-azure-china/master-dev/cicd/script/jenkins/jenkins-verified-ver"
while [[ $# > 0 ]]
do
key="$1"

Просмотреть файл

@ -1,9 +1,9 @@
# Kubernetes based microservice monitoring solution on Azure platform.
<a href="https://portal.azure.cn/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fmicroservice-reference-architectures%2Fmaster-dev%2Fmonitoring%2Fk8s%2Fdeployment%2Fcontroller_template.json" target="_blank">
<a href="https://portal.azure.cn/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fdevops-sample-solution-for-azure-china%2Fmaster-dev%2Fmonitoring%2Fk8s%2Fdeployment%2Fcontroller_template.json" target="_blank">
<img src="http://azuredeploy.net/deploybutton.png"/>
</a>
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fmicroservice-reference-architectures%2Fmaster-dev%2Fmonitoring%2Fk8s%2Fdeployment%2Fcontroller_template.json" target="_blank">
<a href="http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fdevops-sample-solution-for-azure-china%2Fmaster-dev%2Fmonitoring%2Fk8s%2Fdeployment%2Fcontroller_template.json" target="_blank">
<img src="http://armviz.io/visualizebutton.png"/>
</a>

Просмотреть файл

@ -136,10 +136,10 @@ readonly ARG_ENABLE_HIG_STACK="--enable-hig-stack"
readonly DEFAULT_MONITOR_CLUSTER_NS="monitor-cluster-ns"
readonly DEFAULT_AZURE_CLOUD_ENVIRONMENT="$AZURE_CLOUD"
readonly DEFAULT_MSREF_DOWNLOAD_METHOD="$HTTP_DIRECT"
readonly DEFAULT_MSREF_HTTP_URL="https://github.com/Azure/microservice-reference-architectures/archive/master-dev.zip"
readonly DEFAULT_MSREF_ZIP_NAME="$INSTALL_DIR/microservice-reference-architectures-master-dev"
readonly DEFAULT_MSREF_HTTP_URL="https://github.com/Azure/devops-sample-solution-for-azure-china/archive/master-dev.zip"
readonly DEFAULT_MSREF_ZIP_NAME="$INSTALL_DIR/devops-sample-solution-for-azure-china-master-dev"
readonly DEFAULT_MSREF_REPO_ACCOUNT="Azure"
readonly DEFAULT_MSREF_REPO_PROJECT="microservice-reference-architectures"
readonly DEFAULT_MSREF_REPO_PROJECT="devops-sample-solution-for-azure-china"
readonly DEFAULT_MSREF_REPO_BRANCH="master"
readonly DEFAULT_ENABLE_ELK_STACK="$ENABLED"
readonly DEFAULT_ENABLE_HIG_STACK="$ENABLED"

Просмотреть файл

@ -172,7 +172,7 @@
"configScriptCmdK8sUiArgs": "[concat(' --k8s-ui-admin-username \"', variables('k8sUiAdminUsername'), '\" --k8s-ui-admin-password \"', variables('k8sUiAdminPassword'), '\"')]",
"configScriptCmdClusterArgs": "[concat(' --monitor-cluster-ns \"', parameters('monitorClusterNamespace'), '\" --enable-elk-stack \"', parameters('enableElkStack'), '\" --enable-hig-stack \"', parameters('enableHigStack'), '\"')]",
"configScriptCmdArgs": "[concat(variables('configScriptCmdAzureEnvArgs'), variables('configScriptCmdK8sMasterArgs'), variables('configScriptCmdK8sUiArgs'), variables('configScriptCmdClusterArgs'))]",
"configScriptUri": "https://raw.githubusercontent.com/Azure/microservice-reference-architectures/master-dev/monitoring/k8s/controller/config.sh"
"configScriptUri": "https://raw.githubusercontent.com/Azure/devops-sample-solution-for-azure-china/master-dev/monitoring/k8s/controller/config.sh"
},
"resources": [{
"type": "Microsoft.Storage/storageAccounts",