Revision d515de3ad5320eb974e50dc32a2784c4f1280186 authored by Marco Hofstetter on 06 June 2023, 14:29:01 UTC, committed by Dylan Reimerink on 08 June 2023, 14:24:35 UTC
This commit adjusts the log messages by using fields for providing
context.

Signed-off-by: Marco Hofstetter <marco.hofstetter@isovalent.com>
1 parent b7d3427
Raw File
vagrant_box_defaults.rb
# -*- mode: ruby -*-
# vi: set ft=ruby
Vagrant.require_version ">= 2.2.0"

$SERVER_BOX = "cilium/ubuntu-4-19"
$SERVER_VERSION= "71"
$NETNEXT_SERVER_BOX= "cilium/ubuntu-next"
$NETNEXT_SERVER_VERSION= "163"
@v54_SERVER_BOX= "cilium/ubuntu-5-4"
@v54_SERVER_VERSION= "38"
@v419_SERVER_BOX= "cilium/ubuntu-4-19"
@v419_SERVER_VERSION= "71"
back to top