Adapt CI/vagrant to run without sample inventory

This commit is contained in:
Max Gautier
2025-01-16 15:17:36 +01:00
parent 3930919283
commit b548ccbe7f
4 changed files with 12 additions and 7 deletions

3
Vagrantfile vendored
View File

@@ -58,8 +58,7 @@ $subnet ||= "172.18.8"
$subnet_ipv6 ||= "fd3c:b398:0698:0756"
$os ||= "ubuntu2004"
$network_plugin ||= "flannel"
$inventory ||= "inventory/sample"
$inventories ||= [$inventory]
$inventories ||= []
# Setting multi_networking to true will install Multus: https://github.com/k8snetworkplumbingwg/multus-cni
$multi_networking ||= "False"
$download_run_once ||= "True"