Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Commit

Permalink
Update ocp4-playbook tags for dns fix (#34)
Browse files Browse the repository at this point in the history
Signed-off-by: Prajyot Parab <prajyot.parab@ibm.com>
  • Loading branch information
Prajyot-Parab authored Aug 19, 2020
1 parent 93fa223 commit 32827b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions var.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ dns_forwarders = "1.1.1.1; 9.9.9.9"
installer_log_level = "info"
ansible_extra_options = "-v"

#helpernode_tag = "fddbbc651153ef2966e5cb4d4167990b31c01ceb"
#install_playbook_tag = "9cfd3b330464152e795e7e4ea61385b8e684685a"
#helpernode_tag = ""
#install_playbook_tag = ""

storage_type = "nfs"
volume_size = "300" # Value in GB
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ variable "helpernode_tag" {
variable "install_playbook_tag" {
description = "Set the branch/tag name or commit# for using ocp4-playbooks repo"
# Checkout level for https://github.com/ocp-power-automation/ocp4-playbooks which is used for running ocp4 installations steps
default = "9cfd3b330464152e795e7e4ea61385b8e684685a"
default = "02a598faa332aa2c3d53e8edd0e840440ff74bd5"
}

variable "ansible_extra_options" {
Expand Down

0 comments on commit 32827b3

Please sign in to comment.