In the template local.tfvars
in each platform directory replace $USER
and $SSH_KEY
; see local.tfvars.example
.
username = "$USER"
ssh_public_key = "$SSH_KEY"
Create the ipxe boot image that chains the Warewulf IPXE
cd ipxe
./ipxe.sh
openstack image create --disk-format raw --file disk.img --property hw_firmware_type='uefi' --property hw_scsi_model='virtio-scsi' --property hw_machine_type=q35 efi-ipxe
. ./auth-env.sh
./create.sh
./ohpc-run.sh