mirror of
https://github.com/clearlinux/cloud-native-setup.git
synced 2026-09-03 20:31:30 +00:00
Pinning to working box version and clear version
Signed-off-by: Saikrishna Edupuganti <saikrishna.edupuganti@intel.com>
This commit is contained in:
committed by
Manohar Castelino
parent
8ab98c53db
commit
bbeb447a8a
Vendored
+1
@@ -43,6 +43,7 @@ Vagrant.configure("2") do |config|
|
||||
# Every Vagrant development environment requires a box. You can search for
|
||||
# boxes at https://vagrantcloud.com/search.
|
||||
config.vm.box = $box
|
||||
config.vm.box_version = "29820"
|
||||
|
||||
# Mount the current dir at home folder instead of default
|
||||
config.vm.synced_folder './', '/vagrant', disabled: true
|
||||
|
||||
@@ -7,7 +7,7 @@ ADD_NO_PROXY="10.244.0.0/16,10.96.0.0/12"
|
||||
ADD_NO_PROXY+=",$(hostname -I | sed 's/[[:space:]]/,/g')"
|
||||
|
||||
#Install kubernetes and crio
|
||||
sudo -E swupd update
|
||||
sudo -E swupd repair --picky -m 29880 --force
|
||||
sudo -E swupd bundle-add cloud-native-basic storage-utils
|
||||
|
||||
#Permanently disable swap
|
||||
|
||||
Reference in New Issue
Block a user