summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2022-02-24 20:04:05 +0100
committerHarald Musum <musum@yahooinc.com>2022-02-24 20:04:05 +0100
commit9c57850a659502c01c8bfdd79178bb64ec390d58 (patch)
treea80094b9f15eb42a15ddff2061f247090922b13c /controller-server
parenta98992913056dda35c44558b9cc3fd865296ecc3 (diff)
Add architeecture to node repo rest api
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/application/response/application.json36
1 files changed, 24 insertions, 12 deletions
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/application/response/application.json b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/application/response/application.json
index 928fabd621e..e4d0de9eb9f 100644
--- a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/application/response/application.json
+++ b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/application/response/application.json
@@ -13,7 +13,8 @@
"diskGb": 0.0,
"bandwidthGbps": 0.0,
"diskSpeed": "fast",
- "storageType": "any"
+ "storageType": "any",
+ "architecture": "x86_64"
}
},
"max": {
@@ -25,7 +26,8 @@
"diskGb": 0.0,
"bandwidthGbps": 0.0,
"diskSpeed": "fast",
- "storageType": "any"
+ "storageType": "any",
+ "architecture": "x86_64"
}
},
"current": {
@@ -37,7 +39,8 @@
"diskGb": 50.0,
"bandwidthGbps": 0.3,
"diskSpeed": "fast",
- "storageType": "remote"
+ "storageType": "remote",
+ "architecture": "x86_64"
}
},
"suggested": {
@@ -49,7 +52,8 @@
"diskGb": 75.0,
"bandwidthGbps": 0.3,
"diskSpeed": "fast",
- "storageType": "local"
+ "storageType": "local",
+ "architecture": "x86_64"
}
},
"scalingDuration": 400000,
@@ -67,7 +71,8 @@
"diskGb": 0.0,
"bandwidthGbps": 0.0,
"diskSpeed": "fast",
- "storageType": "any"
+ "storageType": "any",
+ "architecture": "x86_64"
}
},
"max": {
@@ -79,7 +84,8 @@
"diskGb": 0.0,
"bandwidthGbps": 0.0,
"diskSpeed": "fast",
- "storageType": "any"
+ "storageType": "any",
+ "architecture": "x86_64"
}
},
"current": {
@@ -91,7 +97,8 @@
"diskGb": 50.0,
"bandwidthGbps": 0.3,
"diskSpeed": "fast",
- "storageType": "remote"
+ "storageType": "remote",
+ "architecture": "x86_64"
}
},
"suggested": {
@@ -103,7 +110,8 @@
"diskGb": 50.0,
"bandwidthGbps": 0.3,
"diskSpeed": "fast",
- "storageType": "local"
+ "storageType": "local",
+ "architecture": "x86_64"
}
},
"scalingDuration": 90000,
@@ -121,7 +129,8 @@
"diskGb": 0.0,
"bandwidthGbps": 0.0,
"diskSpeed": "fast",
- "storageType": "any"
+ "storageType": "any",
+ "architecture": "x86_64"
}
},
"max": {
@@ -133,7 +142,8 @@
"diskGb": 0.0,
"bandwidthGbps": 0.0,
"diskSpeed": "fast",
- "storageType": "any"
+ "storageType": "any",
+ "architecture": "x86_64"
}
},
"current": {
@@ -145,7 +155,8 @@
"diskGb": 50.0,
"bandwidthGbps": 0.3,
"diskSpeed": "fast",
- "storageType": "remote"
+ "storageType": "remote",
+ "architecture": "x86_64"
}
},
"suggested": {
@@ -157,7 +168,8 @@
"diskGb": 50.0,
"bandwidthGbps": 0.3,
"diskSpeed": "fast",
- "storageType": "local"
+ "storageType": "local",
+ "architecture": "x86_64"
}
},
"scalingDuration": 1000000,