Skip to content

Commit

Permalink
Merge pull request #448 from ppc64le-cloud-bot/cherry-pick-447-to-rel…
Browse files Browse the repository at this point in the history
…ease-4.11

[release-4.11] Use the latest playbook changes
  • Loading branch information
Power Cloud Robot authored Nov 17, 2022
2 parents debd84f + 1163b52 commit 5d55230
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion modules/5_install/install.tf
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,10 @@ resource "null_resource" "install" {
provisioner "remote-exec" {
inline = [
"echo 'Running ocp install playbook...'",
"cd ocp4-playbooks && ansible-playbook -i inventory -e @install_vars.yaml playbooks/install.yaml ${var.ansible_extra_options}"
"cd ocp4-playbooks && ansible-playbook -i inventory -e @install_vars.yaml playbooks/install-config.yaml ${var.ansible_extra_options}",
"ansible-playbook -i inventory -e @install_vars.yaml playbooks/bootstrap-config.yaml ${var.ansible_extra_options}",
"ansible-playbook -i inventory -e @install_vars.yaml playbooks/bootstrap-complete.yaml ${var.ansible_extra_options}",
"ansible-playbook -i inventory -e @install_vars.yaml playbooks/install-complete.yaml ${var.ansible_extra_options}"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ variable "install_playbook_repo" {
variable "install_playbook_tag" {
type = string
description = "Set the branch/tag name or commit# for using ocp4-playbooks repo"
default = "5c3917506842adb205a4bad7750c084e769075b0"
default = "f28e20a1d577defc57e4601438ae2a7c53feebd5"
# Checkout level for var.install_playbook_repo which is used for running ocp4 installations steps
}

Expand Down

0 comments on commit 5d55230

Please sign in to comment.