Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PrivateStorageio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Tom Prince
PrivateStorageio
Commits
7493fd51
Commit
7493fd51
authored
4 years ago
by
Florian Sesser
Browse files
Options
Downloads
Patches
Plain Diff
Add Vagrant ssh_config to docs
parent
915dda71
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
morph/grid/local/README.rst
+18
-1
18 additions, 1 deletion
morph/grid/local/README.rst
with
18 additions
and
1 deletion
morph/grid/local/README.rst
+
18
−
1
View file @
7493fd51
...
...
@@ -40,7 +40,24 @@ Build and start the VMs::
VAGRANT_DEFAULT_PROVIDER=virtualbox vagrant up
Then::
Then, once::
vagrant ssh-config > ./vagrant-ssh-config
Add the IPs from ``grid.nix`` to the vagrant-ssh-config Host match blocks so the config reads like::
Host payments1 192.168.67.21
HostName 192.168.67.21
User vagrant
[...]
Then, make morph use this ssh config either - with newer morph - point it to it::
export SSH_CONFIG_FILE=./vagrant-ssh-config
Or, with older morph, adding the config to your user's ``~/.ssh/config`` file.
Then, build and deploy our software to the Vagrant VMs::
morph build grid.nix
morph push grid.nix
...
...
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