Skip to content

Commit 1bc7964

Browse files
committed
add vpus to instance build source details
1 parent 68405fe commit 1bc7964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ocne2/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
image_id: "{{ ol_image_id }}"
1414
source_type: image
1515
boot_volume_size_in_gbs: "{{ item.value.boot_volume_size_in_gbs | default(50) | int }}"
16+
boot_volume_vpus_per_gb: "{{ item.value.boot_volume_vpus_per_gb | default(20) | int }}"
1617
shape: "{{ instance_shape }}"
1718
shape_config:
1819
ocpus: "{{ item.value.instance_ocpus | default(instance_ocpus) }}"

0 commit comments

Comments
 (0)