File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ # Example tfvars file for running on Leafcloud in the stackhpc-dev project.
2+ # - Items marked as "changeme" must be changed
3+ # - Rocky Linux 9 image for Yoga (note that images need to be shared with the stackhpc-dev project)
4+ # - Ansible control host uses a floating IP
5+
6+ prefix = "changeme"
7+
8+ ansible_control_vm_flavor = "en1.xsmall"
9+ ansible_control_vm_name = "ansible-control"
10+ ansible_control_disk_size = 100
11+
12+ seed_vm_flavor = "en1.xsmall"
13+ seed_disk_size = 100
14+
15+ multinode_flavor = "en1.large"
16+ multinode_image = "overcloud-rocky-9-yoga-20240124T094316"
17+ multinode_keypair = "changeme"
18+ multinode_vm_network = "stackhpc-dev"
19+ multinode_vm_subnet = "stackhpc-dev"
20+ compute_count = "2"
21+ controller_count = "3"
22+ compute_disk_size = 100
23+ controller_disk_size = 100
24+
25+ ssh_public_key = "changeme"
26+ ssh_user = "cloud-user"
27+
28+ storage_count = "3"
29+ storage_flavor = "en1.medium"
30+ storage_disk_size = 100
31+
32+ deploy_wazuh = false
33+ infra_vm_flavor = "en1.xsmall"
34+ infra_vm_disk_size = 100
35+
36+ add_ansible_control_fip = true
37+ ansible_control_fip_pool = "external"
You can’t perform that action at this time.
0 commit comments