Skip to content

Commit

Permalink
Merge pull request #346 from stackhpc/fix/packer-ansible-plugin
Browse files Browse the repository at this point in the history
Fix removal of packer bundled ansible plugin
  • Loading branch information
sjpb authored Jan 2, 2024
2 parents 81ef85f + f598839 commit bfa719f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion environments/.stackhpc/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ variable "cluster_name" {
variable "cluster_image" {
description = "single image for all cluster nodes - a convenience for CI"
type = string
default = "openhpc-231208-1207-b69af6e2" # https://github.com/stackhpc/ansible-slurm-appliance/pull/341
default = "openhpc-240102-1025-e533fd70" # https://github.com/stackhpc/ansible-slurm-appliance/pull/346
# default = "Rocky-8-GenericCloud-Base-8.9-20231119.0.x86_64.qcow2"
}

Expand Down
4 changes: 4 additions & 0 deletions packer/openstack.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ packer {
version = ">= 1.0.0"
source = "github.com/hashicorp/openstack"
}
ansible = {
version = ">= 1.1.1"
source = "github.com/hashicorp/ansible"
}
}
}

Expand Down

0 comments on commit bfa719f

Please sign in to comment.