Update Vagrant scripts to use hauler name

This commit is contained in:
Matt Nikkel
2021-01-14 22:41:46 -05:00
parent 1b5e5d7372
commit 5b2197093d
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ set -x
if [ "$#" -ne 1 ] || ( [ "$1" != "internet" ] && [ "$1" != "airgap" ] ); then
echo \
"Enable or disable internet access in k3ama's CentOS Vagrant machine.
"Enable or disable internet access in hauler's CentOS Vagrant machine.
Usage: $0 internet
$0 airgap" >&2
+1 -1
View File
@@ -25,7 +25,7 @@ else
fi
LOCAL_IMAGES_FILEPATH=/var/lib/rancher/k3s/agent/images
ARTIFACT_DIR=/opt/k3ama/local-artifacts/k3s
ARTIFACT_DIR=/opt/hauler/local-artifacts/k3s
mkdir -p ${LOCAL_IMAGES_FILEPATH}
+1 -1
View File
@@ -6,7 +6,7 @@
# to the folder shared with the host machine.
################################################################################
BASE_SHARED_DIR="/opt/k3ama"
BASE_SHARED_DIR="/opt/hauler"
VAGRANT_SCRIPTS_DIR="${BASE_SHARED_DIR}/vagrant-scripts"
ARTIFACTS_DIR="${BASE_SHARED_DIR}/local-artifacts/k3s"
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
BASE_SHARED_DIR="/opt/k3ama"
BASE_SHARED_DIR="/opt/hauler"
VAGRANT_SCRIPTS_DIR="${BASE_SHARED_DIR}/vagrant-scripts"
for script in ${VAGRANT_SCRIPTS_DIR}/*-prep.sh ; do
+1 -1
View File
@@ -5,7 +5,7 @@
# Install a default, bare rke2 cluster into the Vagrant machine
################################################################################
BASE_SHARED_DIR="/opt/k3ama"
BASE_SHARED_DIR="/opt/hauler"
VAGRANT_SCRIPTS_DIR="${BASE_SHARED_DIR}/vagrant-scripts"
RKE2_VERSION_DOCKER='v1.18.4-beta16-rke2'
+1 -1
View File
@@ -6,7 +6,7 @@
# to the folder shared with the host machine.
################################################################################
BASE_SHARED_DIR="/opt/k3ama"
BASE_SHARED_DIR="/opt/hauler"
VAGRANT_SCRIPTS_DIR="${BASE_SHARED_DIR}/vagrant-scripts"
ARTIFACTS_DIR="${BASE_SHARED_DIR}/local-artifacts/rke2"