Skip to content

Commit f72bf25

Browse files
committed
added script info
1 parent 9029f53 commit f72bf25

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,18 @@ This template provides the following parameters, so you can customize your deplo
4444

4545
* adminPassword: The Ubuntu password.
4646

47+
48+
# Scripts
49+
50+
### 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 that's the file you should modify.
52+
53+
### 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.
55+
56+
### Postgres
57+
The creation of the postgres instances 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 that's the file you should modify.
58+
4759
# License
4860

4961
Released under the MIT license. See the LICENSE file for more info.

0 commit comments

Comments
 (0)