forked from oracle-quickstart/oci-hpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
queues.conf
24 lines (24 loc) · 837 Bytes
/
queues.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
queues:
- name: ${queue}
default: true
instance_types:
- name: hpc-default
default: true
shape: ${shape}
instance_keyword: hpc
permanent: false
cluster_network: ${cluster_network}
max_number_nodes: 1000
max_cluster_size: 20
max_cluster_count: 100
ad: ${ad}
image: ${image}
targetCompartment: ${targetCompartment}
boot_volume_size: ${boot_volume_size}
use_marketplace_image: ${use_marketplace_image}
instance_pool_ocpus: ${instance_pool_ocpus}
instance_pool_memory: ${instance_pool_memory}
instance_pool_custom_memory: ${instance_pool_custom_memory}
marketplace_listing: ${marketplace_listing}
hyperthreading: ${hyperthreading}