Skip to content
Snippets Groups Projects
Commit 1ac60f6a authored by Zitnik, Anze's avatar Zitnik, Anze
Browse files

Single machine deployment

parent 013af2b8
No related branches found
No related tags found
No related merge requests found
......@@ -27,17 +27,17 @@ Vagrant.configure("2") do |config|
end
end
config.vm.define "runtime" do |runtime|
runtime.vm.box = "centos/7"
runtime.ssh.insert_key = false
runtime.vbguest.installer_options = { allow_kernel_upgrade: true }
runtime.vm.network "private_network", ip: "192.168.33.11"
runtime.vm.provider "virtualbox" do |vb|
vb.memory = "2048"
vb.cpus = 2
# vb.customize ["modifyvm", :id, "--ioapic", "on"]
end
end
# config.vm.define "runtime" do |runtime|
# runtime.vm.box = "centos/7"
# runtime.ssh.insert_key = false
# runtime.vbguest.installer_options = { allow_kernel_upgrade: true }
# runtime.vm.network "private_network", ip: "192.168.33.11"
# runtime.vm.provider "virtualbox" do |vb|
# vb.memory = "2048"
# vb.cpus = 2
# # vb.customize ["modifyvm", :id, "--ioapic", "on"]
# end
# end
# config.vm.define "vulnerable" do |vulnerable|
# vulnerable.vm.box = "centos/7"
......
[docker]
192.168.33.10 public_ip=192.168.33.10
192.168.33.11 public_ip=192.168.33.11
[dns-server]
192.168.33.10 public_ip=192.168.33.10
......@@ -15,4 +14,4 @@
192.168.33.10 public_ip=192.168.33.10
[runtime]
192.168.33.11 public_ip=192.168.33.11
192.168.33.10 public_ip=192.168.33.10
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment