Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenStack Infrastructure as Code Automation
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cloud
g2-openstack
OpenStack Infrastructure as Code Automation
Commits
2d9e1e9e
Commit
2d9e1e9e
authored
1 year ago
by
František Řezníček
Browse files
Options
Downloads
Patches
Plain Diff
fix: avoid HPC as no HPC flavor is public
parent
f859686b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
clouds/g1/brno/general/terraform/README.md
+3
-3
3 additions, 3 deletions
clouds/g1/brno/general/terraform/README.md
with
3 additions
and
3 deletions
clouds/g1/brno/general/terraform/README.md
+
3
−
3
View file @
2d9e1e9e
...
...
@@ -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>
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment