From e3658579c0d532afa7aa0cfc4dfea4755dbb6311 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Tue, 8 Dec 2020 21:00:53 +0500 Subject: [PATCH] Add nodeip default --- features_capability.json | 4 ++++ test/nextcloud/2.3.2/questions.yaml | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/features_capability.json b/features_capability.json index af1d4709aca..0a18d90692d 100644 --- a/features_capability.json +++ b/features_capability.json @@ -18,5 +18,9 @@ "definitions/timezone": { "stable": {"min": "20.12-ALPHA"}, "nightlies": {"min": "20.12-MASTER"} + }, + "definitions/nodeIP": { + "stable": {"min": "20.12-ALPHA"}, + "nightlies": {"min": "20.12-MASTER"} } } \ No newline at end of file diff --git a/test/nextcloud/2.3.2/questions.yaml b/test/nextcloud/2.3.2/questions.yaml index 67b0ed3ef60..ab2ae990cf3 100644 --- a/test/nextcloud/2.3.2/questions.yaml +++ b/test/nextcloud/2.3.2/questions.yaml @@ -70,7 +70,8 @@ questions: label: "Nextcloud host" schema: type: string - default: "nextcloud.kube.home" + $ref: + - "definitions/nodeIP" - variable: username label: "Username" schema: