aboutsummaryrefslogtreecommitdiffstats
path: root/controller-api
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2022-03-03 15:23:34 +0100
committerGitHub <noreply@github.com>2022-03-03 15:23:34 +0100
commite17faaaf3d985bbe633cac166314337e3a8101f3 (patch)
tree0d10610cdaee43c8c1bc9c341b530ad3278f7a27 /controller-api
parent341c1c582d8bc37d9af909f3ce8dc4a75524c8c1 (diff)
Revert "Remove default value for architecture"
Diffstat (limited to 'controller-api')
-rw-r--r--controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/noderepository/NodeResources.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/noderepository/NodeResources.java b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/noderepository/NodeResources.java
index 440728ab04a..ccd1a9a745b 100644
--- a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/noderepository/NodeResources.java
+++ b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/noderepository/NodeResources.java
@@ -25,7 +25,7 @@ public class NodeResources {
@JsonProperty
private String storageType;
@JsonProperty
- private String architecture;
+ private String architecture = "x86_64"; // TODO: Remove default value for architecture
public Double getVcpu() {
return vcpu;