From 3696d1fbc96a9c4d21daa7d6d67a361243353165 Mon Sep 17 00:00:00 2001 From: Arnstein Ressem Date: Tue, 7 Mar 2023 10:59:38 +0100 Subject: Add cluster id to host-flavor feature flag --- flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flags/src/main') diff --git a/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java b/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java index f128d13b7c4..9aa6ef414fc 100644 --- a/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java +++ b/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java @@ -85,7 +85,7 @@ public class PermanentFlags { "host-flavor", "", "Specifies the Vespa flavor name that the hosts of the matching nodes should have.", "Takes effect on next deployment (including internal redeployment).", - APPLICATION_ID, CLUSTER_TYPE); + APPLICATION_ID, CLUSTER_TYPE, CLUSTER_ID); public static final UnboundBooleanFlag SKIP_MAINTENANCE_DEPLOYMENT = defineFeatureFlag( "node-repository-skip-maintenance-deployment", false, -- cgit v1.2.3