-
Notifications
You must be signed in to change notification settings - Fork 2
/
leafcloud-rocky-9.tfvars.example
40 lines (31 loc) · 1.11 KB
/
leafcloud-rocky-9.tfvars.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Example tfvars file for running on Leafcloud in the stackhpc-dev project.
# - See variables.tf for variable descriptions
# - Items commented out must be uncommented and changed
# - Rocky Linux 9 image for Antelope (note that images need to be shared with the stackhpc-dev project)
# - Ansible control host uses a floating IP
#prefix = "changeme"
ansible_control_vm_flavor = "en1.xsmall"
ansible_control_vm_name = "ansible-control"
ansible_control_disk_size = 100
seed_vm_flavor = "en1.xsmall"
seed_disk_size = 100
multinode_flavor = "en1.large"
multinode_image = "overcloud-rocky-9-2023.1-20240126T093158"
#multinode_keypair = "changeme"
multinode_vm_network = "stackhpc-dev"
multinode_vm_subnet = "stackhpc-dev"
compute_count = "2"
controller_count = "3"
compute_disk_size = 100
controller_disk_size = 100
#ssh_public_key = "changeme"
ssh_user = "cloud-user"
storage_count = "3"
storage_flavor = "en1.medium"
storage_disk_size = 100
deploy_wazuh = false
infra_vm_flavor = "en1.xsmall"
infra_vm_disk_size = 100
add_ansible_control_fip = true
ansible_control_fip_pool = "external"
volume_type = ""