Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 304bed8

Browse files
committed
Updated default version to match Cloudera repo 7.1.4
1 parent 5d5d57c commit 304bed8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

schema.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ groupings:
5858
- and:
5959
- eq:
6060
- ${cloudera_version}
61-
- "7.1.3.0"
61+
- "7.1.4.0"
6262
- and:
6363
- not:
6464
- eq:
@@ -172,11 +172,11 @@ variables:
172172
- "6.2.0"
173173
- "6.3.0"
174174
- "6.3.1"
175-
- "7.1.3"
175+
- "7.1.4"
176176
title: "Cloudera Manager Version"
177-
description: "Choose the version of Cloudera Manager to deploy, CDP requires 7.1.3"
177+
description: "Choose the version of Cloudera Manager to deploy, CDP requires 7.1.4"
178178
required: true
179-
default: "7.1.3"
179+
default: "7.1.4"
180180

181181
cloudera_version:
182182
type: enum
@@ -195,11 +195,11 @@ variables:
195195
- "6.2.0"
196196
- "6.2.1"
197197
- "6.3.2"
198-
- "7.1.3.0"
198+
- "7.1.4.0"
199199
title: "Cluster Version"
200-
description: "Choose the version of CDH to deploy, for CDP choose 7.1.3.0"
200+
description: "Choose the version of CDH to deploy, for CDP choose 7.1.4.0"
201201
required: true
202-
default: "7.1.3.0"
202+
default: "7.1.4.0"
203203

204204
cluster_name:
205205
type: string

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ variable "enable_secondary_vnic" {
131131

132132
# Cloudera Manager Version
133133
variable "cm_version" {
134-
default = "7.1.3"
134+
default = "7.1.4"
135135
}
136136
# Cloudera Enterprise Data Hub Version
137137
variable "cloudera_version" {
138-
default = "7.1.3.0"
138+
default = "7.1.4.0"
139139
}
140140
variable "secure_cluster" {
141141
default = "True"

0 commit comments

Comments
 (0)