We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68405fe commit 1bc7964Copy full SHA for 1bc7964
ocne2/build.yml
@@ -13,6 +13,7 @@
13
image_id: "{{ ol_image_id }}"
14
source_type: image
15
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 }}"
17
shape: "{{ instance_shape }}"
18
shape_config:
19
ocpus: "{{ item.value.instance_ocpus | default(instance_ocpus) }}"
0 commit comments