Skip to content
Snippets Groups Projects
Commit a63c5321 authored by Fabian Englert's avatar Fabian Englert
Browse files

Formatting of the scripts and packer file

parent eb727c96
No related branches found
No related tags found
No related merge requests found
Pipeline #140793 failed
This commit is part of merge request !462. Comments created here will be created in the context of that merge request.
......@@ -36,7 +36,7 @@ source "virtualbox-iso" "baseimage" {
vboxmanage = [
["modifyvm", "{{.Name}}", "--memory", "4096"],
["modifyvm", "{{.Name}}", "--cpus", "4"],
#["modifyvm", "{{.Name}}", "--nat-localhostreachable1", "on"], # Uncomment if you are using VirtualBox 7.0.1 or greater
#["modifyvm", "{{.Name}}", "--nat-localhostreachable1", "on"], # Uncomment if you are using VirtualBox 7.0.0 or newer
]
}
......@@ -63,8 +63,6 @@ source "virtualbox-ovf" "goSDN" {
output_directory = "VM"
}
build {
sources = ["sources.virtualbox-iso.baseimage"]
provisioner "shell" {
......
......@@ -16,4 +16,4 @@ cd gnmi-target
# Build gNMI-Target
docker build -f target.Dockerfile .
make container
\ No newline at end of file
make container
......@@ -8,8 +8,8 @@ sudo apt upgrade -y
wget https://go.dev/dl/go1.20.3.linux-amd64.tar.gz
sudo tar -C /usr/local/ -xzf go1.20.3.linux-amd64.tar.gz
rm go1.20.3.linux-amd64.tar.gz
echo "export PATH=$PATH:/usr/local/go/bin" >> /home/gosdn/.profile
echo "export GOPATH=$HOME/go " >> /home/gosdn/.profile
echo "export PATH=$PATH:/usr/local/go/bin" >>/home/gosdn/.profile
echo "export GOPATH=$HOME/go " >>/home/gosdn/.profile
source /home/gosdn/.profile
# Add Docker keyring
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment