Skip to content

Commit

Permalink
feat: update debian images for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zekker6 committed Jul 15, 2022
1 parent 6b0ae50 commit 2341c50
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Vagrant.configure("2") do |config|
config.vm.define "load-balancer-1" do |n|
n.vm.hostname = "load-balancer-1"
n.vm.network "private_network", ip: "192.168.77.2", libvirt__dhcp_enabled: false
n.vm.box = "debian/buster64"
n.vm.box = "generic/debian11"
end

config.vm.define "victoria-#{machine_id}" do |n|
n.vm.hostname = "victoria-#{machine_id}"
n.vm.network "private_network", ip: "192.168.77.#{20+machine_id}", libvirt__dhcp_enabled: false
n.vm.box = "debian/buster64"
n.vm.box = "generic/debian11"

if machine_id == N
n.vm.provision :ansible do |ansible|
Expand Down
2 changes: 1 addition & 1 deletion roles/single/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ driver:

platforms:
- name: vmsingle-debian
box: debian/buster64
box: generic/debian11
memory: 512
cpus: 1
provisioner:
Expand Down
2 changes: 1 addition & 1 deletion roles/vmagent/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ driver:

platforms:
- name: vmagent-debian
box: debian/buster64
box: generic/debian11
memory: 512
cpus: 1
provisioner:
Expand Down
2 changes: 1 addition & 1 deletion roles/vmalert/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ driver:

platforms:
- name: vmagent-debian
box: debian/buster64
box: generic/debian11
memory: 512
cpus: 1
provisioner:
Expand Down

0 comments on commit 2341c50

Please sign in to comment.