Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ohpc_vagrant
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Trupeshkumar Rajendrabhai Patel
ohpc_vagrant
Commits
41e13514
Commit
41e13514
authored
6 years ago
by
Bo-Chun Chen
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'jpr/master'
parents
403cdfa8
0735d873
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CRI_XCBC
+1
-1
1 addition, 1 deletion
CRI_XCBC
Vagrantfile
+12
-0
12 additions, 0 deletions
Vagrantfile
with
13 additions
and
1 deletion
CRI_XCBC
@
b573e300
Compare
afc39c31
...
b573e300
Subproject commit
afc39c31824dbde2f28f40b0a35fa5f2f28046f
f
Subproject commit
b573e3005f665383d2d5e57ca39a0b133cf99a9
f
This diff is collapsed.
Click to expand it.
Vagrantfile
+
12
−
0
View file @
41e13514
...
...
@@ -11,6 +11,18 @@ Vagrant.configure("2") do |config|
#ohpc.vm.customize ["modifyvm", :id, "--name", "ohpc"]
end
config
.
vm
.
define
"ood"
do
|
ood
|
ood
.
vm
.
box
=
"ravi89/centos7.5"
ood
.
vm
.
box_version
=
"1"
ood
.
vm
.
hostname
=
"ood"
ood
.
vm
.
network
"private_network"
,
ip:
"10.1.1.254"
,
virtualbox__intnet:
"compute"
ood
.
vm
.
network
"forwarded_port"
,
guest:
80
,
host:
8080
,
auto_correct:
true
ood
.
vm
.
network
"forwarded_port"
,
guest:
443
,
host:
8443
,
auto_correct:
true
end
config
.
vm
.
provider
:virtualbox
do
|
vb
|
vb
.
customize
[
"modifyvm"
,
:id
,
"--natdnshostresolver1"
,
"on"
]
vb
.
memory
=
"2048"
...
...
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