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

Commit f9f02fb

Browse files
committed
Changed CM default version to 7.4.4 as the links to repo data for 7.5.1 are giving a 404 (https://archive.cloudera.com/cm7/7.5.1/redhat7/)
1 parent 0fef0f6 commit f9f02fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ variables:
185185
title: "Cloudera Manager Version"
186186
description: "Choose the version of Cloudera Manager to deploy, CDP requires 7.1.4"
187187
required: true
188-
default: "7.5.1"
188+
default: "7.4.4"
189189

190190
cloudera_version:
191191
type: enum

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ variable "enable_secondary_vnic" {
131131

132132
# Cloudera Manager Version
133133
variable "cm_version" {
134-
default = "7.5.1"
134+
default = "7.4.4"
135135
}
136136
# Cloudera Enterprise Data Hub Version
137137
variable "cloudera_version" {

0 commit comments

Comments
 (0)