Skip to content

Commit 2d38500

Browse files
committed
Add an example tfvars file for Leafcloud
1 parent 7e90554 commit 2d38500

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

leafcloud-rocky-9.tfvars.example

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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"

0 commit comments

Comments
 (0)