forked from stefanoalei/CEM-sap-program
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrole
23 lines (18 loc) · 889 Bytes
/
role
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
declare -A role
# VM role vCPU memory(GB) disk(GB) image
role[contrail]=" 5 64 80 volume"
role[openstack]=" 5 48 80 volume"
role[compute]=" 4 16 40 volume"
role[csn]=" 1 4 20 volume"
role[control]=" 1 4 20 volume"
role[master]=" 2 16 40 volume"
role[appformix]=" 4 16 60 volume"
role[aio]=" 8 64 120 volume"
role[bootstrap]=" 4 32 60 volume"
role[vqfx-re]=" 1 1 0 file"
role[vqfx-pfe]=" 1 2 0 file"
role[vmx-re]=" 1 1 0 file"
role[vmx-pfe]=" 4 4 0 file"
role[cirros]=" 1 1 0 file"
role[centos]=" 1 1 0 file"
role[bms]=" 1 1 10 file"