From af336a0f584f6895d179b6d9f07c258d64b7e8a0 Mon Sep 17 00:00:00 2001 From: Chandan Abhyankar Date: Mon, 16 Oct 2023 05:45:55 -0700 Subject: [PATCH] Changes are made for integeration Signed-off-by: Chandan Abhyankar --- modules/5_image/files/upload_rhcos_image.sh | 2 +- variables.tf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/5_image/files/upload_rhcos_image.sh b/modules/5_image/files/upload_rhcos_image.sh index 9c38f00..ca64319 100644 --- a/modules/5_image/files/upload_rhcos_image.sh +++ b/modules/5_image/files/upload_rhcos_image.sh @@ -39,4 +39,4 @@ then fi # Upload the file to bucket -ibmcloud cos object-put --bucket "${NAME_PREFIX}-bucket" --key "${NAME_PREFIX}-rhcos.qcow2" --body "${TARGET_DIR}/${TARGET_FILE}" +ibmcloud cos object-put --bucket "${NAME_PREFIX}-mac-intel" --key "${NAME_PREFIX}-rhcos.qcow2" --body "${TARGET_DIR}/${TARGET_FILE}" diff --git a/variables.tf b/variables.tf index 268cc76..bfce8bd 100644 --- a/variables.tf +++ b/variables.tf @@ -200,9 +200,9 @@ variable "connection_timeout" { } variable "rhel_username" { - type = bool + type = string description = "The username used to connect to the bastion" - default = false + default = "root" } variable "node_labels" {