edwardsp
edwardsp
@souvik-de this is just failing as you are unable to ssh from the jumpbox to the compute instance. Have you tried to access the VMSS instance yourself (as you are...
ssh isn't tested before the initial rsync so I have just added a PR to add a test for ssh.
You can actually use the local disks in the HPC VMs but it will probably be a fairly expensive way to create a parallel filesystem (since the disks are only...
Hi Tim, You can just add: ``` "storage_sku": "Premium_LRS", "data_disks": [ 4095, 4095 ], ``` The "storage_sku" is the type of storage and the "data_disks" are a list of disks...
This is now fixed in v1.0.1 of the bastion extension. Upgrade an existing installation with: az extension update --name bastion
The hosts need to be added to the SSH Allowlist in OOD - https://osc.github.io/ood-documentation/develop/customizations.html#set-ssh-allowlist We should create a regex for the nodes rather than just '*'