Skip to content

Commit

Permalink
Merge pull request #640 from joseph-v/add-delfin-ds8000
Browse files Browse the repository at this point in the history
Add Delfin Devices of IBM DS800 series
  • Loading branch information
skdwriting authored Jan 7, 2022
2 parents 9920248 + e652479 commit 3c301ac
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions src/app/shared/utils/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,10 @@ export const Consts = {
}
],
resources:{
volumes : ['vmax', 'unity', 'vnx_block', 'vplex', 'oceanstor', '3par', 'vsp', 'storwize_svc', 'cmode', 'eternus', 'flasharray', 'msa'],
pools : ['vmax', 'unity', 'vnx_block', 'vplex', 'oceanstor', '3par', 'vsp', 'storwize_svc', 'cmode', 'eternus', 'msa', 'hnas'],
controllers : ['oceanstor', 'unity', 'vnx_block', 'vplex', '3par', 'vsp', 'storwize_svc', 'cmode', 'vmax', 'eternus', 'flasharray', 'msa', 'hnas'],
ports : ['oceanstor', 'unity', 'vnx_block', 'vplex', '3par', 'vsp', 'storwize_svc', 'cmode', 'vmax', 'eternus', 'flasharray', 'msa', 'hnas'],
volumes : ['vmax', 'unity', 'vnx_block', 'vplex', 'oceanstor', '3par', 'vsp', 'storwize_svc', 'cmode', 'eternus', 'flasharray', 'msa', 'ds8k'],
pools : ['vmax', 'unity', 'vnx_block', 'vplex', 'oceanstor', '3par', 'vsp', 'storwize_svc', 'cmode', 'eternus', 'msa', 'hnas', 'ds8k'],
controllers : ['oceanstor', 'unity', 'vnx_block', 'vplex', '3par', 'vsp', 'storwize_svc', 'cmode', 'vmax', 'eternus', 'flasharray', 'msa', 'hnas', 'ds8k'],
ports : ['oceanstor', 'unity', 'vnx_block', 'vplex', '3par', 'vsp', 'storwize_svc', 'cmode', 'vmax', 'eternus', 'flasharray', 'msa', 'hnas', 'ds8k'],
disks : ['oceanstor', 'unity', 'vnx_block', '3par', 'vsp', 'storwize_svc', 'cmode', 'vmax', 'eternus', 'flasharray', 'msa', 'hnas'],
qtrees : ['oceanstor', 'unity', 'cmode', 'hnas'],
filesystems : ['oceanstor', 'unity', 'cmode', 'hnas'],
Expand Down Expand Up @@ -344,6 +344,17 @@ export const Consts = {
smis: false,
extra: false
}
},
{
label: "DS8000",
value: {
name: 'ds8k',
rest: true,
ssh: false,
cli: false,
smis: false,
extra: false
}
}
],
'netapp' : [
Expand Down

0 comments on commit 3c301ac

Please sign in to comment.