Skip to content

Commit

Permalink
nasa#76 - Removed deployment and added Vagrantfile pulling specific n…
Browse files Browse the repository at this point in the history
…os3 base box;
  • Loading branch information
jlucas9 committed Sep 15, 2022
1 parent c4bbf40 commit 3195eed
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "deployment"]
path = deployment
url = https://github.com/nasa-itc/deployment.git
[submodule "fsw/apps/ci"]
path = fsw/apps/ci
url = https://github.com/nasa-itc/CFS_CI.git
Expand Down
19 changes: 19 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Vagrant.configure("2") do |config|
# Uncomment one of the following to select configuration
config.vm.box = "nos3/ubuntu"

# Specify version
config.vm.box_version = "0.0.0"

# Share host NOS3 repository into VM
config.vm.synced_folder ".", "/home/nos3/Desktop/github-nos3"

# General configuration
config.ssh.password = "vagrant"
config.vm.provider "virtualbox" do |vbox|
vbox.name = "nos3_0.0.0"
vbox.gui = true
vbox.cpus = 2
vbox.memory = "8192"
end
end
1 change: 0 additions & 1 deletion deployment
Submodule deployment deleted from 04a32b

0 comments on commit 3195eed

Please sign in to comment.