File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Example tfvars file for running on Leafcloud in the stackhpc-dev project.
2
- # - Items marked as "changeme" must be changed
2
+ # - Items commented out must be uncommented and changed
3
3
# - Rocky Linux 9 image for Yoga (note that images need to be shared with the stackhpc-dev project)
4
4
# - Ansible control host uses a floating IP
5
5
6
- prefix = "changeme"
6
+ # prefix = "changeme"
7
7
8
8
ansible_control_vm_flavor = "en1.xsmall"
9
9
ansible_control_vm_name = "ansible-control"
@@ -14,15 +14,15 @@ seed_disk_size = 100
14
14
15
15
multinode_flavor = "en1.large"
16
16
multinode_image = "overcloud-rocky-9-yoga-20240124T094316"
17
- multinode_keypair = "changeme"
17
+ # multinode_keypair = "changeme"
18
18
multinode_vm_network = "stackhpc-dev"
19
19
multinode_vm_subnet = "stackhpc-dev"
20
20
compute_count = "2"
21
21
controller_count = "3"
22
22
compute_disk_size = 100
23
23
controller_disk_size = 100
24
24
25
- ssh_public_key = "changeme"
25
+ # ssh_public_key = "changeme"
26
26
ssh_user = "cloud-user"
27
27
28
28
storage_count = "3"
You can’t perform that action at this time.
0 commit comments