Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
John-Paul Robinson
ohpc_vagrant
Commits
cd9c98d0
Commit
cd9c98d0
authored
Sep 28, 2018
by
John-Paul Robinson
Browse files
Fix ood hostname in vagrant file
This is needed so that the ansible playbook is correctly selected based on hostname.
parent
1f3769ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Vagrantfile
View file @
cd9c98d0
...
...
@@ -14,7 +14,7 @@ Vagrant.configure("2") do |config|
config
.
vm
.
define
"ood"
do
|
ood
|
ood
.
vm
.
box
=
"ravi89/centos7.5"
ood
.
vm
.
box_version
=
"1"
ood
.
vm
.
hostname
=
"o
hpc
"
ood
.
vm
.
hostname
=
"o
od
"
ood
.
vm
.
network
"private_network"
,
ip:
"10.1.1.254"
,
virtualbox__intnet:
"compute"
#ohpc.vm.customize ["modifyvm", :id, "--name", "ohpc"]
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment