Skip to content

Commit

Permalink
Revert "fix(ci): bump cwag images to focal and adapt package setup (m…
Browse files Browse the repository at this point in the history
…agma#12901)"

This reverts commit 3485701.
  • Loading branch information
Christian Krämer committed Jun 24, 2022
1 parent 6fa45f4 commit 8f1373e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions cwf/gateway/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.synced_folder "../..", "/home/vagrant/magma"

config.vm.define :cwag, primary: true do |cwag|
cwag.vm.box = "generic/ubuntu2004"
cwag.vm.box = "generic/ubuntu1804"
cwag.disksize.size = '50GB'
cwag.vm.box_version = "4.0.2"
cwag.vm.box_version = "1.9.12"
cwag.vbguest.auto_update = false
cwag.vm.hostname = "cwag-dev"
cwag.vm.network "private_network", ip: "192.168.70.101", nic_type: "82540EM"
Expand Down Expand Up @@ -114,8 +114,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end

config.vm.define :cwag_test, primary: true do |cwag_test|
cwag_test.vm.box = "generic/ubuntu2004"
cwag_test.vm.box_version = "4.0.2"
cwag_test.vm.box = "generic/ubuntu1804"
cwag_test.vm.box_version = "1.9.12"
cwag_test.vm.hostname = "cwag-test"
cwag_test.vm.network "private_network", ip: "192.168.70.102", nic_type: "82540EM"
cwag_test.vm.network "private_network", ip: "192.168.40.12", nic_type: "82540EM"
Expand Down
2 changes: 1 addition & 1 deletion cwf/gateway/deploy/roles/ovs/tasks/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
- dh-autoreconf
- libssl-dev
- libtool
- net-tools
- openssl
- procps
- python-all
- python-twisted-conch
- python-zope.interface
- python-six
- build-essential
Expand Down

0 comments on commit 8f1373e

Please sign in to comment.