Skip to content

Commit 2ea88c4

Browse files
author
William Graef
committed
add boot vol to instance build
1 parent d046123 commit 2ea88c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ocne2/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
availability_domain: "{{ my_availability_domain }}"
1010
compartment_id: "{{ my_compartment_id }}"
1111
name: "{{ item.value.instance_name | default('instance-'~timestamp) }}"
12-
image_id: "{{ ol_image_id }}"
12+
source_details:
13+
image_id: "{{ ol_image_id }}"
14+
source_type: image
15+
boot_volume_size_in_gbs: 128
1316
shape: "{{ instance_shape }}"
1417
shape_config:
1518
ocpus: "{{ instance_ocpus }}"

0 commit comments

Comments
 (0)