Skip to content

Commit

Permalink
Changes are made for integeration
Browse files Browse the repository at this point in the history
Signed-off-by: Chandan Abhyankar <[email protected]>
  • Loading branch information
Chandan-Abhyankar committed Oct 16, 2023
1 parent 9e5f363 commit af336a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/5_image/files/upload_rhcos_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit af336a0

Please sign in to comment.