@@ -108,37 +108,40 @@ Generate Terraform variables:
108
108
seed_vm_flavor = "general.v1.small"
109
109
seed_disk_size = 100
110
110
111
- multinode_flavor = "changeme "
112
- multinode_image = "CentOS-stream8 -lvm"
111
+ multinode_flavor = "general.v1.medium "
112
+ multinode_image = "Rocky9 -lvm"
113
113
multinode_keypair = "changeme"
114
- multinode_vm_network = "stackhpc-ipv4-vlan-v2 "
115
- multinode_vm_subnet = "stackhpc-ipv4-vlan -subnet-v2 "
116
- compute_count = "2"
117
- controller_count = "3"
118
- compute_disk_size = 100
114
+ multinode_vm_network = "stackhpc-ipv4-geneve "
115
+ multinode_vm_subnet = "stackhpc-ipv4-geneve -subnet"
116
+ compute_count = "2"
117
+ controller_count = "3"
118
+ compute_disk_size = 100
119
119
controller_disk_size = 100
120
120
121
121
ssh_public_key = "~/.ssh/changeme.pub"
122
- ssh_user = "changeme "
122
+ ssh_user = "cloud-user "
123
123
124
- storage_count = "3"
125
- storage_flavor = "general.v1.small"
124
+ storage_count = "3"
125
+ storage_flavor = "general.v1.small"
126
126
storage_disk_size = 100
127
127
128
- deploy_wazuh = true
129
- infra_vm_flavor = "general.v1.small"
128
+ deploy_wazuh = true
129
+ infra_vm_flavor = "general.v1.small"
130
130
infra_vm_disk_size = 100
131
131
132
132
EOF
133
133
134
- You will need to set the `multinode_flavor `, `multinode_keypair `, `prefix `,
135
- `ssh_public_key `, and `ssh_user ` (such as using the user `ubuntu `
136
- if you're using ubuntu or `cloud-user ` on Rocky Linux 9, etc).
134
+ You will need to set the `multinode_keypair `, `prefix `, and `ssh_public_key `.
135
+ By default, Rocky Linux 9 will be used but Ubuntu Jammy is also supported by
136
+ changing `multinode_image ` to `Ubuntu-22.04-lvm ` and `ssh_user ` to `ubuntu `.
137
+ Other LVM images should also work but are untested.
137
138
138
139
The `multinode_flavor ` will change the flavor used for controller and compute
139
- nodes. Both virtual machines and baremetal are supported, but the
140
- `controller_disk_size ` and `compute_disk_size ` must be set to 0 when using
141
- baremetal host. This will stop a block device being allocated.
140
+ nodes. Both virtual machines and baremetal are supported, but the `*_disk_size `
141
+ variables must be set to 0 when using baremetal host. This will stop a block
142
+ device being allocated. When any baremetal hosts are deployed, the
143
+ `multinode_vm_network ` and `multinode_vm_subnet ` should also be changed to
144
+ `stackhpc-ipv4-vlan-v2 ` and `stackhpc-ipv4-vlan-subnet-v2 ` respectively.
142
145
143
146
If `deploy_wazuh ` is set to true, an infrastructure VM will be created that
144
147
hosts the Wazuh manager. The Wazuh deployment playbooks will also be triggered
0 commit comments