CLOUDSTACK-2377: change memory size to 128 mb for the tiny service offering in the integration tests

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Srikanteswararao Talluri 2013-05-08 12:23:15 +05:30 committed by Prasanna Santhanam
parent 1fe50a8d67
commit b8358e109e
18 changed files with 18 additions and 18 deletions

View File

@ -60,7 +60,7 @@ class Services:
"cpunumber": 1,
"cpuspeed": 100,
# in MHz
"memory": 64,
"memory": 128,
# In MBs
},
"virtual_machine": {

View File

@ -49,7 +49,7 @@ class Services:
"displaytext": "Tiny Instance",
"cpunumber": 1,
"cpuspeed": 100, # in MHz
"memory": 64, # In MBs
"memory": 128, # In MBs
},
"disk_offering": {
"displaytext": "Small",

View File

@ -51,7 +51,7 @@ class Services:
"displaytext": "Tiny Instance",
"cpunumber": 1,
"cpuspeed": 100, # in MHz
"memory": 64, # In MBs
"memory": 128, # In MBs
},
"disk_offering": {
"displaytext": "Small",

View File

@ -69,7 +69,7 @@ class Services:
"displaytext": "Tiny Instance",
"cpunumber": 1,
"cpuspeed": 100, # in MHz
"memory": 64, # In MBs
"memory": 128, # In MBs
},
"security_group": {
"name": 'SSH',

View File

@ -49,7 +49,7 @@ class Services:
"displaytext": "Tiny Instance",
"cpunumber": 1,
"cpuspeed": 100, # in MHz
"memory": 64, # In MBs
"memory": 128, # In MBs
},
"lbrule": {
"name": "SSH",

View File

@ -49,7 +49,7 @@ class Services:
"displaytext": "Tiny Instance",
"cpunumber": 1,
"cpuspeed": 100, # in MHz
"memory": 64, # In MBs
"memory": 128, # In MBs
},
"network_offering": {
"name": 'Network offering-VR services',

View File

@ -70,7 +70,7 @@ class Services:
"displaytext": "Tiny Instance",
"cpunumber": 1,
"cpuspeed": 100, # in MHz
"memory": 64, # In MBs
"memory": 128, # In MBs
},
"virtual_machine": {
"displayname": "Test VM",

View File

@ -63,7 +63,7 @@ class Services:
"displaytext": "Tiny Instance",
"cpunumber": 1,
"cpuspeed": 100, # in MHz
"memory": 64, # In MBs
"memory": 128, # In MBs
},
"disk_offering": {
"displaytext": "Tiny Disk Offering",

View File

@ -64,7 +64,7 @@ class Services:
"displaytext": "Tiny Instance",
"cpunumber": 1,
"cpuspeed": 100, # in MHz
"memory": 64, # In MBs
"memory": 128, # In MBs
},
"disk_offering": {
"displaytext": "Tiny Disk Offering",

View File

@ -52,7 +52,7 @@ class Services:
"displaytext": "Tiny Instance",
"cpunumber": 1,
"cpuspeed": 100, # in MHz
"memory": 64, # In MBs
"memory": 128, # In MBs
},
"disk_offering": {
"displaytext": "Small",

View File

@ -78,7 +78,7 @@ class Services:
"displaytext": "Tiny Instance",
"cpunumber": 1,
"cpuspeed": 100, # in MHz
"memory": 64, # In MBs
"memory": 128, # In MBs
},
"virtual_machine": {
"displayname": "Test VM",

View File

@ -51,7 +51,7 @@ class Services:
"cpunumber": 1,
"cpuspeed": 100,
# in MHz
"memory": 64,
"memory": 128,
# In MBs
},
"disk_offering": {

View File

@ -41,7 +41,7 @@ class Services:
"displaytext": "Tiny Instance",
"cpunumber": 1,
"cpuspeed": 100, # in MHz
"memory": 64, # In MBs
"memory": 128, # In MBs
},
"virtual_machine":
{

View File

@ -74,7 +74,7 @@ class Services:
"displaytext": "Tiny Instance",
"cpunumber": 1,
"cpuspeed": 100, # in MHz
"memory": 64, # In MBs
"memory": 128, # In MBs
},
"security_group": {
"name": 'SSH',

View File

@ -51,7 +51,7 @@ class Services:
"displaytext": "Tiny Instance",
"cpunumber": 1,
"cpuspeed": 100, # in MHz
"memory": 64, # In MBs
"memory": 128, # In MBs
},
"disk_offering": {
"displaytext": "Small",

View File

@ -48,7 +48,7 @@ class Services:
"displaytext": "Tiny Instance",
"cpunumber": 1,
"cpuspeed": 100, # in MHz
"memory": 64, # In MBs
"memory": 128, # In MBs
},
"disk_offering": {
"displaytext": "Small",

View File

@ -52,7 +52,7 @@ class Services:
"displaytext": "Tiny Instance",
"cpunumber": 1,
"cpuspeed": 100, # in MHz
"memory": 64, # In MBs
"memory": 128, # In MBs
},
"disk_offering": {
"displaytext": "Small",

View File

@ -48,7 +48,7 @@ class Services:
"cpunumber": 1,
"cpuspeed": 100,
# in MHz
"memory": 64,
"memory": 128,
# In MBs
},
"ostype": 'CentOS 5.3 (64-bit)',