You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,18 @@ This template provides the following parameters, so you can customize your deplo
44
44
45
45
* adminPassword: The Ubuntu password.
46
46
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
+
47
59
# License
48
60
49
61
Released under the MIT license. See the LICENSE file for more info.
0 commit comments