Skip to content

Commit b30a6be

Browse files
committed
Comment out required changes in Leafcloud tfvars example
1 parent 5de4fae commit b30a6be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

leafcloud-rocky-9.tfvars.example

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

88
ansible_control_vm_flavor = "en1.xsmall"
99
ansible_control_vm_name = "ansible-control"
@@ -14,15 +14,15 @@ seed_disk_size = 100
1414

1515
multinode_flavor = "en1.large"
1616
multinode_image = "overcloud-rocky-9-yoga-20240124T094316"
17-
multinode_keypair = "changeme"
17+
#multinode_keypair = "changeme"
1818
multinode_vm_network = "stackhpc-dev"
1919
multinode_vm_subnet = "stackhpc-dev"
2020
compute_count = "2"
2121
controller_count = "3"
2222
compute_disk_size = 100
2323
controller_disk_size = 100
2424

25-
ssh_public_key = "changeme"
25+
#ssh_public_key = "changeme"
2626
ssh_user = "cloud-user"
2727

2828
storage_count = "3"

0 commit comments

Comments
 (0)