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 11# 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
33# - Rocky Linux 9 image for Yoga (note that images need to be shared with the stackhpc-dev project)
44# - Ansible control host uses a floating IP
55
6- prefix = "changeme"
6+ # prefix = "changeme"
77
88ansible_control_vm_flavor = "en1.xsmall"
99ansible_control_vm_name = "ansible-control"
@@ -14,15 +14,15 @@ seed_disk_size = 100
1414
1515multinode_flavor = "en1.large"
1616multinode_image = "overcloud-rocky-9-yoga-20240124T094316"
17- multinode_keypair = "changeme"
17+ # multinode_keypair = "changeme"
1818multinode_vm_network = "stackhpc-dev"
1919multinode_vm_subnet = "stackhpc-dev"
2020compute_count = "2"
2121controller_count = "3"
2222compute_disk_size = 100
2323controller_disk_size = 100
2424
25- ssh_public_key = "changeme"
25+ # ssh_public_key = "changeme"
2626ssh_user = "cloud-user"
2727
2828storage_count = "3"
You can’t perform that action at this time.
0 commit comments