Skip to content

Commit a6892e7

Browse files
committed
renaming
1 parent 08b4441 commit a6892e7

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fhellotech%2Fazure_patroni%2Fmaster%2Ftemplate.json" target="_blank">
1+
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fhellotech%2Fazure_postgres%2Fmaster%2Ftemplate.json" target="_blank">
22
<img src="http://azuredeploy.net/deploybutton.png"/>
33
</a>
44
<a href="
5-
http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2Fhellotech%2Fazure_patroni%2Fmaster%2Ftemplate.json" target="_blank">
5+
http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2Fhellotech%2Fazure_postgres%2Fmaster%2Ftemplate.json" target="_blank">
66
<img src="http://armviz.io/visualizebutton.png"/>
77

88
# Highly-Available PostgreSQL Cluster (Patroni) on Azure
@@ -18,7 +18,7 @@ This template provides the following parameters, so you can customize your deplo
1818

1919
* clusterName: What your cluster will be named.
2020

21-
* _artifactsLocation: The repo name from which you are deploying. Default("https://raw.githubusercontent.com/HelloTech/azure_patroni/master")
21+
* _artifactsLocation: The repo name from which you are deploying. Default("https://raw.githubusercontent.com/HelloTech/azure_postgres/master")
2222

2323
* newVnet: Whether or not you want to create a new vnet. Default("yes")
2424

@@ -48,13 +48,13 @@ This template provides the following parameters, so you can customize your deplo
4848
# Scripts
4949

5050
### Zookeeper
51-
The creation of the zookeeper instances is handled by the [zookeeper_startup.sh](https://github.com/HelloTech/azure_patroni/blob/custom_deploy/zookeeper_startup.sh) script. If you would like to make any changes to what is installed on those vm's modify this file.
51+
The creation of the zookeeper instances is handled by the [zookeeper_startup.sh](https://github.com/HelloTech/azure_postgres/blob/custom_deploy/zookeeper_startup.sh) script. If you would like to make any changes to what is installed on those vm's modify this file.
5252

5353
### Mounts
54-
The mounting of the data ssds is handled by the [autopart.sh](https://github.com/HelloTech/azure_patroni/blob/custom_deploy/autopart.sh) script.
54+
The mounting of the data ssds is handled by the [autopart.sh](https://github.com/HelloTech/azure_postgres/blob/custom_deploy/autopart.sh) script.
5555

5656
### Postgres
57-
The creation of the postgres instance is handles by the [postgres_startup.sh](https://github.com/HelloTech/azure_patroni/blob/custom_deploy/postgres_startup.sh) script. If you would like to make any changes to what is installed on those vm's modify that script.
57+
The creation of the postgres instance is handles by the [postgres_startup.sh](https://github.com/HelloTech/azure_postgres/blob/custom_deploy/postgres_startup.sh) script. If you would like to make any changes to what is installed on those vm's modify that script.
5858

5959
# License
6060

backup.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
"typeHandlerVersion": "1.2",
225225
"settings": {
226226
"fileUris": [
227-
"https://raw.githubusercontent.com/HelloTech/azure_patroni/master/zookeeper_startup.sh"
227+
"https://raw.githubusercontent.com/HelloTech/azure_postgres/master/zookeeper_startup.sh"
228228
],
229229
"commandToExecute": "[concat('sh zookeeper_startup.sh ', copyIndex(), ' ', variables('zookeeperInstanceCount'))]"
230230
}
@@ -353,8 +353,8 @@
353353
"typeHandlerVersion": "1.2",
354354
"settings": {
355355
"fileUris": [
356-
"https://raw.githubusercontent.com/HelloTech/azure_patroni/master/autopart.sh",
357-
"https://raw.githubusercontent.com/HelloTech/azure_patroni/master/postgres_startup.sh"
356+
"https://raw.githubusercontent.com/HelloTech/azure_postgres/master/autopart.sh",
357+
"https://raw.githubusercontent.com/HelloTech/azure_postgres/master/postgres_startup.sh"
358358
],
359359
"commandToExecute": "[concat('sh postgres_startup.sh ', parameters('clusterName'), ' ', variables('zookeeperInstanceCount'), ' ', variables('postgresInstanceCount'), ' ', copyIndex(), ' ', parameters('adminUsername'), ' \"', parameters('adminPassword'), '\" ')]"
360360
}

template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"_artifactsLocation": {
99
"type": "string",
10-
"defaultValue": "https://raw.githubusercontent.com/HelloTech/azure_patroni/master",
10+
"defaultValue": "https://raw.githubusercontent.com/HelloTech/azure_postgres/master",
1111
"metadata": {
1212
"description": "Change this value to your repo name if deploying from a fork"
1313
}

0 commit comments

Comments
 (0)