Skip to content

Commit

Permalink
v1.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Apr 4, 2024
1 parent 9a0b0a6 commit a1d2bf8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,9 +454,9 @@ HANA_COMPONENTS = "server"
# SAP HANA Components. Default: server. Supported values: all, client, es, ets, lcapps, server, smartda, streaming, rdsync, xs, studio, afl, sca, sop, eml, rme, rtl, trp
# Example: HANA_COMPONENTS = "server"

KIT_SAPHANA_FILE = "/storage/HANADB/51057281_SPS07_rev73.ZIP"
KIT_SAPHANA_FILE = "/storage/HANADB/51057281.ZIP"
# SAP HANA Installation kit path
# Example for Red Hat 8 or Suse 15: KIT_SAPHANA_FILE = "/storage/HANADB/51057281_SPS07_rev73.ZIP"
# Example for Red Hat 8 or Suse 15: KIT_SAPHANA_FILE = "/storage/HANADB/51057281.ZIP"

##########################################################
# SAP system configuration
Expand Down
4 changes: 2 additions & 2 deletions input.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ HANA_COMPONENTS = "server"
# SAP HANA Components. Default: server. Supported values: all, client, es, ets, lcapps, server, smartda, streaming, rdsync, xs, studio, afl, sca, sop, eml, rme, rtl, trp
# Example: HANA_COMPONENTS = "server"

KIT_SAPHANA_FILE = "/storage/HANADB/51057281_SPS07_rev73.ZIP"
KIT_SAPHANA_FILE = "/storage/HANADB/51057281.ZIP"
# SAP HANA Installation kit path
# Example for Red Hat 8 or Suse 15: KIT_SAPHANA_FILE = "/storage/HANADB/51057281_SPS07_rev73.ZIP"
# Example for Red Hat 8 or Suse 15: KIT_SAPHANA_FILE = "/storage/HANADB/51057281.ZIP"

##########################################################
# SAP system configuration
Expand Down
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ variable "HANA_COMPONENTS" {
variable "KIT_SAPHANA_FILE" {
type = string
description = "Path to SAP HANA ZIP file. As downloaded from SAP Support Portal."
default = "/storage/HANADB/51057281_SPS07_rev73.ZIP"
default = "/storage/HANADB/51057281.ZIP"
}

variable "SAP_SID" {
Expand Down Expand Up @@ -309,7 +309,7 @@ variable "KIT_SAPEXEDB_FILE" {
variable "KIT_IGSEXE_FILE" {
type = string
description = "Path to IGS archive (SAR). As downloaded from SAP Support Portal."
default = "/storage/S4HANA/KERNEL/793/igsexe_4-70005417.sarr"
default = "/storage/S4HANA/KERNEL/793/igsexe_4-70005417.sar"
}

variable "KIT_IGSHELPER_FILE" {
Expand Down

0 comments on commit a1d2bf8

Please sign in to comment.