Test Storage
parent
17ec4bb45f
commit
7cc7310f45
|
@ -6,8 +6,15 @@ var wafAddon = getParam('settings.wafAddon', true);
|
||||||
|
|
||||||
var resp = {
|
var resp = {
|
||||||
result: 0,
|
result: 0,
|
||||||
ssl: !!jelastic.billing.account.GetQuotas('environment.jelasticssl.enabled').array[0].value,
|
ssl: !!jelastic.billing.account.GetQuotas('environment.jelasticssl.enabled').array[0]?.value,
|
||||||
nodes: []
|
nodes: [{
|
||||||
|
nodeType: "storage",
|
||||||
|
flexibleCloudlets: getParam('settings.st_flexibleCloudlets', 8),
|
||||||
|
fixedCloudlets: getParam('settings.st_fixedCloudlets', 1),
|
||||||
|
diskLimit: getParam('settings.st_diskLimit', 100),
|
||||||
|
nodeGroup: "storage",
|
||||||
|
displayName: "Storage"
|
||||||
|
}]
|
||||||
};
|
};
|
||||||
|
|
||||||
resp.nodes.push({
|
resp.nodes.push({
|
||||||
|
|
Loading…
Reference in New Issue