Skip to content
Snippets Groups Projects
Commit 2d9e1e9e authored by František Řezníček's avatar František Řezníček
Browse files

fix: avoid HPC as no HPC flavor is public

parent f859686b
No related branches found
No related tags found
No related merge requests found
......@@ -36,15 +36,15 @@ Cloud-init add following:
Detailed terminal transcript can be found in [terminal-transcript.log](./terminal-transcript.log).
## Access to the HPC nodes
## Access to the VM nodes
In single tier infrastructure you access directly the individual HPC VM nodes via SSH on public IP addresses.
In single tier infrastructure you access directly the individual VM nodes via SSH on public IP addresses.
Two tier infrastructure requires the access following way:
1. Establish the connection with bastion
```sh
sshuttle -r ubuntu@<bastion-ip>
```
1. Connect directly to HPC VM nodes via SSH on private IP addresses:
1. Connect directly to VM nodes via SSH on private IP addresses:
```sh
ssh ubuntu@<vm-node-ip-from-10.10.10.0/24>
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment