Skip to content

Commit

Permalink
Update OCFP to handle Classics persistent_disk setting (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
krutten authored May 1, 2024
1 parent 182b37b commit a518a83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ocfp/aws/ocf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ variables:

instance_groups:
- name: blacksmith
persistent_disk_type: (( concat "blacksmith-" meta.ocfp.env.scale ))
persistent_disk_type: (( grab meta.blacksmith.disk_type ))
persistent_disk: (( prune )) # Set in Classic mode
vm_type: (( grab params.vm_type ))
stemcell: default
instances: 1
Expand Down

0 comments on commit a518a83

Please sign in to comment.