forked from feliixx/mgodatagen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
create-dbs-collections.sh
executable file
·32 lines (22 loc) · 1.05 KB
/
create-dbs-collections.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#!/bin/sh
#***********************************************************************************
# AI OPS shell script to create databases and collections in 5 MongoDB clusters
#***********************************************************************************
# flights-m10
#./create-dbs-collections-m10.sh
#***********************************************************************************
# flights-m20
#./create-dbs-collections-m20.sh
#***********************************************************************************
# flights-m50
#./create-dbs-collections-m50.sh
#***********************************************************************************
# flights-m80
#./create-dbs-collections-m80.sh
#***********************************************************************************
# flights-m200
#./create-dbs-collections-m200.sh
#***********************************************************************************
# flights-m60-nvme
./create-dbs-collections-m60-nvme.sh
#***********************************************************************************