Revision e3b009599ea51c55b3d6cf7db26f18fa9e223049 authored by Chris Tarazi on 21 November 2022, 23:47:45 UTC, committed by Joe Stringer on 22 November 2022, 01:06:01 UTC
We do this by removing the extraneous "cilium_" prefix from the metrics
to align with the other metrics names in this file.

Signed-off-by: Chris Tarazi <chris@isovalent.com>
1 parent 933bdcb
Raw File
vagrant_box_defaults.rb
# -*- mode: ruby -*-
# vi: set ft=ruby
Vagrant.require_version ">= 2.2.0"

$SERVER_BOX = "cilium/ubuntu-dev"
$SERVER_VERSION= "232"
$NETNEXT_SERVER_BOX= "cilium/ubuntu-next"
$NETNEXT_SERVER_VERSION= "154"
@v54_SERVER_BOX= "cilium/ubuntu-5-4"
@v54_SERVER_VERSION= "35"
@v419_SERVER_BOX= "cilium/ubuntu-4-19"
@v419_SERVER_VERSION= "69"
@v49_SERVER_BOX= "cilium/ubuntu"
@v49_SERVER_VERSION= "232"
back to top