Skip to content

Commit

Permalink
[8.7](backport #2454) Update Vagrantfile dev box (#2455)
Browse files Browse the repository at this point in the history
* Update Vagrantfile dev box (#2454)

* Use latest Ubuntu LTS
* Change the name to elastic-agent

(cherry picked from commit ff0ee71)
Co-authored-by: Anderson Queiroz <anderson.queiroz@elastic.co>
  • Loading branch information
mergify[bot] committed Apr 5, 2023
1 parent 3082c4a commit 7ffdfe0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,8 @@ Vagrant.configure("2") do |config|
end
end

config.vm.define "dev" do |nodeconfig|
nodeconfig.vm.box = "ubuntu/impish64"

config.vm.define "elastic-agent" do |nodeconfig|
nodeconfig.vm.box = "ubuntu/jammy64"
nodeconfig.vm.hostname = "elastic-agent-dev"

nodeconfig.vm.network "private_network",
Expand Down

0 comments on commit 7ffdfe0

Please sign in to comment.