Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ sudo apt-get -o Dpkg::Options::="--force-confold" \
-y -qq upgrade > /dev/null

echo "Installing required tools..."
sudo apt-get install -y snapd python3-openstackclient yq
sudo apt-get install -y snapd python3-openstackclient

export PATH=$PATH:/snap/bin
sudo snap install kubectl --classic
sudo snap install helm --classic
sudo snap install yq --classic

# Check a clouds.yaml file exists in the same directory as the script
if [ ! -f clouds.yaml ]; then
Expand Down